.elementor-31565 .elementor-element.elementor-element-05e89f9{--display:flex;--min-height:0px;--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-31565 .elementor-element.elementor-element-a96f87f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-31565 .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:20px;--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-31565 .elementor-element.elementor-element-e1567b6{padding:20px 0px 0px 0px;}}/* Start custom CSS for wpforms, class: .elementor-element-90c3ac4 *//* =========================
   GLOBALED IELTS EID FORM
========================= */

#wpforms-32324{
    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:720px;
    margin:auto;
}

/* Glow */
#wpforms-32324::before{
    content:'';
    position:absolute;

    width:320px;
    height:320px;

    top:-120px;
    right:-120px;

    background:radial-gradient(circle,
    rgba(34,197,94,.12) 0%,
    rgba(34,197,94,0) 70%);

    pointer-events:none;
}

/* Labels */
#wpforms-32324 .wpforms-field-label{
    font-size:15px !important;
    font-weight:700 !important;

    color:#0f172a;

    margin-bottom:12px !important;
}

/* Inputs + Select */
#wpforms-32324 input,
#wpforms-32324 .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%;
}

/* Placeholder */
#wpforms-32324 input::placeholder{
    color:#94a3b8;
}

/* Focus */
#wpforms-32324 input:focus,
#wpforms-32324 .choices__inner:focus-within{
    border-color:#22c55e !important;

    background:#ffffff !important;

    box-shadow:
    0 0 0 4px rgba(34,197,94,.10) !important;
}

/* Choices Select */
#wpforms-32324 .choices{
    margin-bottom:0;
}

#wpforms-32324 .choices__list--single{
    padding:0 !important;

    display:flex;
    align-items:center;

    height:100%;
}

#wpforms-32324 .choices__item{
    font-size:15px !important;
    font-weight:500;
    color:#0f172a;
}

/* Dropdown */
#wpforms-32324 .choices__list--dropdown{
    border:none !important;

    border-radius:18px !important;

    overflow:hidden;

    box-shadow:
    0 18px 40px rgba(15,23,42,.10);
}

#wpforms-32324 .choices__list--dropdown .choices__item{
    padding:14px 18px !important;

    transition:.2s ease;
}

#wpforms-32324 .choices__list--dropdown .choices__item:hover{
    background:#f1f5f9;
}

/* Phone Field */
#wpforms-32324 .iti{
    width:100%;
}

/* Country Dropdown */
#wpforms-32324 .iti__country-list{
    width:260px !important;
    max-width:260px !important;

    border:none !important;

    border-radius:18px !important;

    overflow-x:hidden !important;

    box-shadow:
    0 18px 40px rgba(15,23,42,.12) !important;
}

/* Country Item */
#wpforms-32324 .iti__country{
    padding:10px 14px !important;
}

/* Country Name */
#wpforms-32324 .iti__country-name{
    font-size:14px;

    white-space:normal !important;
}

/* Dial Code */
#wpforms-32324 .iti__dial-code{
    color:#64748b;

    margin-left:6px;
}

/* Flag Area */
#wpforms-32324 .iti__selected-flag{
    padding:0 14px !important;

    border-radius:14px 0 0 14px;
}

/* Phone Padding */
#wpforms-32324 input[type="tel"]{
    padding-left:92px !important;
}

/* Field Gap */
#wpforms-32324 .wpforms-field{
    margin-bottom:22px !important;
}

/* Submit Button */
#wpforms-submit-32324{
    width:100%;

    height:64px !important;

    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:10px !important;

    box-shadow:
    0 12px 30px rgba(34,197,94,.24);
}

/* Hover */
#wpforms-submit-32324:hover{
    transform:translateY(-2px);

    box-shadow:
    0 18px 40px rgba(34,197,94,.30);
}

/* Spinner */
#wpforms-32324 .wpforms-submit-spinner{
    margin-top:18px;
}

/* Mobile */
@media(max-width:767px){

    #wpforms-32324{
        padding:26px 20px;

        border-radius:24px;
    }

    #wpforms-32324 input,
    #wpforms-32324 .choices__inner,
    #wpforms-submit-32324{
        height:56px !important;

        font-size:15px !important;
    }

    #wpforms-submit-32324{
        font-size:16px !important;
    }

    #wpforms-32324 input[type="tel"]{
        padding-left:86px !important;
    }

    #wpforms-32324 .iti__country-list{
        width:220px !important;
        max-width:220px !important;
    }
}/* End custom CSS */