.elementor-31372 .elementor-element.elementor-element-05e89f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31372 .elementor-element.elementor-element-a96f87f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-31372 .elementor-element.elementor-element-a1f5b44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31372 .elementor-element.elementor-element-e4fa99d{padding:50px 0px 0px 0px;text-align:center;}.elementor-31372 .elementor-element.elementor-element-e4fa99d .elementor-heading-title{font-size:30px;}.elementor-31372 .elementor-element.elementor-element-89f3d35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-31372 .elementor-element.elementor-element-1dfe8e3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-31372 .elementor-element.elementor-element-e4fa99d .elementor-heading-title{font-size:24px;}}/* Start custom CSS for heading, class: .elementor-element-e4fa99d *//* FORM HEADING — UPDATED */

.elementor-element-e4fa99d{
    font-family:'Montserrat',sans-serif;
    text-align:center;
    margin-bottom:42px;
}

/* TITLE */
.elementor-element-e4fa99d .elementor-heading-title{
    font-size:clamp(32px,4vw,52px);
    line-height:1.08;
    font-weight:800;
    color:#111827;
    letter-spacing:-1.4px;
    position:relative;
    display:inline-block;
    margin-bottom:18px;
}

/* SOFT GREEN HIGHLIGHT */
.elementor-element-e4fa99d .elementor-heading-title::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:5px;
    transform:translateX(-50%);
    width:70%;
    height:12px;
    background:rgba(7,221,128,0.16);
    border-radius:100px;
    z-index:-1;
}

/* SUBTITLE */
.elementor-element-e4fa99d .elementor-heading-title::before{
    content:"Complete the form below and our team will contact you shortly.";
    display:block;
    font-size:16px;
    line-height:1.7;
    color:#6b7280;
    font-weight:500;
    letter-spacing:0;
    max-width:700px;
    margin:22px auto 0;
}

/* MOBILE */
@media(max-width:768px){

    .elementor-element-e4fa99d{
        margin-bottom:24px;
    }

    .elementor-element-e4fa99d .elementor-heading-title{
        font-size:30px;
        line-height:1.15;
        letter-spacing:-1px;
    }

    .elementor-element-e4fa99d .elementor-heading-title::before{
        font-size:14px;
        line-height:1.6;
        margin-top:16px;
        max-width:100%;
        padding:0 10px;
    }

    .elementor-element-e4fa99d .elementor-heading-title::after{
        height:8px;
        bottom:3px;
        width:62%;
    }
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-90c3ac4 *//* GLOBAL FORM DESIGN */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

#wpforms-31369 {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    padding: 48px;
    border-radius: 28px;
    box-shadow:
        0 10px 40px rgba(0,0,0,0.06),
        0 2px 10px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.05);
    max-width: 920px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

/* TOP GLOW */
#wpforms-31369::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    background: rgba(7,221,128,0.10);
    border-radius: 50%;
    filter: blur(10px);
    pointer-events:none;
}

/* LABELS */
#wpforms-31369 .wpforms-field-label{
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

/* INPUTS */
#wpforms-31369 input[type="text"],
#wpforms-31369 input[type="tel"],
#wpforms-31369 .choices__inner{
    height: 62px !important;
    border-radius: 18px !important;
    border: 1.5px solid #e7ebf0 !important;
    background: #f8fafc !important;
    padding: 0 18px !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #111827 !important;
    box-shadow: none !important;
    transition: all .25s ease;
    width:100%;
}

/* PHONE INPUT EXTRA SPACE */
#wpforms-31369 input[type="tel"]{
    padding-left:90px !important;
}

/* SELECT TEXT ALIGN */
#wpforms-31369 .choices__list--single{
    padding-top: 8px !important;
}

/* FOCUS EFFECT */
#wpforms-31369 input[type="text"]:focus,
#wpforms-31369 input[type="tel"]:focus,
#wpforms-31369 .choices__inner:focus,
#wpforms-31369 .is-focused .choices__inner{
    border-color: #07dd80 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 5px rgba(7,221,128,0.12) !important;
}

/* PHONE FIELD */
#wpforms-31369 .iti{
    width: 100%;
}

/* COUNTRY FLAG AREA */
#wpforms-31369 .iti__selected-flag{
    border-radius: 14px 0 0 14px;
    padding:0 14px !important;
}

/* COUNTRY DROPDOWN FIX */
#wpforms-31369 .iti__country-list{
    width:260px !important;
    max-width:260px !important;

    overflow-x:hidden !important;

    border:none !important;
    border-radius:18px !important;

    box-shadow:0 18px 40px rgba(0,0,0,0.10) !important;
}

/* COUNTRY ITEM */
#wpforms-31369 .iti__country{
    padding:10px 14px !important;
}

/* COUNTRY NAME FIX */
#wpforms-31369 .iti__country-name{
    white-space:normal !important;
    display:inline-block !important;

    font-size:14px;
}

/* DIAL CODE */
#wpforms-31369 .iti__dial-code{
    margin-left:6px;
    color:#64748b;
}

/* DROPDOWN */
#wpforms-31369 .choices__list--dropdown{
    border-radius: 18px !important;
    border: 1px solid #e8edf2 !important;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* BUTTON */
#wpforms-submit-31369{
    width: 100%;
    height: 64px;
    border: none !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #07dd80 0%, #05c96f 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: -.3px;
    margin-top: 18px !important;
    transition: all .25s ease;
    box-shadow: 0 12px 30px rgba(7,221,128,0.28);
}

/* BUTTON HOVER */
#wpforms-submit-31369:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(7,221,128,0.35);
}

/* FIELD GAP */
#wpforms-31369 .wpforms-field{
    margin-bottom: 22px !important;
}

/* PLACEHOLDER */
#wpforms-31369 input::placeholder{
    color: #94a3b8;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px){

    #wpforms-31369{
        padding: 28px 22px;
        border-radius: 22px;
    }

    #wpforms-31369 input[type="text"],
    #wpforms-31369 input[type="tel"],
    #wpforms-31369 .choices__inner{
        height: 56px !important;
        font-size: 15px !important;
    }

    #wpforms-31369 input[type="tel"]{
        padding-left:86px !important;
    }

    #wpforms-submit-31369{
        height: 58px;
        font-size: 16px !important;
    }

    /* MOBILE COUNTRY DROPDOWN */
    #wpforms-31369 .iti__country-list{
        width:220px !important;
        max-width:220px !important;
    }
}/* End custom CSS */