:root {
  --navy: #002244;
  --blue: #004e7e;
  --cyan: #00a3e0;
  --cream: #f9f2e2;
  --soft: #fcf5f5;
  --yellow: #ffe200;
  --text: #10213d;
  --muted: #5d6880;
  --line: rgba(0, 34, 68, 0.12);
  --shadow: 0 18px 45px rgba(0, 26, 61, 0.14);
}
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Montserrat", sans-serif; color: var(--text); background: #fff; }
img { max-width: 100%; }
.shell-1366 { max-width: 1366px; }
.site-header { background: #ffffff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); }
.navbar { min-height: 108px; }
.brand-logo { width: 100px; height: 100px; object-fit: contain; }
.btn-primary-hero, .btn-program { border: 1px solid #003b64; background: var(--navy); color: #fff; border-radius: 999px; padding: 14px 28px; font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.btn-secondary-hero { border-radius: 999px; background: #ffd700; color: #000; padding: 14px 28px; font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.hero-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #050c18;
  background-image: url("../images/hero-new.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-origin: content-box;
}
/* Absolute media elements removed as image is now inline content */
.hero-media, .hero-overlay, .hero-shell { display: none; }
.hero-shell { position: relative; z-index: 2; }
.hero-section > .container-fluid { position: relative; z-index: 2; }
.hero-row { padding: 28px 15px 36px; }
.hero-mobile-media { display: none; overflow: hidden; border-radius: 22px; }
.hero-mobile-media img { display: block; width: 100%; height: auto; border-radius: 22px; }
.hero-copy { color: #fff; padding-right: 50px; }
.admission-pill { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; padding: 10px 18px; margin-bottom: 30px; font-size: 14px; }
.admission-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.hero-copy h1 { font-size: 56px; line-height: 1.12; font-weight: 800; margin-bottom: 24px; }
.hero-copy h1 span { color: var(--cyan); }
.hero-copy p { max-width: 610px; color: rgba(255, 255, 255, 0.72); font-size: 18px; line-height: 1.8; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 34px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 16px 34px; color: #fff; }
.hero-fact { font-size: 15px; font-weight: 600; }
.hero-fact.glass { padding: 12px 18px; border-radius: 18px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); }
.hero-form-card { width: 100%; max-width: 420px; margin-left: auto; background: #fff; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 24px; overflow: hidden; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24); }
.hero-form-head { background: var(--navy); color: #fff; text-align: center; font-size: 28px; font-weight: 700; padding: 22px 20px; }
.hero-form-body { padding: 16px 16px 4px; background: #f8f9fa; }
.hero-form-body iframe, .custom-modal__body iframe { width: 100%; height: 440px; border: 0; }
.hero-poster img { width: 100%; height: auto; display: block; border-radius: 16px; }
.hero-poster { display: flex; align-items: center; height: 100%; }
.section-space { padding: 96px 0; }
.section-white { background: #fff; }
.section-cream { background: var(--cream); }
.section-yellow { background: var(--yellow); }
.eyebrow { display: inline-block; color: var(--blue); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 12px; }
.eyebrow.dark { color: var(--navy); border: 1px solid rgba(0, 34, 68, 0.2); border-radius: 999px; padding: 8px 18px; }
.section-title { font-size: 46px; line-height: 1.16; font-weight: 900; color: var(--navy); text-transform: uppercase; letter-spacing: 0.02em; }
.section-title.left { text-transform: none; }
.section-title span { color: var(--blue); }
.section-title.dark { color: var(--navy); }
.section-note, .section-text { color: var(--muted); font-size: 16px; line-height: 1.85; }
.section-note { max-width: 700px; margin: 14px auto 0; }
.section-note.dark { color: rgba(0, 34, 68, 0.7); }
.immersion-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 163, 224, 0.2), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(255, 226, 0, 0.16), transparent 16%),
    linear-gradient(135deg, #031124 0%, #08376a 46%, #03152c 100%);
}

.immersion-panel {
  position: relative;
  z-index: 1;
  padding: 0;
}

.immersion-main-row {
  margin-bottom: 40px;
}

.immersion-fee-band {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 48px rgba(1, 11, 26, 0.18);
}

.immersion-fee-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.immersion-fee-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 226, 0, 0.14);
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.immersion-fee-head p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
}

.immersion-fee-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 28px;
  border-radius: 26px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.immersion-fee-card--primary {
  background: linear-gradient(135deg, #ffe25e 0%, #ffc400 100%);
  color: #001d3b;
}

.immersion-fee-card--secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
}

.immersion-fee-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 34, 68, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.immersion-fee-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.immersion-fee-card p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: inherit;
  opacity: 0.82;
}

.immersion-fee-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.immersion-eyebrow {
  color: var(--yellow);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 18px;
  margin-bottom: 18px;
}

.immersion-title {
  max-width: 640px;
  margin-bottom: 18px;
  color: #fff;
  text-transform: none;
}

.immersion-title span {
  color: var(--yellow);
}

.immersion-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.85;
}

.immersion-route {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  margin-bottom: 30px;
}

.immersion-route-stop {
  flex: 1 1 0;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.immersion-route-stop small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.immersion-route-stop strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.immersion-route-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 152px;
  height: 96px;
}

.immersion-route-icon {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.immersion-package-row {
  margin-bottom: 14px;
}

.immersion-package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  height: 100%;
  padding: 20px 22px;
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.immersion-package-card span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.immersion-package-card strong {
  display: block;
  margin-top: 12px;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.immersion-package-card.international {
  background: linear-gradient(135deg, #ffe25e 0%, #ffc400 100%);
  color: #001d3b;
}

.immersion-package-card.domestic {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 251, 0.96));
  color: var(--navy);
}

.immersion-package-card.domestic strong {
  color: var(--blue);
}

.immersion-feature-grid {
  margin-top: 16px;
}

.immersion-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 32px rgba(3, 20, 41, 0.16);
}

.immersion-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 163, 224, 0.18), rgba(255, 226, 0, 0.35));
  color: var(--blue);
}

.immersion-feature-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.immersion-feature-item h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.immersion-feature-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.immersion-cert-band {
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(233, 242, 252, 0.92));
}

.immersion-cert-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.immersion-cert-copy {
  min-width: 0;
}

.immersion-cert-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.immersion-cert-head strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.immersion-cert-head p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.immersion-cert-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.immersion-cert-list span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(0, 34, 68, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.immersion-cert-list span:last-child {
  background: rgba(255, 226, 0, 0.3);
}

.immersion-visual {
  position: relative;
  min-height: 100%;
  padding-left: 36px;
}

.immersion-poster-frame {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28);
}

.immersion-poster-frame img {
  display: block;
  width: 100%;
  border-radius: 22px;
}

.immersion-ticket {
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 10px 16px;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.immersion-ticket-top {
  top: 24px;
  transform: rotate(-7deg);
}

.immersion-ticket-bottom {
  bottom: 168px;
  transform: rotate(6deg);
}

.immersion-note-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(0, 34, 68, 0.08);
  border-radius: 24px;
  background: linear-gradient(145deg, #03254a 0%, #0a4b82 100%);
  box-shadow: 0 18px 36px rgba(0, 34, 68, 0.18);
}

.immersion-note-card span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 226, 0, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.immersion-note-card strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.immersion-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  align-self: flex-start;
}
.mini-card, .why-card, .cert-card, .partner-card { height: 100%; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04); }
.mini-card { padding: 24px 20px; }
.mini-icon, .why-icon, .cert-icon, .stat-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mini-icon { width: 48px; height: 48px; border-radius: 16px; margin-bottom: 16px; background: rgba(0, 78, 126, 0.1); color: var(--blue); font-weight: 700; }
.mini-card h3, .why-card h3, .cert-card h3 { margin-bottom: 8px; font-size: 16px; font-weight: 700; }
.mini-card p { margin: 0; color: var(--muted); font-size: 13px; }
.why-card { display: flex; align-items: center; gap: 16px; padding: 24px; background: var(--soft); }
.why-icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(0, 78, 126, 0.1); color: var(--blue); font-weight: 700; }
.why-card h3 { margin: 0; font-size: 14px; line-height: 1.5; font-weight: 500; }
.stat-card { display: flex; align-items: center; gap: 20px; height: 100%; background: var(--navy); border-left: 4px solid rgba(255, 255, 255, 0.6); border-radius: 24px; padding: 24px; }
.stat-icon { width: 42px; height: 42px; border-radius: 14px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; font-weight: 800; }
.stat-number { font-size: 40px; font-weight: 900; line-height: 1; color: #fff; }
.stat-card p, .stat-card small { display: block; }
.stat-card p { margin: 6px 0 2px; color: #fff; font-weight: 600; }
.stat-card small { color: rgba(255, 255, 255, 0.42); }
.program-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #e2e8f0; border-radius: 30px; overflow: hidden; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06); }
.program-top, .program-body, .program-eligibility, .program-action { padding: 32px; }
.program-top { border-bottom: 1px solid var(--line); }
.program-badge-group { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 26px; }
.program-badge { display: inline-block; border: 1px solid rgba(0, 78, 126, 0.25); border-radius: 999px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; padding: 8px 14px; }
.program-top small { color: var(--muted); font-size: 12px; }
.program-top h3 { font-size: 54px; font-weight: 900; color: var(--navy); margin-bottom: 4px; }
.program-top h3 span { display: inline-block; margin-left: 12px; padding: 4px 10px; border-radius: 999px; background: rgba(0, 78, 126, 0.18); color: var(--blue); font-size: 11px; vertical-align: middle; }
.program-top p, .program-eligibility p, .program-note { margin: 0; color: var(--muted); }
.program-highlights { border-bottom: 1px solid var(--line); }
.program-highlights > div { padding: 18px 10px; text-align: center; color: var(--muted); font-size: 12px; border-right: 1px solid var(--line); }
.program-highlights > div:last-child { border-right: 0; }
.program-body, .program-eligibility { border-bottom: 1px solid var(--line); }
.program-body h4, .program-eligibility h4 { margin-bottom: 14px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.program-body ul { padding-left: 20px; margin-bottom: 0; }
.program-body li { color: var(--navy); margin-bottom: 12px; font-size: 14px; }
.program-note { margin-top: 16px; font-size: 11px; font-style: italic; }
.program-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; margin-top: 42px; padding: 26px 22px; border: 1px solid rgba(0, 78, 126, 0.12); border-radius: 24px; background: #fff; }
.program-strip strong { display: block; text-align: center; color: var(--navy); }
.program-strip span { display: block; text-align: center; color: var(--muted); font-size: 12px; }
.cert-card { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 26px; min-height: 120px; background: var(--soft); }
.cert-card h3 { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.5; }
.cert-icon { width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(0, 78, 126, 0.2); background: #fff; color: var(--blue); font-size: 15px; font-weight: 700; }
.admission-section { background: var(--soft); }
.instruction-card { height: 100%; background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(0, 78, 126, 0.2); border-radius: 32px; padding: 32px; box-shadow: var(--shadow); }
.instruction-card h3, .steps-head { margin-bottom: 22px; color: var(--navy); font-size: 34px; font-weight: 900; text-transform: uppercase; }
.instruction-item { position: relative; padding-left: 26px; margin-bottom: 18px; color: var(--muted); line-height: 1.75; }
.instruction-item::before { content: ""; position: absolute; left: 0; top: 11px; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); }
.instruction-item.bold { font-weight: 700; }
.instruction-item.warning { border-left: 2px solid rgba(0, 78, 126, 0.3); padding-left: 18px; font-style: italic; }
.instruction-item.warning::before { display: none; }
.qms-card { margin-top: 28px; padding: 24px; border-radius: 24px; background: var(--navy); }
.qms-card h4 { color: #fff; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; }
.qms-card p, .qms-card li { color: rgba(255, 255, 255, 0.76); }
.qms-card ol { padding-left: 20px; margin-bottom: 0; }
.steps-head { display: inline-block; background: var(--navy); color: #fff; font-size: 24px; border-radius: 22px; padding: 20px 32px; }
.timeline { position: relative; padding: 12px 0 12px 0; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(0, 78, 126, 0.35); transform: translateX(-50%); }
.timeline-item { position: relative; display: flex; align-items: center; margin-bottom: 34px; }
.timeline-item.left { justify-content: flex-start; }
.timeline-item.right { justify-content: flex-end; }
.timeline-dot { position: absolute; left: 50%; z-index: 2; transform: translateX(-50%); width: 48px; height: 48px; border-radius: 18px; border: 2px solid var(--blue); background: #fff; color: var(--blue); font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 20px rgba(0, 78, 126, 0.2); }
.timeline-copy { width: 42%; }
.timeline-copy h4 { margin-bottom: 6px; color: var(--navy); font-size: 22px; font-weight: 900; text-transform: uppercase; }
.timeline-copy p { margin: 0; color: #8f99ac; font-size: 14px; }
.partner-card { display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 16px; }
.partner-card img { width: 100%; height: 68px; object-fit: contain; }
.testimonial-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 32px; }
.testimonial-tabs button { border: 1px solid var(--line); background: #fff; color: var(--muted); border-radius: 999px; padding: 12px 24px; font-size: 14px; font-weight: 700; }
.testimonial-tabs button.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.testimonial-panel { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.testimonial-layout { display: grid; grid-template-columns: 1fr 1fr; }
.testimonial-video iframe { width: 100%; height: 100%; min-height: 300px; border: 0; }
.testimonial-copy { padding: 42px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-copy blockquote { margin: 0 0 26px; color: rgba(16, 33, 61, 0.78); font-size: 22px; line-height: 1.75; font-style: italic; }
.testimonial-copy strong { display: block; color: var(--text); font-size: 26px; }
.testimonial-grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 16px; background: #fff; }
.testimonial-grid-two iframe { width: 100%; min-height: 280px; border: 0; border-radius: 18px; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.testimonial-controls button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--text); font-size: 24px; }
.testimonial-dots { display: flex; gap: 8px; }
.testimonial-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(93, 104, 128, 0.3); }
.testimonial-dots button.active { width: 28px; background: var(--blue); }
.site-footer { position: relative; background: var(--navy); padding: 64px 0; }
.footer-logo { display: inline-block; background: rgba(255, 255, 255, 0.9); border-radius: 14px; padding: 10px 14px; margin-bottom: 18px; }
.footer-logo img { width: 100px; height: 100px; object-fit: contain; }
.footer-text, .footer-meta p { color: rgba(255, 255, 255, 0.5); }
.footer-meta { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-meta span { color: rgba(255, 255, 255, 0.8); }
.back-top { position: absolute; right: 30px; bottom: 30px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); color: #fff; line-height: 42px; text-decoration: none; }
.floating-apply { display: none !important; }
.custom-modal { position: fixed; inset: 0; z-index: 1100; display: none; }
.custom-modal.open { display: block; }
.custom-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); }
.custom-modal__dialog { position: relative; z-index: 2; width: calc(100% - 32px); max-width: 580px; margin: 40px auto; background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22); }
.custom-modal__head { display: flex; justify-content: space-between; align-items: center; background: #1a1a2e; color: #fff; padding: 16px 22px; }
.custom-modal__head h3 { margin: 0; font-size: 20px; font-weight: 700; }
.custom-modal__close { border: 0; background: transparent; color: #fff; font-size: 32px; line-height: 1; }
.navbar-toggler span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--navy); }
@media (max-width: 1199.98px) {
  .immersion-main-row { margin-bottom: 34px; }
  .immersion-fee-head { flex-direction: column; align-items: flex-start; }
  .immersion-fee-head p { max-width: none; text-align: left; }
  .immersion-visual { margin-top: 42px; padding-left: 0; }
  .immersion-poster-frame { max-width: 420px; margin: 0 auto; }
  .immersion-ticket { left: 50%; transform: translateX(-50%) rotate(0deg); }
  .immersion-ticket-top { top: -12px; }
  .immersion-ticket-bottom { top: 54px; bottom: auto; }
}

@media (max-width: 1199.98px) { .hero-copy h1 { font-size: 48px; } .timeline-copy { width: 40%; } }
@media (max-width: 991.98px) {
  .navbar { min-height: 88px; }
  .brand-logo { width: 74px; height: 74px; }

  .hero-row { min-height: auto; }
  .hero-copy { padding-right: 0; margin-bottom: 36px; }
  .hero-copy h1 { font-size: 38px; }
  .section-title { font-size: 36px; }
  .immersion-cert-layout { grid-template-columns: 1fr; }
  .immersion-route { flex-direction: column; align-items: stretch; }
  .immersion-route-line { flex: 0 0 auto; width: min(180px, 100%); height: auto; margin: 0 auto; }
  .immersion-cert-head { flex-direction: column; align-items: flex-start; }
  .immersion-cert-head p { max-width: none; text-align: left; }
  .timeline::before { left: 24px; transform: none; }
  .timeline-item, .timeline-item.left, .timeline-item.right { justify-content: flex-start; padding-left: 64px; }
  .timeline-dot { left: 24px; }
  .timeline-copy { width: 100%; }
  .testimonial-layout, .testimonial-grid-two { grid-template-columns: 1fr; }
  .collapse.navbar-collapse { display: none; background: #fff; border-radius: 18px; padding: 18px; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08); }
  .collapse.navbar-collapse.show { display: block; }
}
@media (max-width: 767.98px) {
  .section-space { padding: 72px 0; }
  .hero-copy h1 { font-size: 31px; }
  .hero-actions .btn, .hero-actions a, .btn-program { width: 100%; text-align: center; }
  .hero-section {
    background-image: none;
    background-color: #050c18;
  }
  .hero-row {
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .hero-mobile-media {
    display: block;
    margin-bottom: 18px;
  }
  .hero-mobile-media img {
    width: 100%;
    height: clamp(240px, 72vw, 340px);
    object-fit: cover;
    object-position: 16% 38%;
    border-radius: 22px;
  }
  .hero-section .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .immersion-fee-band {
    margin-bottom: 28px;
    padding: 22px;
    border-radius: 24px;
  }
  .immersion-fee-head {
    margin-bottom: 18px;
  }
  .immersion-fee-card {
    padding: 22px;
    border-radius: 22px;
  }
  .immersion-fee-card h3 {
    font-size: 22px;
  }
  .immersion-fee-card strong {
    font-size: 34px;
  }
  .immersion-route {
    align-items: center;
    gap: 12px;
  }
  .immersion-route-stop {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: auto;
    max-width: 100%;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--yellow);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
    text-align: center;
    white-space: nowrap;
  }
  .immersion-route-stop small {
    display: inline;
    margin-bottom: 0;
    order: 1;
    color: var(--navy);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .immersion-route-stop small::before {
    content: none;
  }
  .immersion-route-stop small::after {
    content: " --> ";
  }
  .immersion-route-stop strong {
    display: inline;
    order: 2;
    color: var(--navy);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .immersion-main-row { margin-bottom: 28px; }
  .immersion-title { font-size: 34px; }
  .immersion-lead { font-size: 16px; }
  .immersion-package-card strong { font-size: 36px; }
  .immersion-feature-item { padding: 18px; }
  .immersion-feature-item h3 { font-size: 19px; }
  .immersion-cert-band { padding: 22px; }
  .immersion-ticket { position: static; display: inline-block; margin: 0 0 12px; transform: none; }
  .immersion-visual { text-align: center; }
  .immersion-ticket { display: table; margin: 0 auto 12px; }
  .immersion-visual { margin-top: 34px; padding-left: 0; }
  .immersion-poster-frame { padding: 10px; border-radius: 24px; }
  .immersion-poster-frame img { border-radius: 18px; }
  .immersion-note-card strong { font-size: 19px; }
  .immersion-note-card .btn { width: 100%; }
  .hero-form-head { font-size: 26px; }
  .program-top h3 { font-size: 40px; }
  .program-badge-group { flex-direction: column; }
  .program-strip { gap: 20px; }
  .testimonial-copy { padding: 28px 22px; }
  .testimonial-copy blockquote { font-size: 18px; }
  .floating-apply { right: -48px; width: 140px; font-size: 13px; }
}

/* Header refresh to match reference layout */
.site-header {
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: 220px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.header-contact-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}

.header-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 180px;
}

.header-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.header-contact-copy strong {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 3px;
}

.header-contact-copy span {
  display: block;
  color: #213d63;
  font-size: 15px;
  line-height: 1.35;
}

.hero-section {
  padding-top: 126px;
}

.hero-row {
  min-height: clamp(420px, calc(100vw * 888 / 2000), 888px);
}

@media (max-width: 1199.98px) {
  .header-contact-wrap {
    gap: 18px;
  }

  .header-contact-item {
    min-width: 160px;
  }

  .header-contact-copy span {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .header-main {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 12px;
  }

  .brand-logo {
    width: 220px;
    max-height: 72px;
  }

  .header-contact-wrap {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
  }

  .header-contact-item {
    min-width: 0;
    width: calc(50% - 7px);
  }

  .hero-section {
    padding-top: 178px;
  }

  .hero-row {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .header-main {
    padding-top: 14px;
  }

  .brand-logo {
    width: 200px;
    max-height: 64px;
  }

  .header-contact-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-contact-item {
    width: 100%;
  }


}







.header-contact-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.btn-primary-hero:hover,
.btn-primary-hero:focus,
.btn-primary-hero:active {
  color: #fff !important;
  text-decoration: none;
}

.hero-facts {
  align-items: center;
  gap: 16px 24px;
}

.hero-fact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.hero-fact svg,
.mini-icon svg,
.why-icon svg,
.stat-icon svg,
.cert-icon svg,
.timeline-dot svg,
.program-top-icon svg,
.program-highlight-icon svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-fact svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.mini-icon,
.why-icon,
.stat-icon,
.cert-icon,
.timeline-dot {
  font-size: 0;
}

.mini-icon svg {
  width: 22px;
  height: 22px;
}

.why-icon svg {
  width: 22px;
  height: 22px;
}

.stat-icon svg {
  width: 20px;
  height: 20px;
}

.cert-icon svg {
  width: 24px;
  height: 24px;
}

.timeline-dot svg {
  width: 18px;
  height: 18px;
}

.program-top-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(0, 78, 126, 0.08);
  border: 1px solid rgba(0, 78, 126, 0.18);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.program-top-icon svg {
  width: 28px;
  height: 28px;
}

.program-highlights > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.program-highlight-icon {
  display: inline-flex;
  color: rgba(0, 78, 126, 0.65);
}

.program-highlight-icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 767.98px) {
  .hero-facts {
    gap: 12px;
  }

  .hero-fact {
    white-space: normal;
  }
}

.program-strip > div {
  min-width: 170px;
}

.program-strip strong {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 4px;
}

.program-strip span {
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .program-strip strong {
    font-size: 19px;
  }
}

/* Program cards: keep eligibility and CTA aligned across both variants */
.program-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.program-action {
  padding-top: 30px;
}

.btn-program {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

/* Footer logo: keep the original wide rectangular proportion */
.footer-logo img {
  width: 240px;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}

/* Recruitment partners: match live-page density with 7 logos per row on desktop */
.partner-grid {
  justify-content: center;
}

.partner-item {
  flex: 0 0 14.285714%;
  max-width: 14.285714%;
}

.partner-card {
  min-height: 112px;
  padding: 18px;
}

.partner-card img {
  height: 72px;
}

@media (max-width: 1199.98px) {
  .partner-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991.98px) {
  .partner-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767.98px) {
  .partner-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@keyframes lexPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.45;
    transform: scale(0.82);
  }
}

@keyframes lexFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -14px, 0);
  }
}

@keyframes lexPing {
  0% {
    transform: translateX(-50%) scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 226, 0, 0.55);
  }

  75%, 100% {
    transform: translateX(-50%) scale(1.75);
    box-shadow: 0 0 0 18px rgba(255, 226, 0, 0);
  }
}

@keyframes lexFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.admission-pill span {
  animation: lexPulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.hero-section::before {
  top: 40px;
  right: 40px;
  width: 280px;
  height: 280px;
  background: rgba(0, 78, 126, 0.12);
  animation: lexFloat 12s ease-in-out infinite;
}

.hero-section::after {
  left: -20px;
  bottom: 40px;
  width: 340px;
  height: 340px;
  background: rgba(0, 163, 224, 0.08);
  animation: lexFloat 16s ease-in-out infinite reverse;
}

.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  filter: blur(3px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-left {
  transform: translate3d(-30px, 0, 0);
}

.motion-right {
  transform: translate3d(30px, 0, 0);
}

.motion-scale {
  transform: scale(0.92);
}

.motion-up {
  transform: translate3d(0, 24px, 0);
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.mini-card,
.why-card,
.stat-card,
.program-card,
.cert-card,
.partner-card,
.instruction-card,
.hero-form-card,
.testimonial-panel,
.program-strip > div,
.btn-primary-hero,
.btn-secondary-hero,
.btn-program,
.floating-apply,
.testimonial-tabs button,
.testimonial-controls button,
.back-top,
.timeline-dot,
.header-contact-icon,
.program-top-icon,
.program-highlight-icon svg,
.mini-icon svg,
.why-icon svg,
.cert-icon svg,
.stat-icon svg,
.timeline-dot svg {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.mini-card:hover,
.why-card:hover,
.program-card:hover,
.cert-card:hover,
.partner-card:hover,
.instruction-card:hover,
.hero-form-card:hover,
.testimonial-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 34, 68, 0.14);
}

.program-card:hover,
.partner-card:hover,
.cert-card:hover,
.mini-card:hover,
.why-card:hover,
.instruction-card:hover {
  border-color: rgba(0, 78, 126, 0.22);
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 34, 68, 0.22);
}

.program-strip > div:hover,
.testimonial-tabs button:hover,
.testimonial-controls button:hover,
.back-top:hover,
.header-contact-item:hover .header-contact-icon {
  transform: translateY(-2px);
}

.btn-primary-hero:hover,
.btn-secondary-hero:hover,
.btn-program:hover,
.floating-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 34, 68, 0.18);
  filter: brightness(1.05);
}

.btn-secondary-hero:hover {
  color: #000;
}

.why-card:hover .why-icon,
.mini-card:hover .mini-icon,
.cert-card:hover .cert-icon,
.stat-card:hover .stat-icon,
.program-card:hover .program-top-icon {
  background: rgba(0, 78, 126, 0.14);
}

.why-card:hover .why-icon svg,
.mini-card:hover .mini-icon svg,
.cert-card:hover .cert-icon svg,
.stat-card:hover .stat-icon svg,
.program-card:hover .program-top-icon svg {
  transform: rotate(10deg) scale(1.05);
}

.program-card:hover .program-highlight-icon svg {
  transform: translateX(2px);
}

.partner-card:hover img {
  opacity: 0.94;
}

.timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  transform: translateX(-50%);
  animation: lexPing 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.timeline-item:hover .timeline-dot {
  transform: translateX(-50%) scale(1.1) rotate(6deg);
}

.timeline-item:hover .timeline-copy h4 {
  color: var(--blue);
}

.testimonial-panel.is-animating > * {
  animation: lexFadeUp 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.custom-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.custom-modal.open {
  display: block;
}

.custom-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-modal__backdrop {
  opacity: 0;
  backdrop-filter: blur(0px);
  transition: opacity 0.22s ease, backdrop-filter 0.22s ease;
}

.custom-modal.is-active .custom-modal__backdrop {
  opacity: 1;
  backdrop-filter: blur(3px);
}

.custom-modal__dialog {
  transform: translateY(24px) scale(0.95);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.custom-modal.is-active .custom-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .timeline::after {
    left: 24px;
    transform: none;
  }

  .hero-section::before {
    width: 180px;
    height: 180px;
  }

  .hero-section::after {
    width: 220px;
    height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .admission-pill span,
  .hero-section::before,
  .hero-section::after,
  .timeline::after,
  .testimonial-panel.is-animating > * {
    animation: none !important;
  }

  .mini-card,
  .why-card,
  .stat-card,
  .program-card,
  .cert-card,
  .partner-card,
  .instruction-card,
  .hero-form-card,
  .testimonial-panel,
  .program-strip > div,
  .btn-primary-hero,
  .btn-secondary-hero,
  .btn-program,
  .floating-apply,
  .testimonial-tabs button,
  .testimonial-controls button,
  .back-top,
  .timeline-dot,
  .header-contact-icon,
  .program-top-icon,
  .program-highlight-icon svg,
  .mini-icon svg,
  .why-icon svg,
  .cert-icon svg,
  .stat-icon svg,
  .timeline-dot svg,
  .custom-modal,
  .custom-modal__backdrop,
  .custom-modal__dialog {
    transition: none !important;
  }
}

/* Placement stats: match the live-page card sizing more closely */
#placements .stat-card {
  gap: 20px;
  padding: 20px 24px;
  min-height: 110px;
  border-radius: 16px;
}

#placements .stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

#placements .stat-icon svg {
  width: 18px;
  height: 18px;
}

#placements .stat-number {
  font-size: 30px;
  letter-spacing: -0.03em;
}

#placements .stat-card p {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

#placements .stat-card small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4;
}

#placements .stat-card > div:last-child {
  min-width: 0;
}

@media (max-width: 767.98px) {
  #placements .stat-card {
    min-height: 104px;
    padding: 18px 20px;
  }

  #placements .stat-number {
    font-size: 28px;
  }
}

/* About section: match the live-page cream background */
#about {
  background: hsl(44 64% 93%);
}

/* Testimonial section: match the live-page cream background */
.section-space.section-white.pt-0 {
  background: hsl(44 64% 93%);
}

/* Floating apply button: keep the live-page perpendicular orientation */
.floating-apply {
  right: 16px;
  width: 144px;
  margin-right: -64px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
}

.floating-apply.motion-reveal {
  opacity: 0;
  transform: translate3d(30px, -50%, 0) rotate(90deg);
  filter: none;
}

.floating-apply.motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, -50%, 0) rotate(90deg);
}

.floating-apply:hover {
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1.02);
}

@media (max-width: 767.98px) {
  .floating-apply {
    right: 12px;
    width: 138px;
    margin-right: -60px;
  }

  .floating-apply.motion-reveal {
    transform: translate3d(24px, -50%, 0) rotate(90deg);
  }

  .floating-apply.motion-reveal.is-visible,
  .floating-apply:hover {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-apply.motion-reveal,
  .floating-apply.motion-reveal.is-visible,
  .floating-apply:hover {
    opacity: 1 !important;
    transform: translateY(-50%) rotate(90deg) !important;
  }
}

/* Testimonial section: restore top spacing like the live page */
.section-space.section-white.pt-0 {
  padding-top: 96px;
}

@media (max-width: 767.98px) {
  .section-space.section-white.pt-0 {
    padding-top: 72px;
  }
}

/* Testimonial section: own class so Bootstrap pt-0 no longer removes top spacing */
.testimonials-section {
  background: hsl(44 64% 93%);
}

/* Mobile header + hero form responsiveness */
.header-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 0 0 auto;
}

.header-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 34, 68, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.header-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--navy);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.header-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.header-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991.98px) {
  .site-header {
    overflow: visible;
  }

  .header-main {
    display: block;
    position: relative;
    padding: 14px 0;
  }

  .header-topbar {
    width: 100%;
  }

  .header-toggle {
    display: inline-flex;
  }

  .header-contact-wrap {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 5;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(0, 34, 68, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 34, 68, 0.12);
  }

  .header-contact-wrap.show {
    display: flex;
  }

  .header-contact-item {
    width: 100%;
    min-width: 0;
  }

  .hero-section {
    padding-top: 112px;
  }

  .hero-row {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .hero-copy {
    padding-right: 0;
    margin-bottom: 36px;
  }

  .hero-form-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
}

@media (max-width: 767.98px) {
  .header-main {
    padding: 12px 0;
  }

  .brand-logo {
    width: 180px;
    max-height: 60px;
  }

  .header-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .header-contact-wrap {
    padding: 14px;
    border-radius: 18px;
  }

  .header-contact-item {
    gap: 12px;
  }

  .header-contact-icon {
    width: 42px;
    height: 42px;
  }

  .header-contact-copy strong {
    font-size: 12px;
  }

  .header-contact-copy span {
    font-size: 14px;
  }

  .hero-section {
    padding-top: 102px;
  }

  .hero-row {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .hero-copy {
    margin-bottom: 28px;
  }

  .hero-form-card {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile form heading: keep Admissions Open 2026 on one line */
.hero-form-head {
  white-space: nowrap;
  line-height: 1.1;
}

@media (max-width: 767.98px) {
  .hero-form-head {
    font-size: 23px;
    letter-spacing: -0.02em;
    padding: 20px 16px;
  }
}

/* Form title: reduce slightly for cleaner fit */
.hero-form-head {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .hero-form-head {
    font-size: 21px;
  }
}

/* Uploaded builds: bust cache and stabilize mobile modal/header behavior */
.floating-apply {
  z-index: 1201;
}

.custom-modal {
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
}

.custom-modal.open {
  display: flex;
}

.custom-modal__dialog {
  width: min(100%, 580px);
  margin: 0;
  max-height: calc(100vh - 32px);
}

.custom-modal__body {
  overflow-y: auto;
}

body.modal-open-custom .floating-apply {
  opacity: 1;
  visibility: visible;
}

.header-toggle {
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 767.98px) {
  .custom-modal {
    padding: 12px;
  }

  .custom-modal__dialog {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
  }

  .custom-modal__head {
    padding: 14px 16px;
  }

  .custom-modal__head h3 {
    font-size: 18px;
  }

  .custom-modal__body iframe {
    height: 70vh;
    min-height: 360px;
  }

  .floating-apply {
    display: none !important;
  }
}

/* Keep Reserve Your Seat text white across all interactive states */
.btn-program,
.btn-program:hover,
.btn-program:focus,
.btn-program:active,
.btn-program:not(:disabled):not(.disabled):active,
.btn-program:not(:disabled):not(.disabled).active,
.show > .btn-program.dropdown-toggle {
  color: #fff !important;
  background: var(--navy);
  border-color: #003b64;
  text-decoration: none;
}

/* Final hard override for program CTA hover color */
.program-action .btn.btn-program,
.program-action .btn.btn-program:hover,
.program-action .btn.btn-program:focus,
.program-action .btn.btn-program:active,
.program-action .btn.btn-program:visited,
.program-action .btn.btn-program:not(:disabled):not(.disabled):active,
.program-action .btn.btn-program:not(:disabled):not(.disabled).active,
.show > .program-action .btn.btn-program.dropdown-toggle {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: var(--navy) !important;
  border-color: #003b64 !important;
}
/* @charset removed from middle of file */

/* Offering Section Styles */
.offering-section {
    padding: 80px 0;
    background: #f8fbff;
    position: relative;
}

.pkg-card {
    padding: 30px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pkg-card.intl {
    background: linear-gradient(135deg, #002244 0%, #004e7e 100%);
    border-bottom: 5px solid var(--yellow);
}

.pkg-card.domestic {
    background: linear-gradient(135deg, var(--yellow) 0%, #ffcc00 100%);
    color: var(--navy);
    border-bottom: 5px solid var(--navy);
}

.pkg-card:hover {
    transform: translateY(-8px);
}

.pkg-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.pkg-value {
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}

.pkg-sub {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.offering-features {
    text-align: center;
}

.offering-item {
    background: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.offering-item:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    border-color: var(--blue);
}

.offering-icon {
    width: 70px;
    height: 70px;
    background: rgba(0, 163, 224, 0.1);
    color: var(--blue);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.offering-icon svg {
    width: 32px;
    height: 32px;
}

.offering-item h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 12px;
}

.offering-item p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 0;
}

.certifications-block {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 34, 68, 0.05);
    border: 1px solid rgba(0, 78, 126, 0.1);
}

.cert-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--navy);
    text-align: center;
    margin-bottom: 40px;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.cert-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.cert-item-box:hover {
    background: #fff;
    border-color: var(--yellow);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.cert-icon-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.cert-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cert-item-box span {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.4;
}

.cert-item-box.more span {
    color: var(--blue);
    font-style: italic;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pkg-value {
        font-size: 40px;
    }
    .certifications-block {
        padding: 30px 20px;
    }
}
