/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.elementor-icon-wrapper {
    line-height: 0;
}

body {
    overflow-x: hidden;
}

/* ========== Header CSS Implemented ========== */

.main_menu-items .elementor-nav-menu {
    justify-content: center;
    width: 100%;
    column-gap: 90px;
}

.main_menu-items .elementor-nav-menu .elementor-item {
    padding: 0 43px !important;
    position: relative;
}

.main_menu-items .elementor-nav-menu .elementor-item::after {
    content: '';
    width: 100%;
    height: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(211, 138, 30, 1);
    position: absolute;
    left: 0;
    bottom: -30px;
    transition: all 0.2s ease-in;
    opacity: 0 !important;
}

.main_menu-items .elementor-nav-menu .elementor-item:hover::after {
    transition: all 0.2s ease-in;
    opacity: 1 !important;
}

.main_menu-items .elementor-nav-menu .elementor-item:hover {
    color: rgba(211, 138, 30, 1) !important;
}

.main_menu-items .elementor-nav-menu::after {
    display: none !important;
}

/* ========== Header CSS Implemented ========== */




/* ========== Footer CSS Implemented ========== */

.footer_icon-list .elementor-icon-list-icon svg path {
    fill: #FFFFFF !important;
}

/* ========== Footer CSS Implemented ========== */



/* ========== Homepage CSS Implemented ========== */

.main_img-box .elementor-image-box-img img {
    width: 185px;
    max-width: 185px;
}

.main_img-box .elementor-image-box-title {
    margin-top: 9px;
}

.main-prog-caros .swiper-pagination-progressbar {
    top: auto !important;
    bottom: -82px;
    width: 87% !important;
    max-width: 87% !important;
}

.main-prog-caros .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(211, 138, 30, 1) !important;
}

.hover-effect-carousel .elementor-swiper-button:hover svg path {
    fill: #FFFFFF;
}

/* ---- Form CSS ---- */

.contact_us-form .gform_confirmation_message {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield input,
.contact_us-form .elementor-shortcode .gform_fields .gfield textarea {
    height: 55px;
    border: 1px solid rgba(203, 203, 203, 1);
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 18px;
    padding: 20px;
    color: rgba(124, 124, 124, 1);
    resize: none;
}

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

.contact_us-form input[type="email"]::placeholder {
    text-transform: capitalize;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield label,
.contact_us-form .elementor-shortcode .gform_fields .gfield .gfield_label {
    font-family: 'Playfair';
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 22px;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield .ginput_container_radio .gfield_radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 40px;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield .ginput_container_radio .gfield_radio input {
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 100%;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield .ginput_container_radio .gchoice {
    display: flex;
    align-items: center;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield .ginput_container_radio .gfield_radio input::before {
    background-color: rgba(211, 138, 30, 1) !important;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield .ginput_container_radio .gfield_radio label {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 20px;
    color: rgba(124, 124, 124, 1);
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.contact_us-form .gform_fields {
    column-gap: 30px !important;
    row-gap: 35px !important;
}

.contact_us-form .gform_heading {
    display: none;
}

.contact_us-form .elementor-shortcode .gform_fields .gfield input:focus,
.contact_us-form .elementor-shortcode .gform_fields .gfield textarea:focus {
    outline: none !important;
    border: 1px solid rgba(203, 203, 203, 1);
}

.contact_us-form .elementor-shortcode .gform-footer {
    margin-top: 15px;
}

.contact_us-form .elementor-shortcode .gform-footer .gform_button {
    height: 55px !important;
    width: 181px !important;
    border-radius: 5px !important;
    border: 1px solid rgba(211, 138, 30, 1) !important;
    background-color: rgba(211, 138, 30, 1) !important;
    color: #FFFFFF !important;
    font-family: 'Rubik' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    transition: all 0.2s ease-in !important;
    text-transform: capitalize !important;
    margin: auto !important;

    &:hover {
        color: rgba(211, 138, 30, 1) !important;
        background-color: transparent !important;
        transition: all 0.2s ease-in !important;
    }
}

.contact_us-form .elementor-shortcode .gform-footer .gform_button:focus {
    outline: none !important;
}

.gallery_wid-main .video-popup>img {
    width: 60px !important;
}

.mfp-close:focus,
.mfp-close:hover {
    border: 0px solid transparent !important;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    border: 0px solid transparent !important;
}

.contact_us-form .grecaptcha-badge {
    z-index: 999;
}

/* ========== Homepage CSS Implemented ========== */






/* ========== Responsive CSS ========== */

@media(max-width: 1500px) {
    .main_menu-items .elementor-nav-menu {
        column-gap: 65px;
    }
}

@media(max-width: 1366px) {

    .main_menu-items .elementor-nav-menu .elementor-item {
        padding: 0 20px !important;
    }

    .main_menu-items .elementor-nav-menu {
        column-gap: 40px;
        justify-content: space-between;
    }

    .main_img-box .elementor-image-box-img img {
        width: 150px;
        max-width: 150px;
    }

}

@media(max-width: 1200px) {
    .main-prog-caros .swiper-pagination-progressbar {
        width: 84% !important;
        max-width: 84% !important;
    }
}

@media(max-width: 1024px) {
    .main-prog-caros .swiper-pagination-progressbar {
        bottom: -60px;
    }

    .main_menu-items .elementor-nav-menu .elementor-item::after {
        bottom: -20px;
    }

    .main_menu-items .elementor-nav-menu {
        column-gap: 0;
    }

}

@media(max-width: 767px) {

    .contact_us-form .elementor-shortcode .gform_fields .gfield input,
    .contact_us-form .elementor-shortcode .gform_fields .gfield textarea {
        height: 46px;
        padding: 10px;
        font-size: 15px;
        line-height: 15px;
    }

    .contact_us-form .elementor-shortcode .gform-footer .gform_button {
        height: 46px !important;
        width: 100% !important;
        font-size: 16px !important;
    }

    .contact_us-form .gform_confirmation_message {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .footer_icon-list .elementor-icon-list-items {
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
    }

    .main_img-box .elementor-image-box-img img {
        width: 100%;
        max-width: 100%;
    }

    .main-prog-caros .swiper-pagination-progressbar {
        display: none;
    }

    .contact_us-form .gform_fields {
        gap: 20px !important;
    }

    .contact_us-form .elementor-shortcode .gform_fields .gfield label,
    .contact_us-form .elementor-shortcode .gform_fields .gfield .gfield_label {
        margin-bottom: 10px;
    }

    .contact_us-form .elementor-shortcode .gform_fields .gfield .ginput_container_radio .gfield_radio {
        flex-direction: column;
    }

    .contact_us-form .elementor-shortcode .gform_fields .gfield .textarea.medium {
        height: 140px;
        min-height: 140px;
    }

    .contact_us-form .elementor-shortcode .gform-footer {
        margin-top: 25px;
    }

    .gallery_wid-main .gallery-item-thumbnail-wrap {
        height: 200px !important;
    }

    .gallery_wid-main .video-popup>img {
        width: 40px !important;
    }

}

/* ========== Responsive CSS ========== */



/* ========== Zoom CSS ========== */

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

}