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

/*-------------------
---------------------Global CSS 
---------------------*/
a{
    transition: all 0.4s ease !important;
}




/*-------------------
---------------------Header CSS 
---------------------*/
/* .header-menu .elementor-nav-menu .menu-item .elementor-item:not(.has-submenu)::after{
    content: '';
    height: 8px;
    aspect-ratio: 1/1;
    background: #fff !important;
    position: absolute;
    top: 100%;
    margin-top: 26px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}
.header-menu .elementor-nav-menu .menu-item .elementor-item:not(.has-submenu):hover::after,
.header-menu .elementor-nav-menu .menu-item .elementor-item.elementor-item-active:not(.has-submenu)::after{
    opacity: 1;
    margin-top: 13px;
} */
.header-menu .elementor-nav-menu .menu-item .sub-menu .menu-item .elementor-sub-item{
    border-inline-start: 0 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

.header-menu .elementor-nav-menu .menu-item.menu-item-has-children .sub-menu{
    display: block !important;
    position: absolute !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
    /* opacity: 0;
    pointer-events: none !important;
    height: 0 !important; */
    transition: all 0.4s ease !important;
}
.header-menu .elementor-nav-menu .menu-item.menu-item-has-children:hover .sub-menu{
    /* opacity: 1;
    height: max-content !important;
    pointer-events: auto !important; */
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}



/*-------------------
---------------------Footer CSS 
---------------------*/
.footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
    row-gap: 0;
    column-gap: 0;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
    height: 65px;
    padding: 10px 47px;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8414 0.904254L12.3824 6.32812L17.8414 11.752C17.9401 11.5457 18 11.3177 18 11.0742V1.58203C18 1.3385 17.9401 1.11052 17.8414 0.904254ZM16.418 0H1.58203C1.3385 0 1.11052 0.0598712 0.904254 0.158555L7.88147 7.10061C8.49839 7.71754 9.50161 7.71754 10.1185 7.10061L17.0957 0.158555C16.8895 0.0598712 16.6615 0 16.418 0ZM0.158555 0.904254C0.0598711 1.11052 0 1.3385 0 1.58203V11.0742C0 11.3177 0.0598711 11.5458 0.158555 11.752L5.61758 6.32812L0.158555 0.904254Z' fill='white'/%3E%3Cpath d='M11.6368 7.07422L10.8643 7.84671C9.83634 8.87464 8.16371 8.87464 7.13578 7.84671L6.36332 7.07422L0.904297 12.4981C1.11056 12.5968 1.33855 12.6566 1.58207 12.6566H16.418C16.6615 12.6566 16.8895 12.5968 17.0958 12.4981L11.6368 7.07422Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center left 21px;
    text-transform: lowercase;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"])::placeholder{
    text-transform: capitalize;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:focus{
    outline: none;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_footer{
    margin-block-start: 20px;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
    border-radius: 0;
    box-shadow: 0;
    border: 1px solid #774936;
    background: #774936;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 25px 46px;
    transition: all 0.4s ease;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button:hover{
    background: #1E2749;
    border-color: #fff;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button:focus{
    outline: none;
}
.footerForm .elementor-shortcode .gform_wrapper .gform_validation_errors{
    display: none;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .validation_message{
    background: #fff;
    width: fit-content;
    padding: 2px 3px;
    border-radius: 3px;
}
.footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .grecaptcha-badge{
    z-index: 10;
}
.footerForm .elementor-shortcode .gform_wrapper .gform_confirmation_message{
    color: #fff;
}

.footer-contact .elementor-icon-list-item a:hover .elementor-icon-list-text{
    color: #774936 !important;
}






/*-------------------
---------------------Homepage CSS 
---------------------*/
.counter-divider{
    position: relative;
}
.counter-divider::after{
    content: '';
    height: calc(100% + 20px);
    width: 1px;
    background: #D7DCF0;
    position: absolute;
    left: 100%;
    margin-left: 125.5px;
    top: 50%;
    transform: translateY(-50%);
}


.inv-box .inv-inner-box{
    transition: all 0.4s ease;
}
.inv-box:hover .inv-inner-box{
    background: #fff;
    padding: 0px 16px 30px 24px !important;
}
.inv-btn .elementor-button .elementor-button-icon svg path{
    transition: all 0.4s ease;
}
.inv-btn .elementor-button:hover .elementor-button-icon svg path{
    fill: #774936;
}
.inv-box .inv-text{
    transition: all 0.4s ease;
}
.inv-box:hover .inv-text{
    padding: 0 !important;
}


.blue-sec-subhead{
    position: relative;
}
.blue-sec-subhead::after{
    content: '';
    height: 12px;
    aspect-ratio: 1/1;
    background: #fff;
    position: absolute;
    left: 100%;
    margin-left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.light-sec::after{
    background: #1E2749 !important;
}

.process-wrapper {
  counter-reset: steps;
}
.process-box {
  position: relative;
  counter-increment: steps;
}
.process-box .process-icon{
    position: relative;
}
.process-box .process-icon::after {
    content: counter(steps);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    margin-right: 10px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 144px;
    background: linear-gradient(180deg, #3C51A2 -86.36%, rgba(60, 81, 162, 0) 94.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.portfolio-box .portfolio-content{
    transition: all 0.4s ease;
}
.portfolio-box:hover .portfolio-content{
    border-color: #F1F3FA !important;
    background: #F1F3FA;
}
.portfolio-btn .elementor-icon svg path{
    transition: all 0.4s ease;
}
.portfolio-btn:hover .elementor-icon svg path{
    stroke: #fff;
}



.video-slider .elementor-custom-embed-play svg{
    opacity: 1;
    filter: none;
}
.video-slider .elementor-swiper-button svg path{
    transition: all 0.4s ease;
}
.video-slider .elementor-swiper-button:hover svg path{
    stroke: #fff;
}
.video-slider .elementor-swiper-button{
    top: 50% !important;
}


.blog-slider .swiper-pagination-progressbar{
    top: 100% !important;
    margin-top: 63px;
    background: #E2E9F2;
    width: calc(100% - 503px) !important;
    left: 178px !important;
}
.blog-slider .swiper-pagination-progressbar::before{
    content: '';
    height: 12px;
    aspect-ratio: 1/1;
    background: #E2E9F2;
    border-radius: 100%;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-slider .swiper-pagination-progressbar::after{
    content: '';
    height: 12px;
    aspect-ratio: 1/1;
    background: #E2E9F2;
    border-radius: 100%;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

/*-------------------
---------------------Contact us CSS 
---------------------*/

.contactUs .elementor-shortcode .gform_wrapper .gform_heading{
    display: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
    row-gap: 30px;
    column-gap: 30px;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label .gfield_required{
    display: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield, .contactUs .ginput_complex span {
    position: relative;
}

.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label, 
	.contactUs .ginput_complex span label{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    text-transform: capitalize;
    color: #A5A5A5;
    width: fit-content;
    padding: 0 3px;
    background: #fff;
    position: absolute;
    top: 21px;
    /* transform: translateY(-50%); */
    left: 30px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
		overflow: hidden;
   	display: -webkit-box;
   -webkit-line-clamp: 1;
    line-clamp: 1; 
   -webkit-box-orient: vertical;
}
	.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield--type-textarea .gfield_label{
		transform: inherit;
		top: 30px;
	}
/* .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:focus,
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea:focus{
    outline: none;
    border-color: #0581CE !important;
} */
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield.has-value .gfield_label,
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield:focus-within .gfield_label, .contactUs .ginput_complex span.has-value label,
.contactUs .ginput_complex span:focus-within label {
    top: -12px;
		transform: inherit;
}
/* .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield.has-value input:not([type="submit"]),
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield.has-value textarea{
    border-color: #0581CE !important;
} */
	.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]),
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea,
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
		font-family: 'Poppins';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.2em;
		color: #111111;
		padding: 5px 30px;
		height: 65px;
		outline: none;
		border: 1px solid #1D3960;
        border-radius: 0;
        box-shadow: none;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="email"]{
        text-transform: lowercase;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        min-block-size: 8.938rem !important;
        padding: 20px 30px;
        resize: none;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
	.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
		display: flex;
		align-items: center;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        border-radius: 0;
        box-shadow: 0;
        border: 0;
        padding: 25px 35px;
        background: #774936;
        color: #fff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        line-height: 10px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button:hover{
        background: #1D3960;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button:focus{
        outline: none;
    }
    .contactUs .elementor-shortcode .gform_wrapper .gform_validation_errors{
        display: none;
    }


.youtube-slider {
    padding: 10px 5px 45px;
}

.youtube-slider-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    justify-content: start;
}

.youtube-video-trigger {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
}

.youtube-video-trigger:focus-visible {
    outline: 2px solid #ff0000;
    outline-offset: 3px;
}

.youtube-slider img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.youtube-play-icon {
    align-items: center;
    background: #ff0000;
    border-radius: 14px;
    display: flex;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, background 0.3s ease;
    width: 68px;
}

.youtube-play-icon::before {
    border-bottom: 11px solid transparent;
    border-left: 18px solid #fff;
    border-top: 11px solid transparent;
    content: '';
    margin-left: 4px;
}

.youtube-video-trigger:hover .youtube-play-icon {
    background: #cc0000;
    transform: translate(-50%, -50%) scale(1.06);
}

.youtube-video-player {
    aspect-ratio: 16 / 9;
    background: #111;
    position: relative;
    width: 100%;
}

.youtube-video-loader {
    border: 4px solid rgba(255, 255, 255, 0.25);
    border-top-color: #ff0000;
    border-radius: 50%;
    height: 42px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
    width: 42px;
    z-index: 2;
    animation: youtube-loader-spin 0.8s linear infinite;
}

.youtube-video-player.is-loading .youtube-video-loader {
    opacity: 1;
}

.youtube-video-iframe {
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

@keyframes youtube-loader-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media only screen and (max-width: 767px) {
    .youtube-slider-grid {
        grid-template-columns: 1fr;
    }
}












/*-------------------
---------------------Zoom CSS 
---------------------*/
@media only screen and (min-width: 1551px) and (max-width: 1750px){
    html body:not(.error404){
        zoom: 0.84;
        zoom: 84%;
    }
}
@media only screen and (min-width: 1451px) and (max-width: 1550px){
    html body:not(.error404){
        zoom: 0.80;
        zoom: 80%;
    }
}
@media only screen and (min-width: 1351px) and (max-width: 1450px){
    html body:not(.error404){
        zoom: 0.72;
        zoom: 72%;
    }
}
@media only screen and (min-width: 1251px) and (max-width: 1350px){
    html body:not(.error404){
        zoom: 0.68;
        zoom: 68%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1250px){
    html body:not(.error404){
        zoom: 0.62;
        zoom: 62%;
    }
}





/*-------------------
---------------------Responsive CSS 
---------------------*/
@media only screen and (max-width: 1200px){
    .counter-divider::after{
        margin-left: 90px;
    }

    .inv-box:hover .inv-inner-box{
        background: #fff;
        padding: 0px 10px 15px 10px !important;
    }

    .process-box .process-icon::after{
        font-size: 100px;
        line-height: 100px;
    }

    .blog-slider .swiper-pagination-progressbar{
        top: 100% !important;
        margin-top: 57px;
        background: #E2E9F2;
        width: calc(100% - 430px) !important;
        left: 138px !important;
    }

    .footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 55px;
        padding: 10px 35px;
        font-size: 17px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8414 0.904254L12.3824 6.32812L17.8414 11.752C17.9401 11.5457 18 11.3177 18 11.0742V1.58203C18 1.3385 17.9401 1.11052 17.8414 0.904254ZM16.418 0H1.58203C1.3385 0 1.11052 0.0598712 0.904254 0.158555L7.88147 7.10061C8.49839 7.71754 9.50161 7.71754 10.1185 7.10061L17.0957 0.158555C16.8895 0.0598712 16.6615 0 16.418 0ZM0.158555 0.904254C0.0598711 1.11052 0 1.3385 0 1.58203V11.0742C0 11.3177 0.0598711 11.5458 0.158555 11.752L5.61758 6.32812L0.158555 0.904254Z' fill='white'/%3E%3Cpath d='M11.6368 7.07422L10.8643 7.84671C9.83634 8.87464 8.16371 8.87464 7.13578 7.84671L6.36332 7.07422L0.904297 12.4981C1.11056 12.5968 1.33855 12.6566 1.58207 12.6566H16.418C16.6615 12.6566 16.8895 12.5968 17.0958 12.4981L11.6368 7.07422Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center left 10px;
    }
    .footerForm .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        font-size: 15px;
        line-height: 10px;
        padding: 20px 15px;
    }


    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 20px;
        column-gap: 20px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]),
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea,
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
		font-size: 14px;
		line-height: 1.3em;
		padding: 5px 15px;
		height: 50px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label, 
	.contactUs .ginput_complex span label{
        font-size: 14px;
        line-height: 1.2em;
        top: 17px;
        left: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield--type-textarea .gfield_label{
		transform: inherit;
		top: 15px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield.has-value .gfield_label,
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield:focus-within .gfield_label, .contactUs .ginput_complex span.has-value label,
    .contactUs .ginput_complex span:focus-within label {
        top: -9px;
        transform: inherit;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        min-block-size: 8.938rem !important;
        padding: 15px 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        padding: 20px 15px;
        font-size: 15px;
        line-height: 10px;
        letter-spacing: 0.07em;
    }
}




@media only screen and (max-width: 1024px){
    .counter-divider::after{
        margin-left: 75px;
    }
    .portfolio-btn .elementor-icon{
        padding: 14px !important;
    }

    .blog-slider .swiper-pagination-progressbar{
        top: 100% !important;
        margin-top: 53px;
        background: #E2E9F2;
        width: calc(100% - 394px) !important;
        left: 115px !important;
    }
    .footerForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 50px;
        padding: 10px 35px;
        font-size: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8414 0.904254L12.3824 6.32812L17.8414 11.752C17.9401 11.5457 18 11.3177 18 11.0742V1.58203C18 1.3385 17.9401 1.11052 17.8414 0.904254ZM16.418 0H1.58203C1.3385 0 1.11052 0.0598712 0.904254 0.158555L7.88147 7.10061C8.49839 7.71754 9.50161 7.71754 10.1185 7.10061L17.0957 0.158555C16.8895 0.0598712 16.6615 0 16.418 0ZM0.158555 0.904254C0.0598711 1.11052 0 1.3385 0 1.58203V11.0742C0 11.3177 0.0598711 11.5458 0.158555 11.752L5.61758 6.32812L0.158555 0.904254Z' fill='white'/%3E%3Cpath d='M11.6368 7.07422L10.8643 7.84671C9.83634 8.87464 8.16371 8.87464 7.13578 7.84671L6.36332 7.07422L0.904297 12.4981C1.11056 12.5968 1.33855 12.6566 1.58207 12.6566H16.418C16.6615 12.6566 16.8895 12.5968 17.0958 12.4981L11.6368 7.07422Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center left 10px;
    }
    .footerForm .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        font-size: 15px;
        line-height: 10px;
        padding: 15px 12px;
    }
}




@media only screen and (max-width: 880px){
    .counter-divider::after{
        margin-left: 64px;
    }
}




@media only screen and (max-width: 767px){
    .counter-divider::after{
        content: none;
    }
    .blog-slider .swiper-pagination-progressbar{
        top: 100% !important;
        margin-top: 100px;
        background: #E2E9F2;
        width: calc(100% - 30px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 15px;
        column-gap: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]),
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea,
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
		font-size: 14px;
		line-height: 1.3em;
		padding: 5px 10px;
		height: 44px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label, 
	.contactUs .ginput_complex span label{
        font-size: 10px;
        line-height: 1.2em;
        top: 17px;
        left: 10px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield--type-textarea .gfield_label{
		transform: inherit;
		top: 15px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield.has-value .gfield_label,
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gfield:focus-within .gfield_label, .contactUs .ginput_complex span.has-value label,
    .contactUs .ginput_complex span:focus-within label {
        top: -7px;
        transform: inherit;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        min-block-size: 8.938rem !important;
        padding: 15px 10px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        padding: 15px 12px;
        font-size: 13px;
        line-height: 10px;
        letter-spacing: 0.07em;
    }
}
