.elementor-31480 .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-31480 .elementor-element.elementor-element-a96f87f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-31480 .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-31480 .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-31480 .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-31480 .elementor-element.elementor-element-e1567b6{padding:20px 0px 0px 0px;}}/* Start custom CSS for wpforms, class: .elementor-element-90c3ac4 *//* =========================
   GLOBAL ED HIRING FORM
========================= */

#wpforms-31477{
    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 */
#wpforms-31477::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-31477 .wpforms-field-label{
    font-size:15px;
    font-weight:700;
    color:#0f172a;

    margin-bottom:12px !important;
}

/* Inputs */
#wpforms-31477 input,
#wpforms-31477 textarea,
#wpforms-31477 .choices__inner{
    border-radius:18px !important;
    border:1px solid #e2e8f0 !important;

    background:#f8fafc !important;

    font-size:16px !important;
    font-weight:500 !important;

    color:#0f172a !important;

    transition:all .25s ease;

    width:100%;
}

/* Input Height */
#wpforms-31477 input,
#wpforms-31477 .choices__inner{
    height:64px !important;
    padding:0 20px !important;
}

/* Textarea */
#wpforms-31477 textarea{
    min-height:150px !important;
    padding:18px 20px !important;
    resize:none;
}

/* Focus */
#wpforms-31477 input:focus,
#wpforms-31477 textarea:focus,
#wpforms-31477 .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-31477 input::placeholder,
#wpforms-31477 textarea::placeholder{
    color:#94a3b8;
}

/* Phone */
#wpforms-31477 .iti{
    width:100%;
}

#wpforms-31477 input[type="tel"]{
    padding-left:90px !important;
}

/* Country Dropdown */
#wpforms-31477 .iti__country-list{
    width:260px !important;
    max-width:260px !important;

    overflow-x:hidden !important;

    border:none !important;
    border-radius:16px !important;

    box-shadow:
    0 12px 30px rgba(15,23,42,.12) !important;
}

#wpforms-31477 .iti__country{
    padding:10px 14px !important;
}

#wpforms-31477 .iti__country-name{
    white-space:normal !important;
    display:inline-block !important;

    font-size:14px;
}

#wpforms-31477 .iti__dial-code{
    margin-left:6px;
    color:#64748b;
}

#wpforms-31477 .iti__selected-flag{
    padding:0 14px !important;
    border-radius:14px 0 0 14px;
}

/* Select */
#wpforms-31477 .choices{
    margin-bottom:0;
}

#wpforms-31477 .choices__list--single{
    padding:0 !important;
}

/* Checkbox */
#wpforms-31477 .wpforms-field-checkbox ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

#wpforms-31477 .wpforms-field-checkbox li{
    list-style:none;
}

#wpforms-31477 .wpforms-field-checkbox label{
    font-size:15px;
    color:#334155;
    font-weight:500;
}

/* Upload Box */
#wpforms-31477 .wpforms-uploader{
    border:2px dashed #dbe4ee !important;
    border-radius:22px !important;

    background:#f8fafc !important;

    padding:34px 20px !important;

    transition:.25s ease;
}

#wpforms-31477 .wpforms-uploader:hover{
    border-color:#22c55e !important;
    background:#ffffff !important;
}

#wpforms-31477 .modern-title{
    display:block;
    margin-top:12px;

    font-size:15px;
    font-weight:600;

    color:#475569;
}

/* Description */
#wpforms-31477 .wpforms-field-description{
    font-size:13px;
    color:#64748b;

    margin-top:10px;
}

/* Submit */
#wpforms-submit-31477{
    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-31477:hover{
    transform:translateY(-2px);

    box-shadow:
    0 18px 40px rgba(34,197,94,.28);
}

/* Field Gap */
#wpforms-31477 .wpforms-field{
    margin-bottom:22px !important;
}

/* Mobile */
@media(max-width:767px){

    #wpforms-31477{
        padding:26px 20px;
        border-radius:24px;
    }

    #wpforms-31477 input,
    #wpforms-31477 .choices__inner,
    #wpforms-submit-31477{
        height:56px !important;
        font-size:15px !important;
    }

    #wpforms-31477 textarea{
        min-height:130px !important;
    }

    #wpforms-submit-31477{
        font-size:16px !important;
    }

    #wpforms-31477 .iti__country-list{
        width:220px !important;
        max-width:220px !important;
    }

    #wpforms-31477 input[type="tel"]{
        padding-left:86px !important;
    }

    #wpforms-31477 .wpforms-field-checkbox ul{
        grid-template-columns:1fr;
    }

}

/* =========================
   CHECKBOX FIX
========================= */

#wpforms-31477 .wpforms-field-checkbox ul{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
}

#wpforms-31477 .wpforms-field-checkbox li{
    margin:0 !important;
}

#wpforms-31477 .wpforms-field-checkbox .wpforms-field-label-inline{
    display:flex !important;
    align-items:center !important;

    min-height:64px;

    padding:0 20px 0 54px !important;

    border:1px solid #e2e8f0;
    border-radius:18px;

    background:#f8fafc;

    font-size:16px;
    font-weight:500;
    color:#0f172a;

    position:relative;

    transition:.25s ease;

    cursor:pointer;
}

/* checkbox */
#wpforms-31477 .wpforms-field-checkbox input{
    position:absolute;
    opacity:0;
}

/* custom checkbox */
#wpforms-31477 .wpforms-field-checkbox .wpforms-field-label-inline::before{
    content:'';

    position:absolute;

    left:18px;
    top:50%;

    transform:translateY(-50%);

    width:20px;
    height:20px;

    border-radius:6px;

    border:2px solid #cbd5e1;

    background:#ffffff;

    transition:.2s ease;
}

/* checked */
#wpforms-31477 .wpforms-field-checkbox input:checked + .wpforms-field-label-inline{
    border-color:#22c55e;
    background:#f0fdf4;
}

#wpforms-31477 .wpforms-field-checkbox input:checked + .wpforms-field-label-inline::before{
    background:#22c55e;
    border-color:#22c55e;
}

/* mobile */
@media(max-width:767px){

    #wpforms-31477 .wpforms-field-checkbox ul{
        grid-template-columns:1fr !important;
    }

}/* End custom CSS */