.hero-section-program {
  background-color: var(--theme-primary);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 45px 45px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Custom Colors */
  /* Top Pill Badge */
  /* Heading Styling */
  /* Delivery Partners Row */
  /* CTA Buttons */
  /* Right Placeholder Box */
  /* Scroll Down Indicator */
  /* Responsive Adjustments */
}
.hero-section-program .text-gold {
  color: #d8b768;
}
.hero-section-program .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(216, 183, 104, 0.4);
  background-color: rgba(18, 28, 48, 0.6);
  color: #d8b768;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
}
.hero-section-program .badge-pill .dot {
  width: 6px;
  height: 6px;
  background-color: #d8b768;
  border-radius: 50%;
  display: inline-block;
}
.hero-section-program .hero-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.15;
  color: #ffffff;
}
.hero-section-program .hero-subtext {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #9aa8bc;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.5;
}
.hero-section-program .partner-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
}
.hero-section-program .partner-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
}
.hero-section-program .btn-gold {
  background-color: #d8b768;
  color: #0b1528;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: 6px;
  border: 1px solid #d8b768;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-section-program .btn-gold:hover {
  background-color: #c9a453;
  border-color: #c9a453;
  color: #0b1528;
}
.hero-section-program .btn-outline-custom {
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-section-program .btn-outline-custom:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.hero-section-program .stat-label {
  margin-top: 10px;
}
.hero-section-program .hero-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.hero-section-program .hero-image-placeholder img {
  max-height: 500px;
  max-width: 100%;
}
.hero-section-program .placeholder-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #475569;
  text-transform: uppercase;
  margin-top: 15px;
}
.hero-section-program .scroll-indicator {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #3b82f6;
  text-transform: uppercase;
  margin-top: 40px;
}
.hero-section-program .scroll-indicator i {
  font-size: 0.6rem;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .hero-section-program .hero-heading {
    font-size: 2.5rem;
  }
  .hero-section-program .hero-subtext {
    font-size: 1.15rem;
  }
  .hero-section-program .hero-image-placeholder {
    min-height: 300px;
    margin-top: 40px;
  }
}

.ehl-section {
  background-color: var(--brand-purple-light);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 70px 0;
}

/* Heading Styling */
.ehl-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}

.ehl-title .text-gold-italic {
  color: #d8b768;
  font-style: italic;
  font-weight: 600;
}

/* Paragraph Text & Gold Highlight */
.ehl-description {
  color: var(--brand-purple-dark);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 820px;
  margin-bottom: 40px;
}

.ehl-description .highlight-gold {
  color: #d8b768;
  font-weight: 600;
}

/* Feature Cards Styling */
.ehl-card {
  background-color: rgba(60, 43, 101, 0.03);
  border: 1px solid rgba(76, 35, 103, 0.08);
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ehl-card:hover {
  background-color: rgba(67, 33, 104, 0.06);
  border-color: rgba(216, 183, 104, 0.3);
  transform: translateY(-3px);
}

/* Icon Box */
.card-icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
  line-height: 1;
}

/* Card Main Value / Text */
.card-val {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #d8b768;
  margin-bottom: 6px;
  line-height: 1.2;
}

/* Card Sublabel */
.card-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--brand-purple-dark);
  text-transform: uppercase;
  line-height: 1.3;
}

/* Responsive Grid layout for cards */
.ehl-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 140px);
  gap: 16px;
}

@media (max-width: 991px) {
  .ehl-title {
    font-size: 2.1rem;
  }
  .ehl-card-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .ehl-card-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: var(--bg-light);
  color: #1e293b;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #0b1528;
}

.section-title.text-white {
  color: #ffffff !important;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* SECTION 1: JOURNEY & CURRICULUM */
.journey-card-dark {
  background-color: var(--bg-dark);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
}

.curriculum-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--card-border);
  border-radius: 8px;
  padding: 12px 16px;
}

.timeline-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
}

/* SECTION 2: INSIDE THE STUDIO */
.studio-section {
  background-color: var(--theme-primary);
  color: #fff;
  padding: 60px 0;
}

.studio-card {
  border-radius: 12px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease;
}

.studio-card:hover {
  transform: translateY(-4px);
  color: #fff;
}

.bg-studio-1 {
  background-color: #0f2744;
}

.bg-studio-2 {
  background-color: #3b2016;
}

.bg-studio-3 {
  background-color: #1a381e;
}

.bg-studio-4 {
  background-color: #3a152d;
}

.bg-studio-5 {
  background-color: #112d38;
}

/* SECTION 3: TESTIMONIALS */
.testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}

/* SECTION 4: PLACEMENTS TABLE */
.stat-badge {
  background-color: var(--bg-dark);
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.stat-badge .num {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: var(--brand-gold);
  font-weight: 700;
  margin-bottom: 10px;
}

.table-custom {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.table-custom th {
  background-color: var(--bg-dark);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
}

/* SECTION 5: FAQ & SEARCH */
.faq-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  margin-bottom: 8px;
  cursor: pointer;
}

.faq-nav-item.active {
  background-color: var(--brand-gold);
  color: #000;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #f8fafc;
  color: #000;
}

/* SECTION 6: FOOTER CTA */
.cta-banner {
  background-color: var(--theme-primary);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 30px 30px;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-radius: 0;
}

.btn-gold {
  background-color: var(--brand-gold);
  color: #081220;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 6px;
  border: none;
}

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

.btn-outline-light-custom {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
}

:root {
  --brand-navy: #27257f;
  --brand-light: rgba(39, 37, 127, 0.08);
  --placeholder-bg: #e2e5ec;
  --placeholder-border: #cbd0dd;
}

.text-navy {
  color: var(--brand-navy) !important;
}

.bg-navy {
  background-color: var(--brand-navy) !important;
}

.bg-light-navy {
  background-color: var(--brand-light) !important;
}

.border-navy {
  border-color: var(--brand-navy) !important;
}

/* Header Styling */
.inner-page-header {
  background-color: var(--brand-navy);
  padding: 60px 0;
  position: relative;
}

.inner-page-header .page-title {
  font-size: 2rem;
  letter-spacing: 0.5px;
}

/* Breadcrumb Styling */
.inner-page-header .breadcrumb {
  background: transparent;
}

.inner-page-header .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.inner-page-header .breadcrumb-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.inner-page-header .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}

.inner-page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* Styled Image Placeholders */
.img-placeholder {
  background-color: var(--placeholder-bg);
  border: 2px dashed var(--placeholder-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5a6275;
  transition: background-color 0.3s ease;
}

.img-placeholder:hover {
  background-color: #d8dde7;
}

.hero-placeholder {
  width: 100%;
}

.square-placeholder {
  width: 100%;
}

.sidebar-placeholder {
  width: 100%;
}

.placeholder-icon {
  width: 48px;
  height: 48px;
  stroke: #7b849b;
  margin-bottom: 8px;
}

.placeholder-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #5a6275;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Card Improvements */
.card {
  border-radius: 8px;
}

/*# sourceMappingURL=programmes.css.map */
