      :root {
        --navy: #111a44;
        --blue: #374799;
        --blue-mid: #4a5bbf;
        --gold: #dca200;
        --yellow: #dca200;
        --gold-light: #f4c542;
        --gold-pale: #fff8e6;
        --off-white: #f6f7fb;
        --white: #ffffff;
        --charcoal: #1e2535;
        --body-gray: #3a3f52;
        --muted: #dfe4ff;
        --light-blue: #f7f9ff;
        --pale-yellow: #fff6dc;
        --yellow-glow: rgba(220, 162, 0, 0.45);
      }

      /* ── RESET ── */
      *,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        font-family: "Poppins", sans-serif;
        color: var(--charcoal);
        background: var(--white);
        line-height: 1.65;
        font-size: 16px;
      }
      img {
        max-width: 100%;
        display: block;
      }
      a {
        text-decoration: none;
        color: inherit;
      }

      /* ── TYPE HELPERS ── */
      .label-pill {
        display: inline-block;
        background: var(--gold);
        color: var(--navy);
        font-family: "Poppins", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 5px 14px;
        border-radius: 50px;
      }
      .section-eyebrow {
        font-family: "Antonio", sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 12px;
        display: block;
      }
      .section-title-anton {
        font-family: "Anton", sans-serif;
        line-height: 1;
        letter-spacing: 0.5px;
      }
      .antonio {
        font-family: "Antonio", sans-serif;
      }

      /* ── BREADCRUMB ── */
      .breadcrumb {
        background: var(--navy);
        padding: 12px 40px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
      }
      .breadcrumb a {
        color: rgba(255, 255, 255, 0.5);
        transition: color 0.2s;
      }
      .breadcrumb a:hover {
        color: var(--gold);
      }
      .breadcrumb .sep {
        color: rgba(255, 255, 255, 0.25);
      }
      .breadcrumb .current {
        color: var(--gold);
      }

      /* ══════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════ */
      .hero {
        background: linear-gradient(
          135deg,
          #0c1235 0%,
          #1a2a6c 45%,
          #374799 100%
        );
        min-height: 92vh;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 80px 60px;
        position: relative;
        overflow: hidden;
        gap: 60px;
      }
      /* Dot grid overlay */
      .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(
          circle,
          rgba(255, 255, 255, 0.035) 1px,
          transparent 1px
        );
        background-size: 32px 32px;
        pointer-events: none;
      }

      /* Canvas particles live behind everything */
      #hero-canvas {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
      }

      .hero-left {
        position: relative;
        z-index: 2;
      }
      .hero-right {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .hero-label {
        margin-bottom: 20px;
      }
      .hero-h1 {
        font-family: "Anton", sans-serif;
        font-size: clamp(44px, 5.5vw, 60px);
        color: var(--white);
        line-height: 1;
        margin-bottom: 14px;
        letter-spacing: 0.5px;
      }
      .hero-tagline {
        font-family: "Antonio", sans-serif;
        font-size: clamp(22px, 2.8vw, 34px);
        color: var(--gold);
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 24px;
      }
      .hero-intro {
        font-size: 16px;
        color: rgba(230, 235, 255, 0.85);
        line-height: 1.75;
        /* max-width: 500px; */
        margin-bottom: 24px;
      }
      .hero-accent {
        font-family: "Kalam", cursive;
        font-size: 22px;
        color: var(--gold);
        font-weight: 700;
      }
      .hero-ctas {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 32px;
      }

      .btn-gold {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 14px;
        padding: 13px 28px;
        background: var(--gold);
        color: var(--navy);
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.22s;
      }
      .btn-gold:hover {
        background: var(--gold-light);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(220, 162, 0, 0.35);
      }
      .btn-outline-white {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 14px;
        padding: 13px 28px;
        background: transparent;
        color: var(--white);
        border: 2px solid rgba(255, 255, 255, 0.4);
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.22s;
      }
      .btn-outline-white:hover {
        border-color: var(--white);
        background: rgba(255, 255, 255, 0.08);
      }

      /* ── ORBIT GRAPHIC ── */
      .orbit-graphic {
        width: 420px;
        height: 420px;
        position: relative;
        flex-shrink: 0;
      }
      .orbit-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 112px;
        height: 112px;
        background: linear-gradient(
          135deg,
          var(--gold) 0%,
          var(--gold-light) 100%
        );
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 5;
        /* Pulse animation on center only */
        animation: orbit-pulse 3s ease-in-out infinite;
      }
      @keyframes orbit-pulse {
        0%,
        100% {
          box-shadow:
            0 0 0 10px rgba(220, 162, 0, 0.12),
            0 0 0 22px rgba(220, 162, 0, 0.06);
        }
        50% {
          box-shadow:
            0 0 0 16px rgba(220, 162, 0, 0.18),
            0 0 0 32px rgba(220, 162, 0, 0.08);
        }
      }
      .orbit-center-label {
        font-family: "Anton", sans-serif;
        font-size: 13px;
        color: var(--navy);
        letter-spacing: 1px;
        line-height: 1.1;
        text-align: center;
      }

      .orbit-ring {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
      }
      .orbit-ring-1 {
        width: 200px;
        height: 200px;
        border: 1.5px solid rgba(255, 255, 255, 0.1);
      }
      .orbit-ring-2 {
        width: 340px;
        height: 340px;
        border: 1px dashed rgba(220, 162, 0, 0.2);
      }
      .orbit-ring-outer {
        width: 412px;
        height: 412px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        animation: spin-ring 50s linear infinite;
      }
      @keyframes spin-ring {
        to {
          transform: translate(-50%, -50%) rotate(360deg);
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .orbit-ring-outer {
          animation: none;
        }
        .orbit-center {
          animation: none;
        }
      }

      .orbit-node {
        position: absolute;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
      }
      .orbit-dot {
        width: 46px;
        height: 46px;
        background: rgba(55, 71, 153, 0.85);
        border: 2px solid var(--gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: var(--gold);
        letter-spacing: 0.5px;
        backdrop-filter: blur(4px);
        transition:
          transform 0.2s,
          background 0.2s;
      }
      .orbit-dot svg {
        width: 20px;
        height: 20px;
      }
      .orbit-dot:hover {
        transform: scale(1.18);
        background: rgba(220, 162, 0, 0.2);
      }
      .orbit-dot-label {
        font-family: "Poppins", sans-serif;
        font-size: 10px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        letter-spacing: 0.8px;
        text-transform: uppercase;
        white-space: nowrap;
        background: rgba(17, 26, 68, 0.75);
        padding: 2px 8px;
        border-radius: 20px;
      }

      .on-vision {
        top: calc(50% - 158px);
        left: 50%;
      }
      .on-mission {
        top: calc(50% - 52px);
        left: calc(50% + 149px);
      }
      .on-po {
        top: calc(50% + 122px);
        left: calc(50% + 93px);
      }
      .on-pso {
        top: calc(50% + 122px);
        left: calc(50% - 93px);
      }
      .on-peo {
        top: calc(50% - 52px);
        left: calc(50% - 149px);
      }

      /* ══════════════════════════════════════════════════
   SHARED LAYOUT
══════════════════════════════════════════════════ */
      .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
      }
      .section-pad {
        padding: 40px 0;
      }
      .sec-title-block {
        text-align: center;
        margin-bottom: 56px;
      }
      .gold-divider {
        width: 56px;
        height: 3px;
        background: var(--gold);
        border-radius: 2px;
        margin: 16px auto 0;
      }
      .title-white {
        color: var(--white);
      }
      .title-blue {
        color: var(--blue);
      }
      .title-navy {
        color: var(--navy);
      }
      .subtitle-navy {
        color: var(--navy);
      }

      /* ══════════════════════════════════════════════════
   VISION
══════════════════════════════════════════════════ */
      .section-vision {
        background: var(--white);
      }
      .vision-quote-card {
        background: var(--white);
        border-left: 8px solid var(--gold);
        border-radius: 22px;
        padding: 52px 56px;
        box-shadow: 0 8px 48px rgba(55, 71, 153, 0.1);
        position: relative;
        overflow: hidden;
        max-width: 900px;
        margin: 0 auto;
      }
      .vision-quote-card::before {
        content: '"';
        font-family: "Anton", sans-serif;
        font-size: 260px;
        color: var(--gold);
        opacity: 0.06;
        position: absolute;
        top: -30px;
        left: 8px;
        line-height: 1;
        pointer-events: none;
      }
      .vision-statement {
        font-weight: 500;
        font-size: clamp(18px, 2vw, 23px);
        color: var(--navy);
        line-height: 1.65;
        position: relative;
        z-index: 1;
      }

      /* ══════════════════════════════════════════════════
   VISION FOCUS
══════════════════════════════════════════════════ */
      .section-vision-focus {
        background: var(--off-white);
      }
      .focus-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
      }
      .focus-card {
        background: var(--white);
        border-top: 5px solid var(--gold);
        border-radius: 18px;
        padding: 28px 20px 24px;
        box-shadow: 0 2px 16px rgba(55, 71, 153, 0.07);
        text-align: center;
        transition:
          transform 0.25s,
          box-shadow 0.25s;
      }
      .focus-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 36px rgba(55, 71, 153, 0.15);
      }
      .focus-icon {
        width: 54px;
        height: 54px;
        background: var(--gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
      }
      .focus-icon svg {
        width: 26px;
        height: 26px;
      }
      .focus-card-title {
        font-family: "Antonio", sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: var(--blue);
        margin-bottom: 8px;
      }
      .focus-card-text {
        font-size: 13px;
        color: var(--body-gray);
        line-height: 1.6;
      }

      /* ══════════════════════════════════════════════════
   MISSION
══════════════════════════════════════════════════ */
      .section-mission {
        background: var(--navy);
      }
      .mission-cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }
      .mission-card {
        background: var(--white);
        border-radius: 16px;
        padding: 22px 28px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        transition:
          transform 0.25s,
          box-shadow 0.25s;
      }
      .mission-card:hover {
        transform: translateX(6px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
      }
      .mission-badge {
        background: var(--gold);
        color: var(--navy);
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 17px;
        padding: 10px 18px;
        border-radius: 10px;
        flex-shrink: 0;
        letter-spacing: 1px;
        min-width: 58px;
        text-align: center;
      }
      .mission-icon {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
        margin-top: 4px;
        color: var(--blue);
      }
      .mission-icon svg {
        width: 36px;
        height: 36px;
      }
      .mission-text {
        font-weight: 500;
        font-size: 17px;
        color: var(--navy);
        line-height: 1.6;
        padding-top: 6px;
      }

      /* ══════════════════════════════════════════════════
   PROGRAMME OBJECTIVES
══════════════════════════════════════════════════ */
      .section-po {
        background: var(--off-white);
      }
      .po-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
      }
      .po-card {
        background: var(--white);
        border: 1px solid #e5e8f5;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 2px 12px rgba(55, 71, 153, 0.06);
        transition: all 0.25s;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .po-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--blue);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s;
      }
      .po-card:hover {
        border-color: var(--blue);
        transform: translateY(-4px);
        box-shadow: 0 12px 36px rgba(55, 71, 153, 0.13);
      }
      .po-card:hover::after {
        transform: scaleX(1);
      }
      .po-card.full-width {
        grid-column: 1/-1;
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
      }
      .po-header {
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .po-badge {
        display: inline-block;
        background: var(--gold);
        color: var(--navy);
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 14px;
        padding: 5px 16px;
        border-radius: 50px;
        letter-spacing: 1px;
        white-space: nowrap;
      }
      .po-icon-circle {
        width: 38px;
        height: 38px;
        background: var(--off-white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .po-icon-circle svg {
        width: 20px;
        height: 20px;
      }
      .po-text {
        font-weight: 500;
        font-size: 15.5px;
        color: var(--charcoal);
        line-height: 1.65;
      }

      /* ══════════════════════════════════════════════════
   PSO — animated blob background
══════════════════════════════════════════════════ */
      .section-pso {
        background: linear-gradient(
          135deg,
          var(--gold) 0%,
          var(--gold-light) 100%
        );
        padding: 88px 0;
        position: relative;
        overflow: hidden;
      }
      /* Animated morphing blob */
      .pso-blob {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 600px;
        height: 600px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        animation: blob-morph 8s ease-in-out infinite;
        pointer-events: none;
      }
      @keyframes blob-morph {
        0%,
        100% {
          border-radius: 60% 40% 55% 45%/45% 55% 40% 60%;
          transform: translate(-50%, -50%) scale(1);
        }
        33% {
          border-radius: 40% 60% 45% 55%/55% 45% 60% 40%;
          transform: translate(-50%, -50%) scale(1.06);
        }
        66% {
          border-radius: 55% 45% 60% 40%/40% 60% 45% 55%;
          transform: translate(-50%, -50%) scale(0.96);
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .pso-blob {
          animation: none;
        }
      }
      .pso-card {
        background: var(--white);
        border-radius: 24px;
        padding: 48px;
        max-width: 860px;
        margin: 0 auto;
        box-shadow: 0 16px 64px rgba(17, 26, 68, 0.18);
        text-align: center;
        position: relative;
        z-index: 1;
      }
      .pso-icon-wrap {
        width: 72px;
        height: 72px;
        background: linear-gradient(135deg, var(--navy), var(--blue));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 22px;
      }
      .pso-icon-wrap svg {
        width: 34px;
        height: 34px;
      }
      .pso-statement {
        font-weight: 600;
        font-size: clamp(17px, 2vw, 21px);
        color: var(--navy);
        line-height: 1.65;
        margin-bottom: 16px;
      }
      .pso-accent {
        font-family: "Kalam", cursive;
        font-size: 24px;
        color: var(--blue);
        font-weight: 700;
      }

      /* ══════════════════════════════════════════════════
   PEO
══════════════════════════════════════════════════ */
      .section-peo {
        background: var(--white);
      }
      .peo-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }
      .peo-card {
        background: #eef2ff;
        border-radius: 20px;
        padding: 32px;
        border-bottom: 6px solid var(--blue);
        display: flex;
        flex-direction: column;
        gap: 16px;
        transition: all 0.25s;
      }
      .peo-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(55, 71, 153, 0.16);
      }
      .peo-badge {
        display: inline-block;
        background: var(--gold);
        color: var(--navy);
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 14px;
        padding: 5px 16px;
        border-radius: 50px;
        letter-spacing: 1px;
        width: fit-content;
      }
      .peo-icon {
        width: 44px;
        height: 44px;
        background: white;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(55, 71, 153, 0.1);
      }
      .peo-icon svg {
        width: 24px;
        height: 24px;
      }
      .peo-text {
        font-weight: 500;
        font-size: 15px;
        color: var(--charcoal);
        line-height: 1.7;
        flex: 1;
      }

      /* ══════════════════════════════════════════════════
   OUTCOME JOURNEY — line draws in on scroll
══════════════════════════════════════════════════ */
      .section-journey {
        background: var(--navy);
      }
      .journey-wrap {
        position: relative;
        padding-top: 16px;
      }

      /* The animated connector line */
      .journey-line-track {
        position: absolute;
        top: 44px;
        left: 44px;
        right: 44px;
        height: 2px;
        background: rgba(255, 255, 255, 0.06);
        overflow: hidden;
      }
      .journey-line-fill {
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          var(--gold),
          var(--gold-light),
          var(--gold)
        );
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .journey-line-fill.drawn {
        transform: scaleX(1);
      }

      .journey-timeline {
        display: flex;
        align-items: flex-start;
        gap: 0;
      }
      .journey-step {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 1;
        padding: 0 6px;
      }
      .journey-icon-wrap {
        width: 88px;
        height: 88px;
        background: rgba(55, 71, 153, 0.35);
        border: 1.5px solid rgba(255, 255, 255, 0.07);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s;
      }
      .journey-icon-wrap svg {
        width: 36px;
        height: 36px;
      }
      .journey-step:hover .journey-icon-wrap {
        background: rgba(220, 162, 0, 0.14);
        border-color: rgba(220, 162, 0, 0.5);
      }
      .journey-num-dot {
        width: 44px;
        height: 44px;
        background: var(--gold);
        color: var(--navy);
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -22px auto 20px;
        box-shadow: 0 4px 16px rgba(220, 162, 0, 0.35);
        position: relative;
        z-index: 2;
      }
      .journey-heading {
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: var(--white);
        margin-bottom: 6px;
      }
      .journey-text {
        font-size: 12.5px;
        color: var(--muted);
        line-height: 1.6;
      }

      /* ══════════════════════════════════════════════════
   GROWTH MAP
══════════════════════════════════════════════════ */
      .section-growth {
        background: var(--gold-pale);
      }
      .growth-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
      .growth-card {
        background: var(--white);
        border-radius: 18px;
        padding: 28px;
        box-shadow: 0 2px 16px rgba(55, 71, 153, 0.07);
        transition: all 0.25s;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
      .growth-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: var(--gold);
        transition: background 0.25s;
      }
      .growth-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(55, 71, 153, 0.14);
      }
      .growth-card:hover::before {
        background: var(--blue);
      }
      .growth-icon {
        width: 42px;
        height: 42px;
        background: var(--off-white);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .growth-icon svg {
        width: 22px;
        height: 22px;
      }
      .growth-card-title {
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: var(--blue);
      }
      .growth-card-text {
        font-size: 14px;
        color: var(--body-gray);
        line-height: 1.65;
      }

      /* ══════════════════════════════════════════════════
   CLOSING CTA
══════════════════════════════════════════════════ */
      .section-cta {
        background: linear-gradient(
          135deg,
          #1a2a6c 0%,
          #374799 50%,
          #0c1235 100%
        );
        padding: 88px 0;
        position: relative;
        overflow: hidden;
        text-align: center;
      }
      .section-cta::before {
        content: "";
        position: absolute;
        right: -60px;
        top: -80px;
        width: 380px;
        height: 380px;
        background: var(--gold);
        opacity: 0.05;
        border-radius: 50%;
        pointer-events: none;
      }
      .section-cta::after {
        content: "";
        position: absolute;
        left: -80px;
        bottom: -60px;
        width: 300px;
        height: 300px;
        background: var(--gold);
        opacity: 0.04;
        border-radius: 50%;
        pointer-events: none;
      }
      .cta-heading {
        font-family: "Anton", sans-serif;
        font-size: clamp(34px, 4.5vw, 52px);
        color: var(--white);
        line-height: 1.05;
        margin-bottom: 24px;
        position: relative;
        z-index: 1;
      }
      .cta-text {
        font-size: 16px;
        color: rgba(230, 235, 255, 0.85);
        max-width: 720px;
        margin: 0 auto 36px;
        line-height: 1.75;
        position: relative;
        z-index: 1;
      }
      .cta-buttons {
        display: flex;
        gap: 12px;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
      }
      .btn-cta-outline {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 12px 24px;
        background: transparent;
        color: var(--white);
        border: 2px solid rgba(255, 255, 255, 0.35);
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.22s;
      }
      .btn-cta-outline:hover {
        border-color: var(--gold);
        color: var(--gold);
      }

      /* ══════════════════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════════════════ */
      .reveal {
        opacity: 0;
        transform: translateY(28px);
        transition:
          opacity 0.6s ease,
          transform 0.6s ease;
      }
      .reveal.visible {
        opacity: 1;
        transform: none;
      }
      @media (prefers-reduced-motion: reduce) {
        .reveal {
          opacity: 1;
          transform: none;
          transition: none;
        }
      }

      /* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
      @media (max-width: 1024px) {
        .hero {
          grid-template-columns: 1fr;
          padding: 84px 32px;
          min-height: auto;
        }
        .hero-right {
          display: none;
        }
        .focus-grid {
          grid-template-columns: repeat(3, 1fr);
        }
        .peo-grid {
          grid-template-columns: 1fr;
        }
        .growth-grid {
          grid-template-columns: 1fr 1fr;
        }
        .po-grid {
          grid-template-columns: 1fr;
        }
        .po-card.full-width {
          grid-column: auto;
          max-width: 100%;
        }
        .journey-line-track {
          display: none;
        }
        .journey-timeline {
          flex-direction: column;
          gap: 24px;
        }
        .journey-step {
          flex-direction: row;
          text-align: left;
          gap: 16px;
          align-items: flex-start;
        }
        .journey-icon-wrap {
          width: 56px;
          height: 56px;
          flex-shrink: 0;
        }
        .journey-icon-wrap svg {
          width: 24px;
          height: 24px;
        }
        .journey-num-dot {
          margin: 0;
          flex-shrink: 0;
        }
      }
      @media (max-width: 768px) {
        .container {
          padding: 0 20px;
        }
        .section-pad {
          padding: 60px 0;
        }
        .focus-grid {
          grid-template-columns: 1fr 1fr;
        }
        .growth-grid {
          grid-template-columns: 1fr;
        }
        .vision-quote-card {
          padding: 32px 24px;
        }
        .pso-card {
          padding: 28px 20px;
        }
        .breadcrumb {
          padding: 12px 20px;
        }
        .sec-title-block {
          margin-bottom: 36px;
        }
      }
      @media (max-width: 480px) {
        .focus-grid {
          grid-template-columns: 1fr;
        }
        .hero-ctas {
          flex-direction: column;
        }
        .cta-buttons button,
        .cta-buttons a {
          width: 100%;
        }
      }
    
      .hero-kpi-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin: 28px 0 26px;
    max-width: 900px;
}
.hkpi {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
}
.hkpi .hk-num {
    font-family: "Anton", sans-serif;
    color: var(--yellow);
    font-size: 19px;
    line-height: 1;
}
.hkpi .hk-label {
    font-size: 9.5px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
    font-weight: 600;
}
.helpline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    position: relative;
    z-index: 1;
}
.placement-section {
    background: #fff;
}
.placement-grid-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: start;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Antonio", sans-serif;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 14px;
}
.eyebrow::before {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--yellow);
    display: inline-block;
}
.placement-grid-wrap p {
    font-size: 15px;
    color: var(--body-gray);
    margin-bottom: 16px;
}
.placement-grid-wrap h2 {
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.support-list {
    list-style: none;
    margin-top: 16px;
}
.support-list li {
    font-size: 13px;
    color: var(--body-text);
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.support-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    flex-shrink: 0;
}
.pkpi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.pkpi.highlight {
    background: var(--navy);
    border-color: var(--navy);
}
.pkpi {
    background: var(--off-white);
    border: 1px solid var(--muted);
    border-radius: 16px;
    padding: 18px 16px;
}
.pkpi .pk-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px -6px rgba(27, 36, 96, 0.15);
}
.pkpi .pk-num {
    font-family: "Anton", sans-serif;
    font-size: 24px;
    color: var(--yellow);
    line-height: 1;
}
.pkpi.highlight .pk-num {
    font-size: 28px;
}
.pkpi .pk-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--blue);
}
.pkpi.highlight .pk-label {
    color: rgba(255, 255, 255, 0.75);
}
.pkpi .pk-label {
    font-size: 11px;
    color: var(--body-gray);
    margin-top: 6px;
    font-weight: 600;
}
        .training-section{
    background: var(--off-white);
    position: relative;
    overflow: hidden;
        }
        .section-head h2 {
    font-size: clamp(28px, 3.6vw, 46px);
    margin-bottom: 12px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.section-head p {
    font-size: 15.5px;
    color: var(--body-gray);
}
.training-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 36px;
}
.tstep {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    border: 1px solid var(--muted);
    box-shadow: 0 6px 18px -14px rgba(27, 36, 96, 0.12);
}
.tstep .ts-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.tstep h4 {
    font-size: 13.5px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.training-plane-svg {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 0;
}
.training-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}
.tmetric {
    background: #fff;
    border: 1px solid var(--muted);
    border-radius: 14px;
    padding: 16px 14px;
    text-align: center;
}
.tmetric .tm-num {
    font-family: "Anton", sans-serif;
    color: var(--yellow);
    font-size: 22px;
}
.tmetric .tm-label {
    font-size: 11px;
    color: var(--body-gray);
    margin-top: 6px;
}
.focus-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.focus-chip {
    font-family: "Antonio", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1.5px solid var(--blue);
    background: #fff;
    color: var(--navy);
}
 .internship-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15.5px;
}
.industry-metrics {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}
.imetric {
    text-align: center;
}
.imetric .im-num {
    font-family: "Anton", sans-serif;
    color: var(--yellow);
    font-size: 26px;
}
.imetric .im-label {
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}
.internship-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}
.icard {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 26px 22px;
}
.icard .ic-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.icard h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 8px;
}
.icard p {
    font-size: 12.5px;
}
.icard .ic-icon svg {
    width: 21px;
    height: 21px;
    stroke: var(--yellow);
}
        .overview-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 44px;
    align-items: start;
}
.overview-grid h2{
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.overview-grid p {
    font-size: 15px;
    color: var(--body-gray);
    margin-bottom: 14px;
}
.recognition-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rcard {
    background: var(--light-blue);
    border: 1px solid var(--muted);
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.rcard .rc-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px -6px rgba(27, 36, 96, 0.15);
}
.rcard .rc-label {
    font-family: "Antonio", sans-serif;
    font-size: 11px;
    color: var(--body-gray);
    text-transform: uppercase;
}
.rcard .rc-value {
    font-family: "Antonio", sans-serif;
    font-size: 14px;
    color: var(--navy);
    font-weight: 700;
}
.rcard .rc-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--blue);
}
 .numbers-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.numcard {
    text-align: center;
    padding: 14px 8px;
}
.numcard .nc-num {
    font-family: "Anton", sans-serif;
    color: var(--yellow);
    font-size: clamp(28px, 3.5vw, 42px);
}
.numcard .nc-label {
    font-family: "Antonio", sans-serif;
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 8px;
}
.edge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.edge-card {
    background: var(--off-white);
    border: 1px solid var(--muted);
    border-radius: 18px;
    padding: 20px 18px;
}
.edge-card .ec-num {
    color: var(--yellow);
    font-size: 15px;
    font-family: "Antonio", sans-serif;
    font-weight: 700;

}
.edge-card h4 {
    font-size: 13.5px;
    margin: 8px 0 6px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.edge-card p {
    font-size: 11.5px;
    color: var(--body-grey);
}
.spec-section {
    background: var(--light-blue);
}
.spec-center-row {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 36px;
}
.spec-side-card {
    background: #fff;
    border: 1px solid var(--border-grey);
    border-radius: 16px;
    padding: 18px 16px;
    text-align: center;
    font-family: "Antonio", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: var(--navy);
}
.spec-model-card {
    background: var(--navy);
    color: #fff;
    border-radius: 20px;
    padding: 26px 22px;
    text-align: center;
}
.spec-side-card {
    background: #fff;
    border: 1px solid var(--muted);
    border-radius: 16px;
    padding: 18px 16px;
    text-align: center;
    font-family: "Antonio", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: var(--navy);
}
.spec-model-card h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    font-family: "Antonio", sans-serif;
}
.spec-model-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}
.spec-areas-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}
.spec-area-card {
    background: #fff;
    border: 1px solid var(--muted);
    border-radius: 16px;
    padding: 18px 16px;
}
.spec-area-card .sa-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--pale-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.spec-area-card h5 {
    font-family: "Antonio", sans-serif;
    font-size: 13.5px;
    color: var(--navy);
    margin-bottom: 6px;
}
.spec-area-card p {
    font-size: 11px;
    color: var(--body-gray);
}
.spec-area-card .sa-icon svg {
    width: 17px;
    height: 17px;
    stroke: var(--yellow);
}
.spec-model-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.smt-item {
    background: #fff;
    border: 1px solid var(--muted);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}
.smt-item .smt-val {
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    color: var(--yellow);
    font-size: 14px;
}
.smt-item .smt-label {
    font-size: 10.5px;
    color: var(--body-gray);
    margin-top: 4px;
}
.ic-kpi-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 36px;
}
.ic-kpi .ick-num {
    font-family: "Anton", sans-serif;
    color: var(--yellow);
    font-size: 20px;
}
.ic-kpi .ick-label {
    font-size: 10px;
    color: var(--body-gray);
    margin-top: 4px;
}
.ic-kpi {
    background: var(--off-white);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}
.logo-badge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.logo-badge {
    background: var(--off-white);
    border: 1px solid var(--body-gray);
    border-radius: 10px;
    padding: 11px 16px;
    font-family: "Antonio", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
}
.seats-section {
    background: var(--pale-yellow);
}
.seats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.seat-card.total {
    background: var(--navy);
    border-color: var(--navy);
}
.seat-card {
    background: #fff;
    border: 1px solid var(--muted);
    border-radius: 16px;
    padding: 20px 16px;
}
.seat-card.total .seat-val {
    color: var(--yellow);
}
.seat-card .seat-val {
    font-family: "Anton", sans-serif;
    font-size: 22px;
    color: var(--navy);
}
.seat-card h4 {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--body-gray);
    margin-bottom: 8px;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.seat-card .seat-sub {
    font-size: 11px;
    color: var(--body-gray);
    margin-top: 4px;
}
.seat-card.total h4 {
    color: rgba(255, 255, 255, 0.7);
}
.elig-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 26px;
}
.elig-card {
    background: var(--light-blue);
    border: 1px solid var(--muted);
    border-radius: 16px;
    padding: 20px 18px;
}
.elig-card .el-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px -6px rgba(27, 36, 96, 0.15);
}
.elig-card .el-icon svg {
    width: 17px;
    height: 17px;
    stroke: var(--blue);
}
.elig-card h4 {
    font-size: 13.5px;
    margin-bottom: 6px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.elig-card p {
    font-size: 12px;
    color: var(--body-gray);
}
.score-badge {
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 999px;
    background: var(--pale-yellow);
    color: var(--navy);
    border: 1px solid var(--yellow-glow);
}
.score-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.score-badge svg{
      width: 15px;
    height: 15px;
    stroke: var(--yellow);
    margin-right: 8px;
}
 .peo-card h3 {
    font-family: "Antonio", sans-serif;
    color: var(--navy);
    font-size: 20.5px;
    margin-bottom: 8px;
}
.ojee-section {
    background: var(--light-blue);
}
.ojee-summary {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}
.ojee-sum-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    border: 1px solid var(--muted);
}
.ojee-sum-card svg {
    width: 19px;
    height: 19px;
    stroke: var(--blue);
    margin: 0 auto 8px;
}
.ojee-sum-card .os-val {
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    color: var(--navy);
    font-size: 15px;
}
.ojee-sum-card .os-cap {
    font-size: 10.5px;
    color: var(--body-gray);
    margin-top: 2px;
}
.section-head {
    max-width: 740px;
    margin-bottom: 40px;
}
.ojee-sections-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.ojee-sec-card {
    background: #fff;
    border: 1px solid var(--muted);
    border-left: 4px solid var(--blue);
    border-radius: 10px;
    padding: 18px 16px;
}
.ojee-sec-card h4 {
    font-size: 13px;
    margin-bottom: 6px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.ojee-sec-card .os-count {
    font-family: "Anton", sans-serif;
    color: var(--yellow);
    font-size: 19px;
}
.stepper-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}
.stepper-flow2{
    grid-template-columns: repeat(6, 1fr);
}
.step-item {
    position: relative;
    z-index: 1;
    text-align: center;
}
.step-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 15px;
    border: 4px solid #fff;
    box-shadow: 0 4px 14px -6px rgba(220, 162, 0, 0.5);
}
.step-item h4 {
    font-size: 11.5px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.step-item p {
    font-size: 11.5px;
    color: var(--body-gray);
}
.stepper-cta-row {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.stepper-flow::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--blue);
    opacity: 0.2;
    z-index: 0;
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Antonio", sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
}
.btn-blue {
    background: var(--blue);
    color: #fff;
}
.btn-outline-blue {
    background: #fff;
    border-color: var(--blue);
    color: var(--blue);
}
 .scholarship-section {
    background: var(--pale-yellow);
}
.scholarship-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 44px;
    align-items: center;
}
.scholarship-grid p {
    font-size: 14.5px;
    color: var(--body-text);
    margin-bottom: 14px;
}
.scholarship-list {
    list-style: none;
    margin-top: 14px;
    padding: 0;
}
.scholarship-list li {
    font-size: 13px;
    color: var(--body-text);
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.scholarship-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    flex-shrink: 0;
}
.scholarship-cta-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: var(--shadow);
}
.scholarship-cta-card .sc-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--pale-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}
.scholarship-cta-card .sc-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--yellow);
}
.scholarship-cta-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.scholarship-cta-card p {
    font-size: 12.5px;
    color: var(--body-gray);
    margin-bottom: 18px;
}
.btn-yellow {
    background: var(--yellow);
    color: var(--navy);
}
.btn-yellow:hover {
    background: var(--navy);
    color: #fff;
}
.doc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}
.doc-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: var(--soft-grey);
    border-radius: 10px;
    font-size: 12.5px;
    color: var(--navy);
    font-weight: 500;
}
.doc-item svg {
    width: 16px;
    height: 16px;
    stroke: #15803d;
    flex-shrink: 0;
    margin-top: 1px;
}
.faq-section {
        background: #fff;
      }
      .faq-item {
        border: 1px solid var(--muted);
        border-radius: 14px;
        margin-bottom: 10px;
        overflow: hidden;
      }
      .faq-q {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 22px;
        cursor: pointer;
        font-family: "Antonio", sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: var(--navy);
        background: #fff;
        transition: background 0.2s;
      }
      .faq-q:hover {
        background: var(--soft-grey);
      }
      .faq-q svg {
        width: 16px;
        height: 16px;
        stroke: var(--blue);
        flex-shrink: 0;
        transition: transform 0.25s ease;
      }
      .faq-item.open .faq-q svg {
        transform: rotate(45deg);
      }
      .faq-a {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
      }
      .faq-item.open .faq-a {
        max-height: 220px;
      }
      .faq-a p {
        padding: 0 22px 20px;
        font-size: 15px;
        color: var(--body-gray);
      }
      .enquiry-card {
    background: #fff;
    border: 1px solid var(--muted);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.enquiry-topstrip {
    height: 6px;
    background: var(--yellow);
}
.enquiry-inner .enq-support {
    font-size: 12.5px;
    color: var(--body-gray);
    margin-bottom: 18px;
}
.enquiry-inner h3 {
    color: var(--navy);
    font-size: clamp(20px, 2vw, 26px);
    margin-bottom: 8px;
    font-family: "Antonio", sans-serif;
}
.form-group label {
    display: block;
    font-family: "Antonio", sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
}
.form-group input, .form-group select {
    width: 100%;
    padding: 11px 13px;
    border: 1.5px solid var(--muted);
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 13.5px;
    color: var(--navy);
    outline: none;
    transition: border-color 0.2s;
}
.submit-warning {
    font-size: 11px;
    color: var(--body-gray);
    text-align: center;
    margin-top: 6px;
    margin-bottom: 40px;
}
.enquiry-inner {
    padding: 26px 24px;
}
.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 11.5px;
    color: var(--body-gray);
    margin-bottom: 16px;
}
.form-group {
    margin-bottom: 14px;
}
.btn-block {
    width: 100%;
    justify-content: center;
}
 .detail-card {
    background: var(--off-white);
    border-radius: 16px;
    padding: 24px 22px;
    margin-top: 30px;
    border: 1px solid var(--muted);
}
.detail-card h4 {
    font-size: 15px;
    margin-bottom: 8px;
    font-family: "Antonio", sans-serif;
    color: var(--navy);
}
.detail-card p {
    font-size: 13px;
    color: var(--body-gray);
    margin-bottom: 14px;
}
.kpi-strip {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid var(--border-blue);
}
.kpi-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}
.kpi-card {
    background: var(--off-white);
    border-radius: 14px;
    padding: 16px 12px;
    text-align: center;
    border: 1px solid var(--muted);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
.kpi-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}
.kpi-num {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: var(--yellow);
    line-height: 1;
}
.kpi-cap {
    font-size: 10px;
    color: var(--body-gray);
    margin-top: 5px;
    font-weight: 600;
}
.kpi-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--blue);
}
.trust-card {
        background: var(--light-blue);
        border-radius: 16px;
        padding: 24px 22px;
        border: 1px solid var(--muted);
      }
      .trust-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 10px 0;
        border-bottom: 1px solid var(--muted);
        font-size: 13px;
        color: var(--navy);
        font-weight: 500;
      }
      .trust-item:last-child {
        border-bottom: none;
      }
      .trust-item svg {
        width: 17px;
        height: 17px;
        stroke: var(--blue);
        flex-shrink: 0;
        margin-top: 1px;
      }
      .why-section {
    background: var(--off-white);
}
 .curr-tabs {
        display: flex;
        gap: 8px;
        margin-bottom: 24px;
        flex-wrap: wrap;
      }
      .curr-tab-btn {
        font-family: "Antonio", sans-serif;
        font-weight: 600;
        font-size: 12.5px;
        padding: 10px 18px;
        border-radius: 30px;
        border: 1.5px solid var(--blue);
        background: #fff;
        color: var(--blue);
        cursor: pointer;
        transition: all 0.2s ease;
      }
      .curr-tab-btn.active {
        background: var(--blue);
        color: #fff;
      }
      .curr-tab-panel {
        display: none;
      }
      .curr-tab-panel.active {
        display: block;
      }
      .curr-list-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 20px;
        background: #fff;
        border: 1px solid var(--border-blue);
        border-radius: 16px;
        padding: 22px;
      }
      @media (max-width: 640px) {
        .curr-list-grid {
          grid-template-columns: 1fr;
        }
      }
      .curr-list-item {
        font-size: 12.5px;
        color: var(--body-text);
        padding: 6px 0;
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .curr-list-item::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--yellow);
        flex-shrink: 0;
      }
       .note {
    font-size: 12px;
    color: var(--body-gray);
    font-style: italic;
    margin-top: 14px;
}
    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 20px;
      }
      .why-item {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        background: #fff;
        border: 1px solid var(--muted);
        border-radius: 12px;
        padding: 12px 15px;
        font-size: 13px;
        color: var(--navy);
        font-weight: 500;
      }
      .why-item svg {
        width: 16px;
        height: 16px;
        stroke: var(--blue);
        flex-shrink: 0;
        margin-top: 1px;
      }
      .why-item svg.accent {
        stroke: var(--yellow);
      }
      .experts-section {
        background: var(--off-white);
      }
      .experts-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
      }
      @media (max-width: 980px) {
        .experts-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 480px) {
        .experts-grid {
          grid-template-columns: 1fr;
        }
      }
      .expert-card {
        background: #fff;
        border: 1px solid var(--muted);
        border-radius: 16px;
        padding: 18px 16px;
        text-align: center;
      }
      .expert-photo {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: var(--light-blue);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
      }
      .expert-photo svg {
        width: 24px;
        height: 24px;
        stroke: var(--blue);
      }
      .expert-card h5 {
        font-size: 12.5px;
        color: var(--navy);
        margin-bottom: 4px;
      }
      .expert-card .exp-role {
        font-size: 10.5px;
        color: var(--body-gray);
      }
      .career-chip-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
      }
      @media (max-width: 900px) {
        .career-chip-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 480px) {
        .career-chip-grid {
          grid-template-columns: 1fr;
        }
      }
      .career-chip {
        background: var(--light-blue);
        border: 1px solid var(--muted);
        border-radius: 12px;
        padding: 14px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "Antonio", sans-serif;
        font-weight: 600;
        font-size: 12.5px;
        color: var(--navy);
      }
      .career-chip svg {
        width: 17px;
        height: 17px;
        stroke: var(--blue);
        flex-shrink: 0;
      }
      .seats-section {
        background: var(--light-blue);
      }
      .seats-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
      }
      @media (max-width: 980px) {
        .seats-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 520px) {
        .seats-grid {
          grid-template-columns: 1fr;
        }
      }
      .seat-card {
        background: #fff;
        border: 1px solid var(--muted);
        border-radius: 14px;
        padding: 20px 16px;
      }
      .seat-card.total {
        background: var(--navy);
        border-color: var(--navy);
      }
      .seat-card.total h4 {
        color: rgba(255, 255, 255, 0.7);
      }
      .seat-card.total .seat-val {
        color: var(--yellow);
      }
      .seat-card h4 {
        font-size: 11px;
        text-transform: uppercase;
        color: var(--body-gray);
        margin-bottom: 8px;
        font-family: "Antonio", sans-serif;
        font-weight: 700;
      }
      .seat-card .seat-val {
        font-family: "Anton", sans-serif;
        font-size: 20px;
        color: var(--navy);
      }
      .resource-btn-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 26px;
      }
      .resource-btn-row .btn {
        font-size: 11.5px;
        padding: 10px 16px;
      }
      .ojee-section {
        background: #fff;
      }
      .ojee-summary {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        margin-bottom: 26px;
      }
      @media (max-width: 780px) {
        .ojee-summary {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      .ojee-sum-card {
        background: var(--soft-grey);
        border-radius: 12px;
        padding: 16px;
        text-align: center;
      }
      .ojee-sum-card svg {
        width: 19px;
        height: 19px;
        stroke: var(--blue);
        margin: 0 auto 8px;
      }
      .ojee-sum-card .os-val {
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        color: var(--navy);
        font-size: 14px;
      }
      .ojee-sum-card .os-cap {
        font-size: 10px;
        color: var(--body-gray);
        margin-top: 2px;
      }
      .ojee-split-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 20px;
      }
      @media (max-width: 640px) {
        .ojee-split-row {
          grid-template-columns: 1fr;
        }
      }
      .ojee-split-card {
        background: var(--navy);
        border-radius: 16px;
        padding: 22px 20px;
        color: #fff;
        text-align: center;
      }
      .ojee-split-card .osp-num {
        font-family: "Anton", sans-serif;
        color: var(--yellow);
        font-size: 28px;
      }
      .ojee-split-card .osp-label {
        font-size: 12.5px;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 6px;
      }
      .marking-row {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }
      .marking-badge {
        font-family: "Antonio", sans-serif;
        font-weight: 700;
        font-size: 12.5px;
        padding: 9px 18px;
        border-radius: 999px;
        border: 1.5px solid var(--border-blue);
        color: var(--navy);
      }
      .marking-badge.positive {
        background: #dcfce7;
        color: #15803d;
        border-color: transparent;
      }
      .marking-badge.negative {
        background: #fee2e2;
        color: #dc2626;
        border-color: transparent;
      }
      .contact-card {
        max-width: 560px;
        background: var(--soft-bg);
        border: 1px solid var(--muted);
        border-radius: 20px;
        padding: 32px 30px;
        display: flex;
        flex-direction: column;
        gap: 18px;
      }
      .contact-person {
        display: flex;
        align-items: center;
        gap: 14px;
      }
      .contact-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: linear-gradient(135deg, #dfe4f7, #b9c2ea);
        display: flex;
        align-items: center;
        justify-content: center;
        
        font-weight: 800;
        font-size: 17px;
        color: rgba(16, 25, 54, 0.5);
        flex-shrink: 0;
      }
      .contact-person h4 {
        font-size: 16px;
      }
      .contact-person span {
        font-size: 12.5px;
        color: var(--body-gray);
      }
      .contact-line {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        color: var(--navy);
        font-weight: 600;
      }
      .contact-line svg {
        width: 18px;
        height: 18px;
        stroke: var(--blue);
        flex-shrink: 0;
      }
      .contact-btns {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 6px;
      }
       .fee-table-wrap {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 26px -18px rgba(16, 25, 54, 0.18);
        border: 1px solid var(--muted);
      }
      table.fee-table {
        width: 100%;
        border-collapse: collapse;
      }
      table.fee-table thead th {
        background: var(--blue);
        color: #fff;
        
        font-weight: 700;
        font-size: 12.5px;
        text-align: left;
        padding: 15px 18px;
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }
      table.fee-table thead th:not(:first-child) {
        text-align: right;
      }
      table.fee-table tbody td {
        padding: 13px 18px;
        font-size: 13.5px;
        color: var(--navy);
        border-bottom: 1px solid var(--muted);
      }
      table.fee-table tbody td:not(:first-child) {
        text-align: right;
        
        font-weight: 700;
      }
      table.fee-table tbody tr:nth-child(even) {
        background: #f4f6fc;
      }
      table.fee-table tbody tr:last-child td {
        border-bottom: none;
      }
      table.fee-table tbody tr.highlight td:not(:first-child) {
        color: var(--yellow);
      }
      @media (max-width: 680px) {
        table.fee-table thead {
          display: none;
        }
        table.fee-table,
        table.fee-table tbody,
        table.fee-table tr,
        table.fee-table td {
          display: block;
          width: 100%;
        }
        table.fee-table tr {
          border-bottom: 1px solid var(--muted);
          padding: 14px 18px;
        }
        table.fee-table td {
          padding: 4px 0;
          border: none;
          display: flex;
          justify-content: space-between;
          gap: 10px;
          font-size: 13px;
          text-align: left !important;
        }
        table.fee-table td::before {
          content: attr(data-label);
          font-weight: 700;
          color: var(--blue);
          
          font-size: 11px;
          text-transform: uppercase;
        }
      }
      .apply-section {
        background: var(--white);
      }
      .apply-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 44px;
        align-items: start;
      }
      @media (max-width: 900px) {
        .apply-grid {
          grid-template-columns: 1fr;
        }
      }
      .apply-steps {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      .apply-step {
        display: flex;
        gap: 16px;
      }
      .apply-num {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        
        font-weight: 800;
        font-size: 14px;
        flex-shrink: 0;
      }
      .apply-step h4 {
        font-size: 15px;
        margin-bottom: 6px;
      }
      .apply-step p {
        font-size: 13px;
        color: var(--body-grey);
      }
      .apply-step .mono {
        font-family: "Inter", sans-serif;
        color: var(--blue);
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }
      .bank-card {
        background: #fff;
        border: 1.5px solid var(--blue);
        border-radius: 18px;
        padding: 28px 26px;
        box-shadow: var(--shadow);
      }
      .bank-card h4 {
        font-size: 15px;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .bank-card h4 svg {
        width: 20px;
        height: 20px;
        stroke: var(--blue);
      }
      .bank-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 0;
        border-bottom: 1px solid var(--muted);
      }
      .bank-row:last-child {
        border-bottom: none;
      }
      .bank-row .br-label {
        font-size: 12.5px;
        color: var(--body-grey);
        font-weight: 600;
      }
      .bank-row .br-value {
        
        font-weight: 700;
        font-size: 13.5px;
        color: var(--navy);
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .qualify-section {
        background: var(--off-white);
      }
      .qualify-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
      }
      @media (max-width: 680px) {
        .qualify-grid {
          grid-template-columns: 1fr;
        }
      }
      .qc-card {
        background: #fff;
        border: 1px solid var(--muted);
        border-radius: 16px;
        padding: 26px 24px;
        text-align: center;
        box-shadow: 0 6px 18px -14px rgba(16, 25, 54, 0.14);
      }
      .qc-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        background: #eef0fa;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
      }
      .qc-icon svg {
        width: 22px;
        height: 22px;
        stroke: var(--blue);
      }
      .qc-card h4 {
        font-size: 15.5px;
        margin-bottom: 8px;
      }
      .qc-num {
        
        font-weight: 800;
        font-size: 32px;
        color: var(--yellow);
      }
      .qc-note {
        font-size: 12px;
        color: var(--text-grey);
        margin-top: 6px;
      }
      .exempt-card {
        background: linear-gradient(135deg, #eef1fb, #fff);
        border: 1.5px solid var(--blue);
        border-radius: 16px;
        padding: 22px 26px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
      }
      .exempt-card svg {
        width: 26px;
        height: 26px;
        stroke: var(--blue);
        flex-shrink: 0;
        margin-top: 2px;
      }
      .exempt-card h4 {
        font-size: 14.5px;
        margin-bottom: 6px;
      }
      .exempt-card p {
        font-size: 13px;
        color: var(--text-grey);
      }
      .entrance-section {
        background: #fff;
      }
      .entrance-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
      }
      @media (max-width: 860px) {
        .entrance-grid {
          grid-template-columns: 1fr;
        }
      }
      .marks-card {
        background: var(--off-white);
        border-radius: 16px;
        padding: 26px 24px;
        border: 1px solid var(--muted);
      }
      .marks-card h4 {
        font-size: 15px;
        margin-bottom: 18px;
      }
      .marks-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid var(--muted);
      }
      .marks-row:last-child {
        border-bottom: none;
      }
      .marks-row .mr-label {
        font-size: 13.5px;
        color: var(--navy);
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .marks-row .mr-label svg {
        width: 16px;
        height: 16px;
        stroke: var(--blue);
      }
      .marks-row .mr-value {
        
        font-weight: 800;
        font-size: 16px;
        color: var(--yellow);
      }
      .marks-row.total {
        background: #eef0fa;
        margin: 8px -24px -0px;
        padding: 12px 24px;
        border-radius: 0 0 12px 12px;
      }
      .format-card {
        background: var(--navy);
        border-radius: 16px;
        padding: 26px 24px;
        color: #fff;
      }
      .format-card h4 {
        color: #fff;
        font-size: 15px;
        margin-bottom: 18px;
      }
      .format-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 11px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 13.5px;
        color: rgba(255, 255, 255, 0.85);
      }
      .format-item:last-child {
        border-bottom: none;
      }
      .format-item svg {
        width: 17px;
        height: 17px;
        stroke: var(--yellow);
        flex-shrink: 0;
      }
/******************************************************************/
      @media (min-width: 1100px) {
        .site-main {
          padding-right: 410px;
          position: relative;
        }
        .enquiry-sidebar {
          display: block;
          position: fixed;
          top: 120px;
          right: 2px;
          width: 390px;
          max-height: calc(100vh - 120px);
          overflow-y: auto;
          z-index: 120;
        }
      }
      @media (max-width: 520px) {
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
        .edge-grid {
        grid-template-columns: 1fr;
    }
        .spec-center-row {
        grid-template-columns: 1fr;
    }
        .spec-areas-grid {
        grid-template-columns: 1fr;
    }
        .spec-model-table {
        grid-template-columns: 1fr;
    }
        .ic-kpi-strip {
        grid-template-columns: repeat(2, 1fr);
    }
        .seats-grid {
        grid-template-columns: 1fr;
    }
        .elig-grid {
        grid-template-columns: 1fr;
    }
        .ojee-sections-grid {
        grid-template-columns: 1fr;
    }
        .hero-kpi-strip {
        grid-template-columns: repeat(2, 1fr);
    }
        .placement-grid-wrap {
        grid-template-columns: 1fr;
    }
    .training-metrics {
        grid-template-columns: 1fr;
    }
        .industry-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
        .internship-cards {
        grid-template-columns: 1fr;
    }
        .doc-grid {
        grid-template-columns: 1fr;
    }
    
    
}
@media (max-width: 900px) {
    .numbers-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .ojee-summary {
        grid-template-columns: repeat(2, 1fr);
    }
        .stepper-flow {
        grid-template-columns: 1fr;
        gap: 0;
    }
        .overview-grid {
        grid-template-columns: 1fr;
    }
        .scholarship-grid {
        grid-template-columns: 1fr;
    }

}
@media (max-width: 980px) {
      .stepper-flow {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .step-item {
        display: flex;
        gap: 16px;
        text-align: left;
        padding: 16px 0;
        border-left: 2px solid var(--muted);
        margin-left: 24px;
        padding-left: 22px;
    }
        .training-flow {
        grid-template-columns: 1fr;
        gap: 12px;
    }
        .step-badge {
        margin: 0;
        flex-shrink: 0;
        margin-left: -40px;
    }
    .stepper-flow::before {
          display: none;
        }
}
