/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



/* ========== HOME ============ */

.light_style {
    font-weight: 300;
}

p {
    margin-block-end: 0 !important;
}

.elementor-icon-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* ========= header ============ */

.header_menu {
    .elementor-nav-menu--main {
        ul li a span.sub-arrow {
            margin-top: 3px !important;
            margin-bottom: 0 !important;
        }

        ul li>ul.sub-menu {
            width: 285px !important;
            box-shadow: 0 0 250px rgba(0, 0, 0, 0.1);
            padding: 25px 43px 20px 24px !important;
            margin-left: -70px !important;

            li {
                margin-bottom: 20px !important;

                a {
                    padding: 0 !important;
                }
            }
        }
    }
}

.sticky_header_active {
    transition: all 0.5s ease;

    .e-con-inner {
        transition: all 0.5s ease;

        .header_logo img {
            transition: all 0.5s ease;
        }
    }
}

.sticky_header_active.elementor-sticky--effects {
    background-color: #FDFDFD;
    transition: all 0.5s ease;

    .e-con-inner {
        padding-top: 15px;
        padding-bottom: 15px;

        .header_logo img {
            height: 40px;
        }
    }
}

.green_btn {
    .elementor-button {
        line-height: 1.5em !important;

        .elementor-button-content-wrapper {
            .elementor-button-icon {
                svg {
                    width: 19px;
                    height: 13px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: all 0.5s ease;

                    path {
                        transition: all 0.5s ease;
                    }
                }
            }
        }
    }
}

.green_btn:hover {
    .elementor-button {
        .elementor-button-content-wrapper {
            .elementor-button-icon {
                svg {
                    animation: shake 1s linear infinite;

                    path {
                        fill: #50715C;
                        margin-left: 10px;
                    }
                }
            }
        }
    }
}

.green_btn_service {
    .elementor-button {
        line-height: 1.5em !important;

        .elementor-button-content-wrapper {
            .elementor-button-icon {
                svg {
                    width: 19px;
                    height: 13px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: all 0.5s ease;

                    path {
                        transition: all 0.5s ease;
                    }
                }
            }
        }
    }
}

.green_btn_service:hover {
    .elementor-button {
        .elementor-button-content-wrapper {
            .elementor-button-icon {
                svg {
                    transform: rotate(-30deg);

                    /* path {
                        fill: #50715C;
                        margin-left: 10px;
                    } */
                }
            }
        }
    }
}

.e-loop__load-more {
    .elementor-button {
        line-height: 1.5em !important;

        .elementor-button-content-wrapper {
            .elementor-button-text {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                gap: 8px;
            }

            svg {
                width: 19px;
                height: 13px;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: all 0.5s ease;

                path {
                    transition: all 0.5s ease;
                }
            }
        }
    }
}

.e-loop__load-more:hover {
    .elementor-button {
        .elementor-button-content-wrapper {
            .elementor-button-text {
                svg {
                    animation: shake 1s linear infinite;

                    path {
                        fill: #50715C;
                        margin-left: 10px;
                    }
                }
            }
        }
    }
}

.calling_btn {
    .elementor-button {
        line-height: 1.5em !important;

        .elementor-button-content-wrapper {
            .elementor-button-icon {
                svg {
                    width: 17px;
                    height: 17px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: all 0.5s ease;

                    path {
                        transition: all 0.5s ease;
                    }
                }
            }
        }
    }
}

.calling_btn:hover {
    .elementor-button {
        .elementor-button-content-wrapper {
            .elementor-button-icon {
                svg {
                    /* margin-left: 3px; */
                    animation: shake 3s linear infinite;

                    path {
                        fill: #fff;
                    }
                }
            }
        }
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

.service_content {
    h2 {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }

    p {
        margin-bottom: 15px !important;
    }

    ul {
        margin-bottom: 25px !important;
        padding-left: 0 !important;
        row-gap: 25px !important;

        li {
            list-style: none;
            position: relative;
            padding-left: 30px;
            margin-bottom: 20px;
        }

        li::after {
            content: '';
            position: absolute;
            width: 19px;
            height: 19px;
            background-color: transparent;
            left: 0;
            top: 0;
            margin-top: 6px;
            background-image: url('/wp-content/uploads/2025/07/7-Check.svg');
            background-size: 100%;
        }
    }
}

.contact_list_item {
    elementor-icon-box-wrapper {
        .elementor-icon-box-icon {
            margin-top: 15px !important;
        }

        .elementor-icon-box-content .elementor-icon-box-title {
            position: relative;
        }

        .elementor-icon-box-content .elementor-icon-box-title span::after {
            content: '' !important;
            position: absolute;
            z-index: 5;
            width: 35px;
            height: 1px;
            background-color: #000;
            top: 100%;
            left: 0;
        }

        .elementor-icon-box-content p {
            font-weight: 400;
        }
    }
}

.contact_list_item:hover {
    .elementor-icon-box-wrapper .elementor-icon-box-content {
        p {
            transition: all 0.3s ease;
            color: #8BAA92;
        }

        p:hover {
            color: #8BAA92;
        }
    }
}

/* ============ banner ============ */

.banner_carousel {

    /* .slider_content {
    } */
    .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 11px;

        .swiper-pagination-bullet {
            font-size: 9px;
            background-color: #E2E2E2;
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            position: relative;
            background-color: #8BAA92;
            opacity: 1;
        }

        .swiper-pagination-bullet-active::after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid #8BAA92;
            border-radius: 100%;
            top: -98%;
            left: -100%;
        }
    }
}

/* ========== service_section ========== */

.service_image_slider {
    .swiper-pagination {
        .swiper-pagination-bullet {
            transition: all 0.5s ease;
        }

        .swiper-pagination-bullet-active {
            width: 29px;
            height: 8px;
            border-radius: 4px;
            background-color: #50715C;
            transition: all 0.5s ease;
        }
    }
}

.about_list_icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 6px !important;
}

/* ========== tetsimonial_card_slider ============= */

.testimonials .testimonial_card {
    .elementor-image-box-title {
        margin: 0;
    }
}

/* ========== news ========== */

.card_date {
    .elementor-widget-container {
        border-radius: 30px;
        backdrop-filter: blur(11px);
    }
}

.appointment_form .elementor-shortcode {
    font-family: 'Open Sans', sans-serif;

    .gform_confirmation_message {
        text-align: center;
        font-size: 20px;
        font-family: 'Avenir', sans-serif;
        font-weight: 600;
    }

    .gform_wrapper {
        .gform_body .gform_fields {
            grid-row-gap: 30px;
            grid-column-gap: 30px;

            .gfield {

                input:not([type="submit"]) {
                    border: 1px solid #D0D0CF;
                    background: transparent;
                    border-radius: 30px;
                    padding: 15px 0px 15px 30px;
                    resize: none;
                    transition: all 0.5s ease;
                    outline: none;
                    font-size: 18px;
                    font-weight: 400;
                    color: #333333;
                }

                textarea {
                    border: 1px solid #D0D0CF;
                    background: transparent;
                    border-radius: 30px;
                    padding: 25px 30px 25px 30px;
                    resize: none;
                    transition: all 0.5s ease;
                    outline: none;
                    font-size: 18px;
                    font-weight: 400;
                    color: #333333;
                }

                input:not([type="submit"]):focus,
                textarea:focus {
                    border: 1px solid #fff;
                    background: #fff;
                    outline: none;
                }

                input:not([type="submit"]):hover,
                textarea:hover {
                    border: 1px solid #fff;
                    background: #fff;
                    outline: none;
                }

                input:not([type="submit"]):focus-visible,
                textarea:focus-visible {
                    border: 1px solid #fff;
                    background: #fff;
                    outline: none;
                }

                input:not([type="submit"]):focus-within,
                textarea:focus-within {
                    border: 1px solid #fff;
                    background: #fff;
                    outline: none;
                }
            }
        }

        .gform_footer {
            margin: 0;
            padding: 0;

            input[type="submit"] {
                background-color: #8BAA92;
                color: #FDFDFD;
                border: 1px solid #D0D0CF;
                border-radius: 30px;
                width: 100%;
                margin: 0;
                font-size: 20px;
                font-weight: 600;
                color: #FDFDFD;
                transition: all 0.5s ease;
            }

            input[type="submit"]:hover {
                background-color: #FDFDFD;
                color: #8BAA92;
            }
        }
    }
}

.appointment_form .elementor-shortcode .gform_wrapper .gform_body .ginput_container_select {
    border: 1px solid #D0D0CF;
    background: transparent;
    border-radius: 30px;
    padding: 15px 30px 15px 30px;
    resize: none;
    transition: all 0.5s ease;
}

.appointment_form .elementor-shortcode .gform_wrapper .gform_body .ginput_container_select select {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
        outline: none;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.appointment_form .elementor-shortcode .gform_wrapper .gform_body .gfield_required_text {
    display: none;
}

.appointment_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields .gfield input[type="file"]::file-selector-button{
    background-color: #50715C;
    border: none;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.appointment_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields .gfield .gform_fileupload_rules {
    margin: 0;
}

.appointment_form.join_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"] {
    margin-top: 30px;
    width: auto;
    padding: 18px 30px;
    border: none;
    border-radius: 30px;
}

.appointment_form.join_form .elementor-shortcode .gform_wrapper label {
    margin-bottom: 15px;
}

/* ========= newsletter =========== */

.footer_news:has(input[aria-invalid="true"]) {
    padding-bottom: 5%;
}

.newsletter .elementor-shortcode {
    font-family: 'Open Sans', sans-serif;

    .gform_confirmation_message {
        /* text-align: center !important; */
        font-size: 20px !important;
        font-family: 'Avenir', sans-serif !important;
        font-weight: 600 !important;
    }

    .gform_wrapper {
        .gform_fields {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            border: 1px solid #B5B5B5;
            border-radius: 60px;
            background-image: url(/wp-content/uploads/2025/07/newsbox_ico.svg);
            background-position: 20px center;
            background-repeat: no-repeat;
            background-size: 17px;

            .gfield {
                position: relative;

                input:not([type="submit"]) {
                    background: transparent;
                    width: 100%;
                    border: none;
                    padding-left: 50px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #333333;
                    outline: none;
                    padding-top: 20px;
                    padding-bottom: 20px;
                }

                input[type="email"] {
                    text-transform: lowercase;
                }

                input[type="email"]::placeholder {
                    text-transform: none;
                }

                input:not([type="submit"])::placeholder {
                    color: #333333;
                }

                input:not([type="submit"]):focus {

                    outline: none;
                }

                input:not([type="submit"]):hover {

                    outline: none;
                }

                input:not([type="submit"]):focus-visible {
                    outline: none;
                }

                input:not([type="submit"]):focus-within {
                    outline: none;
                }




                /* .gfield--type-submit {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                } */
            }

            .gfield--type-email {
                width: 100%;
            }

            .gfield--type-submit {
                border-radius: 30px;
                background-color: #8BAA92;
                position: absolute;
                right: 0;
                height: 100%;

                input[type="submit"] {
                    height: 100%;
                    font-size: 20px;
                    font-weight: 600;
                    color: #FDFDFD;
                    padding: 30px 40px;
                    border-radius: 60px;
                    background-color: transparent;
                    border: none;
                    line-height: 0em;
                    transition: all 0.5s ease;
                }

                input[type="submit"]:hover {
                    background-color: #FDFDFD;
                    color: #8BAA92;
                }

            }

            .validation_message {
                position: absolute;
                top: 100%;
                background: transparent;
                border: none;
                padding: 0;
                line-height: 1.5em;
            }
        }

        .gform_footer {
            display: none;
        }
    }
}

/* =========== team details =========== */

.interest_repeater .special_interests .interest_list_item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px 18px;

    .list_icon {
        height: 77px;
        width: 77px;
        padding: 24px;
        display: flex;
        justify-content: start;
        align-items: center;
        border: 1px solid #8BAA92;
        border-radius: 100%;

        img {
            height: 77px;
            width: 77px;
        }
    }

    .list_content {
        width: 90%;
        color: #111111;
    }
}

body>.elementor>.elementor-element,
.header .elementor-widget-theme-site-logo,
.elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a,
.header .elementor-widget-theme-site-logo+.elementor-element>.elementor-widget-button,
.elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content>.elementor-element {
    zoom: 0.85;
    zoom: 85%;
}

[data-elementor-type="header"].elementor.elementor-location-header>.elementor-element {
    zoom: 0.85;
    zoom: 85%;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    html {
        zoom: 0.90;
        zoom: 90%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    html {
        zoom: 1.0;
        zoom: 100%;
    }

}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {

    body>.elementor>.elementor-element,
    .header .elementor-widget-theme-site-logo,
    .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a,
    .header .elementor-widget-theme-site-logo+.elementor-element>.elementor-widget-button,
    .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content>.elementor-element {
        zoom: 0.80;
        zoom: 80%;
    }

    [data-elementor-type="header"].elementor.elementor-location-header>.elementor-element {
        zoom: 0.80;
        zoom: 80%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

    body>.elementor>.elementor-element,
    .header .elementor-widget-theme-site-logo,
    .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a,
    .header .elementor-widget-theme-site-logo+.elementor-element>.elementor-widget-button,
    .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content>.elementor-element {
        zoom: 0.85;
        zoom: 85%;
    }

    .sticky_header_active {
        width: 100vw !important;
    }

    [data-elementor-type="header"].elementor.elementor-location-header>.elementor-element {
        zoom: 0.85;
        zoom: 85%;
    }

    html {
        zoom: 0.85;
        zoom: 85%;
    }
}

@media(max-width: 1200px) {
    .newsletter .elementor-shortcode {
        .gform_wrapper {
            .gform_fields {
                width: 100%;

                input[type="submit"] {
                    font-size: 14px;
                }
            }
        }
    }
}

@media(max-width: 1024px) {
    .validation_message {
        font-size: 12px;
        bottom: -55px;
    }

    .interest_repeater .special_interests .interest_list_item {
        gap: 15px 15px;

        .list_icon {
            height: 50px;
            width: 50px;
            padding: 15px;
        }
    }

    .service_content {
        h2 {
            margin-top: 20px !important;
            margin-bottom: 10px !important;
        }

        p {
            margin-bottom: 15px !important;
        }

        ul {
            margin-bottom: 15px !important;
            padding-left: 0 !important;
            row-gap: 5px !important;

            li {
                list-style: none;
                position: relative;
                padding-left: 30px;
                margin-bottom: 20px;
            }
        }
    }
}

.appointment_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 15px;
}

@media(max-width: 767px) {

    .banner_text h1 {
        color: #fff !important;
    }

    .banner_content p {
        color: #fff;
    }

    .appointment_form .elementor-shortcode {
        .gform_wrapper {
            .gform_body .gform_fields {
                grid-row-gap: 15px;
                grid-column-gap: 15px;

                .gfield {
                    input:not([type="submit"]) {
                        border: 1px solid #D0D0CF;
                        background: transparent;
                        border-radius: 30px;
                        padding: 8px 0px 8px 15px;
                        resize: none;
                        transition: all 0.5s ease;
                        outline: none;
                        font-size: 14px;
                        font-weight: 400;
                        color: #333333;
                    }

                    textarea {
                        border: 1px solid #D0D0CF;
                        background: transparent;
                        border-radius: 30px;
                        padding: 20px 0px 8px 15px;
                        resize: none;
                        transition: all 0.5s ease;
                        outline: none;
                        font-size: 14px;
                        font-weight: 400;
                        color: #333333;
                        height: 120px;
                    }
                }
            }

            .gform_footer {
                margin: 0;
                padding: 0;

                input[type="submit"] {
                    background-color: #8BAA92;
                    color: #FDFDFD;
                    border: 1px solid #D0D0CF;
                    border-radius: 30px;
                    width: 100%;
                    margin: 0;
                    font-size: 14px;
                    font-weight: 600;
                    color: #FDFDFD;
                }
            }
        }
    }

    .newsletter .elementor-shortcode {
        .gform_confirmation_message {
            text-align: center !important;
        }

        .gform_wrapper {

            .gform_fields {
                width: 100%;
                border: 1px solid #B5B5B5;

                .gfield {
                    input[type="submit"] {
                        font-size: 14px;
                        padding: 10px 45px;
                    }
                }

                .gfield--type-submit {
                    height: 100%;
                }

                .validation_message {
                    font-size: 12px;
                    bottom: -30px;
                }

            }

            .gform_footer {
                display: none;
            }
        }
    }

    .footer_news:has(input[aria-invalid="true"]) {
        padding-bottom: 15%;
    }

    .interest_repeater .special_interests .interest_list_item {
        gap: 15px 15px;

        .list_icon {
            height: 30px;
            width: 30px;
            padding: 6px;
            align-self: start;
        }
    }

    .service_content {
        .wp-block-heading {
            text-align: center;
        }

        ul {
            li::after {
                width: 12px;
                height: 12px;
            }
        }
    }

}

.cntct-frm input:not([type="submit"]) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 0.5px solid #111111 ! IMPORTANT;
    border-radius: 0 !important;
    padding: 0 0 20px 0 !important;
    font-family: "Exo", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #111111 !important;

}

.cntct-frm input:not([type="submit"])::placeholder {
    font-family: "Exo", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #111111 !important;
}

.cntct-frm textarea {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 0.5px solid #111111 ! IMPORTANT;
    border-radius: 0 !important;
    padding: 0 0 20px 0 !important;
    font-family: "Exo", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #111111 !important;
}

.cntct-frm textarea::placeholder {
    font-family: "Exo", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #111111 !important;
}

.cntct-frm input[type="submit"] {
    font-family: "Exo", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #fff !important;
    background: #111111 !important;
    border: 1px solid #111111 !important;
    padding: 10px 40px !important;
    border-radius: 0 !important;
}

.cntct-frm input[type="submit"]:hover {
    background: transparent !important;
    color: #111111 !important;
}

.cntct-frm input:focus {
    outline: none !important;
}

.cntct-frm textarea:focus {
    outline: none !important;
}

.cntct-frm .gform_footer.top_label {
    justify-content: center;
}

.cntct-frm .gform_confirmation_message {
    font-size: 18px;
    line-height: 28px;
    color: #111111;
    text-align: center;
}