.elementor-31532 .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-31532 .elementor-element.elementor-element-a96f87f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-31532 .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:100px;--padding-left:0px;--padding-right:0px;}.elementor-31532 .elementor-element.elementor-element-e4fa99d{padding:50px 0px 0px 0px;text-align:center;}.elementor-31532 .elementor-element.elementor-element-e4fa99d .elementor-heading-title{font-size:30px;}@media(max-width:767px){.elementor-31532 .elementor-element.elementor-element-e4fa99d{padding:10px 10px 10px 10px;}.elementor-31532 .elementor-element.elementor-element-e4fa99d .elementor-heading-title{font-size:24px;}.elementor-31532 .elementor-element.elementor-element-90c3ac4 > .elementor-widget-container{padding:10px 10px 10px 10px;}}/* 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 *//* ==========================================================================
   GlobalEd | Cashback Offer Form (WPForms #31534) — v2 Premium
   Modern, soft, high-end SaaS look. Brand blue #2249b6 + green #07dd80.
   Paste into Elementor "Custom CSS" or theme Additional CSS.
   Purge LiteSpeed Cache after saving.
   ========================================================================== */

#wpforms-31534 {
  --ge-blue: #2249b6;
  --ge-blue-soft: #3a5fd0;
  --ge-green: #07dd80;
  --ge-ink: #0e1838;
  --ge-muted: #6b7596;
  --ge-border: #e6e9f2;
  --ge-bg: #ffffff;
  --ge-field-bg: #f7f9fc;
  --ge-radius: 14px;

  max-width: 480px;
  margin: 0 auto;
  font-family: "Inter", "Hind Siliguri", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}

#wpforms-31534 *,
#wpforms-31534 *::before,
#wpforms-31534 *::after { box-sizing: border-box; }

/* ---- Field spacing ---- */
#wpforms-31534 .wpforms-field { padding: 0 0 16px 0 !important; }

/* ---- Labels ---- */
#wpforms-31534 .wpforms-field-label {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: var(--ge-ink) !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.2px;
}
#wpforms-31534 .wpforms-required-label { color: var(--ge-green) !important; margin-left: 3px; }

/* ==========================================================================
   Inputs — soft filled style, border lifts to blue on focus
   ========================================================================== */
#wpforms-31534 input[type="text"],
#wpforms-31534 input[type="tel"],
#wpforms-31534 input[type="email"] {
  width: 100% !important;
  height: 52px !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: var(--ge-ink) !important;
  background: var(--ge-field-bg) !important;
  border: 1.5px solid transparent !important;
  border-radius: var(--ge-radius) !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
#wpforms-31534 input::placeholder { color: #a3abc2 !important; opacity: 1; }

#wpforms-31534 input[type="text"]:hover,
#wpforms-31534 input[type="tel"]:hover,
#wpforms-31534 input[type="email"]:hover {
  background: #f2f5fb !important;
}

#wpforms-31534 input[type="text"]:focus,
#wpforms-31534 input[type="tel"]:focus,
#wpforms-31534 input[type="email"]:focus {
  background: var(--ge-bg) !important;
  border-color: var(--ge-blue) !important;
  box-shadow: 0 0 0 4px rgba(34, 73, 182, 0.10) !important;
  outline: none !important;
}

/* ==========================================================================
   Phone field (intl-tel-input)
   ========================================================================== */
#wpforms-31534 .iti { width: 100% !important; display: block !important; }
#wpforms-31534 .iti__tel-input,
#wpforms-31534 input.wpforms-smart-phone-field {
  width: 100% !important;
  height: 52px !important;
  border-radius: var(--ge-radius) !important;
  padding-left: 52px !important;
}
#wpforms-31534 .iti__flag-container { border-radius: var(--ge-radius) 0 0 var(--ge-radius); }
#wpforms-31534 .iti__selected-flag { padding: 0 8px 0 14px !important; border-radius: var(--ge-radius) 0 0 var(--ge-radius) !important; }

/* Dropdown panel — contained on mobile, soft shadow */
#wpforms-31534 .iti__dropdown-content {
  max-width: calc(100vw - 48px) !important;
  border-radius: var(--ge-radius) !important;
  border: 1px solid var(--ge-border) !important;
  box-shadow: 0 16px 40px rgba(14, 24, 56, 0.16) !important;
  overflow: hidden;
}
#wpforms-31534 .iti__country-list { max-width: 100% !important; }
#wpforms-31534 .iti__country.iti__highlight { background: rgba(34, 73, 182, 0.08) !important; }

/* ==========================================================================
   Choices.js dropdowns (Country + IELTS Status)
   ========================================================================== */
#wpforms-31534 .choices { margin-bottom: 0 !important; }
#wpforms-31534 .choices__inner {
  min-height: 52px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 15px !important;
  background: var(--ge-field-bg) !important;
  border: 1.5px solid transparent !important;
  border-radius: var(--ge-radius) !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}
#wpforms-31534 .choices:hover .choices__inner { background: #f2f5fb !important; }
#wpforms-31534 .choices.is-focused .choices__inner,
#wpforms-31534 .choices.is-open .choices__inner {
  background: var(--ge-bg) !important;
  border-color: var(--ge-blue) !important;
  box-shadow: 0 0 0 4px rgba(34, 73, 182, 0.10) !important;
}
#wpforms-31534 .choices__item { color: var(--ge-ink) !important; }
#wpforms-31534 .choices__placeholder { color: #a3abc2 !important; opacity: 1 !important; }

/* Custom arrow */
#wpforms-31534 .choices[data-type*="select-one"]::after {
  border-color: var(--ge-blue) transparent transparent !important;
  right: 18px !important;
}
#wpforms-31534 .choices.is-open[data-type*="select-one"]::after { border-color: transparent transparent var(--ge-blue) !important; }

/* Dropdown panel */
#wpforms-31534 .choices__list--dropdown {
  border: 1px solid var(--ge-border) !important;
  border-radius: var(--ge-radius) !important;
  box-shadow: 0 16px 40px rgba(14, 24, 56, 0.16) !important;
  margin-top: 8px !important;
  overflow: hidden !important;
  padding: 4px !important;
}
#wpforms-31534 .choices__list--dropdown .choices__item {
  font-size: 14px !important;
  padding: 11px 14px !important;
  border-radius: 9px !important;
}
#wpforms-31534 .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: rgba(34, 73, 182, 0.08) !important;
  color: var(--ge-blue) !important;
}
#wpforms-31534 .choices__button { display: none !important; }

/* ==========================================================================
   Submit button — gradient, glow, lift on hover
   ========================================================================== */
#wpforms-31534 .wpforms-submit-container { margin-top: 8px !important; }
#wpforms-31534 button.wpforms-submit {
  position: relative;
  width: 100% !important;
  height: 56px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  background: linear-gradient(100deg, var(--ge-blue) 0%, var(--ge-blue-soft) 55%, var(--ge-green) 135%) !important;
  border: none !important;
  border-radius: var(--ge-radius) !important;
  cursor: pointer !important;
  overflow: hidden;
  transition: transform 0.14s ease, box-shadow 0.22s ease !important;
  box-shadow: 0 10px 24px rgba(34, 73, 182, 0.26) !important;
}
#wpforms-31534 button.wpforms-submit::after {
  content: "";
  position: absolute;
  top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
#wpforms-31534 button.wpforms-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(34, 73, 182, 0.34) !important;
}
#wpforms-31534 button.wpforms-submit:hover::after { left: 130%; }
#wpforms-31534 button.wpforms-submit:active { transform: translateY(0) !important; }

/* ---- Error states ---- */
#wpforms-31534 .wpforms-error { border-color: #e25563 !important; background: #fff6f6 !important; }
#wpforms-31534 label.wpforms-error {
  color: #e25563 !important;
  font-size: 12px !important;
  margin-top: 6px !important;
  font-weight: 500 !important;
}

/* ==========================================================================
   Mobile safety
   ========================================================================== */
@media (max-width: 540px) {
  #wpforms-31534 { max-width: 100% !important; padding: 0 2px !important; }
  #wpforms-31534 input[type="text"],
  #wpforms-31534 input[type="tel"],
  #wpforms-31534 .choices__inner { height: 50px !important; }
}/* End custom CSS */