.elementor-3539 .elementor-element.elementor-element-79570f0f.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-3539 .elementor-element.elementor-element-4ece4bc8{width:initial;max-width:initial;}@media(min-width:768px){.elementor-3539 .elementor-element.elementor-element-79570f0f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-547bdce9 */<!-- BLOCK 0: Global Styles & Fonts -->
<!-- Paste this into: Appearance > Additional CSS (for the <style> content) -->
<!-- Or use a Custom HTML block at the very TOP of the page -->

<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet"/>
<style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --blue:      #0D3B66;
      --blue-d:    #0a2d52;
      --blue-dd:   #071d2e;
      --blue-l:    #7F9DB1;
      --blue-xl:   #e8f3f8;
      --comp:      #B4D6E3;
      --navy:      #071d2e;
      --navy-2:    #0d2a3e;
      --navy-3:    #12334d;
      --navy-mid:  #3D5166;
      --muted:     #5a7a8a;
      --warm:      #F4F9FD;
      --white:     #FFFFFF;
      --border:    #c8dfe8;
      --border-l:  #deeef5;
      --shadow:    0 4px 40px rgba(13,59,102,.14);
      --shadow-n:  0 4px 24px rgba(7,29,46,.12);
      --r:         18px;
      --r-sm:      10px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--navy); line-height: 1.65; overflow-x: hidden; }
    h1,h2,h3,h4 { font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.12; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
    .section    { padding: 100px 0; }
    .s-warm     { background: #F4F9FD; }
    .s-off      { background: var(--warm); }
    .s-dark     { background: var(--navy); color: var(--white); }
    .center     { text-align: center; }
    .section-eyebrow {
      display: inline-block;
      background: var(--blue-xl); color: var(--blue-d);
      font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 100px; margin-bottom: 16px;
    }
    .section-eyebrow.light {
      background: rgba(180,214,227,.18); color: var(--comp);
    }
    .section-title { font-size: clamp(1.9rem,3.4vw,2.7rem); font-weight: 800; margin-bottom: 14px; }
    .section-sub   { font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto; }

    /* BUTTONS */
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 30px; border-radius: 100px;
      font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 700;
      cursor: pointer; border: none; transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-blue   { background: var(--blue); color: #fff; box-shadow: 0 4px 18px rgba(13,59,102,.35); }
    .btn-blue:hover  { background: var(--blue-d); box-shadow: 0 8px 28px rgba(13,59,102,.45); }
    .btn-outline { background: transparent; color: var(--blue-d); border: 2px solid var(--blue); }
    .btn-outline:hover { background: var(--blue-xl); }
    .btn-ghost   { background: rgba(255,255,255,.10); color: #fff; border: 2px solid rgba(255,255,255,.25); }
    .btn-ghost:hover { background: rgba(255,255,255,.18); }
    .btn-white   { background: #fff; color: var(--navy); box-shadow: 0 4px 20px rgba(0,0,0,.18); }
    .btn-white:hover { box-shadow: 0 8px 32px rgba(0,0,0,.26); }

    /* ANIMATIONS */
    .fade-up { opacity:0; transform:translateY(26px); transition: opacity .65s ease, transform .65s ease; }
    .fade-up.in { opacity:1; transform:none; }
    .fade-up:nth-child(2) { transition-delay:.10s; }
    .fade-up:nth-child(3) { transition-delay:.20s; }

    /* NAV */
    .site-nav {
      position: sticky; top: 0; z-index: 9999;
      background: rgba(7,29,46,.97);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255,255,255,.07);
      padding: 0 28px;
    }
    .nav-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 70px; }
    .nav-logo img { height: 32px; width: auto; display: block; filter: brightness(0) invert(1); }
    .nav-links { display: flex; align-items: center; gap: 34px; }
    .nav-links a { font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.62); transition: color .2s; }
    .nav-links a:hover { color: var(--comp); }
    .nav-ctas  { display: flex; gap: 10px; }
    .nav-ctas .btn { padding: 9px 20px; font-size: .83rem; }

    /* HERO */
    .hero {
      min-height: 94vh; display: flex; align-items: center;
      background: var(--navy); position: relative; overflow: hidden; padding: 90px 28px 80px;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 70% 65% at 78% 40%, rgba(13,59,102,.25) 0%, transparent 65%),
        radial-gradient(ellipse 45% 55% at 2% 90%, rgba(180,214,227,.10) 0%, transparent 55%),
        radial-gradient(ellipse 35% 35% at 45% 5%, rgba(13,59,102,.12) 0%, transparent 55%);
    }
    .hero-arc {
      position: absolute; border-radius: 50%; pointer-events: none;
      border: 1px solid rgba(180,214,227,.09);
    }
    .hero-arc-1 { width: 600px; height: 600px; top: -170px; right: -170px; }
    .hero-arc-2 { width: 380px; height: 380px; top: -80px; right: -80px; border-color: rgba(180,214,227,.06); }

    .hero-grid {
      max-width: 1120px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 72px; align-items: center; position: relative; z-index: 1;
    }

    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(180,214,227,.12); border: 1px solid rgba(180,214,227,.28);
      color: var(--comp); font-size: .76rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase;
      padding: 6px 16px; border-radius: 100px; margin-bottom: 28px;
    }
    .hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--comp); animation: blink 1.7s infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }

    .hero h1 {
      font-size: clamp(2.8rem, 5.2vw, 4.4rem);
      font-weight: 800; color: #fff; margin-bottom: 22px; letter-spacing: -.01em;
    }
    .hero h1 em { color: var(--comp); font-style: normal; }
    .hero-desc { font-size: 1.08rem; color: rgba(255,255,255,.60); max-width: 460px; margin-bottom: 38px; font-weight: 400; line-height: 1.7; }
    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

    .hero-card {
      background: rgba(255,255,255,.04); border: 1px solid rgba(180,214,227,.14);
      border-radius: 22px; padding: 38px; backdrop-filter: blur(10px);
    }
    .hero-card-label {
      font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      color: rgba(255,255,255,.35); margin-bottom: 20px;
    }
    .hero-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .hstat {
      background: rgba(13,59,102,.25); border: 1px solid rgba(180,214,227,.15);
      border-radius: 12px; padding: 22px 18px;
    }
    .hstat-val  { font-size: 2.2rem; font-weight: 800; color: var(--comp); line-height: 1; }
    .hstat-desc { font-size: .76rem; color: rgba(255,255,255,.50); margin-top: 5px; }

    .hero-uni-strip { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); }
    .hero-uni-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 12px; }
    .hero-pills { display: flex; flex-wrap: wrap; gap: 8px; }
    .hero-pill {
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09);
      border-radius: 8px; padding: 5px 13px;
      font-size: .74rem; color: rgba(255,255,255,.46); font-weight: 500;
    }

    /* WHAT IS */
    .what-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; }
    .what-visual {
      position: relative; height: 440px;
      background: linear-gradient(145deg, var(--blue-xl) 0%, #c8e0ed 100%);
      border-radius: 28px; overflow: hidden;
      display: flex; align-items: center; justify-content: center;
      border: 1px solid var(--border);
    }
    .what-emoji { font-size: 8rem; }
    .what-float {
      position: absolute; bottom: 28px; left: 28px;
      background: #fff; border-radius: 14px;
      padding: 14px 20px; box-shadow: var(--shadow-n);
      display: flex; align-items: center; gap: 10px;
    }
    .float-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
    .float-text { font-size: .82rem; font-weight: 600; color: var(--navy); }

    .what-copy h2 { font-size: 2.3rem; font-weight: 800; margin-bottom: 20px; }
    .what-copy h2 em { color: var(--blue); font-style: normal; }
    .what-copy p { color: var(--muted); margin-bottom: 15px; font-size: .97rem; }
    .what-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
    .wpill {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--blue-xl); color: var(--blue-d);
      font-size: .80rem; font-weight: 700; padding: 7px 15px; border-radius: 100px;
    }
    .wpill::before { content: '✓'; color: var(--blue); }

    /* ACCESS CARDS */
    .cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 58px; }
    .acard {
      background: #fff; border: 1px solid var(--border-l);
      border-radius: var(--r); padding: 38px;
      position: relative; transition: transform .25s, box-shadow .25s;
    }
    .acard:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
    .acard.featured { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,59,102,.12); }
    .acard-badge {
      position: absolute; top: -14px; left: 30px;
      background: var(--blue); color: #fff;
      font-size: .70rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 100px;
    }
    .acard-step  { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 11px; }
    .acard-price { font-size: 2.5rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 5px; }
    .acard-price sub { font-size: 1rem; font-weight: 500; color: var(--muted); }
    .acard-desc  { font-size: .85rem; color: var(--muted); margin-bottom: 22px; }
    .acard hr    { border: none; border-top: 1px solid var(--border-l); margin: 18px 0; }
    .acard ul    { list-style: none; margin-bottom: 28px; }
    .acard ul li { display: flex; gap: 10px; font-size: .88rem; color: var(--navy-mid); margin-bottom: 9px; }
    .acard ul li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; }

    /* FOR ORGS */
    .orgs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
    .orgs-copy h2 { font-size: 2.3rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
    .orgs-copy h2 em { color: var(--comp); font-style: normal; }
    .orgs-copy .lead { font-size: 1rem; color: rgba(255,255,255,.58); margin-bottom: 30px; line-height: 1.7; }
    .ocard {
      background: rgba(255,255,255,.05); border: 1px solid rgba(180,214,227,.13);
      border-radius: 12px; padding: 20px 22px;
      display: flex; gap: 15px; align-items: flex-start;
      transition: background .2s; margin-bottom: 13px;
    }
    .ocard:last-child { margin-bottom: 0; }
    .ocard:hover { background: rgba(180,214,227,.09); }
    .ocard-icon  { font-size: 1.5rem; flex-shrink: 0; }
    .ocard-title { font-weight: 700; font-size: .92rem; color: #fff; margin-bottom: 3px; }
    .ocard-text  { font-size: .82rem; color: rgba(255,255,255,.49); }

    /* WHY */
    .why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
    .wcard {
      background: #fff; border: 1px solid var(--border-l);
      border-radius: var(--r); padding: 36px;
      position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s;
    }
    .wcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
    .wcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
    .wcard:hover::before { transform: scaleX(1); }
    .wcard-vs  { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
    .wcard h3  { font-size: 1.15rem; font-weight: 800; margin-bottom: 11px; color: var(--navy); }
    .wcard p   { font-size: .88rem; color: var(--muted); line-height: 1.65; }
    .wcard.dark { background: var(--navy); border-color: transparent; }
    .wcard.dark .wcard-vs { color: var(--comp); }
    .wcard.dark h3 { color: #fff; }
    .wcard.dark p  { color: rgba(255,255,255,.55); }

    /* TESTIMONIALS */
    .tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
    .tcard {
      background: #fff; border: 1px solid var(--border-l); border-radius: var(--r);
      padding: 32px; display: flex; flex-direction: column; transition: box-shadow .25s;
    }
    .tcard:hover { box-shadow: var(--shadow); }
    .tcard-quote { font-size: 2.6rem; color: var(--comp); line-height: 1; margin-bottom: 14px; }
    .tcard-text  { font-size: .88rem; color: #3D5166; line-height: 1.72; flex: 1; font-style: italic; }
    .tcard-author{ margin-top: 22px; display: flex; align-items: center; gap: 12px; }
    .tcard-avatar{ width: 42px; height: 42px; border-radius: 50%; background: var(--blue-xl); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
    .tcard-name  { font-weight: 700; font-size: .88rem; color: var(--navy); }
    .tcard-role  { font-size: .76rem; color: var(--muted); }

    /* FAQ */
    .faq-wrap { max-width: 720px; margin: 56px auto 0; }
    .faq-item { border-bottom: 1px solid var(--border-l); padding: 24px 0; }
    .faq-q    {
      font-size: 1.02rem; font-weight: 700; color: var(--navy);
      cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
      user-select: none;
    }
    .faq-q::after { content: '+'; font-size: 1.4rem; color: var(--blue); flex-shrink: 0; transition: transform .2s; }
    .faq-item.open .faq-q::after { transform: rotate(45deg); }
    .faq-a { display: none; padding-top: 13px; font-size: .93rem; color: var(--muted); line-height: 1.7; }
    .faq-item.open .faq-a { display: block; }

    /* CTA BANNER */
    .cta-outer {
      width: 100%;
      background: linear-gradient(130deg, var(--navy) 0%, #0f2640 52%, #0a4a6e 100%);
      position: relative;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .cta-box {
      max-width: 900px;
      margin: 0 auto;
      padding: 100px 40px;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .cta-outer::before { content: ''; position: absolute; top: -90px; right: 5%; width: 420px; height: 420px; border-radius: 50%; background: rgba(180,214,227,.07); }
    .cta-outer::after  { content: ''; position: absolute; bottom: -100px; left: 3%; width: 340px; height: 340px; border-radius: 50%; background: rgba(13,59,102,.15); }
    .cta-box h2 { font-size: 2.7rem; font-weight: 800; color: #fff; margin-bottom: 14px; }
    .cta-box p  { font-size: 1.08rem; color: rgba(255,255,255,.65); margin-bottom: 42px; }
    .cta-box .cta-note { margin-top: 20px; font-size: .83rem; color: rgba(255,255,255,.42); }
    .cta-box .cta-note a { color: var(--comp); text-decoration: underline; }

    /* FOOTER */
    .site-footer { background: #040d15; color: rgba(255,255,255,.50); padding: 70px 28px 36px; }
    .footer-inner { max-width: 1120px; margin: 0 auto; }
    .footer-top {
      display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 52px;
      padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .footer-logo img { height: 30px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
    .footer-tagline  { font-size: .88rem; line-height: 1.65; margin-bottom: 20px; }
    .footer-contact  { font-size: .83rem; line-height: 2.1; }
    .footer-contact a { color: var(--comp); }
    .fcol-title { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 17px; }
    .fcol-links { list-style: none; }
    .fcol-links li { margin-bottom: 9px; }
    .fcol-links a { font-size: .85rem; color: rgba(255,255,255,.46); transition: color .2s; }
    .fcol-links a:hover { color: var(--comp); }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: .80rem; }
    .fsocial { display: flex; gap: 9px; }
    .fsoc-btn {
      width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.06);
      display: flex; align-items: center; justify-content: center;
      font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.40);
      transition: background .2s, color .2s;
    }
    .fsoc-btn:hover { background: var(--blue); color: #fff; }

    /* ============================================================
       RESPONSIVE — TABLET  (max-width: 960px)
    ============================================================ */
    @media (max-width: 960px) {

      /* Global */
      .section { padding: 72px 0; }
      .container { padding: 0 20px; }

      /* Nav */
      .nav-links { display: none; }
      .nav-inner { padding: 0 20px; }

      /* Hero */
      .hero-grid { grid-template-columns: 1fr; gap: 40px; }
      .hero-card { display: none; }
      .hero-text { text-align: center; }
      .hero-pills { justify-content: center; }
      .hero-stats { justify-content: center; }

      /* What is freeEDU */
      .what-grid { grid-template-columns: 1fr; gap: 36px; }
      .what-img-col { max-width: 480px; margin: 0 auto; }

      /* 3-ways cards */
      .cards-grid { grid-template-columns: 1fr 1fr; gap: 18px; }

      /* For Organizations */
      .orgs-grid { grid-template-columns: 1fr; gap: 32px; }
      .orgs-text { text-align: center; }
      .orgs-cards { grid-template-columns: 1fr 1fr; }

      /* Why freeEDU */
      .why-grid { grid-template-columns: 1fr 1fr; gap: 18px; }

      /* Testimonials */
      .tgrid { grid-template-columns: 1fr 1fr; gap: 18px; }

      /* Ambassador carousel */
      .amb-inner { gap: 36px; }
      .amb-photo-wrap { width: 160px; height: 160px; }

      /* University logos */
      .uni-logos-row { gap: 32px; }
      .uni-logo-item img { height: 44px; }

      /* CTA */
      .cta-box { padding: 80px 40px; }
      .cta-box h2 { font-size: 2.2rem; }

      /* Footer */
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
      .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }

      /* Courses page */
      .courses-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
      .courses-hero { padding: 80px 20px 60px; }

      /* Contact page */
      .contact-layout { grid-template-columns: 1fr; }
      .contact-info-panel { position: static; }
      .contact-form-panel { padding: 32px 28px; }
      .contact-hero { padding: 80px 20px 60px; }
    }

    /* ============================================================
       RESPONSIVE — MOBILE  (max-width: 640px)
    ============================================================ */
    @media (max-width: 640px) {

      /* Global */
      .section { padding: 56px 0; }
      .container { padding: 0 16px; }
      .section-title { font-size: 1.7rem; }
      .section-sub { font-size: .92rem; }

      /* Nav */
      .nav-inner { height: 60px; padding: 0 16px; }
      .btn.btn-blue { padding: 9px 16px; font-size: .8rem; }

      /* Hero */
      .hero-text h1 { font-size: 2rem; }
      .hero-text p { font-size: .95rem; }
      .hero-pills { gap: 8px; flex-wrap: wrap; }
      .hero-stats { flex-direction: column; gap: 10px; align-items: center; }
      .hero-stats-divider { display: none; }

      /* What is freeEDU */
      .what-pills { gap: 8px; }
      .what-pill { font-size: .78rem; padding: 6px 12px; }

      /* 3-ways cards */
      .cards-grid { grid-template-columns: 1fr; }
      .card { padding: 24px 20px; }

      /* For Organizations */
      .orgs-cards { grid-template-columns: 1fr; }
      .section.s-dark { padding: 56px 0; }

      /* Why freeEDU */
      .why-grid { grid-template-columns: 1fr; }
      .wcard { padding: 24px 20px; }

      /* Testimonials */
      .tgrid { grid-template-columns: 1fr; }
      .tcard { padding: 24px 20px; }

      /* Ambassador carousel */
      .amb-inner {
        flex-direction: column;
        gap: 24px;
        text-align: center;
        padding: 16px 0 32px;
      }
      .amb-photo-wrap { width: 130px; height: 130px; margin: 0 auto; }
      .amb-content { text-align: center; }
      .amb-quote { font-size: .9rem; }
      .amb-nav { justify-content: center; }

      /* University logos */
      .uni-trust-section { min-height: auto; }
      .uni-content { padding: 48px 16px; }
      .uni-title { font-size: 1.5rem; }
      .uni-logos-row { gap: 20px; }
      .uni-logo-item img { height: 34px; max-width: 130px; }

      /* CTA */
      .cta-box { padding: 56px 20px; }
      .cta-box h2 { font-size: 1.75rem; }
      .cta-box p { font-size: .92rem; margin-bottom: 28px; }
      .btn.btn-white { padding: 14px 28px; font-size: .9rem; }

      /* Footer */
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
      .footer-col-title { margin-top: 0; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      .fsocial { justify-content: center; }
      .footer-inner { padding: 48px 16px 28px; }

      /* FAQ */
      .faq-q { font-size: .95rem; padding: 18px 16px; }
      .faq-a { padding: 0 16px 18px; font-size: .88rem; }

      /* Courses page */
      .courses-hero { padding: 60px 16px 48px; }
      .courses-hero-title { font-size: 2rem; }
      .courses-hero-sub { font-size: .9rem; }
      .courses-grid { grid-template-columns: 1fr; gap: 16px; }
      .courses-grid-section { padding: 40px 0 40px; }
      .course-body { padding: 18px 18px 22px; }
      .course-title { font-size: 1rem; }
      .courses-signup-btn { padding: 15px 36px; font-size: .95rem; }

      /* Contact page */
      .contact-hero { padding: 60px 16px 48px; }
      .contact-hero-title { font-size: 2rem; }
      .contact-main { padding: 40px 0 52px; }
      .contact-info-panel { padding: 24px 20px; }
      .contact-info-block { gap: 12px; }
      .contact-form-panel { padding: 24px 18px; }
      .contact-form-title { font-size: 1.3rem; }
      .cform-row-2 { grid-template-columns: 1fr; gap: 0; }
      .cform-input { font-size: .88rem; padding: 11px 14px; }
      .cform-submit { padding: 14px 24px; font-size: .95rem; }
    }

    /* ============================================================
       ELEMENTOR + WORDPRESS FULL-WIDTH OVERRIDES
    ============================================================ */

    /* 1. Strip Elementor section/widget padding constraints */
    .elementor-section,
    .elementor-container,
    .elementor-row,
    .elementor-column,
    .elementor-column-wrap,
    .elementor-widget-wrap,
    .elementor-widget-container,
    .elementor-widget,
    .e-con,
    .e-con-inner,
    .e-flex,
    .e-child,
    .elementor-top-section,
    .elementor-inner-section {
      padding: 0 !important;
      margin: 0 !important;
      max-width: none !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }

    /* 2. Kill all WP/theme wrapper constraints */
    body.page #page,
    body.page #content,
    body.page #primary,
    body.page #main,
    body.page main,
    body.page .site-content,
    body.page .content-area,
    body.page .entry-content,
    body.page article,
    body.page .hentry,
    .entry-content,
    .post-content,
    .page-content,
    .wp-block-post-content,
    .wp-block-html,
    .wp-block-group,
    article.page {
      padding: 0 !important;
      margin: 0 !important;
      max-width: none !important;
      width: 100% !important;
    }

    /* 3. Force each <section> inside freeedu-wrap to break out of Elementor column */
    #freeedu-wrap section {
      position: relative;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      box-sizing: border-box;
    }

    /* 4. Force the outer wrap itself */
    #freeedu-wrap {
      display: block;
      position: relative;
      width: 100vw;
      max-width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      margin: 0 !important;
      padding: 0 !important;
      overflow-x: hidden;
      box-sizing: border-box;
    }

    /* 5. Hide WP page title and breadcrumbs */
    .entry-header,
    .page-header,
    .wp-block-post-title,
    .elementor-page-title,
    .breadcrumbs,
    .breadcrumb {
      display: none !important;
    }

    /* 6. Gutenberg layout overrides (in case blocks are mixed) */
    .wp-site-blocks,
    .is-layout-flow,
    .is-layout-constrained,
    .has-global-padding {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin: 0 !important;
    }
  </style>

<div id="freeedu-wrap">/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ece4bc8 */<!-- BLOCK 0: Global Styles & Fonts -->
<!-- Paste this into: Appearance > Additional CSS (for the <style> content) -->
<!-- Or use a Custom HTML block at the very TOP of the page -->

<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet"/>
<style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --blue:      #0D3B66;
      --blue-d:    #0a2d52;
      --blue-dd:   #071d2e;
      --blue-l:    #7F9DB1;
      --blue-xl:   #e8f3f8;
      --comp:      #B4D6E3;
      --navy:      #071d2e;
      --navy-2:    #0d2a3e;
      --navy-3:    #12334d;
      --navy-mid:  #3D5166;
      --muted:     #5a7a8a;
      --warm:      #F4F9FD;
      --white:     #FFFFFF;
      --border:    #c8dfe8;
      --border-l:  #deeef5;
      --shadow:    0 4px 40px rgba(13,59,102,.14);
      --shadow-n:  0 4px 24px rgba(7,29,46,.12);
      --r:         18px;
      --r-sm:      10px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--navy); line-height: 1.65; overflow-x: hidden; }
    h1,h2,h3,h4 { font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.12; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
    .section    { padding: 100px 0; }
    .s-warm     { background: #F4F9FD; }
    .s-off      { background: var(--warm); }
    .s-dark     { background: var(--navy); color: var(--white); }
    .center     { text-align: center; }
    .section-eyebrow {
      display: inline-block;
      background: var(--blue-xl); color: var(--blue-d);
      font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 100px; margin-bottom: 16px;
    }
    .section-eyebrow.light {
      background: rgba(180,214,227,.18); color: var(--comp);
    }
    .section-title { font-size: clamp(1.9rem,3.4vw,2.7rem); font-weight: 800; margin-bottom: 14px; }
    .section-sub   { font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto; }

    /* BUTTONS */
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 30px; border-radius: 100px;
      font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 700;
      cursor: pointer; border: none; transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-blue   { background: var(--blue); color: #fff; box-shadow: 0 4px 18px rgba(13,59,102,.35); }
    .btn-blue:hover  { background: var(--blue-d); box-shadow: 0 8px 28px rgba(13,59,102,.45); }
    .btn-outline { background: transparent; color: var(--blue-d); border: 2px solid var(--blue); }
    .btn-outline:hover { background: var(--blue-xl); }
    .btn-ghost   { background: rgba(255,255,255,.10); color: #fff; border: 2px solid rgba(255,255,255,.25); }
    .btn-ghost:hover { background: rgba(255,255,255,.18); }
    .btn-white   { background: #fff; color: var(--navy); box-shadow: 0 4px 20px rgba(0,0,0,.18); }
    .btn-white:hover { box-shadow: 0 8px 32px rgba(0,0,0,.26); }

    /* ANIMATIONS */
    .fade-up { opacity:0; transform:translateY(26px); transition: opacity .65s ease, transform .65s ease; }
    .fade-up.in { opacity:1; transform:none; }
    .fade-up:nth-child(2) { transition-delay:.10s; }
    .fade-up:nth-child(3) { transition-delay:.20s; }

    /* NAV */
    .site-nav {
      position: sticky; top: 0; z-index: 9999;
      background: rgba(7,29,46,.97);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255,255,255,.07);
      padding: 0 28px;
    }
    .nav-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 70px; }
    .nav-logo img { height: 32px; width: auto; display: block; filter: brightness(0) invert(1); }
    .nav-links { display: flex; align-items: center; gap: 34px; }
    .nav-links a { font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.62); transition: color .2s; }
    .nav-links a:hover { color: var(--comp); }
    .nav-ctas  { display: flex; gap: 10px; }
    .nav-ctas .btn { padding: 9px 20px; font-size: .83rem; }

    /* HERO */
    .hero {
      min-height: 94vh; display: flex; align-items: center;
      background: var(--navy); position: relative; overflow: hidden; padding: 90px 28px 80px;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 70% 65% at 78% 40%, rgba(13,59,102,.25) 0%, transparent 65%),
        radial-gradient(ellipse 45% 55% at 2% 90%, rgba(180,214,227,.10) 0%, transparent 55%),
        radial-gradient(ellipse 35% 35% at 45% 5%, rgba(13,59,102,.12) 0%, transparent 55%);
    }
    .hero-arc {
      position: absolute; border-radius: 50%; pointer-events: none;
      border: 1px solid rgba(180,214,227,.09);
    }
    .hero-arc-1 { width: 600px; height: 600px; top: -170px; right: -170px; }
    .hero-arc-2 { width: 380px; height: 380px; top: -80px; right: -80px; border-color: rgba(180,214,227,.06); }

    .hero-grid {
      max-width: 1120px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 72px; align-items: center; position: relative; z-index: 1;
    }

    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(180,214,227,.12); border: 1px solid rgba(180,214,227,.28);
      color: var(--comp); font-size: .76rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase;
      padding: 6px 16px; border-radius: 100px; margin-bottom: 28px;
    }
    .hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--comp); animation: blink 1.7s infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }

    .hero h1 {
      font-size: clamp(2.8rem, 5.2vw, 4.4rem);
      font-weight: 800; color: #fff; margin-bottom: 22px; letter-spacing: -.01em;
    }
    .hero h1 em { color: var(--comp); font-style: normal; }
    .hero-desc { font-size: 1.08rem; color: rgba(255,255,255,.60); max-width: 460px; margin-bottom: 38px; font-weight: 400; line-height: 1.7; }
    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

    .hero-card {
      background: rgba(255,255,255,.04); border: 1px solid rgba(180,214,227,.14);
      border-radius: 22px; padding: 38px; backdrop-filter: blur(10px);
    }
    .hero-card-label {
      font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      color: rgba(255,255,255,.35); margin-bottom: 20px;
    }
    .hero-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .hstat {
      background: rgba(13,59,102,.25); border: 1px solid rgba(180,214,227,.15);
      border-radius: 12px; padding: 22px 18px;
    }
    .hstat-val  { font-size: 2.2rem; font-weight: 800; color: var(--comp); line-height: 1; }
    .hstat-desc { font-size: .76rem; color: rgba(255,255,255,.50); margin-top: 5px; }

    .hero-uni-strip { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); }
    .hero-uni-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 12px; }
    .hero-pills { display: flex; flex-wrap: wrap; gap: 8px; }
    .hero-pill {
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09);
      border-radius: 8px; padding: 5px 13px;
      font-size: .74rem; color: rgba(255,255,255,.46); font-weight: 500;
    }

    /* WHAT IS */
    .what-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; }
    .what-visual {
      position: relative; height: 440px;
      background: linear-gradient(145deg, var(--blue-xl) 0%, #c8e0ed 100%);
      border-radius: 28px; overflow: hidden;
      display: flex; align-items: center; justify-content: center;
      border: 1px solid var(--border);
    }
    .what-emoji { font-size: 8rem; }
    .what-float {
      position: absolute; bottom: 28px; left: 28px;
      background: #fff; border-radius: 14px;
      padding: 14px 20px; box-shadow: var(--shadow-n);
      display: flex; align-items: center; gap: 10px;
    }
    .float-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
    .float-text { font-size: .82rem; font-weight: 600; color: var(--navy); }

    .what-copy h2 { font-size: 2.3rem; font-weight: 800; margin-bottom: 20px; }
    .what-copy h2 em { color: var(--blue); font-style: normal; }
    .what-copy p { color: var(--muted); margin-bottom: 15px; font-size: .97rem; }
    .what-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
    .wpill {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--blue-xl); color: var(--blue-d);
      font-size: .80rem; font-weight: 700; padding: 7px 15px; border-radius: 100px;
    }
    .wpill::before { content: '✓'; color: var(--blue); }

    /* ACCESS CARDS */
    .cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 58px; }
    .acard {
      background: #fff; border: 1px solid var(--border-l);
      border-radius: var(--r); padding: 38px;
      position: relative; transition: transform .25s, box-shadow .25s;
    }
    .acard:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
    .acard.featured { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,59,102,.12); }
    .acard-badge {
      position: absolute; top: -14px; left: 30px;
      background: var(--blue); color: #fff;
      font-size: .70rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 100px;
    }
    .acard-step  { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 11px; }
    .acard-price { font-size: 2.5rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 5px; }
    .acard-price sub { font-size: 1rem; font-weight: 500; color: var(--muted); }
    .acard-desc  { font-size: .85rem; color: var(--muted); margin-bottom: 22px; }
    .acard hr    { border: none; border-top: 1px solid var(--border-l); margin: 18px 0; }
    .acard ul    { list-style: none; margin-bottom: 28px; }
    .acard ul li { display: flex; gap: 10px; font-size: .88rem; color: var(--navy-mid); margin-bottom: 9px; }
    .acard ul li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; }

    /* FOR ORGS */
    .orgs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
    .orgs-copy h2 { font-size: 2.3rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
    .orgs-copy h2 em { color: var(--comp); font-style: normal; }
    .orgs-copy .lead { font-size: 1rem; color: rgba(255,255,255,.58); margin-bottom: 30px; line-height: 1.7; }
    .ocard {
      background: rgba(255,255,255,.05); border: 1px solid rgba(180,214,227,.13);
      border-radius: 12px; padding: 20px 22px;
      display: flex; gap: 15px; align-items: flex-start;
      transition: background .2s; margin-bottom: 13px;
    }
    .ocard:last-child { margin-bottom: 0; }
    .ocard:hover { background: rgba(180,214,227,.09); }
    .ocard-icon  { font-size: 1.5rem; flex-shrink: 0; }
    .ocard-title { font-weight: 700; font-size: .92rem; color: #fff; margin-bottom: 3px; }
    .ocard-text  { font-size: .82rem; color: rgba(255,255,255,.49); }

    /* WHY */
    .why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
    .wcard {
      background: #fff; border: 1px solid var(--border-l);
      border-radius: var(--r); padding: 36px;
      position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s;
    }
    .wcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
    .wcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
    .wcard:hover::before { transform: scaleX(1); }
    .wcard-vs  { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
    .wcard h3  { font-size: 1.15rem; font-weight: 800; margin-bottom: 11px; color: var(--navy); }
    .wcard p   { font-size: .88rem; color: var(--muted); line-height: 1.65; }
    .wcard.dark { background: var(--navy); border-color: transparent; }
    .wcard.dark .wcard-vs { color: var(--comp); }
    .wcard.dark h3 { color: #fff; }
    .wcard.dark p  { color: rgba(255,255,255,.55); }

    /* TESTIMONIALS */
    .tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
    .tcard {
      background: #fff; border: 1px solid var(--border-l); border-radius: var(--r);
      padding: 32px; display: flex; flex-direction: column; transition: box-shadow .25s;
    }
    .tcard:hover { box-shadow: var(--shadow); }
    .tcard-quote { font-size: 2.6rem; color: var(--comp); line-height: 1; margin-bottom: 14px; }
    .tcard-text  { font-size: .88rem; color: #3D5166; line-height: 1.72; flex: 1; font-style: italic; }
    .tcard-author{ margin-top: 22px; display: flex; align-items: center; gap: 12px; }
    .tcard-avatar{ width: 42px; height: 42px; border-radius: 50%; background: var(--blue-xl); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
    .tcard-name  { font-weight: 700; font-size: .88rem; color: var(--navy); }
    .tcard-role  { font-size: .76rem; color: var(--muted); }

    /* FAQ */
    .faq-wrap { max-width: 720px; margin: 56px auto 0; }
    .faq-item { border-bottom: 1px solid var(--border-l); padding: 24px 0; }
    .faq-q    {
      font-size: 1.02rem; font-weight: 700; color: var(--navy);
      cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
      user-select: none;
    }
    .faq-q::after { content: '+'; font-size: 1.4rem; color: var(--blue); flex-shrink: 0; transition: transform .2s; }
    .faq-item.open .faq-q::after { transform: rotate(45deg); }
    .faq-a { display: none; padding-top: 13px; font-size: .93rem; color: var(--muted); line-height: 1.7; }
    .faq-item.open .faq-a { display: block; }

    /* CTA BANNER */
    .cta-outer { padding: 0 28px 100px; }
    .cta-box {
      max-width: 1120px; margin: 0 auto;
      background: linear-gradient(130deg, var(--navy) 0%, #0f2640 52%, #0a4a6e 100%);
      border-radius: 26px; padding: 84px 72px; text-align: center; position: relative; overflow: hidden;
    }
    .cta-box::before { content: ''; position: absolute; top: -90px; right: -90px; width: 360px; height: 360px; border-radius: 50%; background: rgba(180,214,227,.08); }
    .cta-box::after  { content: ''; position: absolute; bottom: -100px; left: -55px; width: 300px; height: 300px; border-radius: 50%; background: rgba(13,59,102,.12); }
    .cta-box h2 { font-size: 2.7rem; font-weight: 800; color: #fff; margin-bottom: 14px; position: relative; z-index: 1; }
    .cta-box p  { font-size: 1.08rem; color: rgba(255,255,255,.62); margin-bottom: 42px; position: relative; z-index: 1; }
    .cta-box .cta-note { margin-top: 20px; font-size: .83rem; color: rgba(255,255,255,.42); position: relative; z-index: 1; }
    .cta-box .cta-note a { color: var(--comp); text-decoration: underline; }

    /* FOOTER */
    .site-footer { background: #040d15; color: rgba(255,255,255,.50); padding: 70px 28px 36px; }
    .footer-inner { max-width: 1120px; margin: 0 auto; }
    .footer-top {
      display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 52px;
      padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .footer-logo img { height: 30px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
    .footer-tagline  { font-size: .88rem; line-height: 1.65; margin-bottom: 20px; }
    .footer-contact  { font-size: .83rem; line-height: 2.1; }
    .footer-contact a { color: var(--comp); }
    .fcol-title { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 17px; }
    .fcol-links { list-style: none; }
    .fcol-links li { margin-bottom: 9px; }
    .fcol-links a { font-size: .85rem; color: rgba(255,255,255,.46); transition: color .2s; }
    .fcol-links a:hover { color: var(--comp); }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: .80rem; }
    .fsocial { display: flex; gap: 9px; }
    .fsoc-btn {
      width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.06);
      display: flex; align-items: center; justify-content: center;
      font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.40);
      transition: background .2s, color .2s;
    }
    .fsoc-btn:hover { background: var(--blue); color: #fff; }

    /* RESPONSIVE */
    @media (max-width: 960px) {
      .hero-grid, .what-grid, .orgs-grid { grid-template-columns: 1fr; }
      .hero-card { display: none; }
      .cards-grid, .why-grid, .tgrid { grid-template-columns: 1fr 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 620px) {
      .nav-links { display: none; }
      .cards-grid, .why-grid, .tgrid, .footer-top { grid-template-columns: 1fr; }
      .cta-box { padding: 52px 28px; border-radius: 18px; }
      .cta-box h2 { font-size: 1.9rem; }
      .cta-outer { padding: 0 0 70px; }
      .section { padding: 70px 0; }
    }

    /* ============================================================
       WORDPRESS FULL-WIDTH OVERRIDES
       Aggressively strips all theme containers and forces full viewport width
    ============================================================ */

    /* 1. Kill ALL theme page/content wrapper constraints */
    body.page,
    body.page #page,
    body.page #content,
    body.page #primary,
    body.page #main,
    body.page main,
    body.page .site-content,
    body.page .content-area,
    body.page .entry-content,
    body.page .post-content,
    body.page .page-content,
    body.page .wp-block-post-content,
    body.page article,
    body.page .hentry,
    .wp-block-html,
    .wp-block-group,
    .wp-block-cover,
    .entry-content,
    .post-content,
    .page-content,
    .wp-block-post-content,
    .alignfull,
    article.page {
      padding: 0 !important;
      margin: 0 !important;
      max-width: none !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }

    /* 2. Force the wrap div to full viewport width */
    #freeedu-wrap {
      display: block;
      position: relative;
      width: 100vw;
      max-width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 0 !important;
      overflow-x: hidden;
      box-sizing: border-box;
    }

    /* 3. Hide WP page title, header padding, and any theme breadcrumbs */
    .entry-header,
    .page-header,
    .wp-block-post-title,
    .breadcrumbs,
    .breadcrumb {
      display: none !important;
    }

    /* 4. Zero out any padding/margin that Gutenberg full-width blocks add */
    .wp-site-blocks,
    .is-layout-flow,
    .is-layout-constrained,
    .has-global-padding {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin: 0 !important;
    }
  </style>

<div id="freeedu-wrap">/* End custom CSS */
/* Start custom CSS */<!-- BLOCK 0: Global Styles & Fonts -->
<!-- Paste this into: Appearance > Additional CSS (for the <style> content) -->
<!-- Or use a Custom HTML block at the very TOP of the page -->

<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet"/>
<style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --blue:      #0D3B66;
      --blue-d:    #0a2d52;
      --blue-dd:   #071d2e;
      --blue-l:    #7F9DB1;
      --blue-xl:   #e8f3f8;
      --comp:      #B4D6E3;
      --navy:      #071d2e;
      --navy-2:    #0d2a3e;
      --navy-3:    #12334d;
      --navy-mid:  #3D5166;
      --muted:     #5a7a8a;
      --warm:      #F4F9FD;
      --white:     #FFFFFF;
      --border:    #c8dfe8;
      --border-l:  #deeef5;
      --shadow:    0 4px 40px rgba(13,59,102,.14);
      --shadow-n:  0 4px 24px rgba(7,29,46,.12);
      --r:         18px;
      --r-sm:      10px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--navy); line-height: 1.65; overflow-x: hidden; }
    h1,h2,h3,h4 { font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.12; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
    .section    { padding: 100px 0; }
    .s-warm     { background: #F4F9FD; }
    .s-off      { background: var(--warm); }
    .s-dark     { background: var(--navy); color: var(--white); }
    .center     { text-align: center; }
    .section-eyebrow {
      display: inline-block;
      background: var(--blue-xl); color: var(--blue-d);
      font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 100px; margin-bottom: 16px;
    }
    .section-eyebrow.light {
      background: rgba(180,214,227,.18); color: var(--comp);
    }
    .section-title { font-size: clamp(1.9rem,3.4vw,2.7rem); font-weight: 800; margin-bottom: 14px; }
    .section-sub   { font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto; }

    /* BUTTONS */
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 30px; border-radius: 100px;
      font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 700;
      cursor: pointer; border: none; transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-blue   { background: var(--blue); color: #fff; box-shadow: 0 4px 18px rgba(13,59,102,.35); }
    .btn-blue:hover  { background: var(--blue-d); box-shadow: 0 8px 28px rgba(13,59,102,.45); }
    .btn-outline { background: transparent; color: var(--blue-d); border: 2px solid var(--blue); }
    .btn-outline:hover { background: var(--blue-xl); }
    .btn-ghost   { background: rgba(255,255,255,.10); color: #fff; border: 2px solid rgba(255,255,255,.25); }
    .btn-ghost:hover { background: rgba(255,255,255,.18); }
    .btn-white   { background: #fff; color: var(--navy); box-shadow: 0 4px 20px rgba(0,0,0,.18); }
    .btn-white:hover { box-shadow: 0 8px 32px rgba(0,0,0,.26); }

    /* ANIMATIONS */
    .fade-up { opacity:0; transform:translateY(26px); transition: opacity .65s ease, transform .65s ease; }
    .fade-up.in { opacity:1; transform:none; }
    .fade-up:nth-child(2) { transition-delay:.10s; }
    .fade-up:nth-child(3) { transition-delay:.20s; }

    /* NAV */
    .site-nav {
      position: sticky; top: 0; z-index: 9999;
      background: rgba(7,29,46,.97);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255,255,255,.07);
      padding: 0 28px;
    }
    .nav-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 70px; }
    .nav-logo img { height: 32px; width: auto; display: block; filter: brightness(0) invert(1); }
    .nav-links { display: flex; align-items: center; gap: 34px; }
    .nav-links a { font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.62); transition: color .2s; }
    .nav-links a:hover { color: var(--comp); }
    .nav-ctas  { display: flex; gap: 10px; }
    .nav-ctas .btn { padding: 9px 20px; font-size: .83rem; }

    /* HERO */
    .hero {
      min-height: 94vh; display: flex; align-items: center;
      background: var(--navy); position: relative; overflow: hidden; padding: 90px 28px 80px;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 70% 65% at 78% 40%, rgba(13,59,102,.25) 0%, transparent 65%),
        radial-gradient(ellipse 45% 55% at 2% 90%, rgba(180,214,227,.10) 0%, transparent 55%),
        radial-gradient(ellipse 35% 35% at 45% 5%, rgba(13,59,102,.12) 0%, transparent 55%);
    }
    .hero-arc {
      position: absolute; border-radius: 50%; pointer-events: none;
      border: 1px solid rgba(180,214,227,.09);
    }
    .hero-arc-1 { width: 600px; height: 600px; top: -170px; right: -170px; }
    .hero-arc-2 { width: 380px; height: 380px; top: -80px; right: -80px; border-color: rgba(180,214,227,.06); }

    .hero-grid {
      max-width: 1120px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 72px; align-items: center; position: relative; z-index: 1;
    }

    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(180,214,227,.12); border: 1px solid rgba(180,214,227,.28);
      color: var(--comp); font-size: .76rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase;
      padding: 6px 16px; border-radius: 100px; margin-bottom: 28px;
    }
    .hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--comp); animation: blink 1.7s infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }

    .hero h1 {
      font-size: clamp(2.8rem, 5.2vw, 4.4rem);
      font-weight: 800; color: #fff; margin-bottom: 22px; letter-spacing: -.01em;
    }
    .hero h1 em { color: var(--comp); font-style: normal; }
    .hero-desc { font-size: 1.08rem; color: rgba(255,255,255,.60); max-width: 460px; margin-bottom: 38px; font-weight: 400; line-height: 1.7; }
    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

    .hero-card {
      background: rgba(255,255,255,.04); border: 1px solid rgba(180,214,227,.14);
      border-radius: 22px; padding: 38px; backdrop-filter: blur(10px);
    }
    .hero-card-label {
      font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      color: rgba(255,255,255,.35); margin-bottom: 20px;
    }
    .hero-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .hstat {
      background: rgba(13,59,102,.25); border: 1px solid rgba(180,214,227,.15);
      border-radius: 12px; padding: 22px 18px;
    }
    .hstat-val  { font-size: 2.2rem; font-weight: 800; color: var(--comp); line-height: 1; }
    .hstat-desc { font-size: .76rem; color: rgba(255,255,255,.50); margin-top: 5px; }

    .hero-uni-strip { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); }
    .hero-uni-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 12px; }
    .hero-pills { display: flex; flex-wrap: wrap; gap: 8px; }
    .hero-pill {
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09);
      border-radius: 8px; padding: 5px 13px;
      font-size: .74rem; color: rgba(255,255,255,.46); font-weight: 500;
    }

    /* WHAT IS */
    .what-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; }
    .what-visual {
      position: relative; height: 440px;
      background: linear-gradient(145deg, var(--blue-xl) 0%, #c8e0ed 100%);
      border-radius: 28px; overflow: hidden;
      display: flex; align-items: center; justify-content: center;
      border: 1px solid var(--border);
    }
    .what-emoji { font-size: 8rem; }
    .what-float {
      position: absolute; bottom: 28px; left: 28px;
      background: #fff; border-radius: 14px;
      padding: 14px 20px; box-shadow: var(--shadow-n);
      display: flex; align-items: center; gap: 10px;
    }
    .float-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
    .float-text { font-size: .82rem; font-weight: 600; color: var(--navy); }

    .what-copy h2 { font-size: 2.3rem; font-weight: 800; margin-bottom: 20px; }
    .what-copy h2 em { color: var(--blue); font-style: normal; }
    .what-copy p { color: var(--muted); margin-bottom: 15px; font-size: .97rem; }
    .what-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
    .wpill {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--blue-xl); color: var(--blue-d);
      font-size: .80rem; font-weight: 700; padding: 7px 15px; border-radius: 100px;
    }
    .wpill::before { content: '✓'; color: var(--blue); }

    /* ACCESS CARDS */
    .cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 58px; }
    .acard {
      background: #fff; border: 1px solid var(--border-l);
      border-radius: var(--r); padding: 38px;
      position: relative; transition: transform .25s, box-shadow .25s;
    }
    .acard:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
    .acard.featured { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,59,102,.12); }
    .acard-badge {
      position: absolute; top: -14px; left: 30px;
      background: var(--blue); color: #fff;
      font-size: .70rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 100px;
    }
    .acard-step  { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 11px; }
    .acard-price { font-size: 2.5rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 5px; }
    .acard-price sub { font-size: 1rem; font-weight: 500; color: var(--muted); }
    .acard-desc  { font-size: .85rem; color: var(--muted); margin-bottom: 22px; }
    .acard hr    { border: none; border-top: 1px solid var(--border-l); margin: 18px 0; }
    .acard ul    { list-style: none; margin-bottom: 28px; }
    .acard ul li { display: flex; gap: 10px; font-size: .88rem; color: var(--navy-mid); margin-bottom: 9px; }
    .acard ul li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; }

    /* FOR ORGS */
    .orgs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
    .orgs-copy h2 { font-size: 2.3rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
    .orgs-copy h2 em { color: var(--comp); font-style: normal; }
    .orgs-copy .lead { font-size: 1rem; color: rgba(255,255,255,.58); margin-bottom: 30px; line-height: 1.7; }
    .ocard {
      background: rgba(255,255,255,.05); border: 1px solid rgba(180,214,227,.13);
      border-radius: 12px; padding: 20px 22px;
      display: flex; gap: 15px; align-items: flex-start;
      transition: background .2s; margin-bottom: 13px;
    }
    .ocard:last-child { margin-bottom: 0; }
    .ocard:hover { background: rgba(180,214,227,.09); }
    .ocard-icon  { font-size: 1.5rem; flex-shrink: 0; }
    .ocard-title { font-weight: 700; font-size: .92rem; color: #fff; margin-bottom: 3px; }
    .ocard-text  { font-size: .82rem; color: rgba(255,255,255,.49); }

    /* WHY */
    .why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
    .wcard {
      background: #fff; border: 1px solid var(--border-l);
      border-radius: var(--r); padding: 36px;
      position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s;
    }
    .wcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
    .wcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
    .wcard:hover::before { transform: scaleX(1); }
    .wcard-vs  { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
    .wcard h3  { font-size: 1.15rem; font-weight: 800; margin-bottom: 11px; color: var(--navy); }
    .wcard p   { font-size: .88rem; color: var(--muted); line-height: 1.65; }
    .wcard.dark { background: var(--navy); border-color: transparent; }
    .wcard.dark .wcard-vs { color: var(--comp); }
    .wcard.dark h3 { color: #fff; }
    .wcard.dark p  { color: rgba(255,255,255,.55); }

    /* TESTIMONIALS */
    .tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
    .tcard {
      background: #fff; border: 1px solid var(--border-l); border-radius: var(--r);
      padding: 32px; display: flex; flex-direction: column; transition: box-shadow .25s;
    }
    .tcard:hover { box-shadow: var(--shadow); }
    .tcard-quote { font-size: 2.6rem; color: var(--comp); line-height: 1; margin-bottom: 14px; }
    .tcard-text  { font-size: .88rem; color: #3D5166; line-height: 1.72; flex: 1; font-style: italic; }
    .tcard-author{ margin-top: 22px; display: flex; align-items: center; gap: 12px; }
    .tcard-avatar{ width: 42px; height: 42px; border-radius: 50%; background: var(--blue-xl); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
    .tcard-name  { font-weight: 700; font-size: .88rem; color: var(--navy); }
    .tcard-role  { font-size: .76rem; color: var(--muted); }

    /* FAQ */
    .faq-wrap { max-width: 720px; margin: 56px auto 0; }
    .faq-item { border-bottom: 1px solid var(--border-l); padding: 24px 0; }
    .faq-q    {
      font-size: 1.02rem; font-weight: 700; color: var(--navy);
      cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
      user-select: none;
    }
    .faq-q::after { content: '+'; font-size: 1.4rem; color: var(--blue); flex-shrink: 0; transition: transform .2s; }
    .faq-item.open .faq-q::after { transform: rotate(45deg); }
    .faq-a { display: none; padding-top: 13px; font-size: .93rem; color: var(--muted); line-height: 1.7; }
    .faq-item.open .faq-a { display: block; }

    /* CTA BANNER */
    .cta-outer {
      width: 100%;
      background: linear-gradient(130deg, var(--navy) 0%, #0f2640 52%, #0a4a6e 100%);
      position: relative;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .cta-box {
      max-width: 900px;
      margin: 0 auto;
      padding: 100px 40px;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .cta-outer::before { content: ''; position: absolute; top: -90px; right: 5%; width: 420px; height: 420px; border-radius: 50%; background: rgba(180,214,227,.07); }
    .cta-outer::after  { content: ''; position: absolute; bottom: -100px; left: 3%; width: 340px; height: 340px; border-radius: 50%; background: rgba(13,59,102,.15); }
    .cta-box h2 { font-size: 2.7rem; font-weight: 800; color: #fff; margin-bottom: 14px; }
    .cta-box p  { font-size: 1.08rem; color: rgba(255,255,255,.65); margin-bottom: 42px; }
    .cta-box .cta-note { margin-top: 20px; font-size: .83rem; color: rgba(255,255,255,.42); }
    .cta-box .cta-note a { color: var(--comp); text-decoration: underline; }

    /* FOOTER */
    .site-footer { background: #040d15; color: rgba(255,255,255,.50); padding: 70px 28px 36px; }
    .footer-inner { max-width: 1120px; margin: 0 auto; }
    .footer-top {
      display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 52px;
      padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .footer-logo img { height: 30px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
    .footer-tagline  { font-size: .88rem; line-height: 1.65; margin-bottom: 20px; }
    .footer-contact  { font-size: .83rem; line-height: 2.1; }
    .footer-contact a { color: var(--comp); }
    .fcol-title { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 17px; }
    .fcol-links { list-style: none; }
    .fcol-links li { margin-bottom: 9px; }
    .fcol-links a { font-size: .85rem; color: rgba(255,255,255,.46); transition: color .2s; }
    .fcol-links a:hover { color: var(--comp); }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: .80rem; }
    .fsocial { display: flex; gap: 9px; }
    .fsoc-btn {
      width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.06);
      display: flex; align-items: center; justify-content: center;
      font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.40);
      transition: background .2s, color .2s;
    }
    .fsoc-btn:hover { background: var(--blue); color: #fff; }

    /* RESPONSIVE */
    @media (max-width: 960px) {
      .hero-grid, .what-grid, .orgs-grid { grid-template-columns: 1fr; }
      .hero-card { display: none; }
      .cards-grid, .why-grid, .tgrid { grid-template-columns: 1fr 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 620px) {
      .nav-links { display: none; }
      .cards-grid, .why-grid, .tgrid, .footer-top { grid-template-columns: 1fr; }
      .cta-box { padding: 72px 28px; }
      .cta-box h2 { font-size: 1.9rem; }
      .section { padding: 70px 0; }
    }

    /* ============================================================
       ELEMENTOR + WORDPRESS FULL-WIDTH OVERRIDES
    ============================================================ */

    /* 1. Strip Elementor section/widget padding constraints */
    .elementor-section,
    .elementor-container,
    .elementor-row,
    .elementor-column,
    .elementor-column-wrap,
    .elementor-widget-wrap,
    .elementor-widget-container,
    .elementor-widget,
    .e-con,
    .e-con-inner,
    .e-flex,
    .e-child,
    .elementor-top-section,
    .elementor-inner-section {
      padding: 0 !important;
      margin: 0 !important;
      max-width: none !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }

    /* 2. Kill all WP/theme wrapper constraints */
    body.page #page,
    body.page #content,
    body.page #primary,
    body.page #main,
    body.page main,
    body.page .site-content,
    body.page .content-area,
    body.page .entry-content,
    body.page article,
    body.page .hentry,
    .entry-content,
    .post-content,
    .page-content,
    .wp-block-post-content,
    .wp-block-html,
    .wp-block-group,
    article.page {
      padding: 0 !important;
      margin: 0 !important;
      max-width: none !important;
      width: 100% !important;
    }

    /* 3. Force each <section> inside freeedu-wrap to break out of Elementor column */
    #freeedu-wrap section {
      position: relative;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      box-sizing: border-box;
    }

    /* 4. Force the outer wrap itself */
    #freeedu-wrap {
      display: block;
      position: relative;
      width: 100vw;
      max-width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      margin: 0 !important;
      padding: 0 !important;
      overflow-x: hidden;
      box-sizing: border-box;
    }

    /* 5. Hide WP page title and breadcrumbs */
    .entry-header,
    .page-header,
    .wp-block-post-title,
    .elementor-page-title,
    .breadcrumbs,
    .breadcrumb {
      display: none !important;
    }

    /* 6. Gutenberg layout overrides (in case blocks are mixed) */
    .wp-site-blocks,
    .is-layout-flow,
    .is-layout-constrained,
    .has-global-padding {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin: 0 !important;
    }
  </style>

<div id="freeedu-wrap">/* End custom CSS */