/* 
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
*/

/* ======== common css ========= */

span.small-head {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Montserrat', Sans-Serif;
    display: block;
}

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

header .header-active .e-con-inner {
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(34px);
    box-shadow: 0px 12px 24px 0 rgba(0, 0, 0, 0.0.08);
    padding: 13px 23px 13px 48px;
    border-radius: 64px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    transition: all 1s ease;
}

header .header-active .e-con-inner .global-logo {
    border-right: 1px solid rgba(217, 217, 217, 0.2);
}

header .header-active.elementor-sticky--effects .e-con-inner {
    background-color: #3D4940;
}

/* ========= floating-button-banner =========== */

.banner-container .e-con-inner {
    position: relative;
}

.banner-container .e-con-inner .floating-button {
    position: absolute;
    bottom: 75px;
    right: 0;
}

.banner-container .e-con-inner .floating-button .elementor-button {
    width: 138px;
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;

    svg {
        margin-top: 25px;
    }
}

/* ========= teams ========== */

.team-container .e-loop-item {
    overflow: hidden;
    transition: all 0.5s ease;

    .member-card {
        /* transform: scale(1); */
        background-size: cover !important;

        .elementor-widget-image {
            overflow: hidden;

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

.team-container .e-loop-item:hover {
    .member-card {
        background-size: 110% !important;

        .elementor-widget-image {
            img {
                transform: scale(1.1);
            }
        }
    }
}

/* ========== contact-form =========== */

.contact_form .elementor-shortcode {
    .gform_body {
        padding-bottom: 10px;
        .gform_fields {
            gap: 30px;

            .gfield_contains_required .ginput_complex {
                gap: 30px;

                span.name_first,
                span.name_last {
                    padding: 0 !important;
                    margin-bottom: 0 !important;
                }
            }

            .ginput_container_consent {
                display: flex;
                justify-content: start;
                align-items: center;
                column-gap: 10px;
                position: relative;
                z-index: 2;

                input[type="checkbox"] {
                    width: 18px;
                    height: 18px;
                }
            }

            .ginput_container_consent::after {
                content: '';
                position: absolute;
                width: 18px;
                height: 18px;
                background-color: transparent;
                border: 1px solid #96A578;
                z-index: -1;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            .gfield_required {
                display: none;
            }

            input:not([type="submit"]),
            .textarea {
                padding: 18px 23px;
                border: none;
                resize: none;
                outline: none;
                font-size: 16px;
                font-weight: 400;
                line-height: 28px;
                background-color: #F3F7F9;
                color: #636363;
            }

            label {
                font-size: 16px;
                font-weight: 400;
                line-height: 28px;
                outline: none;
                color: #636363;
            }

            .textarea {
                height: 200px;
            }

            input::placeholder,
            .textarea::placeholder {
                color: #636363;
            }

            #field_submit {
                display: flex;
                justify-content: end;

                input[type="submit"] {
                    padding: 20px 40px;
                    text-transform: capitalize;
                }
            }

            .captcha_box .ginput_recaptcha {
                color: #96A578;
            }
        }
    }
    .gform_footer {
        display: none !important;
    }
}

/* ========== global footer =========== */

.quick-links .elementor-nav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 35px;
}

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

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    html {
        zoom: 0.80;
        zoom: 80%;
    }

    .quick-links .elementor-nav-menu {
        grid-column-gap: 50px !important;
        color: rgba(0, 0, 0, 0.0.08);
    }
}

@media(max-width: 1200px) {

    header .header-active .e-con-inner {
        padding: 13px 20px 13px 30px;
    }

    span.small-head {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .banner-container .e-con-inner .floating-button .elementor-button {
        width: 100px;
        height: 100px;

        .elementor-button-text {
            font-size: 12px;
        }

        svg {
            margin-top: 5px;
            width: 16px;
        }
    }

    .quick-links .elementor-nav-menu {
        grid-column-gap: 20px;
        grid-row-gap: 10px;
    }

    .copyright-text a:hover {
        color: #96A578;
    }
}

@media(max-width:1024px) {
    .contact_form .elementor-shortcode {
        overflow: hidden;
        .gform_body {
            .gform_fields {
                gap: 20px;

                .gfield_contains_required .ginput_complex {
                    gap: 20px;
                }
            }
        }
    }
}

@media(max-width:767px) {
    .contact_form .elementor-shortcode {
        .gform_body {
            .gform_fields {
                label {
                    font-size: 12px;
                    line-height: 18px;
                }

                input:not([type="submit"]),
                .textarea {
                    padding: 14px 20px;
                    font-size: 14px;
                }

                .textarea {
                    height: 150px;
                }

                .ginput_container_consent {
                    align-items: start;

                    input {
                        width: 14px;
                        height: 14px;
                    }
                }

                .ginput_container_consent::after {
                    top: 1px;
                    transform: translateY(0);
                    width: 15px;
                    height: 16px;
                }

                #field_submit {
                    display: flex;
                    justify-content: center;
                    input[type="submit"] {
                        padding: 10px 24px;
                    }
                }
            }
        }
    }
}