/**
 * Theme Name:     Hello Elementor Child
 * Author:         Rohan Radadiya
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

 .header_logo_block img {
    height: 70px !important;
    width: auto !important;
}

.header_main_section {
    box-shadow: 0px 1px 9px #00000054;
}

.megamenu_parent_common .elementskit-megamenu-panel {
    top: 82px !important;
    /* visibility: visible !important;
    opacity: 1 !important; */
    border-bottom: 5px solid #01348B;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header_main_menu .ekit-menu-nav-link,
.header_main_menu .ekit-menu-nav-link:hover {
    color: #000000 !important;
}

.common_body_section_space {
    padding: 70px 0px !important;
}

.common_htags h1 {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-size: 46px;
}

.common_htags h2 {
    font-size: 40px !important;
    letter-spacing: -2px !important;
    line-height: 45px !important;
    color: #0f1941 !important;
    font-weight: 400 !important;
}

.fonts_20,
.fonts_20 p {
    font-size: 18px !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
    color: #080a10 !important;
}

.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text p {
    color: #ffffff !important;
}

.common_transparent_button a {
    background-color: transparent !important;
    border-color: #ffffff !important;
    border: 2px solid;
    padding: 18px 20px;
    border-radius: 4px;
    font-size: 18px;
    min-width: 230px;
}

.common_transparent_button a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.common_button a {
    background-color: #0f1941 !important;
    padding: 20px 30px;
    min-width: 230px;
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 6px;
    border: 3px solid #0f1941;
}

.common_button.common_button_center {
    margin: auto !important;
}

.common_button a:hover {
    background-color: transparent !important;
    color: #0f1941 !important;
}

/* greient common row */

.common_gdent_row_col {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    position: relative !important;
    cursor: pointer;
}

.common_gdent_block {
    min-height: 400px !important;
    display: flex !important;
    max-width: 100% !important;
    width: 100% !important;
}

.common_gdent_row_col::before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background: linear-gradient(-180deg, rgba(15, 25, 65, 0) 0%, rgb(15, 25, 65) 100%) !important;
    transition: all .3s ease -1s !important;
}

.common_gdent_row_col:hover::before {
    background: linear-gradient(-180deg, rgba(15, 25, 65, 0) -100%, rgb(15, 25, 65) 100%) !important;
    transition: all .3s ease -1s !important;
}

.common_gdent_block .elementor-image-box-content {
    padding: 2rem !important;
}

.common_gdent_block h3 {
    color: #ffffff !important;
    font-weight: 400 !important;
}

.common_gdent_block .elementor-image-box-description {
    color: #ffffff !important;
}

.common_gdent_block a.gdent_box_button {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 12px;
    max-width: 300px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 30px !important;
}

.common_gdent_block a.gdent_box_button:hover {
    color: #01348B !important;
    background-color: #ffffff !important;
}

.common_gdent_block .elementor-image-box-wrapper {
    margin-top: auto;
    transform: translate(0px, 88px) !important;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.common_gdent_row_col:hover .elementor-image-box-wrapper {
    transform: translate(0px, 0px) !important;
}

.counter_block svg {
    fill: #ff7622 !important;
}

.counter_block .elementor-counter-number-wrapper {
    color: #ffffff !important;
}

.counter_block .elementor-counter-title {
    color: #ffffff !important;
}

.counter_block {
    border-right: 2px dashed #ffffff;
}

.counter_block.last {
    border-right: none;
}

.job_seekers_testimonial_block .swiper-slide {
    background-color: #ffffff !important;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .08);
}

.footer_main_section {
    padding-top: 50px;
}

.footer_main_logo a {
    max-width: 200px !important;
}

.footer_social_icon a svg {
    fill: #0F1941 !important;
}

.footer_social_icon a {
    background-color: #ffffff;
    width: 36px !important;
    height: 36px !important;
    line-height: 32px !important;
}

.footer_social_icon a:hover {
    background-color: #ff7622 !important;
}

.common_footer_menu_list_heading h4 {
    color: #ffffff !important;
    font-weight: 400 !important;
}

.foooter_menu_list_common li a,
.foooter_menu_list_common li a span {
    color: #ffffff !important;
}

.foooter_menu_list_common li a:hover,
.foooter_menu_list_common li a span:hover {
    color: #ff7622 !important;
}

.foooter_menu_list_common li {
    padding-left: 26px !important;
    position: relative !important;
    margin-bottom: 12px !important;
}

.foooter_menu_list_common li::before {
    content: "" !important;
    position: absolute !important;
    width: 12px;
    height: 20px;
    background-image: url(/wp-content/uploads/2026/02/footer_list_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.footer_privacy_block ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 24px;
}

.footer_privacy_block a {
    color: #ffffff !important;
    font-weight: 400 !important;
}

.footer_copy_right_row {
    padding-top: 10px !important;
    border-top: 1px dashed #ffffff;
}