/* ============================================================
   DPU Landing Page — style.css
   Font  : Segoe UI
   Brand : #EC3237 (red)
   Container: 1536px max-width, 16px L/R padding
   ============================================================ */

/* ---------- Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

/* ---------- Custom Container ---------- */
.custom-container {
  width: 100%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 16px 16px;
}

.site-logo {
  height: 102px;
  width: auto;
  object-fit: contain;
}

.hero-section .custom-container {
  position: relative;
  z-index: 1;
  padding: 20px 16px 40px 16px;
}

.hero-banner {
  position: relative;
  min-height: 460px;
  background-image: url('../images/banner-img.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/* ---------- Hero Content (left) ---------- */
.hero-content {
}

.hero-left-content {
  padding-top: 72px;
  padding-left: 48px;
}

.hero-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 32px;
}

/* Program badges */
.program-badge {
  display: inline-block;
  background-color: #ec3237;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.hero-accreditation {
  font-size: 18px;
  color: #fff;
  margin-bottom: 80px;
}

/* ---------- Stats box ---------- */
.stats-box {
  background-color: #fff;
  border-radius: 0 5px 0 0;
  background: #fff;
  padding: 48px;
  display: inline-flex;
  align-items: center;
  max-width: 892px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 100px;
}

.stat-number {
  font-size: 52px;
  font-weight: 700;
  color: #ec3237;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-number span {
  font-size: 36px;
}

.stat-label {
  font-size: 14px;
  color: #223343;
  line-height: 1.4;
}

.stat-divider {
  width: 1px;
  height: 48px;
  flex-shrink: 0;
  padding-left: 80px;
}

/* ============================================================
   COUNSELLING FORM BOX (right side of hero)
   ============================================================ */
.counselling-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 32px;
  width: 100%;
  max-width: 430px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  margin-top: 32px;
  margin-bottom: 32px;
  margin-right: 48px;
}

.counselling-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 28px;
}

/* Placeholder field area */
.form-placeholder {
  margin-top: 8px;
}

.form-field-label {
  font-size: 0.82rem;
  color: #555;
  margin-bottom: 8px;
}

.form-field-line {
  width: 100%;
  height: 1px;
  background-color: #bbb;
  margin-top: 4px;
}

/* Download Brochure button */
.btn-download {
  background: linear-gradient(90deg, #f7941d 0%, #ec3237 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 14px 20px;
  letter-spacing: 0.3px;
  transition: opacity 0.2s ease;
}

.btn-download:hover {
  opacity: 0.9;
  color: #fff;
}
@media (max-width: 1240px) {
  .stats-box {
    display: flex;
    flex-wrap: nowrap !important;
    padding: 24px;
  }
  .stat-divider {
    padding-left: 40px;
  }
}
/* ============================================================
   RESPONSIVE ADJUSTMENTS — HERO
   ============================================================ */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  .site-header {
    padding: 4px 16px;
  }
  .hero-title {
    font-size: 1.9rem;
  }

  .hero-banner {
    min-height: 380px;
  }

  .hero-left-content {
    padding-top: 32px;
    padding-left: 24px;
  }

  .counselling-box {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 32px;
    margin-right: 0;
  }

  .hero-content {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .stats-box {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    padding: 20px 24px;
  }

  .stat-divider {
    padding-left: 0;
    margin: 0 16px;
  }
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
  .site-logo {
    height: 72px;
  }
  .hero-section .custom-container {
    padding: 0px;
  }
  .hero-left-content {
    padding: 16px 16px 0;
  }
  .hero-accreditation {
    margin-bottom: 8px;
  }

  .hero-content {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .stats-box {
    display: flex;
    flex-wrap: nowrap !important;
    padding: 12px 16px;
    border-radius: 0px;
    gap: 0 !important;
  }

  .stat-item {
    flex: 1;
    min-width: 0;
  }

  .hero-banner {
    padding-top: 0;
    min-height: unset;
    border-radius: 0px;
    background-position: top right;
  }

  .stat-number {
    font-size: 24px;
  }

  .stat-number span {
    font-size: 16px;
  }

  .stat-divider {
    width: 1px;
    height: 40px;
    padding: 0;
    margin: 0 10px;
    flex-shrink: 0;
    background: #e9eaec;
  }
  .stat-label {
    font-size: 11px;
    line-height: 1.3;
  }
  .hero-subtitle {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .hero-title {
    margin-bottom: 12px;
  }
  .hero-accreditation {
    font-size: 13px;
  }
}

/* Small mobile: ≤575px */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.45rem;
  }
  .stats-box {
    padding: 10px 12px;
  }
  .stat-number {
    font-size: 22px;
  }
  .stat-divider {
    margin: 0 8px;
  }
}

/* ============================================================
   WHY DPU SECTION
   ============================================================ */
.why-dpu-section {
  padding: 96px 0;
  background: #fff;
}

.why-dpu-card {
  background-color: #fdf0ee;
  border-radius: 16px;
  padding: 96px 56px;
}

/* LEFT column */
.why-dpu-eyebrow {
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  color: #ec3237;
  text-transform: uppercase;
  letter-spacing: -1.4px;
}

.why-dpu-heading {
  font-size: 56px;
  font-weight: 400;
  font-style: italic;
  color: #223343;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -1.4px;
  font-family: Georgia, 'Times New Roman', serif;
}

.why-dpu-body {
  font-size: 18px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 0;
}

.why-dpu-body strong {
  color: #1a1a2e;
  font-weight: 600;
}

/* CTA Button */
.why-dpu-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    90deg,
    #fc945c 0%,
    #fb8e5a 7.14%,
    #fa8859 14.29%,
    #f98257 21.43%,
    #f77c55 28.57%,
    #f67653 35.71%,
    #f57052 42.86%,
    #f36a50 50%,
    #f2634e 57.14%,
    #f05c4c 64.29%,
    #ef554b 71.43%,
    #ed4e49 78.57%,
    #ec4647 85.71%,
    #ea3e46 92.86%,
    #e83444 100%
  );
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);

  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 14px 24px;
  border-radius: 50px;
  border: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  white-space: nowrap;
}

.why-dpu-btn:hover {
  opacity: 0.88;
  color: #fff;
  transform: translateY(-1px);
}

.why-dpu-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.why-dpu-urgency {
  font-size: 0.82rem;
  color: #ec3237;
  margin-top: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

/* RIGHT column — bullet list */
.why-dpu-right {
  padding-left: 48px;
}

.why-dpu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-dpu-list li {
  position: relative;
  padding-left: 22px;
  font-size: 21px;
  color: #223343;
  line-height: 1.5;
}

.why-dpu-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #ec3237;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Responsive — Why DPU */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  .why-dpu-section {
    padding: 64px 0;
  }

  .why-dpu-card {
    padding: 40px 32px;
  }

  /* The row only uses col-lg-4 for both cols; on tablet they stack full width */
  .why-dpu-left,
  .why-dpu-right {
    text-align: left;
  }

  .why-dpu-right {
    padding-left: 0;
    padding-top: 8px;
  }

  .why-dpu-eyebrow {
    font-size: 40px;
  }

  .why-dpu-heading {
    font-size: 2rem;
  }

  .why-dpu-list {
    columns: 2;
    column-gap: 32px;
    display: block; /* override flex for 2-column layout */
    padding-left: 12px;
  }

  .why-dpu-list li {
    break-inside: avoid;
    margin-bottom: 20px;
  }
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
  .why-dpu-section {
    padding: 44px 0;
  }

  .why-dpu-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .why-dpu-eyebrow {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
  }

  .why-dpu-heading {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }

  .why-dpu-body {
    font-size: 14px;
    line-height: 1.6;
  }

  .why-dpu-btn {
    font-size: 0.7rem;
    padding: 11px 18px;
    letter-spacing: 0.5px;
  }

  .why-dpu-btn-icon {
    width: 24px;
    height: 24px;
  }

  .why-dpu-urgency {
    font-size: 0.75rem;
    margin-top: 10px;
  }

  .why-dpu-right {
    padding-left: 0;
    padding-top: 4px;
  }

  .why-dpu-list {
    columns: unset;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .why-dpu-list li {
    font-size: 14px;
    padding-left: 18px;
    line-height: 1.45;
    margin-bottom: 0;
  }

  .why-dpu-list li::before {
    width: 7px;
    height: 7px;
  }
}

/* ============================================================
   MARQUEE SECTION
   ============================================================ */
.marquee-section {
  width: 100%;
  overflow: hidden;
  padding: 32px 0;
  border-top: 1px solid rgba(226, 232, 240, 0.7);
  border-bottom: 1px solid rgba(226, 232, 240, 0.7);
  background: #f8fafc;
  position: relative;
}

.marquee-section::after,
.marquee-section::before {
  content: '';
  position: absolute;
  width: 192px;
  height: 100%;
  z-index: 99;
}

.marquee-section::before {
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    #f8fafc 0%,
    rgba(248, 250, 252, 0.93) 7.14%,
    rgba(248, 250, 252, 0.86) 14.29%,
    rgba(248, 250, 252, 0.79) 21.43%,
    rgba(248, 250, 252, 0.71) 28.57%,
    rgba(248, 250, 252, 0.64) 35.71%,
    rgba(248, 250, 252, 0.57) 42.86%,
    rgba(248, 250, 252, 0.5) 50%,
    rgba(248, 250, 252, 0.43) 57.14%,
    rgba(248, 250, 252, 0.36) 64.29%,
    rgba(248, 250, 252, 0.29) 71.43%,
    rgba(248, 250, 252, 0.21) 78.57%,
    rgba(248, 250, 252, 0.14) 85.71%,
    rgba(248, 250, 252, 0.07) 92.86%,
    rgba(248, 250, 252, 0) 100%
  );
}

.marquee-section::after {
  top: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    #f8fafc 0%,
    rgba(248, 250, 252, 0.93) 7.14%,
    rgba(248, 250, 252, 0.86) 14.29%,
    rgba(248, 250, 252, 0.79) 21.43%,
    rgba(248, 250, 252, 0.71) 28.57%,
    rgba(248, 250, 252, 0.64) 35.71%,
    rgba(248, 250, 252, 0.57) 42.86%,
    rgba(248, 250, 252, 0.5) 50%,
    rgba(248, 250, 252, 0.43) 57.14%,
    rgba(248, 250, 252, 0.36) 64.29%,
    rgba(248, 250, 252, 0.29) 71.43%,
    rgba(248, 250, 252, 0.21) 78.57%,
    rgba(248, 250, 252, 0.14) 85.71%,
    rgba(248, 250, 252, 0.07) 92.86%,
    rgba(248, 250, 252, 0) 100%
  );
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.marquee-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; /* force single row */
  align-items: center;
  width: max-content; /* shrink-wraps all items */
  will-change: transform;
  padding-bottom: 6px;
}

.marquee-item {
  flex: 0 0 auto; /* never shrink, never grow */
  width: 311px; /* fixed card width */
  height: 70px;
  margin-right: 32px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: #fff;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.06);
  padding-top: 8px;
}

.marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 767px) {
  .marquee-item {
    margin-right: 14px;
  }
  .marquee-section::after,
  .marquee-section::before {
    width: 60px;
  }
}

/* ============================================================
   PROGRAMMES OFFERED SECTION
   ============================================================ */
.programmes-section {
  padding: 96px 0;
  background: #f8fafc;
}

/* ---------- Header ---------- */
.programmes-header {
  margin-bottom: 80px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #223343;
  background: #f4f5f7;
  border: 1px solid #e9eaec;
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 20px;
}

.section-badge .badge-icon {
  height: 14px;
  width: auto;
}

.section-heading {
  font-size: 60px;
  font-weight: 900;
  color: #223343;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.section-heading::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: #fcc926;
  margin: 16px auto 0;
  border-radius: 2px;
}

.section-subheading {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #99a1af;
  text-transform: uppercase;
  margin-bottom: 0;
}

.program-offered-container {
  max-width: 1172px;
}
/* ============================================================
   PROGRAMME SLIDER — OVERLAY LAYOUT
   ============================================================ */
.programme-slider-wrap {
  position: relative;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* --- Arrows --- */
.prog-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8b1418;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -4px rgba(236, 50, 55, 0.45);
  cursor: pointer;
  z-index: 10;
  transition:
    opacity 0.2s,
    transform 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prog-arrow img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  pointer-events: none;
  display: block;
}

.prog-arrow img.flip-arrow {
  transform: rotate(180deg);
}

.prog-arrow:hover {
  opacity: 0.88;
}

.prog-arrow-prev {
  left: -58px;
}
.prog-arrow-next {
  right: -58px;
}

/* --- Viewport --- */
.prog-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}

/* --- Track (slides side-by-side) --- */
.prog-track {
  display: flex;
}

.prog-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

/* --- Inner layout (image + overlapping card) --- */
.prog-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 650px;
}

/* --- Image column --- */
.prog-img-col {
  position: relative;
  width: 62%;
  flex-shrink: 0;
  overflow: hidden;
}

.prog-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: 68px;
}

/* Red sidebar strip */
.prog-red-bar {
  position: absolute;
  top: 0;
  left: 1px;
  width: 80px;
  height: 100%;
  background: #ec3237;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  z-index: 2;
}

.prog-bar-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.prog-bar-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* --- Content card (overlaps image by ~120px) --- */
.prog-content-card {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.03);
  padding: 36px 36px 36px 36px;
  z-index: 3;
  overflow-y: auto;
  max-height: 96%;
}

/* Gold/yellow top accent bar */
.prog-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 6px;
  background: #fcc926;
}

.prog-title {
  font-size: 40px;
  font-weight: 700;
  color: #223343;
  margin-bottom: 16px;
  margin-top: 4px;
  letter-spacing: -1px;
}

.prog-quote {
  font-size: 13px;
  font-style: italic;
  color: #6a7282;
  line-height: 1.65;
  margin-bottom: 30px;
}

.prog-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #223343;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.prog-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.prog-list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  color: #4a5565;
  line-height: 1.6;
  margin-bottom: 12px;
}

.prog-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f0b429;
}

.prog-list li strong {
  color: #1e2939;
  font-weight: 700;
}

/* CTA button inside card */
.prog-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #1a1a2e;
  color: #1a1a2e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 8px;
  transition:
    background 0.2s,
    color 0.2s;
}

.prog-cta-btn:hover {
  background: #1a1a2e;
  color: #fff;
}

.prog-cta-arrow {
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  filter: none;
  transition: filter 0.2s;
}

.prog-cta-btn:hover .prog-cta-arrow {
  filter: brightness(0) invert(1);
}

/* ---------- Mini cards row ---------- */
.programme-cards-row {
  margin-top: 8px;
}

.programme-mini-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.mini-badge {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #223343;
  background: #eff6ff;
  border-radius: 50px;
  padding: 6px 12px;
  margin-bottom: 32px;
  align-self: flex-start;
}

.mini-title {
  font-size: 20px;
  font-weight: 700;
  color: #223343;
  margin-bottom: 16px;
  line-height: 1.35;
}

.mini-desc {
  font-size: 13px;
  color: #4a5565;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.mini-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #e9eaec;
  padding-top: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #223343;
}

.mini-icon {
  width: 18px;
  height: 18px;
}

/* ---------- Dark card ---------- */
.programme-dark-card {
  position: relative;
  background: #1a2332;
  border-radius: 5px;
  border-left: 4px solid #fcc926;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
}

.dark-card-globe {
  position: absolute;
  bottom: -0px;
  right: -0px;
  width: 200px;
  height: 200px;
  opacity: 0.1;
  pointer-events: none;
}

.mini-badge-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mini-title-dark {
  color: #fff;
}
.mini-desc-dark {
  color: #b7bec9;
}

.dark-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  position: relative;
  z-index: 2;
}

.dark-card-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.dark-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0b429;
  color: #1a2332;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

.dark-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

.dark-card-arrow {
  width: 16px;
  height: 16px;
}

/* ============================================================
   RESPONSIVE — PROGRAMME SLIDER
   ============================================================ */

/* ≤1280px: pull arrows inside so they don't clip outside the container */
@media (max-width: 1280px) {
  .prog-arrow-prev {
    left: 4px;
  }
  .prog-arrow-next {
    right: 4px;
  }
  .prog-content-card {
    padding: 32px 28px;
  }
}

/* ≤991px: stack image above content, card goes full-width below */
@media (max-width: 991.98px) {
  .prog-inner {
    flex-direction: column;
    min-height: unset;
    padding-left: 4px;
    padding-right: 4px;
  }

  .prog-img-col {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
  }

  /* Reset desktop left-margin so photo fills the full image column */
  .prog-photo {
    margin-left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  /* Convert red left-strip → horizontal top banner */
  .prog-red-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    gap: 10px;
    z-index: 3;
  }

  .prog-bar-label {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 0.7rem;
    letter-spacing: 2px;
  }

  .prog-bar-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  /* Content card: full width below the image, no negative overlap */
  .prog-content-card {
    position: static;
    transform: none;
    width: 100%;
    max-height: unset;
    right: auto;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.1);
    padding: 28px 28px 24px;
    margin-top: 0;
    border-top: 4px solid #fcc926;
  }

  /* Left gold accent bar replaced by top border above */
  .prog-card-accent {
    display: none;
  }

  .prog-arrow-prev {
    left: 8px;
  }
  .prog-arrow-next {
    right: 8px;
  }

  .prog-arrow {
    top: 140px;
    transform: translateY(-50%);
  }

  .prog-arrow:hover {
    transform: translateY(-50%) scale(1.08);
  }

  .section-heading {
    font-size: 32px;
  }

  /* Equal-height mini-cards */
  .programme-cards-row {
    align-items: stretch;
  }

  .programme-cards-row > [class*='col'] {
    display: flex;
    flex-direction: column;
  }

  .programme-mini-card,
  .programme-dark-card {
    flex: 1;
    padding: 28px;
  }
}

/* ≤767px */
@media (max-width: 767px) {
  .programmes-section {
    padding: 48px 0;
  }

  .programmes-header {
    margin-bottom: 32px;
  }

  .section-heading {
    font-size: 26px;
  }

  .section-subheading {
    font-size: 0.7rem;
    letter-spacing: 1px;
  }

  .programme-slider-wrap {
    margin-bottom: 32px;
  }

  .prog-img-col {
    height: 220px;
  }

  .prog-red-bar {
    height: 40px;
    padding: 0 12px;
    gap: 8px;
  }

  .prog-bar-icon {
    width: 18px;
    height: 18px;
  }

  .prog-bar-label {
    font-size: 0.62rem;
    letter-spacing: 1.5px;
  }

  .prog-title {
    font-size: 1.25rem;
  }

  .prog-quote {
    font-size: 0.8rem;
    margin-bottom: 18px;
  }

  .prog-content-card {
    padding: 20px 16px 18px;
    box-shadow: none !important;
    border: 1px solid #e5e7eb !important;
  }
  .hero-banner .responsive-row {
    margin: 0px;
  }
  .responsive-row .hero-content {
    padding: 0px;
  }

  .prog-arrow {
    width: 36px;
    height: 36px;
    top: 110px;
  }

  .prog-arrow img {
    width: 14px;
    height: 14px;
  }

  .prog-arrow-prev {
    left: 6px;
  }

  .prog-arrow-next {
    right: 6px;
  }

  .programme-mini-card,
  .programme-dark-card {
    padding: 18px;
  }

  .mini-badge {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .mini-title {
    font-size: 15px;
  }

  .mini-desc {
    font-size: 12px;
  }
}

/* ≤480px */
@media (max-width: 480px) {
  .prog-img-col {
    height: 190px;
  }

  .prog-arrow {
    top: 95px;
    width: 32px;
    height: 32px;
  }

  .prog-title {
    font-size: 1.1rem;
  }

  .prog-list li {
    font-size: 0.78rem;
  }
}

/* ============================================================
   PLACEMENT HIGHLIGHTS SECTION
   ============================================================ */
.placement-section {
  padding: 80px 0 72px;
  background: #fff;
}
.placement-container {
  max-width: 1100px;
}
/* ---------- Header ---------- */
.placement-header {
  margin-bottom: 48px;
}

.placement-heading {
  font-size: 48px;
  font-weight: 700;
  color: #223343;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
}

.placement-heading::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #fcc926;
  margin: 10px auto 0;
  border-radius: 2px;
}

.placement-subheading {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #99a1af;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 14px;
}

/* ---------- Stats grid ---------- */
/* 3-column × 2-row grid: card-1 spans 2 rows, card-4 spans 2 cols */
.placement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 48px;
  grid-gap: 12px;
}

.placement-stat-card {
  position: relative;
  padding: 28px 32px 24px;
  background: #fff;
  min-height: 130px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
}

/* Card 1: spans both rows (tall left card — row 1&2, col 1) */
.pstat-span-rows {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

/* Card 4: spans col 2 & col 3 in row 2 */
.pstat-span-cols {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

/* The big number */
.pstat-value {
  font-size: 88px;
  font-weight: 300;
  color: #223343;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.pstat-currency {
  font-size: 88px;
  font-weight: 300;
}

.pstat-unit {
  font-size: 20px;
  font-weight: 400;
  color: #223343;
  letter-spacing: 0;
}

.pstat-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #223343;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* Icon pinned to bottom-right */
.pstat-icon-wrap {
  position: absolute;
  bottom: 16px;
  right: 20px;
  opacity: 0.75;
}

/* ---------- Notable Alumni ---------- */
.alumni-label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #223343;
  text-transform: uppercase;
  margin-bottom: 28px;
  margin-top: 56px;
}

/* 7 columns, 3 rows for 21 logos */
.alumni-logo-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 16px;
  border-radius: 4px;
  overflow: hidden;
}

.alumni-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  min-height: 68px;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.05);
}

.alumni-logo-item img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  object-fit: cover;
  display: block;
}

/* ---------- Placement Responsive ---------- */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  .placement-section {
    padding: 56px 0 48px;
  }

  .placement-heading {
    font-size: 36px;
  }

  /* Slightly smaller stat numbers on tablet so they don't overflow */
  .pstat-value {
    font-size: 64px;
  }

  .pstat-currency {
    font-size: 64px;
  }

  .pstat-unit {
    font-size: 16px;
  }

  /* Logo grid: 5 columns on tablet */
  .alumni-logo-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Mobile: ≤767px — 2-col grid, all 4 cards equal, no spans */
@media (max-width: 767px) {
  .placement-section {
    padding: 44px 0 36px;
  }

  .placement-header {
    margin-bottom: 28px;
  }

  .placement-heading {
    font-size: 22px;
    letter-spacing: -0.5px;
  }

  .placement-subheading {
    font-size: 0.62rem;
    letter-spacing: 1.5px;
    margin-top: 10px;
  }

  /* Strict 2×2 grid — every card the same width, row spans removed */
  .placement-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 8px;
    margin-bottom: 32px;
    overflow: visible;
    align-items: stretch;
  }

  /* Remove ALL span overrides so all 4 cards sit naturally in 2 cols */
  .pstat-span-rows,
  .pstat-span-cols {
    grid-row: unset;
    grid-column: unset;
  }

  /* Equal-height cards via auto rows + stretch */
  .placement-stat-card {
    padding: 16px 14px 40px;
    min-height: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .pstat-value {
    font-size: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
  }

  .pstat-currency {
    font-size: 28px;
  }

  .pstat-unit {
    font-size: 13px;
  }

  .pstat-label {
    font-size: 9px;
    letter-spacing: 0.8px;
    margin-top: auto;
  }

  .pstat-icon-wrap {
    bottom: 8px;
    right: 10px;
  }

  .pstat-icon-wrap img {
    width: 20px;
    height: 20px;
  }

  /* Notable Alumni heading */
  .alumni-label {
    font-size: 0.62rem;
    letter-spacing: 1.5px;
    margin-top: 32px;
    margin-bottom: 20px;
  }

  /* Logo grid: 4 columns on mobile */
  .alumni-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
  }

  .alumni-logo-item {
    padding: 10px 8px;
    min-height: 48px;
  }

  .alumni-logo-item img {
    max-height: 44px;
  }
}

/* Small mobile: ≤480px */
@media (max-width: 480px) {
  .placement-grid {
    grid-gap: 6px;
  }

  .pstat-value {
    font-size: 26px;
  }

  .pstat-currency {
    font-size: 22px;
  }

  .alumni-logo-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6px;
  }

  .alumni-logo-item {
    padding: 8px 6px;
    min-height: 44px;
  }

  .alumni-logo-item img {
    max-height: 44px;
  }
}

/* ============================================================
   WHAT OUR ALUMNI SAY SECTION
   ============================================================ */
.alumni-say-section {
  padding: 96px 0 72px;
  background: #f8fafc;
}

/* ---------- Left heading column ---------- */
.alumni-say-left {
  padding-right: 32px;
}

.alumni-say-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ec3237;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.alumni-say-heading {
  font-size: 48px;
  font-weight: 700;
  color: #223343;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 0;
}

/* ---------- Swiper wrapper ---------- */
.alumni-swiper-wrap {
}

/* ---------- Individual card ---------- */
.alumni-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  margin-bottom: 54px;
}

.alumni-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2.3;
  overflow: hidden;
}

.alumni-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Play button overlay */
.alumni-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
  padding-left: 2px; /* optical centering of the play triangle */
}

.alumni-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #fff;
}

/* Card text area */
.alumni-card-body {
  padding: 32px;
}

.alumni-name {
  font-size: 20px;
  font-weight: 700;
  color: #223343;
  margin-bottom: 3px;
  line-height: 1.3;
}

.alumni-program {
  font-size: 0.78rem;
  color: #6a7282;
  margin-bottom: 0;
}

/* ---------- Pagination dots — match design screenshot ---------- */
.alumni-swiper-pagination {
  bottom: 4px !important;
  left: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 4px;
}

.alumni-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd0d4;
  opacity: 1;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.alumni-swiper-pagination .swiper-pagination-bullet-active {
  background: #223343;
  transform: scale(1.2);
}

/* ---------- Alumni Say Responsive ---------- */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  .alumni-say-section {
    padding: 64px 0 48px;
  }

  .alumni-say-left {
    padding-right: 0;
    text-align: center;
  }

  .alumni-say-heading {
    font-size: 36px;
  }

  .alumni-say-badge {
    justify-content: center;
  }
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
  .alumni-say-section {
    padding: 44px 0 40px;
  }

  .alumni-say-heading {
    font-size: 28px;
    letter-spacing: -0.5px;
  }

  .alumni-card-body {
    padding: 16px 16px 20px;
  }

  .alumni-name {
    font-size: 16px;
  }

  .alumni-swiper-wrap {
    padding-bottom: 36px;
  }
}

@media (max-width: 575.98px) {
  .alumni-say-heading {
    font-size: 24px;
  }
}

/* ============================================================
   ADMISSION PROCESS SECTION
   ============================================================ */
.admission-section {
  padding: 96px 0 80px;
  background: #fff;
}

.admission-container {
  max-width: 1300px;
}

/* ---------- Section Heading ---------- */
.admission-header {
  margin-bottom: 64px;
}

.admission-heading {
  font-size: 48px;
  font-weight: 700;
  color: #223343;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.admission-subheading {
  font-size: 15px;
  color: #6a7282;
  margin-bottom: 0;
}

/* ---------- Main 3-column layout ---------- */
.admission-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 48px;
  margin-bottom: 120px;
  padding-top: 28px; /* space for overflowing badges */
}

/* ---------- Left column: 2 stacked cards ---------- */
.admission-col-left {
  display: flex;
  flex-direction: column;
  gap: 52px; /* extra gap accounts for the overflowing badge of the second card */
}

.admission-col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 48px;
}

/* ---------- Step cards ---------- */
.admission-step-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1.5px solid #fcc926;
  border-radius: 40px;
  padding: 24px 24px 24px 64px;
  background: #fff;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
  margin-top: 24px; /* room for badge to poke above */
  overflow: visible;
  z-index: 1; /* sit above center circle */
}

.admission-step-card:hover {
  box-shadow: 0 8px 28px -6px rgba(0, 0, 0, 0.1);
}

/* Step number badge — half outside top-left corner */
.admission-step-badge {
  position: absolute;
  top: 50%; /* half of 44px height */
  left: -24px;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.step-badge-teal {
  background: #2cb5c0;
}
.step-badge-yellow {
  background: #f5a623;
}
.step-badge-red {
  background: #ec3237;
}

/* Card text */
.admission-step-content {
  flex: 1;
}

.admission-step-title {
  font-size: 18px;
  font-weight: 700;
  color: #223343;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}

.admission-step-desc {
  font-size: 14px;
  color: #6a7282;
  margin-bottom: 8px;
  line-height: 1.5;
}

.admission-step-action {
  font-size: 11px;
  font-weight: 700;
  color: #f5a623;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.left-side-col-card {
  margin-top: 140px;
}

/* Override color for teal-badged card action */
.admission-step-card:has(.step-badge-teal) .admission-step-action {
  color: #2cb5c0;
}

/* Override color for red-badged card action */
.admission-step-card:has(.step-badge-red) .admission-step-action {
  color: #f5a623;
}

/* ---------- Center column: gradient circle ---------- */
.admission-col-center {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0; /* sits behind the cards' box-shadow */
}

/* On tablet/mobile, the circle sits between stacked cards — no scale needed */
@media (max-width: 991.98px) {
  .admission-col-center {
    transform: scale(1);
  }
}

.admission-circle-wrap {
  padding: 6px; /* space for gradient ring */
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #2cb5c0 0deg,
    #7dc67e 72deg,
    #fcc926 144deg,
    #f5a623 216deg,
    #ec3237 288deg,
    #2cb5c0 360deg
  );
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.12);
  transform: scale(1.5);
}

.admission-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admission-circle-text {
  font-size: 18px;
  font-weight: 700;
  color: #223343;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.5;
  text-transform: uppercase;
}

/* ---------- Bottom info row ---------- */
.admission-info-row {
  margin-top: 8px;
}

.admission-info-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.admission-info-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.admission-info-content {
  flex: 1;
}

.admission-info-title {
  font-size: 13px;
  font-weight: 700;
  color: #223343;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.admission-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admission-info-list li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  color: #4a5565;
  line-height: 1.55;
}

.admission-info-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5a623;
  flex-shrink: 0;
}

.admission-info-list li strong {
  color: #223343;
  font-weight: 600;
}

/* EMI badge pill */
.emi-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #223343;
  background: #fff8ec;
  border: 1px solid #fcc926;
  border-radius: 50px;
  padding: 2px 8px;
  vertical-align: middle;
  margin-left: 4px;
  background: rgba(252, 201, 38, 0.15);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   ADMISSION SECTION — RESPONSIVE
   ============================================================ */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  .admission-section {
    padding: 64px 0 56px;
  }

  .admission-heading {
    font-size: 36px;
  }

  .admission-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
    margin-bottom: 40px;
    padding-top: 28px;
  }

  .admission-col-left {
    order: 1;
    gap: 32px;
  }

  .admission-col-center {
    order: 2;
    /* Reset the desktop scale(1.5) — it causes overflow on tablet */
    transform: none !important;
  }

  /* Override the scroll-reveal end state too */
  .admission-col-center[data-animate].is-visible {
    transform: none !important;
  }

  .admission-col-right {
    order: 3;
    padding-left: 0; /* remove the 48px desktop padding */
    gap: 0;
  }

  /* left-side-col-card extra margin not needed when stacked */
  .left-side-col-card {
    margin-top: 32px;
  }

  .admission-circle {
    width: 160px;
    height: 160px;
  }

  .admission-circle-text {
    font-size: 15px;
  }
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
  .admission-section {
    padding: 48px 0 40px;
  }

  .admission-header {
    margin-bottom: 24px;
  }

  .admission-heading {
    font-size: 26px;
    letter-spacing: -0.5px;
  }

  .admission-subheading {
    font-size: 13px;
  }

  .admission-layout {
    gap: 16px;
    margin-bottom: 32px;
  }

  .admission-col-left {
    gap: 20px;
  }

  .admission-step-card {
    padding: 18px 16px 16px 16px;
    gap: 12px;
    margin-top: 16px;
    border-radius: 20px;
  }

  /* Badge moves to top-left corner instead of protruding left */
  .admission-step-badge {
    position: absolute;
    top: -18px;
    left: 20px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    transform: none;
  }

  .admission-step-content {
    padding-top: 14px;
  }

  .admission-step-title {
    font-size: 13px;
  }

  .admission-step-desc {
    font-size: 12px;
  }

  .admission-step-action {
    font-size: 10px;
  }

  .left-side-col-card {
    margin-top: 16px;
  }

  .admission-circle {
    width: 130px;
    height: 130px;
  }

  .admission-circle-text {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .admission-info-box {
    padding: 18px;
    gap: 12px;
    border-radius: 16px;
  }

  .admission-info-title {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .admission-info-list li {
    font-size: 12px;
  }
  .admission-circle-wrap {
    transform: unset !important;
  }

  .admission-info-box {
    flex-direction: column;
    gap: 22px;
  }
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section {
  padding: 80px 0 96px;
  background: #f8fafc;
}

.faq-container {
  max-width: 832px;
}

/* ---------- Heading ---------- */
.faq-header {
  margin-bottom: 48px;
}

.faq-heading {
  font-size: 40px;
  font-weight: 700;
  color: #223343;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* ---------- Accordion wrapper ---------- */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ---------- Each item ---------- */
.faq-item {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.06);
}

/* ---------- Trigger button (collapsed state) ---------- */
.faq-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #223343;
  background: #fff;
  border: none;
  border-radius: 8px;
  text-align: left;
  box-shadow: none !important;
  transition: background 0.2s ease;
}

.faq-btn:focus {
  box-shadow: none !important;
  outline: none;
}

/* Question number */
.faq-q-num {
  flex-shrink: 0;
  font-weight: 600;
  color: #223343;
}

/* Chevron — custom icon via background, replacing Bootstrap's default */
.faq-btn::after {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #f3f4f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23223343' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  content: '';
  transition:
    transform 0.25s ease,
    background-color 0.2s ease;
  transform: rotate(0deg);
}

/* Active / expanded state */
.faq-btn:not(.collapsed) {
  background: #fff;
  color: #ec3237;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}

.faq-btn:not(.collapsed) .faq-q-num {
  color: #ec3237;
}

.faq-btn:not(.collapsed)::after {
  background-color: #ec3237;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

/* ---------- Answer body ---------- */
.faq-body {
  padding: 4px 20px 20px 40px;
  font-size: 13px;
  color: #4a5565;
  line-height: 1.7;
  border-top: 1px solid #f3f4f6;
  background: #fff;
}

/* ---------- FAQ Responsive ---------- */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  .faq-section {
    padding: 64px 0 72px;
  }

  .faq-heading {
    font-size: 32px;
  }
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
  .faq-section {
    padding: 44px 0 52px;
  }

  .faq-heading {
    font-size: 20px;
    letter-spacing: 0.2px;
  }

  .faq-header {
    margin-bottom: 24px;
  }

  .faq-btn {
    font-size: 13px;
    padding: 13px 14px;
    gap: 8px;
  }

  .faq-body {
    padding: 4px 14px 14px 30px;
    font-size: 12px;
  }

  .faq-btn::after {
    width: 26px;
    height: 26px;
  }

  .faq-accordion {
    gap: 8px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */

/* ---------- Red CTA band ---------- */
.footer-cta {
  background: #ec3237;
  padding: 64px 16px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Subtle radial glow left side — matches the soft pink/orange orb in the image */
.footer-cta::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 10%;
  width: 200px;
  height: 200px;
  border-radius: 33554400px;
  opacity: 0.3;
  background: #0194af;
  filter: blur(100px);
  pointer-events: none;
}

.footer-cta-inner {
  position: relative;
  z-index: 1;
}

/* Batch pill */
.footer-batch-pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50px;
  padding: 4px 14px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* Main heading */
.footer-cta-heading {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 1.15;
}

.footer-cta-highlight {
  color: #fcc926;
}

/* Sub text */
.footer-cta-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}

/* Buttons row */
.footer-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 24px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  border: 1.5px solid transparent;
}

.footer-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* Yellow filled button */
.footer-btn-yellow {
  background: #fcc926;
  color: #1a1a2e;
  border-color: #fcc926;
}

.footer-btn-yellow:hover {
  color: #1a1a2e;
}

/* White outlined buttons */
.footer-btn-outline {
  background: #fff;
  color: #223343;
  border-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(4px);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.footer-btn-outline:hover {
  background: #fff;
  color: #223343;
}

/* Credit line inside the red band */
.footer-cta-credit {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.footer-cta-credit a {
  color: #fcc926;
  font-weight: 600;
  text-decoration: none;
}

.footer-cta-credit a:hover {
  text-decoration: underline;
}

/* ---------- Dark bottom bar ---------- */
.footer-bottom {
  background: #1a1a2e;
  padding: 18px 16px;
  text-align: center;
}

.footer-bottom-credit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.footer-bottom-credit span {
  color: #fcc926;
  font-weight: 700;
  text-decoration: none;
  margin-left: 4px;
}

.footer-bottom-credit a:hover {
  text-decoration: underline;
}

/* ---------- Footer Responsive ---------- */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  .footer-cta {
    padding: 56px 16px 44px;
  }

  .footer-cta-heading {
    font-size: 32px;
  }
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
  .footer-cta {
    padding: 44px 16px 36px;
  }

  .footer-cta-heading {
    font-size: 24px;
    letter-spacing: 0.2px;
  }

  .footer-cta-sub {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .footer-btn {
    font-size: 13px;
    padding: 11px 20px;
  }

  .footer-cta-btns {
    flex-direction: column;
    align-items: stretch;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
  }

  .footer-btn {
    justify-content: center;
  }

  .footer-batch-pill {
    font-size: 9px;
    margin-bottom: 12px;
  }
}

/* Small mobile: ≤480px */
@media (max-width: 480px) {
  .footer-cta-heading {
    font-size: 20px;
  }

  .footer-cta-btns {
    max-width: 260px;
  }
}

/* ============================================================
   FIXED CALL BUTTON
   ============================================================ */
.fixed-call-btn {
  position: fixed;
  bottom: 32px;
  right: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #f7941d 0%, #ec3237 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  box-shadow:
    0 8px 24px -4px rgba(236, 50, 55, 0.55),
    0 2px 8px -2px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.fixed-call-btn:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 14px 32px -4px rgba(236, 50, 55, 0.6),
    0 4px 12px -2px rgba(0, 0, 0, 0.2);
}

/* Icon circle */
.fixed-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Pulse ring animation */
.fixed-call-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 2px solid rgba(236, 50, 55, 0.5);
  animation: call-pulse 2s ease-out infinite;
  pointer-events: none;
}

@keyframes call-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.12);
    opacity: 0;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  .fixed-call-btn {
    bottom: 20px;
    right: 16px;
    width: 48px;
    height: 48px;
  }

  .fixed-call-icon svg {
    width: 19px;
    height: 19px;
  }
}

/* ============================================================
   COUNSELLING FORM — DPU FIELDS
   ============================================================ */

/* Space between fields */
.dpu-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dpu-field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

/* Label */
.dpu-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #223343;
  text-transform: uppercase;
  margin-bottom: 2px;
}

/* Base input */
.dpu-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #223343;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
  font-family: inherit;
}

.dpu-input::placeholder {
  color: #adb5bd;
  font-size: 12px;
}

.dpu-input:focus {
  border-color: #f7941d;
  box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.13);
  background: #fff;
}

.dpu-input.is-invalid {
  border-color: #ec3237;
  box-shadow: 0 0 0 3px rgba(236, 50, 55, 0.1);
}

/* ---------- Phone row ---------- */
.dpu-phone-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  background: #f8fafc;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.dpu-phone-wrap:focus-within {
  border-color: #f7941d;
  box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.13);
  background: #fff;
}

.dpu-phone-prefix {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #223343;
  background: #f1f3f5;
  border-right: 1px solid #e5e7eb;
  white-space: nowrap;
  flex-shrink: 0;
}

.dpu-input-phone {
  border: none;
  border-radius: 0;
  background: transparent;
  flex: 1;
  min-width: 0;
}

.dpu-input-phone:focus {
  border: none;
  box-shadow: none;
  background: transparent;
}

/* ---------- Select wrapper ---------- */
.dpu-select-wrap {
  position: relative;
}

.dpu-select {
  width: 100%;
  height: 42px;
  padding: 0 36px 0 12px;
  font-size: 13px;
  color: #223343;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: inherit;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.dpu-select:focus {
  border-color: #f7941d;
  box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.13);
  background: #fff;
}

.dpu-select.is-invalid {
  border-color: #ec3237;
  box-shadow: 0 0 0 3px rgba(236, 50, 55, 0.1);
}

/* Default / placeholder option */
.dpu-select option[value=''] {
  color: #adb5bd;
}

/* Custom chevron */
.dpu-select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* ---------- Submit button ---------- */
.dpu-submit-btn {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  height: 48px;
  border-radius: 6px;
}

.dpu-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Spinner */
.dpu-btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  flex-shrink: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Error message */
.dpu-form-error {
  font-size: 11px;
  color: #ec3237;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 0;
}

/* ============================================================
   SCROLL-REVEAL ANIMATIONS
   ============================================================ */

/* --- Base: elements start hidden, transition to visible --- */
[data-animate] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-duration: 0.65s;
  transition-delay: 0s;
  will-change: opacity, transform;
}

[data-animate].is-visible {
  opacity: 1;
  transform: none !important;
}

/* --- Variants --- */
[data-animate='fade-up'] {
  transform: translateY(40px);
}
[data-animate='fade-down'] {
  transform: translateY(-30px);
}
[data-animate='fade-left'] {
  transform: translateX(40px);
}
[data-animate='fade-right'] {
  transform: translateX(-40px);
}
[data-animate='scale-in'] {
  transform: scale(0.93);
}
[data-animate='fade'] {
  transform: none;
}

/* --- Stagger delays for child items --- */
[data-delay='100'] {
  transition-delay: 0.1s;
}
[data-delay='150'] {
  transition-delay: 0.15s;
}
[data-delay='200'] {
  transition-delay: 0.2s;
}
[data-delay='250'] {
  transition-delay: 0.25s;
}
[data-delay='300'] {
  transition-delay: 0.3s;
}
[data-delay='350'] {
  transition-delay: 0.35s;
}
[data-delay='400'] {
  transition-delay: 0.4s;
}
[data-delay='450'] {
  transition-delay: 0.45s;
}
[data-delay='500'] {
  transition-delay: 0.5s;
}
[data-delay='600'] {
  transition-delay: 0.6s;
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  [data-animate],
  [data-animate].is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* --- Admission circle: starts small, lands at scale(1.5) on large screens only --- */
/* Override the generic [data-animate].is-visible { transform: none } for this element */
.admission-col-center[data-animate] {
  opacity: 0;
  transform: scale(0.8);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-duration: 0.7s;
}
.admission-col-center[data-animate].is-visible {
  opacity: 1;
  transform: scale(1) !important;
}

/* On tablet/mobile, scale(1.5) causes overflow — use scale(1) instead */
@media (max-width: 991.98px) {
  .admission-col-center[data-animate].is-visible {
    transform: scale(1) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .admission-col-center[data-animate],
  .admission-col-center[data-animate].is-visible {
    opacity: 1;
    transform: scale(1);
    transition: none;
  }

  @media (max-width: 991.98px) {
    .admission-col-center[data-animate],
    .admission-col-center[data-animate].is-visible {
      transform: scale(1);
    }
  }
}

/* ============================================================
   HOVER EFFECTS — DECENT & PREMIUM
   ============================================================ */

/* --- Why DPU list items --- */
.why-dpu-list li {
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
  cursor: default;
}
.why-dpu-list li:hover {
  color: #ec3237;
  padding-left: 28px;
}
.why-dpu-list li::before {
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}
.why-dpu-list li:hover::before {
  transform: translateY(-50%) scale(1.4);
  background-color: #f7941d;
}

/* --- Programme mini-cards --- */
.programme-mini-card {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.programme-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px -8px rgba(34, 51, 67, 0.14);
  border-color: #fcc926;
}

/* --- Programme dark card --- */
.programme-dark-card {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.programme-dark-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.28);
}

/* --- Placement stat cards --- */
.placement-stat-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.placement-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px -6px rgba(34, 51, 67, 0.12);
  border-color: #ec3237;
  z-index: 1;
}
.placement-stat-card .pstat-value,
.placement-stat-card .pstat-currency {
  transition:
    color 0.2s ease,
    font-weight 0.2s ease;
}
.placement-stat-card:hover .pstat-value,
.placement-stat-card:hover .pstat-currency {
  color: #ec3237;
  font-weight: 600;
}

/* --- Alumni logo items --- */
.alumni-logo-item {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.alumni-logo-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.1);
  border-color: #e5e7eb;
  background: #fafbfc;
}
.alumni-logo-item img {
  transition: filter 0.2s ease;
}
.alumni-logo-item:hover img {
  filter: grayscale(0%) contrast(1.05);
}

/* --- Alumni cards --- */
.alumni-card {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.alumni-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px -8px rgba(34, 51, 67, 0.15);
}
.alumni-card-img-wrap {
  overflow: hidden;
}
.alumni-card-img {
  transition: transform 0.38s ease;
}
.alumni-card:hover .alumni-card-img {
  transform: scale(1.04);
}

/* --- Admission step cards already have hover box-shadow, enhance a bit --- */
.admission-step-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.admission-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -8px rgba(34, 51, 67, 0.13);
}

/* --- Admission info boxes --- */
.admission-info-box {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.admission-info-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -6px rgba(34, 51, 67, 0.1);
}

/* --- FAQ items --- */
.faq-item {
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.faq-item:hover {
  border-color: #ec3237 !important;
  box-shadow: 0 4px 18px -4px rgba(236, 50, 55, 0.1);
}

/* --- Section badge (programmes header) --- */
.section-badge {
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.section-badge:hover {
  background: #eaedf0;
  box-shadow: 0 2px 8px -2px rgba(34, 51, 67, 0.1);
}

/* --- Marquee items --- */
.marquee-item {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.marquee-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.1);
}

/* --- Stat items in hero --- */
.stat-item {
  transition: transform 0.18s ease;
}
.stat-item:hover {
  transform: translateY(-2px);
}

/* --- Programme slider arrows (already have hover, just refine) --- */
.prog-arrow {
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}
.prog-arrow:hover {
  opacity: 1;
  background: #ec3237;
  transform: translateY(-50%) scale(1.08);
}

/* --- Why DPU CTA button: already has hover, keep it --- */

/* --- Footer CTA buttons: already have hover, keep --- */

/* --- Fixed call button: already has hover --- */

/* ============================================================
   GLOBAL RESPONSIVE UTILITIES
   Tablet-level fixes covering sections that previously had no
   768px–991px breakpoint
   ============================================================ */

/* --- Programmes section: section-badge centering on all screens --- */
@media (max-width: 991.98px) {
  .programmes-section {
    padding: 64px 0;
  }

  .programmes-header {
    margin-bottom: 48px;
  }
}

/* --- Placement section container padding on small tablet --- */
@media (max-width: 991.98px) {
  .placement-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* --- Responsive form (mobile counselling box) tighter padding --- */
@media (max-width: 575.98px) {
  .responsive-form {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .counselling-box {
    padding: 24px 20px;
  }

  .counselling-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

/* --- Prevent any section from causing horizontal scroll --- */
@media (max-width: 767px) {
  .why-dpu-section,
  .programmes-section,
  .placement-section,
  .alumni-say-section,
  .admission-section,
  .faq-section {
    overflow-x: hidden;
  }
}

/* --- programme-offered-container: restore full width on mobile --- */
@media (max-width: 991.98px) {
  .program-offered-container {
    max-width: 100%;
  }
}
