/*
Theme Name: aap
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yabi
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy: #1c2b4a;
  --navy2: #243358;
  --navy3: #0f1c33;
  --gold: #c8962a;
  --gold2: #e8b84b;
  --gold3: #fdf5e4;
  --cream: #f9f6f0;
  --gray: #6b7280;
  --border: #e5e1d8;
  --white: #fff;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #1a1a1a;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

.stag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.stitle {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.7rem;
  line-height: 1.22;
}

.ssub {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.7;
  max-width: 640px;
}

.sec {
  padding: 4rem 2.5rem;
}

.sec-center {
  text-align: center;
}

.sec-center .ssub {
  margin: 0 auto 2.5rem;
}

.max-w {
  max-width: 1060px;
  margin: 0 auto;
}

/* PRINT */
@media print {
  .nav {
    position: relative;
  }

  .no-print {
    display: none;
  }

  .pcard:hover {
    box-shadow: none;
    transform: none;
  }

  .fbtn {
    display: none;
  }

  .progs-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body {
    font-size: 12px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .stitle {
    font-size: 1.4rem;
  }

  .sec {
    padding: 2.5rem 2rem;
  }

  .fee-val {
    font-size: 1.1rem;
  }

  .hstat-val {
    font-size: 1.4rem;
  }

  @page {
    margin: 1.2cm;
  }
}

/* NAV */
.nav {
  background: var(--navy3);
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nav-logo {
  width: 34px;
  height: 34px;
  background: var(--gold);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
}

.nav-links {
  display: flex;
  gap: 1.75rem;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12.5px;
  font-weight: 500;
}

.nav-links a:hover {
  color: var(--gold2);
}

.nav-cta {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 8px 20px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

/* HERO */
.hero {
  background: var(--navy3);
  padding: 5rem 3rem 4.5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gold);
}

.hero-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4rem;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}

.hero-pill {
  background: rgba(200, 150, 42, 0.18);
  border: 1px solid rgba(200, 150, 42, 0.38);
  color: var(--gold2);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
}

.hero-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.hero-pill2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 500;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.16;
  margin-bottom: 1.25rem;
}

.hero h1 em {
  color: var(--gold2);
  font-style: normal;
  display: block;
}

.hero-tagline {
  font-size: 0.975rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  max-width: 580px;
}

.hero-tagline strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

.hero-intro {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.78;
  margin-bottom: 2rem;
  max-width: 580px;
  border-left: 2px solid rgba(200, 150, 42, 0.4);
  padding-left: 1rem;
}

.hero-stats {
  display: flex;
  gap: 0;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}

.hstat {
  padding: 0.75rem 1.75rem 0.75rem 0;
  margin-right: 1.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.hstat:last-child {
  border-right: none;
  margin-right: 0;
}

.hstat-val {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--gold2);
  line-height: 1;
}

.hstat-lbl {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.hero-ctas {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.btn-gold:hover {
  background: var(--gold2);
}

.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.btn-ghost:hover {
  border-color: var(--gold2);
  color: var(--gold2);
}

/* HERO RIGHT PANEL */
.hero-right-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
}

.hero-right-panel h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-fact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.hero-fact:last-child {
  margin-bottom: 0;
}

.hf-icon {
  width: 32px;
  height: 32px;
  background: rgba(200, 150, 42, 0.2);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.hf-text h4 {
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.15rem;
}

.hf-text p {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

/* WHY */
.why-bg {
  background: var(--cream);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 1.25rem;
  max-width: 1060px;
  margin: 2rem auto 0;
}

.why-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.4rem 1.2rem;
}

.why-icon {
  font-size: 22px;
  margin-bottom: 0.65rem;
}

.why-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.why-card p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.6;
}

/* WORK BANNER */
.work-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6e 100%);
  padding: 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.work-banner h2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.work-banner p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 700px;
}

.work-banner p strong {
  color: var(--gold2);
}

.work-badge {
  background: var(--gold);
  color: var(--navy);
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

/* CAMPUS */
.campus-top-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cfact {
  background: var(--gold3);
  border: 1px solid #e8d8b0;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
}

.cfact-val {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
}

.cfact-lbl {
  font-size: 12px;
  color: var(--gray);
  margin-top: 3px;
}

.campus-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.campus-info-card {
  border-radius: 12px;
  padding: 1rem 1.1rem;
}

.campus-info-card.blue {
  background: #e8f4ff;
  border: 1px solid #b8d8f0;
}

.campus-info-card.green {
  background: #f0fdf4;
  border: 1px solid #a7f0b8;
}

.campus-info-card h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.campus-info-card.blue h4 {
  color: #075985;
}

.campus-info-card.green h4 {
  color: #166534;
}

.campus-info-card p {
  font-size: 12.5px;
  line-height: 1.6;
}

.campus-info-card.blue p {
  color: #0c4a6e;
}

.campus-info-card.green p {
  color: #14532d;
}

.campus-video-wrap {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid var(--gold);
}

.vid-stamp {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(200, 150, 42, 0.92);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 7px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vplay {
  width: 54px;
  height: 54px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.vplay svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 3px;
}

.vtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13.5px;
  font-weight: 600;
}

.vsub {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11.5px;
  margin-top: 0.3rem;
}

.campus-video-wrap a {
  position: absolute;
  bottom: 12px;
  background: rgba(200, 150, 42, 0.9);
  color: var(--navy);
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 7px;
}

/* FEES */
.fees-bg {
  background: var(--cream);
}

.fees-inner {
  max-width: 960px;
  margin: 0 auto;
}

.fee-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-bottom: 1.1rem;
}

.fee-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.4rem 1.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.fee-card.feat {
  border: 2px solid var(--gold);
  background: var(--gold3);
}

.fee-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 10px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.fee-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gray);
}

.fee-val {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
}

.fee-dur {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.5;
  margin-top: 0.1rem;
}

.fee-inr {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  margin-top: auto;
  padding-top: 0.6rem;
  border-top: 1px dashed #e8d8b0;
}

.info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin-bottom: 1.1rem;
}

.info-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.2rem 1.25rem;
}

.info-panel h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.info-panel ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.info-panel ul li {
  font-size: 12.5px;
  color: var(--gray);
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.5;
}

.info-panel ul li::before {
  content: "â€º";
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1.3;
}

.disclaimer {
  background: #fff8e8;
  border: 1px solid #e8d8b0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.disc-text {
  font-size: 13px;
  color: #5a4a1a;
  line-height: 1.65;
}

.disc-text strong {
  color: var(--navy);
}

/* PROGRAMMES */
.progs-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fbtn {
  padding: 7px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--gray);
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Inter", sans-serif;
}

.fbtn.active,
.fbtn:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.progs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
  gap: 1.2rem;
}

.pcard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.2s,
    transform 0.15s;
}

.pcard:hover {
  box-shadow: 0 6px 24px rgba(28, 43, 74, 0.1);
  transform: translateY(-2px);
}

.pcard-top {
  padding: 1.2rem 1.2rem 0;
}

.ptags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 0.65rem;
}

.ptag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 10px;
}

.t-ai {
  background: #eef2ff;
  color: #3730a3;
}

.t-eng {
  background: #f0fdf4;
  color: #166534;
}

.t-des {
  background: #fff7ed;
  color: #9a3412;
}

.t-cy {
  background: #fff1f2;
  color: #9f1239;
}

.t-da {
  background: #f0f9ff;
  color: #075985;
}

.t-ht {
  background: #ecfdf5;
  color: #065f46;
}

.t-ar {
  background: #fafaf9;
  color: #44403c;
}

.t-ro {
  background: #faf5ff;
  color: #6b21a8;
}

.t-su {
  background: #f0fdf4;
  color: #14532d;
}

.t-ur {
  background: #eff6ff;
  color: #1d4ed8;
}

.t-re {
  background: #fdf4ff;
  color: #701a75;
}

.t-ft {
  background: #f9fafb;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.t-pt {
  background: #fff7ed;
  color: #92400e;
  border: 1px solid #fde68a;
}

.pcard h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 0.55rem;
}

.pcard p {
  font-size: 12.5px;
  color: var(--gray);
  line-height: 1.65;
}

.pcard-body {
  padding: 0 1.2rem 0.9rem;
  flex: 1;
}

.pcard-foot {
  padding: 0.75rem 1.2rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.pdur {
  font-size: 11.5px;
  color: var(--gray);
}

.pdur strong {
  color: var(--navy);
}

.plink {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
}

.plink:hover {
  color: var(--navy);
}

/* TESTIMONIALS */
.testi-bg {
  background: var(--navy);
}

.testi-video-wrap {
  max-width: 680px;
  margin: 0 auto 2rem;
}

.testi-video {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
}

.testi-video-embed {
  aspect-ratio: 16/9;
  background: #0f1c33;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.vcorner {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(200, 150, 42, 0.92);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vdur {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 6px;
}

.tplay {
  width: 60px;
  height: 60px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.tplay svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 4px;
}

.vtitle2 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 600;
}

.vsub2 {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  margin-top: 0.3rem;
}

.video-meta {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.video-meta-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}

.video-meta-prog {
  font-size: 11px;
  font-weight: 600;
  color: var(--gold2);
  margin-bottom: 0.4rem;
}

.video-meta-quote {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  font-style: italic;
}

.embed-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.28);
  text-align: center;
  padding: 0.5rem 1rem 0.85rem;
  font-style: italic;
}

.testi-quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1060px;
  margin: 0 auto;
}

.qcard {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.qcard-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.qavatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.av1 {
  background: var(--gold);
  color: var(--navy);
}

.av2 {
  background: #1a3a6e;
  color: #fff;
}

.av3 {
  background: #0f5e40;
  color: #fff;
}

.qname {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.qprog {
  font-size: 11px;
  color: var(--gold2);
  font-weight: 600;
  margin-top: 1px;
}

.qtext {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-style: italic;
}

.qtext::before {
  content: "\201C";
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
  vertical-align: -0.35em;
  margin-right: 2px;
}

.qtext::after {
  content: "\201D";
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
  vertical-align: -0.35em;
  margin-left: 2px;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  width: 12px;
  height: 12px;
  background: var(--gold);
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

/* JOURNEY */
.journey-bg {
  background: var(--cream);
}

.journey-steps {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 960px;
  margin: 0 auto 2.5rem;
  flex-wrap: wrap;
}

.jstep {
  flex: 1;
  min-width: 140px;
  padding: 1.5rem 0.75rem;
  text-align: center;
  position: relative;
}

.jstep:not(:last-child)::after {
  content: "â†’";
  position: absolute;
  right: -8px;
  top: 46%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
}

.jnum {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
}

.jstep h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.3rem;
}

.jstep p {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.5;
}

/* ENQUIRY */
.enquiry-sec {
  background: var(--navy);
  padding: 5rem 2.5rem;
}

.enquiry-inner {
  max-width: 860px;
  margin: 0 auto;
}

.enq-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.enq-header .stag {
  color: var(--gold2);
}

.enq-header .stitle {
  color: #fff;
}

.enq-header .ssub {
  color: rgba(255, 255, 255, 0.68);
  margin: 0 auto;
}

.enq-form-wrap {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.form-header {
  background: var(--gold);
  padding: 1.3rem 1.75rem;
}

.form-header h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.15rem;
}

.form-header p {
  font-size: 12px;
  color: rgba(28, 43, 74, 0.72);
  font-weight: 500;
}

.form-body {
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.fgroup {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.fgroup label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.fgroup input,
.fgroup select,
.fgroup textarea {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  background: #f9f6f0;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 9px 12px;
  width: 100%;
  outline: none;
  transition: border-color 0.2s;
}

.fgroup input:focus,
.fgroup select:focus,
.fgroup textarea:focus {
  border-color: var(--gold);
  background: #fff;
}

.fgroup textarea {
  resize: none;
  height: 72px;
  line-height: 1.5;
}

.fgroup select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.form-consent input[type="checkbox"] {
  margin-top: 2px;
  accent-color: var(--gold);
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.form-consent span {
  font-size: 11.5px;
  color: var(--gray);
  line-height: 1.55;
}

.form-consent a {
  color: var(--gold);
  font-weight: 600;
}

.btn-submit {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  font-family: "Inter", sans-serif;
  margin-top: 0.25rem;
}

.btn-submit:hover {
  background: var(--navy2);
}

.form-foot {
  background: #f9f6f0;
  padding: 0.85rem 1.75rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.form-foot p {
  font-size: 11.5px;
  color: var(--gray);
  line-height: 1.5;
}

.form-foot p strong {
  color: var(--navy);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.promise-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-align: center;
  align-items: center;
}

.promise-icon {
  width: 40px;
  height: 40px;
  background: rgba(200, 150, 42, 0.2);
  border: 1px solid rgba(200, 150, 42, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.promise-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.promise-card p {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

/* FOOTER */
.footer {
  background: var(--navy3);
  padding: 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footer-brand span {
  color: var(--gold2);
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--gold2);
}

.footer-copy {
  color: rgba(255, 255, 255, 0.25);
  font-size: 11px;
  width: 100%;
  margin-top: 0.5rem;
}

/* PRINT BUTTON */
.print-bar {
  background: var(--gold3);
  border-bottom: 2px solid var(--gold);
  padding: 0.75rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.print-bar p {
  font-size: 13px;
  color: var(--navy);
  font-weight: 500;
}

.print-btn {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
}

.print-btn:hover {
  background: var(--navy2);
}
.testi-video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .campus-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .campus-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fee-row {
    grid-template-columns: 1fr 1fr;
  }

  .info-row {
    grid-template-columns: 1fr;
  }

  .testi-quotes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .promise-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .jstep:not(:last-child)::after {
    content: none;
  }
  .jstep {
    min-width: 100%;
    padding: 0.5rem 0.75rem;
  }
  .sec {
    padding: 2.5rem 1.2rem;
  }

  .nav {
    padding: 1rem;
    flex-wrap: wrap;
    height: auto;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
  }

  .hero {
    padding: 3rem 1.2rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-tagline,
  .hero-intro {
    font-size: 0.9rem;
  }

  .hero-stats {
    gap: 1rem;
  }

  .hstat {
    border: none;
    margin: 0;
    padding: 0;
  }

  .work-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .campus-top-grid,
  .campus-bottom-grid {
    grid-template-columns: 1fr;
  }

  .fee-row {
    grid-template-columns: 1fr;
  }

  .testi-quotes-grid {
    grid-template-columns: 1fr;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .frow {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.6rem;
  }

  .stitle {
    font-size: 1.4rem;
  }

  .btn-gold,
  .btn-ghost {
    width: 100%;
    text-align: center;
  }

  .hero-ctas {
    flex-direction: column;
  }

  .print-bar {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}