  button#enquiryFloatBtn {
      display: none;
  }

  /*  COURSE HERO BANNER */
  .course-hero {
      position: relative;
      height: 340px;
      display: flex;
      align-items: flex-end;
      overflow: hidden;
  }

  .course-hero-bg {
      position: absolute;
      inset: 0;
  }

  .course-hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(100deg, rgba(5, 13, 28, 0.95) 0%, rgba(6, 16, 32, 0.85) 35%, rgba(8, 20, 40, 0.45) 70%, rgba(8, 20, 40, 0.2) 100%),
          linear-gradient(0deg, rgba(5, 13, 28, 0.5) 0%, transparent 60%);
  }

  .course-hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      z-index: 2;
      background: linear-gradient(90deg, var(--gold-500), var(--gold-400) 50%, var(--gold-500));
  }

  .course-hero-content {
      position: relative;
      z-index: 1;
      width: 100%;
      padding-bottom: 32px;
  }

  .course-hero .breadcrumb {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.65);
      margin-bottom: 18px;
  }

  .course-hero .breadcrumb a {
      color: rgba(255, 255, 255, 0.65);
      text-decoration: none;
  }

  .course-hero .breadcrumb a:hover {
      color: var(--gold-400);
  }

  .course-hero .breadcrumb i {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.4);
  }

  .course-hero .breadcrumb .current {
      color: var(--gold-400);
      font-weight: 600;
  }

  .course-hero .hero-row {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
  }

  .course-hero .hero-icon {
      width: 62px;
      height: 62px;
      border-radius: 16px;
      flex-shrink: 0;
      background: var(--gold-400);
      color: var(--navy-900);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 27px;
      box-shadow: 0 10px 24px rgba(212, 160, 23, 0.4);
  }

  .course-hero .hero-title {

      font-weight: 900;
      font-size: 32px;
      color: #fff;
      margin-bottom: 6px;
      text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }

  .course-hero .hero-tagline {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
  }

  .course-hero .hero-stamp {
      margin-left: auto;
      background: #fff;
      color: var(--green-600);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .4px;
      padding: 7px 14px;
      border-radius: 7px;
      border: 1.5px solid var(--green-600);
      display: flex;
      align-items: center;
      gap: 5px;
      flex-shrink: 0;
  }

  /* ══════════════════════════════════════
     MAIN LAYOUT: content + sticky form
  ══════════════════════════════════════ */
  .main-layout {
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 48px;
      padding: 48px 0 80px;
      align-items: start;
  }

  .kicker {
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      color: var(--gold-500);
      margin-bottom: 14px;
  }

  .sec-title {

      font-weight: 900;
      font-size: 24px;
      color: var(--navy-900);
      line-height: 1.3;
      margin-bottom: 16px;
  }

  .sec-desc {
      font-size: 14px;
      color: var(--ink-muted);
      line-height: 1.75;
  }

  .content-block {
      margin-bottom: 20px;
  }

  .content-block:last-child {
      margin-bottom: 0;
  }

  /* Semester tabs */
    .sem-tabs { display: flex; gap: 6px; margin: 18px 0 20px; flex-wrap: wrap; }
    .sem-tab {
      padding: 8px 20px; border-radius: 7px; font-size: 13px; font-weight: 600;
      border: 1.5px solid var(--gray-200); background: var(--white);
      color: var(--gray-500); cursor: pointer; transition: all .2s;
    }
    .sem-tab:hover { border-color: var(--navy); color: var(--navy); }
    .sem-tab.active { background: var(--navy); color: var(--white); border-color: var(--navy); }

    .sem-panel { display: none; }
    .sem-panel.active { display: block; }
    .sem-sub-head { font-size: 12px; font-weight: 700; letter-spacing: .5px; color: var(--navy); text-transform: uppercase; padding: 10px 14px; background: rgba(10,31,68,.04); border-radius: 7px; margin-bottom: 10px; border-left: 3px solid var(--gold); }

    /* Subject rows */
    .subject-table { width: 100%; border-collapse: collapse; margin-bottom: 8px; }
    .subject-table thead th { font-size: 10.5px; font-weight: 700; color: var(--gray-400); text-transform: uppercase; letter-spacing: .6px; padding: 8px 12px; border-bottom: 1px solid var(--gray-200); text-align: left; background: var(--gray-50); }
    .subject-table thead th:first-child { border-radius: 7px 0 0 0; }
    .subject-table thead th:last-child { border-radius: 0 7px 0 0; text-align: right; }
    .subject-table tbody tr { transition: background .15s; }
    .subject-table tbody tr:hover { background: var(--gray-50); }
    .subject-table tbody td { padding: 10px 12px; border-bottom: 0.5px solid var(--gray-100); font-size: 13px; color: var(--gray-700); vertical-align: middle; }
    .subject-table tbody td:last-child { text-align: right; }
    .subject-table tbody tr:last-child td { border-bottom: none; }
    .subject-code { font-size: 10.5px; font-weight: 700; color: var(--gray-400); font-family: 'Courier New', monospace; }
    .subject-name { font-weight: 500; color: var(--gray-900); }
    .subject-type { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 600; padding: 2px 8px; border-radius: 10px; white-space: nowrap; }
    .st-theory { background: #EEF2FF; color: #4338CA; }
    .st-practical { background: #ECFDF5; color: #065F46; }
    .st-project { background: #FEF3C7; color: #92400E; }
    .st-compulsory { background: #F3F4F6; color: #374151; }

    .sem-note { font-size: 12px; color: #92400E; background: #FBF1D6; border-radius: 8px; padding: 10px 13px; margin-top: 14px; display: flex; align-items: flex-start; gap: 8px; }
    .sem-note i { font-size: 14px; flex-shrink: 0; margin-top: 1px; }

  /* overview with image */
  .overview-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: center;
  }

  .overview-img {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 16px 36px rgba(8, 20, 40, 0.12);
      aspect-ratio: 4/3;
  }

  .overview-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .facts-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 24px;
  }

  .fact-chip {
      background: var(--cream);
      border-radius: 10px;
      padding: 12px 16px;
  }

  .fact-chip-label {
      font-size: 11px;
      color: var(--ink-muted);
      margin-bottom: 2px;
  }

  .fact-chip-value {
      font-weight: 800;
      font-size: 15px;
      color: var(--navy-900);
  }

  /* section divider — breaks the monotony of stacked cards */
  .sec-divider {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 0 0 8px;
  }

  .sec-divider-line {
      flex: 1;
      height: 1px;
      background: #e2ded2;
  }

  .sec-divider-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #c9c4b6;
      white-space: nowrap;
  }


  /* curriculum tabs — underline style, not pill, explicitly scoped colors */
  .sem-tabs {
      display: flex;
      gap: 28px;
      border-bottom: 2px solid #ece9e2;
      margin-bottom: 0;
  }

  button.sem-tab {
      padding: 10px 2px 14px;
      border: none !important;
      background: none !important;
      color: var(--ink-muted) !important;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      position: relative;
      font-family: 'Inter', sans-serif;
      border-radius: 0 !important;
  }

  button.sem-tab.active {
      color: var(--navy-900) !important;
  }

  button.sem-tab.active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      height: 3px;
      background: var(--gold-400) !important;
      border-radius: 3px 3px 0 0;
  }

  .sem-panel {
      padding-top: 22px;
      display: none;
  }

  .sem-panel.active {
      display: block;
  }

  .sem-sub-head {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .6px;
      text-transform: uppercase;
      color: var(--gold-500) !important;
      margin: 20px 0 4px;
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .sem-sub-head:first-child {
      margin-top: 0;
  }

  .sem-sub-head::after {
      content: "";
      flex: 1;
      height: 1px;
      background: #ece9e2;
  }

  .subject-row {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 11px 0;
      border-bottom: 1px solid #ece9e2;
  }

  .subject-row:first-of-type {
      border-top: 1px solid #ece9e2;
  }

  .subject-row i {
      color: var(--gold-500) !important;
      font-size: 15px;
      flex-shrink: 0;
  }

  .subject-name {
      font-size: 13.5px;
      color: var(--navy-900);
      flex: 1;
  }

  .subject-meta {
      font-size: 11px;
      color: var(--ink-muted);
      white-space: nowrap;
      background: #f3f2ee;
      padding: 3px 9px;
      border-radius: 10px;
      flex-shrink: 0;
  }

  .subject-note {
      font-size: 11px;
      color: var(--ink-muted);
      font-style: italic;
  }

  /* skills */
  .skills-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
  }

  .skill-card {
      background: #fff;
      border: 1px solid #ece9e2;
      border-radius: 13px;
      padding: 18px;
      text-align: center;
  }

  .skill-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: var(--gold-50);
      color: var(--gold-500);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin: 0 auto 10px;
  }

  .skill-name {
      font-size: 12.5px;
      font-weight: 700;
      color: var(--navy-900);
  }

  /* careers */
  .career-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
  }

  .career-card {
      background: var(--cream);
      border: 1px solid #ece9e2;
      border-radius: 12px;
      padding: 15px 17px;
      display: flex;
      align-items: center;
      gap: 12px;
  }

  .career-icon {
      width: 36px;
      height: 36px;
      border-radius: 9px;
      background: var(--navy-800);
      color: var(--gold-400);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      flex-shrink: 0;
  }

  .career-name {
      font-size: 13px;
      font-weight: 700;
      color: var(--navy-900);
  }

  .career-sub {
      font-size: 11px;
      color: var(--ink-muted);
      margin-top: 1px;
  }

  /* eligibility + fee */
  .ef-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
  }

  .ef-card {
      background: #fff;
      border: 1px solid #ece9e2;
      border-radius: 14px;
      padding: 22px;
  }

  .ef-card-title {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .6px;
      text-transform: uppercase;
      color: var(--gold-500);
      margin-bottom: 14px;
  }

  .ef-row {
      font-size: 13px;
      color: #444;
      line-height: 1.6;
      padding: 9px 0;
      border-bottom: 1px solid #f0eee7;
  }

  .ef-row:last-child {
      border-bottom: none;
  }

  .ef-row strong {
      color: var(--navy-900);
  }

  .ef-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 12px;
      font-size: 12.5px;
      font-weight: 700;
      color: var(--navy-800);
      text-decoration: none;
  }

  .ef-link:hover {
      color: var(--gold-500);
  }

  /* why choose - with image */
  .why-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: center;
  }

  .why-img {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 16px 36px rgba(8, 20, 40, 0.12);
      aspect-ratio: 4/3;
  }

  .why-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .why-points {
      display: flex;
      flex-direction: column;
      gap: 18px;
  }

  .why-point {
      display: flex;
      gap: 13px;
      align-items: flex-start;
  }

  .why-icon {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: var(--gold-50);
      color: var(--gold-500);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      flex-shrink: 0;
  }

  .why-title {
      font-size: 14px;
      font-weight: 700;
      color: var(--navy-900);
      margin-bottom: 3px;
  }

  .why-desc {
      font-size: 12.5px;
      color: var(--ink-muted);
      line-height: 1.55;
  }

  /* faq */
  .faq-item {
      border-bottom: 1px solid #ece9e2;
  }

  .faq-item:first-child {
      border-top: 1px solid #ece9e2;
  }

  .faq-q {
      width: 100%;
      text-align: left;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      padding: 15px 4px;
  }

  .faq-q-text {
      font-size: 13.5px;
      font-weight: 600;
      color: var(--navy-900);
  }

  .faq-q-icon {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      flex-shrink: 0;
      background: var(--gold-50);
      color: var(--gold-500);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      transition: transform .25s, background .2s, color .2s;
  }

  .faq-item.open .faq-q-icon {
      background: var(--navy-800);
      color: var(--gold-400);
      transform: rotate(180deg);
  }

  .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease;
  }

  .faq-a-inner {
      padding: 0 4px 15px;
      font-size: 12.5px;
      color: var(--ink-muted);
      line-height: 1.6;
  }

  /* ══════════════════════════════════════
     STICKY ENQUIRY FORM
  ══════════════════════════════════════ */
  .sticky-form-wrap {
      position: sticky;
      top: 24px;
  }

  .sticky-form {
      background: #fff;
      border: 1px solid #ece9e2;
      border-radius: 18px;
      box-shadow: 0 20px 48px rgba(8, 20, 40, 0.12);
      overflow: hidden;
  }

  .sticky-form-head {
      background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
      padding: 22px 22px 18px;
      position: relative;
  }

  .sticky-form-head::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--gold-500), var(--gold-400) 50%, var(--gold-500));
  }

  .sticky-form-kicker {
      color: var(--gold-400);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .6px;
      text-transform: uppercase;
      margin-bottom: 5px;
  }

  .sticky-form-title {

      font-weight: 800;
      font-size: 17px;
      color: #fff;
  }

  .sticky-form-body {
      padding: 20px 22px 22px;
  }

  .sf-group {
      margin-bottom: 14px;
  }

  .sf-label {
      display: block;
      font-size: 11.5px;
      font-weight: 700;
      color: var(--navy-900);
      margin-bottom: 6px;
  }

  .sf-input,
  .sf-select {
      width: 100%;
      padding: 11px 13px;
      border: 1.5px solid #e3e0d6;
      border-radius: 8px;
      font-family: 'Inter', sans-serif;
      font-size: 13.5px;
      color: var(--navy-900);
      background: #fff;
      transition: border-color .2s, box-shadow .2s;
  }

  .sf-input:focus,
  .sf-select:focus {
      outline: none;
      border-color: var(--gold-400);
      box-shadow: 0 0 0 3px rgba(240, 180, 41, 0.15);
  }

  .sf-submit {
      width: 100%;
      background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
      color: var(--navy-900);
      font-weight: 700;
      font-size: 14px;
      border: none;
      padding: 13px;
      border-radius: 9px;
      cursor: pointer;
      margin-top: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      box-shadow: 0 8px 18px rgba(212, 160, 23, 0.3);
      transition: transform .2s;
  }

  .sf-submit:hover {
      transform: translateY(-2px);
  }

  .sf-note {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 10.5px;
      color: #999;
      margin-top: 12px;
      justify-content: center;
  }

  .sf-note i {
      color: var(--green-600);
      font-size: 12px;
  }

  .sf-call {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #ece9e2;
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .sf-call-icon {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--gold-50);
      color: var(--gold-500);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      flex-shrink: 0;
  }

  .sf-call-label {
      font-size: 10.5px;
      color: var(--ink-muted);
  }

  .sf-call-num {
      font-size: 13.5px;
      font-weight: 700;
      color: var(--navy-900);
      text-decoration: none;
  }

  /* ══════════════════════════════════════
     BOTTOM CTA (mobile fallback since sticky form isn't visible on small screens)
  ══════════════════════════════════════ */
  .mobile-cta {
      display: none;
  }

  @media (max-width: 991px) {
      .main-layout {
          grid-template-columns: 1fr;
      }

      .sticky-form-wrap {
          position: static;
          order: -1;
          margin-bottom: 8px;
      }

      .overview-row,
      .why-row {
          grid-template-columns: 1fr;
          gap: 24px;
      }

      .skills-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .career-grid,
      .ef-grid {
          grid-template-columns: 1fr;
      }
  }

  @media (max-width: 767px) {
      .course-hero {
          height: auto;
          padding-top: 90px;
      }

      .hero-title {
          font-size: 24px;
      }

      .hero-stamp {
          margin-left: 0;
      }

      .section,
      .main-layout {
          padding-top: 32px;
          padding-bottom: 48px;
      }

      .sec-title {
          font-size: 20px;
      }

      button#enquiryFloatBtn {
          display: block;
      }
  }