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

/* ========= Global CSS =========== */

.gform_validation_errors {
    display: none;
}

.menu_description {
    color: #fff;
    font-size: 12px;
}

.defaultIcon .elementor-icon {
    display: flex;
}

/* =========== connect form ========= */

.connectForm .elementor-shortcode .gform_wrapper {
    display: flex;
}

.connectForm .elementor-shortcode .gform_wrapper .gform_fields {
    column-gap: 20px;
    row-gap: 8px;
}

.connectForm .elementor-shortcode .gform_wrapper .gform_fields .gfield .gfield_required {
    display: none;
}

.connectForm .elementor-shortcode .gform_wrapper .gform_fields input:not([type="submit"]) {
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom-right-radius: 30px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #1C305E;
}

.connectForm .elementor-shortcode .gform_wrapper form {
    width: 100%;
}

.connectForm .elementor-shortcode .gform_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.connectForm .elementor-shortcode .gform_wrapper .gform_validation_errors {
    margin-bottom: 0;
}

.connectForm .elementor-shortcode .gform_wrapper .gform_fields input:not([type="submit"]):focus,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields textarea:focus,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields select:focus,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields input:not([type="submit"]):focus-visible,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields textarea:focus-visible,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields select:focus-visible,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields input:not([type="submit"]):focus-within,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields textarea:focus-within,
.connectForm .elementor-shortcode .gform_wrapper .gform_fields select:focus-within {
    outline: none;
}

.connectForm .elementor-shortcode .gform_wrapper .gform_fields input:not([type="submit"])::placeholder {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #999999;
} 

.connectForm .elementor-shortcode .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.connectForm .elementor-shortcode .gform_footer .gform_button {
    padding: 12px 24px 12px 14px !important;
    background-color: #1C305E !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    transition: all 0.4s ease !important;
    border-radius: 0 !important;
  border-bottom-right-radius: 35px !important;
}

.connectForm .elementor-shortcode .gform_footer .gform_button:hover {
    color: #1C305E !important;
    box-shadow: 0 30px 50px 0 rgba(67, 123, 190, 0.6) !important;
    background-color: #fff !important;
    border: 1px solid #0B254C !important;
}

.videoReflect .elementor-wrapper {
    --video-aspect-ratio: 1.5 !important;
}

.videoReflect .elementor-wrapper .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg {
    opacity: 1 !important;
}

.caseStoryLoop .caseStoryContent {
    display: none;
}

@media(max-width: 1080px) {
        .menu_description {
    color: #fff;
    font-size: 10px;
}
}

@media(max-width: 767px) {
    .menu_description {
    display: none;
}

    .connectForm .elementor-shortcode .gform_wrapper .gform_fields input:not([type="submit"]){
    width: 100% !important;
    border-bottom-right-radius: 20px !important;
}

.connectForm .elementor-shortcode form {
    width: 100% !important;
}

.connectForm .elementor-shortcode .gform_footer .gform_button {
    width: 100% !important;
    border-bottom-right-radius: 20px !important;
}
}

@media only screen and (min-width: 1536px) and (max-width: 1600px) {
    /* html body {
        zoom: 1.40;
        zoom: 140%;
    } */

    /* html body .bannerSec {
        zoom: 1.10 !important;
        zoom: 110% !important;
    } */
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    /* html {
        zoom: 1.30;
        zoom: 130%;
    } */
    /* html body .bannerSec {
        zoom: 1.15 !important;
        zoom: 115% !important;
    } */
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    /* html {
        zoom: 0.75;
        zoom: 75%;
    }
    html body .bannerSec {
        zoom: 1.10 !important;
        zoom: 110% !important;
    } */
}
