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


/* .popupheading{
    background-image: url(./Image/popup\ bgd\ img.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    
} */

.ftr-cpyrght-txt a{
     color: #D0A5A7;
}
.ftr-cpyrght-txt a:hover{
     color: #fff;
}
.enqry-frm form .gform_fields .gfield  input:not([type="submit"]),
.enqry-frm form .gform_fields .gfield  textarea{
    background: transparent ;
    font-weight: 500 ;
    font-family: "Helvetica Neue", Sans-serif ;
    font-size: 22px ;
    line-height: 30px ;
    color: #5F5F5F ;
    border: none  !important;
    padding: 0 ;
    box-shadow: unset !important;
}
.enqry-frm form .gform_fields .gfield input:not([type="submit"]),
.enqry-frm form .gform_fields .gfield textarea::placeholder{
     font-family: "Helvetica Neue", Sans-serif ;
    font-size: 22px ;
    line-height: 30px ;
    color: #5F5F5F ;
}
.enqry-frm input:not([type="submit"]),
.enqry-frm textarea:focus{
    outline: none !important;
}
.enqry-frm .gform-theme--foundation .gform_fields{
    row-gap: 5px !important;
}
.enqry-frm form .gform_fields .gfield textarea{
    padding-top: 10px ;
    height: 96px ;
    resize: none ;
    word-break: break-all;
}
.enqry-frm input[type="submit"]{
    background: transparent !important;
    color: #fff !important;
    font-family: "Helvetica Neue", Sans-serif !important;
    font-size: 22px !important;
    line-height: 17px !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.enqry-frm input[type="submit"]:hover{
    color: #CEA989 !important;
}
.enqry-frm  input[type="submit"]:focus{
    outline: none !important;
    border: none !important;
}

.enqry-frm input:focus::placeholder{
    font-size: 0 !important;
}
.enqry-frm input:focus{
    border-bottom: 1px solid #212121 !important;
}
.enqry-frm textarea:focus::placeholder{
    font-size: 0 !important;
}
.enqry-frm textarea:focus{
    border-bottom: 1px solid #212121 !important;
}

.enqry-frm .gform-footer.gform_footer.top_label{
        margin-top: 20px !important;
}
.teams-cntnt-sec{
    backdrop-filter: blur(44px);
}

.grecaptcha-badge{
    z-index: 99 !important;
}


.cntct-icon-bx a{
    color: #fff;
}
.cntct-icon-bx a:hover{
    color:#855456;
}
.cntct-frm div#gform_fields_2{
    row-gap: 28px !important;
    column-gap: 30px !important;
}
.cntct-frm form .gform_fields .gfield input:not([type="submit"]),
.cntct-frm form .gform_fields .gfield textarea{
    border: 1px solid #595959 ;
    background: transparent ;
    font-family: "Helvetica Neue", Sans-serif ;
    font-size: 16px ;
    line-height: 39px ;
    padding: 29px 20px ;
    color: #fff ; 

}

.cntct-frm form .gform_fields .gfield input::placeholder{
    color: #fff ;
    font-family: "Helvetica Neue", Sans-serif ;
    font-size: 16px ;
    line-height: 30px ;
    padding-top: 20px ;
}
.cntct-frm form .gform_fields .gfield textarea::placeholder{
    color: #fff ;
    font-family: "Helvetica Neue", Sans-serif ;
    font-size: 16px ;
    line-height: 26px ;
    
    
}
.cntct-frm form .gform_fields .gfield textarea{
    min-height: 187px ;
    resize: none ;
    line-height: 30px ;
    word-break: break-all;
}
.cntct-frm .gform-footer.gform_footer.top_label {
    margin-top: 0px;
}
.cntct-frm  input[type="submit"]{
     border: 1px solid #855456 !important;
    background: #855456 !important;
    font-family: "Helvetica Neue", Sans-serif !important;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
    padding: 16px 20px !important;
}
.cntct-frm .gform-footer  input[type="submit"]:hover{
    background: #fff !important;
    color: #855456 !important;
    transition: 0.5s !important;
}
.cntct-frm input:not([type="submit"]):focus-visible,
.cntct-frm textarea:focus-visible{
    outline: none !important;
}
.cntct-frm .gform_validation_errors{
    display: none !important;
}
@media(max-width:1024px){
    .home-bnr:before{
    background-image: linear-gradient(180deg, #000000B8 0%, #00000029 89%) !important;
    }
    .cntct-frm input[type="submit"] {
        padding: 10px 20px !important;
    }

}

@media(max-width:767px){
    .cntct-frm div#gform_fields_2 {
        column-gap: 0 !important;
    }

}


