.elementor-2702 .elementor-element.elementor-element-0fc071c{--display:flex;}body.elementor-page-2702:not(.elementor-motion-effects-element-type-background), body.elementor-page-2702 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pdotuitionservices.com/wp-content/uploads/2025/08/ChatGPT-Image-Aug-14-2025-11_00_39-AM-1.png");}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8d02bd4 *//* ================================================================
   PDO TUITION — UK CURRICULUM PAGE  |  PREMIUM CSS
   Direction : Refined Luxury-Editorial
   Fonts     : DM Serif Display (headings) + DM Sans (body)
   Palette   : Midnight Navy #0A1628  /  Cobalt #1B4FD8  /
               Cream Gold #F5C842     /  Ivory #FAF7F2   /
               Slate White #FFFFFF
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

/* ================================================================
   RESET & ROOT TOKENS
   ================================================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Palette */
  --navy:          #0A1628;
  --navy-mid:      #12244A;
  --cobalt:        #1B4FD8;
  --cobalt-light:  #2E63EC;
  --cobalt-pale:   #EBF0FD;
  --gold:          #F5C842;
  --gold-dark:     #D4A80E;
  --ivory:         #FAF7F2;
  --ivory-dark:    #F0EBE0;
  --white:         #FFFFFF;
  --ink:           #0D1B2A;
  --text-body:     #2C3A52;
  --text-muted:    #6B7A96;
  --border-light:  rgba(27, 79, 216, 0.12);
  --border-mid:    rgba(27, 79, 216, 0.22);

  /* Typography */
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  /* Spacing */
  --section-pad:  96px 0;
  --section-inner: 90px 0;

  /* Radius */
  --r-sm:   6px;
  --r-md:   12px;
  --r-lg:   20px;
  --r-xl:   32px;

  /* Shadows */
  --shadow-card:  0 2px 0 rgba(10,22,40,0.04), 0 8px 28px rgba(10,22,40,0.06);
  --shadow-lift:  0 4px 0 rgba(10,22,40,0.05), 0 20px 48px rgba(10,22,40,0.10);
  --shadow-cobalt:0 8px 32px rgba(27,79,216,0.20);

  /* Transitions */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t:    0.30s;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* ================================================================
   CONTAINER
   ================================================================ */
.container {
  width: min(92%, 1180px);
  margin-inline: auto;
}

/* ================================================================
   GLOBAL SECTION TYPOGRAPHY
   ================================================================ */
section {
  padding: var(--section-pad);
}

section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 400;               /* DM Serif Display is elegant at 400 */
  color: var(--navy);
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  position: relative;
}

/* Ink-line underline — hand-drawn feel */
section h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 16px auto 0;
  background: var(--gold);
  border-radius: 1px;
  position: relative;
  transition: width var(--t) var(--ease);
}

section:hover h2::after { width: 100px; }

.section-intro {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

section strong { color: var(--cobalt); font-weight: 600; }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative;
  padding: 120px 24px 108px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

/* Geometric grid backdrop */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245,200,66,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,200,66,0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: -2;
}

/* Radial ink wash centre */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%,
      rgba(27,79,216,0.35) 0%,
      transparent 70%);
  z-index: -1;
}

.hero .container { position: relative; z-index: 1; }

/* Staggered entrance */
.hero h1,
.hero h2,
.hero p,
.hero .cta-btn {
  animation: heroIn 0.75s var(--ease) both;
}
.hero h1    { animation-delay: 0.0s;  }
.hero h2    { animation-delay: 0.1s;  }
.hero p     { animation-delay: 0.18s; }
.hero .cta-btn { animation-delay: 0.26s; }

@keyframes heroIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  color: var(--white);
}

/* Gold accent on important words */
.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero h2 {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.hero p {
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: 44px;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
}

.hero strong {
  color: var(--gold);
  font-weight: 600;
}

/* ================================================================
   CTA BUTTON
   ================================================================ */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 38px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.2px;
  border-radius: var(--r-xl);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform var(--t) var(--ease),
    box-shadow var(--t) ease,
    background var(--t) ease;
  /* Hard bottom shadow — luxury press effect */
  box-shadow: 0 4px 0 var(--gold-dark), 0 8px 24px rgba(245,200,66,0.35);
}

.cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.38) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.cta-btn:hover::before { transform: translateX(100%); }
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 0 var(--gold-dark), 0 14px 32px rgba(245,200,66,0.40);
  background: #f7d14f;
}
.cta-btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--gold-dark), 0 4px 10px rgba(245,200,66,0.25);
}

/* Secondary CTA variant */
.cta-btn.secondary {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.40);
  box-shadow: none;
}
.cta-btn.secondary:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.70);
  box-shadow: none;
  transform: translateY(-2px);
}

/* ================================================================
   STATS SECTION
   ================================================================ */
.stats-section {
  background: var(--ivory);
  border-top: 1px solid var(--ivory-dark);
  border-bottom: 1px solid var(--ivory-dark);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.stat-box {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 30px 22px;
  position: relative;
  overflow: hidden;
  transition: transform var(--t) var(--ease), box-shadow var(--t) ease;
  text-align: left;
}

/* Left edge accent */
.stat-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: var(--cobalt);
  border-radius: 0 2px 2px 0;
  transform: scaleY(0.5);
  opacity: 0;
  transition: transform var(--t) var(--ease), opacity var(--t) ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
}

.stat-box:hover::before {
  transform: scaleY(1);
  opacity: 1;
}

.stat-box h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 8px;
  text-align: left;
  letter-spacing: 0px;
}

.stat-box h3::after { display: none; }

.stat-box p {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-align: left;
  margin: 0;
  line-height: 1.6;
}

/* ================================================================
   GENERIC CARD GRIDS
   (structure, usp, method, one-to-one, problems, results, student, parents)
   ================================================================ */
.structure-grid,
.usp-grid,
.method-grid,
.one-grid,
.problems-grid,
.results-grid,
.student-grid,
.parents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.structure-box,
.usp-box,
.method-box,
.one-box,
.problem-box,
.result-box,
.student-box,
.parent-box {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t) var(--ease),
    border-color var(--t) ease,
    box-shadow var(--t) ease;
  cursor: default;
}

/* Top gold bar — slides down on hover */
.structure-box::before,
.usp-box::before,
.method-box::before,
.one-box::before,
.problem-box::before,
.result-box::before,
.student-box::before,
.parent-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cobalt), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t) var(--ease);
}

.structure-box:hover,
.usp-box:hover,
.method-box:hover,
.one-box:hover,
.problem-box:hover,
.result-box:hover,
.student-box:hover,
.parent-box:hover {
  transform: translateY(-6px);
  border-color: var(--border-mid);
  box-shadow: var(--shadow-lift);
}

.structure-box:hover::before,
.usp-box:hover::before,
.method-box:hover::before,
.one-box:hover::before,
.problem-box:hover::before,
.result-box:hover::before,
.student-box:hover::before,
.parent-box:hover::before {
  transform: scaleX(1);
}

.structure-box h3,
.usp-box h3,
.method-box h3,
.one-box h3,
.problem-box h3,
.result-box h3,
.student-box h3,
.parent-box h3 {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 10px;
  text-align: left;
}

.structure-box h3::after,
.usp-box h3::after,
.method-box h3::after,
.one-box h3::after,
.problem-box h3::after,
.result-box h3::after,
.student-box h3::after,
.parent-box h3::after { display: none; }

.structure-box p,
.usp-box p,
.method-box p,
.one-box p,
.problem-box p,
.result-box p,
.student-box p,
.parent-box p {
  text-align: left;
  color: var(--text-muted);
  font-size: 0.935rem;
  line-height: 1.7;
  margin: 0;
}

/* ================================================================
   ALTERNATING SECTION BACKGROUNDS
   ================================================================ */
.aus-structure   { background: var(--ivory); }
.aus-usp         { background: var(--white); }
.teaching-methodology { background: var(--ivory); }
.one-to-one     { background: var(--white); }
.exam-boards    { background: var(--cobalt-pale); }
.student-types  { background: var(--white); }
.common-problems{ background: var(--ivory); }
.results-outcomes{ background: var(--white); }
.why-parents    { background: var(--ivory); }

/* ================================================================
   EXAM BOARDS SECTION
   ================================================================ */
.boards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.board-box {
  background: var(--white);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-md);
  padding: 26px 22px;
  position: relative;
  transition: transform var(--t) var(--ease), box-shadow var(--t) ease;
}

.board-box::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--cobalt);
  border-radius: 0 0 var(--r-md) var(--r-md);
  transform: scaleX(0);
  transition: transform var(--t) var(--ease);
}

.board-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-cobalt);
}

.board-box:hover::after { transform: scaleX(1); }

.board-box h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--cobalt);
  margin-bottom: 10px;
  text-align: left;
}

.board-box h3::after { display: none; }

.board-box p {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-align: left;
  margin: 0;
  line-height: 1.68;
}

.exam-support {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 36px 40px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.exam-support::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245,200,66,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,200,66,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

.exam-support h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 18px;
  position: relative;
  text-align: left;
}

.exam-support h3::after { display: none; }

.exam-support ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  position: relative;
}

.exam-support ul li {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.82);
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
}

.exam-support ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.55rem;
  top: 6px;
}

/* ================================================================
   HOW IT WORKS — PROCESS STEPS
   ================================================================ */
.how-it-works {
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.how-it-works::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245,200,66,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,200,66,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}

.how-it-works .container { position: relative; }

.how-it-works h2 { color: var(--white); }
.how-it-works .section-intro { color: rgba(255,255,255,0.70); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 48px;
  counter-reset: step-counter;
}

.step-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-md);
  padding: 32px 24px 28px;
  position: relative;
  counter-increment: step-counter;
  transition:
    background var(--t) ease,
    border-color var(--t) ease,
    transform var(--t) var(--ease);
}

.step-box::before {
  content: counter(step-counter, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 400;
  color: rgba(245,200,66,0.18);
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 22px;
  transition: color var(--t) ease;
}

.step-box:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(245,200,66,0.35);
  transform: translateY(-4px);
}

.step-box:hover::before { color: rgba(245,200,66,0.35); }

.step-number {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.step-box h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 10px;
  text-align: left;
}

.step-box h3::after { display: none; }

.step-box p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.68);
  text-align: left;
  margin: 0;
  line-height: 1.7;
}

.how-cta { text-align: center; }

/* ================================================================
   SUBJECT HUB
   ================================================================ */
.subject-hub {
  background: var(--cobalt-pale);
}

.subject-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.subject-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform var(--t) var(--ease), box-shadow var(--t) ease;
}

/* Diagonal gold corner clip */
.subject-card::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 44px 44px 0;
  border-color: transparent var(--cobalt-pale) transparent transparent;
  transition: border-color var(--t) ease;
}

.subject-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.subject-card:hover::before {
  border-color: transparent var(--gold) transparent transparent;
}

.subject-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 10px;
  text-align: left;
}

.subject-card h3::after { display: none; }

.subject-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-align: left;
  margin: 0 0 18px;
  line-height: 1.7;
}

.subject-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cobalt);
  text-decoration: none;
  border-bottom: 1px solid rgba(27,79,216,0.25);
  padding-bottom: 2px;
  transition: gap var(--t) ease, color var(--t) ease, border-color var(--t) ease;
}

.subject-card a:hover {
  gap: 10px;
  color: var(--navy);
  border-color: var(--navy);
}

/* ================================================================
   CURRICULUM COMPARISON
   ================================================================ */
.curriculum-comparison {
  background: var(--ivory);
}

.comparison-table {
  margin-top: 40px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--ivory-dark);
  box-shadow: var(--shadow-card);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 1.6fr 1.6fr;
  border-bottom: 1px solid var(--ivory-dark);
  transition: background var(--t) ease;
}

.comparison-row:last-child { border-bottom: none; }

.comparison-row:not(.header):hover {
  background: rgba(27,79,216,0.03);
}

.comparison-row div {
  padding: 18px 22px;
  font-size: 0.92rem;
  color: var(--text-body);
  border-right: 1px solid var(--ivory-dark);
  line-height: 1.6;
}

.comparison-row div:last-child { border-right: none; }

.comparison-row.header {
  background: var(--navy);
}

.comparison-row.header div {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.80);
  border-right-color: rgba(255,255,255,0.10);
}

/* Highlight UK column */
.comparison-row div:nth-child(2) {
  background: rgba(27,79,216,0.05);
  font-weight: 500;
  color: var(--cobalt);
}

.comparison-row.header div:nth-child(2) {
  background: var(--cobalt);
  color: var(--white);
  font-weight: 600;
}

/* ================================================================
   GLOBAL PRESENCE
   ================================================================ */
.global-presence { background: var(--white); }

.region-block {
  margin-bottom: 52px;
}

.region-block h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 10px;
  padding-left: 16px;
  border-left: 3px solid var(--gold);
  text-align: left;
}

.region-block > p {
  font-size: 0.95rem;
  color: var(--text-muted);
  text-align: left;
  max-width: none;
  margin-bottom: 24px;
}

.location-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-grid a,
.location-grid span {
  display: inline-block;
  background: var(--cobalt-pale);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  padding: 8px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cobalt);
  text-decoration: none;
  transition:
    background var(--t) ease,
    color var(--t) ease,
    border-color var(--t) ease,
    transform var(--t) var(--ease);
}

.location-grid a:hover {
  background: var(--cobalt);
  color: var(--white);
  border-color: var(--cobalt);
  transform: translateY(-3px);
}

/* ================================================================
   CROSS LINKS
   ================================================================ */
.cross-links {
  background: var(--ivory);
}

.cross-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cross-block {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 26px 22px;
  transition: box-shadow var(--t) ease;
}

.cross-block:hover { box-shadow: var(--shadow-card); }

.cross-block h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  color: var(--cobalt);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-light);
  text-align: left;
}

.cross-block h3::after { display: none; }

.cross-block ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cross-block ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-body);
  text-decoration: none;
  padding: 6px 8px;
  border-radius: var(--r-sm);
  transition: background var(--t) ease, color var(--t) ease, padding-left var(--t) ease;
}

.cross-block ul li a::before {
  content: "→";
  font-size: 0.8rem;
  color: var(--cobalt);
  flex-shrink: 0;
  transition: transform var(--t) ease;
}

.cross-block ul li a:hover {
  background: var(--cobalt-pale);
  color: var(--cobalt);
  padding-left: 14px;
}

.cross-block ul li a:hover::before {
  transform: translateX(3px);
}

/* ================================================================
   FINAL CTA
   ================================================================ */
.final-cta {
  background: var(--navy);
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245,200,66,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,200,66,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: -2;
}

.final-cta::after {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(27,79,216,0.4) 0%, transparent 65%);
  border-radius: 50%;
  z-index: -1;
}

.final-cta .container { position: relative; z-index: 1; }

.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  font-weight: 400;
  color: var(--white);
  margin-bottom: 16px;
}

.final-cta h2::after { background: var(--gold); }
.final-cta:hover h2::after { width: 100px; }

.final-cta > .container > p {
  color: rgba(255,255,255,0.72);
  max-width: 580px;
  margin-inline: auto;
  margin-bottom: 36px;
  font-size: 1.05rem;
}

.cta-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.cta-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--r-xl);
  padding: 8px 18px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 24px;
}

.cta-note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  text-align: center;
  max-width: none;
  margin: 0;
}

/* ================================================================
   RESULTS NOTE
   ================================================================ */
.results-note {
  margin-top: 40px;
  background: var(--cobalt-pale);
  border-left: 3px solid var(--cobalt);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 16px 20px;
}

.results-note p {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  text-align: left;
  max-width: none;
  margin: 0;
}

/* ================================================================
   FAQ SECTION
   ================================================================ */
.faq-section {
  max-width: 840px;
  margin-inline: auto;
  padding: 96px 24px;
}

.faq-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 400;
  text-align: center;
  color: var(--navy);
  margin-bottom: 12px;
}

.faq-section h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 16px auto 44px;
  background: var(--gold);
}

.faq {
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  margin-bottom: 8px;
  overflow: hidden;
  transition: box-shadow var(--t) ease;
  background: var(--white);
}

.faq:hover { box-shadow: var(--shadow-card); }

.faq button {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 52px 20px 24px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.97rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  position: relative;
  transition: background var(--t) ease, color var(--t) ease;
}

/* Plus / minus icon */
.faq button::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--cobalt);
  line-height: 1;
  transition: transform var(--t) var(--ease), color var(--t) ease;
}

.faq.active button {
  background: var(--navy);
  color: var(--white);
}

.faq.active button::after {
  content: "−";
  color: var(--gold);
  transform: translateY(-50%) rotate(180deg);
}

.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.44s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--ivory);
  border-top: 1px solid var(--border-light);
}

.faq .answer p {
  padding: 20px 24px;
  font-size: 0.94rem;
  color: var(--text-body);
  text-align: left;
  margin: 0;
  max-width: none;
  line-height: 1.75;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 900px) {
  .comparison-row {
    grid-template-columns: 1fr 1fr;
  }
  .comparison-row div:nth-child(3),
  .comparison-row div:nth-child(4) {
    display: none;
  }
}

@media (max-width: 640px) {
  :root { --section-pad: 64px 0; }
  .hero { padding: 76px 16px 64px; }

  .stats-grid,
  .structure-grid,
  .usp-grid,
  .method-grid,
  .one-grid,
  .problems-grid,
  .results-grid,
  .student-grid,
  .parents-grid,
  .boards-grid,
  .subject-grid,
  .steps-grid,
  .cross-grid {
    grid-template-columns: 1fr;
  }

  .exam-support { padding: 28px 22px; }

  .comparison-row {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-row div:nth-child(3),
  .comparison-row div:nth-child(4) {
    display: none;
  }

  .cta-highlights { gap: 8px; }
  .cta-buttons { flex-direction: column; align-items: center; }

  .faq-section { padding: 64px 16px; }
}

@media (max-width: 420px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
}/* End custom CSS */
/* Start custom CSS *//* ===========================
   SAFE FULL-WIDTH OVERRIDE
   (NO 100vw, NO OVERFLOW)
=========================== */

/* Allow theme to stretch */
.site,
.site-content,
.content-area,
.wrap,
.page-wrap {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Elementor root */
.elementor {
  max-width: 100% !important;
}

/* Elementor sections full width */
.elementor-section {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ===========================
   HERO – FULL SCREEN, CENTERED
=========================== */

.hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  box-sizing: border-box;
}

/* Keep hero content aligned */
.hero > * {
  max-width: 1200px;
  margin: auto;
}

/* ===========================
   MOBILE SAFETY
=========================== */

@media (max-width: 768px) {
  .hero {
    min-height: 90vh;
    padding: 50px 16px;
    text-align: center;
  }
}




/* ===========================
   MOBILE VISIBILITY FIX
=========================== */

@media (max-width: 768px) {

  /* Restore section spacing */
  section {
    padding: 40px 16px !important;
    margin: 0 !important;
  }

  /* Ensure all sections show fully */
  section,
  .elementor-section {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Fix grids stacking visibility */
  .stats,
  .features-grid,
  .subject-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Prevent text from shrinking */
  p, li {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Ensure background sections are visible */
  .subjects,
  .trust,
  .national-cbse,
  .global-cbse,
  .national-icse,
  .global-icse,
  .national-igcse,
  .global-igcse {
    background-clip: padding-box;
    padding: 40px 16px !important;
  }
}/* End custom CSS */