.elementor-31438 .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-31438 .elementor-element.elementor-element-a96f87f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-31438 .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:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-31438 .elementor-element.elementor-element-e1567b6{padding:20px 0px 0px 0px;}}/* Start custom CSS for wpforms, class: .elementor-element-90c3ac4 *//* =========================
   GLOBAL ED PREMIUM FORM
========================= */

#wpforms-31447{
    position: relative;
    background: #ffffff;
    padding: 48px;
    border-radius: 32px;
    overflow: hidden;

    border: 1px solid rgba(15,23,42,.06);

    box-shadow:
    0 10px 40px rgba(15,23,42,.06),
    0 2px 10px rgba(15,23,42,.04);

    max-width: 980px;
    margin: auto;
}

/* Glow Effect */
#wpforms-31447::before{
    content:'';
    position:absolute;
    width:320px;
    height:320px;

    background: radial-gradient(circle,
    rgba(34,197,94,.12) 0%,
    rgba(34,197,94,0) 70%);

    top:-120px;
    right:-120px;

    pointer-events:none;
}

/* Labels */
#wpforms-31447 .wpforms-field-label{
    font-size:15px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:12px !important;
}

/* INPUTS */
#wpforms-31447 input,
#wpforms-31447 .choices__inner{
    height:64px !important;

    border-radius:18px !important;
    border:1px solid #e2e8f0 !important;

    background:#f8fafc !important;

    padding:0 20px !important;

    font-size:16px !important;
    font-weight:500 !important;

    color:#0f172a !important;

    transition:all .25s ease;

    width:100%;
}

/* FIX PHONE FIELD */
#wpforms-31447 .iti{
    width:100%;
}

/* COUNTRY DROPDOWN FIX */
#wpforms-31447 .iti__country-list{
    width:260px !important;
    max-width:260px !important;

    overflow-x:hidden !important;

    border-radius:16px !important;

    border:none !important;

    box-shadow:
    0 12px 30px rgba(15,23,42,.12) !important;
}

/* COUNTRY NAME FIX */
#wpforms-31447 .iti__country-name{
    white-space:normal !important;
    display:inline-block !important;

    font-size:14px;
}

/* COUNTRY ITEM */
#wpforms-31447 .iti__country{
    padding:10px 14px !important;
}

/* DIAL CODE */
#wpforms-31447 .iti__dial-code{
    margin-left:6px;
    color:#64748b;
}

/* FLAG AREA */
#wpforms-31447 .iti__selected-flag{
    padding:0 14px !important;
    border-radius:14px 0 0 14px;
}

/* PHONE INPUT EXTRA PADDING */
#wpforms-31447 input[type="tel"]{
    padding-left:90px !important;
}

/* Focus */
#wpforms-31447 input:focus,
#wpforms-31447 .choices__inner:focus-within{
    border-color:#22c55e !important;

    background:#ffffff !important;

    box-shadow:
    0 0 0 4px rgba(34,197,94,.10) !important;
}

/* Placeholder */
#wpforms-31447 input::placeholder{
    color:#94a3b8;
}

/* Select dropdown */
#wpforms-31447 .choices{
    margin-bottom:0;
}

#wpforms-31447 .choices__list--single{
    padding:0 !important;
}

/* Submit Button */
#wpforms-submit-31447{
    width:100%;

    height:64px;

    border:none !important;
    border-radius:18px !important;

    background:linear-gradient(
    135deg,
    #22c55e,
    #16a34a
    ) !important;

    color:#ffffff !important;

    font-size:18px !important;
    font-weight:700 !important;

    transition:all .25s ease;

    margin-top:12px !important;

    box-shadow:
    0 12px 30px rgba(34,197,94,.22);
}

/* Hover */
#wpforms-submit-31447:hover{
    transform:translateY(-2px);

    box-shadow:
    0 18px 40px rgba(34,197,94,.28);
}

/* Field spacing */
#wpforms-31447 .wpforms-field{
    margin-bottom:22px !important;
}

/* MOBILE */
@media(max-width:767px){

    #wpforms-31447{
        padding:26px 20px;
        border-radius:24px;
    }

    #wpforms-31447 input,
    #wpforms-31447 .choices__inner,
    #wpforms-submit-31447{
        height:56px !important;
        font-size:15px !important;
    }

    #wpforms-submit-31447{
        font-size:16px !important;
    }

    /* MOBILE COUNTRY DROPDOWN */
    #wpforms-31447 .iti__country-list{
        width:220px !important;
        max-width:220px !important;
    }

    #wpforms-31447 input[type="tel"]{
        padding-left:86px !important;
    }

}/* End custom CSS */