   html:root {
      --navy: #07162d;
      --navy-2: #0b2345;
      --navy-3: #102f5a;
      --gold: #f4b72a;
      --gold-2: #ffd369;
      --white: #ffffff;
      --soft: #f5f7fb;
      --text: #102033;
      --muted: #687385;
      --line: rgba(16, 32, 51, .1);
      --radius-xl: 28px;
      --radius-lg: 20px;
      --radius-md: 14px;
      --shadow-soft: 0 18px 50px rgba(7, 22, 45, .10);
      --shadow-card: 0 12px 35px rgba(7, 22, 45, .08);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", sans-serif;
      color: var(--text);
      background: var(--white);
      overflow-x: hidden;
    }

    a {
      text-decoration: none;
    }

    .section-space {
      padding: 20px 0;
    }

    .section-soft {
      background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
    }

    .section-kicker {
      color: var(--gold);
      font-size: 1.78rem;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: .55rem;
    }

    .section-title {
      color: var(--navy);
      font-weight: 900;
      letter-spacing: -1.2px;
    }

    .text-muted-custom {
      color: var(--muted);
    }

    

    .btn-outline-light-custom {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .72);
      border-radius: 999px;
      padding: 12px 22px;
      font-weight: 800;
    }

    .btn-outline-light-custom:hover {
      background: #fff;
      color: var(--navy);
    }

    .btn-outline-navy {
      color: var(--navy);
      border: 1px solid rgba(7, 22, 45, .25);
      border-radius: 999px;
      padding: 12px 22px;
      font-weight: 800;
    }

    .btn-outline-navy:hover {
      background: var(--navy);
      color: #fff;
    }

    /* Top Utility Bar */
    .top-bar {
      background: #020b17;
      color: rgba(255, 255, 255, .78);
      font-size: .78rem;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .top-bar i {
      color: var(--gold);
    }

    .top-link {
      color: rgba(255, 255, 255, .82);
      font-weight: 700;
      margin-left: 18px;
    }

    .top-link:hover {
      color: var(--gold);
    }

    /* Cards */
    .glass-card,
    .clean-card {
      border: 1px solid rgba(7, 22, 45, .08);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-card);
      background: #fff;
    }

    .program-card {
      min-height: 180px;
      color: #fff;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center;
      padding: 28px;
      box-shadow: var(--shadow-card);
      transition: all .28s ease;
    }

    .program-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(7, 22, 45, .96), rgba(7, 22, 45, .58));
    }

    .program-card > * {
      position: relative;
      z-index: 1;
    }

    .program-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 20px 55px rgba(7, 22, 45, .18);
    }

    .program-card i {
      color: var(--gold);
      font-size: 1.7rem;
      margin-bottom: 18px;
      display: inline-block;
    }

    .program-card h5 {
      font-weight: 900;
    }

    .program-card p {
      color: rgba(255, 255, 255, .78);
      font-size: .92rem;
    }

    .program-card a {
      color: var(--gold-2);
      font-weight: 800;
      font-size: .92rem;
    }

    .feature-tile {
      height: 100%;
      padding: 22px 18px;
      text-align: center;
      border-radius: 18px;
      border: 1px solid rgba(7, 22, 45, .08);
      background: #fff;
      box-shadow: 0 10px 30px rgba(7, 22, 45, .055);
    }

    .feature-tile i {
      color: var(--gold);
      font-size: 1.7rem;
      margin-bottom: 12px;
    }

    .feature-tile h6 {
      color: var(--navy);
      font-weight: 900;
      margin-bottom: 6px;
    }

    .feature-tile p {
      color: var(--muted);
      font-size: .82rem;
      margin-bottom: 0;
    }

    /* Admissions */
    .admission-wrap {
      border-radius: var(--radius-xl);
      background: linear-gradient(135deg, #fff 0%, #f2f6fb 100%);
      border: 1px solid rgba(7, 22, 45, .07);
      box-shadow: var(--shadow-soft);
      padding: 44px;
    }

    .step-item {
      display: flex;
      gap: 18px;
      position: relative;
      padding-bottom: 22px;
    }

    .step-item:not(:last-child)::after {
      content: "";
      position: absolute;
      left: 22px;
      top: 44px;
      width: 1px;
      height: calc(100% - 34px);
      border-left: 1px dashed rgba(7, 22, 45, .22);
    }

    .step-num {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #eef4fb;
      color: var(--navy);
      font-weight: 900;
      border: 1px solid rgba(7, 22, 45, .12);
    }

    .enquiry-card {
      background: linear-gradient(145deg, #07162d, #0b2345);
      color: #fff;
      border-radius: 24px;
      padding: 34px;
      box-shadow: 0 25px 60px rgba(7, 22, 45, .22);
    }

    .enquiry-card .form-control,
    .enquiry-card .form-select {
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .22);
      color: #fff;
      border-radius: 12px;
      min-height: 48px;
    }

    .enquiry-card .form-control::placeholder {
      color: rgba(255, 255, 255, .62);
    }

    .enquiry-card .form-select option {
      color: #102033;
    }

    /* About */
    .about-card {
      border-radius: var(--radius-xl);
      background: #fff;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      border: 1px solid rgba(7, 22, 45, .07);
    }

    .about-image {
      min-height: 100%;
      background: linear-gradient(180deg, rgba(7, 22, 45, .08), rgba(7, 22, 45, .2)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1100&q=80") center/cover no-repeat;
      border-radius: 22px;
    }

    .highlight-chip {
      background: #fff;
      border: 1px solid rgba(7, 22, 45, .09);
      border-radius: 18px;
      padding: 18px 16px;
      height: 100%;
      display: flex;
      align-items: center;
      gap: 12px;
      box-shadow: 0 10px 28px rgba(7, 22, 45, .06);
    }

    .highlight-chip i {
      color: var(--gold);
      font-size: 1.55rem;
    }

    .highlight-chip strong {
      color: var(--navy);
      display: block;
      line-height: 1.1;
    }

    .highlight-chip span {
      color: var(--muted);
      font-size: .8rem;
    }
  
    /* Events, News, Media */
    .event-card,
    .news-card,
    .media-card {
      background: #fff;
      border: 1px solid rgba(7, 22, 45, .08);
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 12px 35px rgba(7, 22, 45, .06);
    }

    .event-img {
      height: 150px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .date-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      width: 54px;
      height: 62px;
      border-radius: 14px;
      background: #fff;
      color: var(--navy);
      display: grid;
      place-items: center;
      text-align: center;
      font-weight: 900;
      box-shadow: 0 8px 24px rgba(7, 22, 45, .14);
      line-height: 1;
    }

    .date-badge span {
      color: var(--gold);
      font-size: .72rem;
      text-transform: uppercase;
    }

    .tag-pill {
      color: var(--gold);
      background: rgba(244, 183, 42, .12);
      border-radius: 999px;
      padding: 5px 10px;
      font-size: .74rem;
      font-weight: 900;
      display: inline-block;
    }

    .read-link {
      color: var(--navy);
      font-weight: 900;
      font-size: .88rem;
    }

    .read-link:hover {
      color: var(--gold);
    }

    .news-list-item {
      padding: 18px 0;
      border-bottom: 1px solid rgba(7, 22, 45, .08);
    }

    .news-list-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .media-logo {
      min-width: 112px;
      height: 50px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: #f5f7fb;
      color: #b42318;
      font-weight: 900;
      font-size: .78rem;
      border: 1px solid rgba(7, 22, 45, .07);
    }

    /* Student Voices */
    .student-collage {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr;
      gap: 12px;
    }

    .student-collage div {
      min-height: 120px;
      border-radius: 18px;
      background-size: cover;
      background-position: center;
      overflow: hidden;
    }

    .student-collage .large {
      grid-row: span 2;
      min-height: 252px;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 26px;
      padding: 34px;
      border: 1px solid rgba(7, 22, 45, .08);
      box-shadow: var(--shadow-card);
      min-height: 100%;
    }

    .testimonial-img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 12px 30px rgba(7, 22, 45, .14);
    }

    /* CTA + Footer */
    .closing-cta {
      background: linear-gradient(120deg, rgba(7, 22, 45, .98), rgba(12, 43, 83, .94)), url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
      color: #fff;
      border-radius: 28px;
      padding: 52px;
      box-shadow: var(--shadow-soft);
    }

    footer {
      background: #020b17;
      color: rgba(255, 255, 255, .7);
      padding: 72px 0 28px;
    }

    footer h6 {
      color: var(--gold);
      font-weight: 900;
      font-size: .85rem;
      text-transform: uppercase;
      letter-spacing: .6px;
      margin-bottom: 18px;
    }

    footer a {
      color: rgba(255, 255, 255, .68);
      display: block;
      margin-bottom: 10px;
      font-size: .9rem;
    }

    footer a:hover {
      color: var(--gold);
    }

    .social a {
      display: inline-grid;
      width: 36px;
      height: 36px;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, .08);
      margin-right: 8px;
      color: #fff;
    }

    .floating-apply {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 1050;
      background: var(--gold);
      color: var(--navy);
      border-radius: 999px;
      padding: 13px 20px;
      font-weight: 900;
      box-shadow: 0 16px 35px rgba(244, 183, 42, .32);
    }

    .floating-apply:hover {
      color: var(--navy);
      transform: translateY(-2px);
    }

    @media (min-width: 992px) {
      .dropdown-mega:hover .mega-menu {
        display: block;
      }
    }

    @media (max-width: 1199px) {
      .hero-stat-row {
        grid-template-columns: repeat(2, 1fr);
        max-width: 520px;
      }
    }

    @media (max-width: 991px) {
      .top-bar .d-flex {
        gap: 8px;
      }

      .top-link {
        margin-left: 8px;
      }

      .main-nav .nav-link {
        padding: .75rem 0;
      }

      .mega-menu {
        position: static !important;
        width: 100%;
        transform: none;
        box-shadow: none;
        border-radius: 18px;
        padding: 20px;
        max-height: 70vh;
        overflow-y: auto;
      }

      .mega-col {
        border-right: 0;
        border-bottom: 1px solid rgba(7, 22, 45, .08);
        min-height: auto;
        padding: 16px 6px;
      }

      .hero-slide {
        min-height: 620px;
      }

      .hero-content {
        padding: 58px 0 90px;
      }

      .carousel-control-prev,
      .carousel-control-next {
        display: none;
      }

      .admission-wrap {
        padding: 26px;
      }

      .section-space {
        padding: 66px 0;
      }

      .student-collage {
        grid-template-columns: 1fr 1fr;
      }

      .student-collage .large {
        grid-column: span 2;
      }
    }

    @media (max-width: 575px) {
      .hero-title {
        letter-spacing: -1.5px;
      }

      .hero-stat-row {
        grid-template-columns: 1fr;
      }

      .hero-points {
        display: grid;
        gap: 8px;
      }

      .program-card,
      .enquiry-card,
      .closing-cta {
        padding: 24px;
      }

      .floating-apply {
        right: 14px;
        bottom: 14px;
        padding: 11px 15px;
      }
    }
    
    
  <!-- Mega Menu -->   
.dropdown-mega {
  position: static;
}

.mega-drop-btn {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
  padding: 1.1rem .75rem;
}

.mega-drop-btn:hover {
  color: var(--gold);
}

.mega-menu {
  display: none;
  width: min(1180px, calc(100vw - 32px));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 0;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  padding: 30px;
  background: rgba(255, 255, 255, .98);
  z-index: 999;
}

.mega-menu.show {
  display: block;
}

.mega-col {
  padding: 8px 14px;
  border-right: 1px solid rgba(7, 22, 45, .08);
}

.mega-col:last-child {
  border-right: 0;
}

.mega-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: rgba(244, 183, 42, .14);
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.mega-heading {
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #07162d;
  letter-spacing: .5px;
  margin-bottom: .65rem;
}

.mega-menu a {
  display: block;
  color: #31425a;
  font-size: .88rem;
  font-weight: 600;
  padding: .28rem 0;
}

.mega-menu a:hover {
  color: #f4b72a;
  padding-left: 4px;
}

@media (max-width: 991px) {
  .mega-menu {
    position: static;
    width: 100%;
    transform: none;
    border-radius: 18px;
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
  }

  .mega-col {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 22, 45, .08);
    padding: 16px 6px;
  }
}

/* Campus Life Section */

.campus-life-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  overflow: hidden;
}

.section-tag {
  display: inline-block;
  background: rgba(244, 183, 42, 0.14);
  color: #b8860b;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.campus-title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  color: #07162d;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.campus-text {
  color: #687385;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.campus-points {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.campus-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.campus-point i {
  min-width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.campus-point h5 {
  color: #07162d;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}

.campus-point p {
  color: #687385;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.campus-btn {
  background: #f4b72a;
  color: #07162d;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 14px 30px rgba(244, 183, 42, 0.28);
}

.campus-btn:hover {
  background: #ffd369;
  color: #07162d;
}

/* Video Layout */

.campus-video-wrapper {
  position: relative;
  padding: 18px;
}

.main-video-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 470px;
  box-shadow: 0 25px 70px rgba(7, 22, 45, 0.18);
}

.main-video-card img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 22, 45, 0.10) 0%,
    rgba(7, 22, 45, 0.52) 50%,
    rgba(7, 22, 45, 0.92) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 34px;
  color: #ffffff;
}

.play-btn {
  width: 82px;
  height: 82px;
  min-width: 82px;
  border-radius: 50%;
  border: none;
  background: #f4b72a;
  color: #07162d;
  display: grid;
  place-items: center;
  font-size: 42px;
  box-shadow: 0 18px 45px rgba(244, 183, 42, 0.36);
  transition: 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.08);
  background: #ffd369;
}

.video-content {
  max-width: 420px;
  text-align: right;
}

.video-content span {
  display: inline-block;
  color: #f4b72a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.video-content h4 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

/* Floating Card */

.floating-campus-card {
  position: absolute;
  top: -10px;
  right: 0;
  background: #ffffff;
  border-radius: 22px;
  padding: 22px 26px;
  box-shadow: 0 18px 50px rgba(7, 22, 45, 0.16);
  border: 1px solid rgba(7, 22, 45, 0.08);
}

.floating-campus-card h3 {
  color: #07162d;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 0;
}

.floating-campus-card p {
  color: #687385;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

/* Mini Cards */

.campus-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.mini-campus-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 130px;
  box-shadow: 0 14px 35px rgba(7, 22, 45, 0.12);
}

.mini-campus-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.mini-campus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 22, 45, 0.06) 0%,
    rgba(7, 22, 45, 0.75) 100%
  );
}

.mini-campus-card span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

/* Video Modal */

.campus-video-modal {
  background: #000000;
  border: none;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.video-close {
  position: absolute;
  right: -44px;
  top: -44px;
  background-color: #ffffff;
  opacity: 1;
  z-index: 10;
  border-radius: 50%;
  padding: 12px;
}

/* Responsive */

@media (max-width: 991px) {
  .campus-life-section {
    padding: 75px 0;
  }

  .campus-title {
    font-size: 38px;
  }

  .campus-video-wrapper {
    padding: 0;
  }

  .main-video-card,
  .main-video-card img {
    min-height: 390px;
    height: 390px;
  }

  .floating-campus-card {
    top: 18px;
    right: 18px;
  }

  .video-content {
    text-align: left;
  }

  .video-overlay {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 22px;
    justify-content: flex-start;
  }

  .play-btn {
    align-self: flex-start;
  }
}

@media (max-width: 575px) {
  .campus-life-section {
    padding: 60px 0;
  }

  .campus-title {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .campus-text {
    font-size: 15px;
  }

  .campus-point {
    gap: 12px;
  }

  .campus-point i {
    min-width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .main-video-card,
  .main-video-card img {
    min-height: 330px;
    height: 330px;
    border-radius: 24px;
  }

  .video-overlay {
    padding: 24px;
  }

  .play-btn {
    width: 66px;
    height: 66px;
    min-width: 66px;
    font-size: 34px;
  }

  .video-content h4 {
    font-size: 21px;
  }

  .floating-campus-card {
    position: static;
    margin-bottom: 16px;
    display: inline-block;
  }

  .campus-mini-grid {
    grid-template-columns: 1fr;
  }

  .mini-campus-card,
  .mini-campus-card img {
    min-height: 150px;
    height: 150px;
  }

  .video-close {
    right: 10px;
    top: 10px;
  }
}

/* Awards & Rankings Section */

.awards-section {
  padding: 20px 0;
  background:
    radial-gradient(circle at top right, rgba(244, 183, 42, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  overflow: hidden;
}

.section-badge {
  display: inline-block;
  background: rgba(244, 183, 42, 0.14);
  color: #b8860b;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.awards-title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  color: #07162d;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
}

.awards-text {
  max-width: 700px;
  color: #687385;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 0;
}

.awards-btn {
  background: #f4b72a;
  color: #07162d;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 14px 30px rgba(244, 183, 42, 0.28);
}

.awards-btn:hover {
  background: #ffd369;
  color: #07162d;
}

/* Award Cards */

.award-card {
  position: relative;
  height: 100%;
  padding: 32px 26px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.08);
  box-shadow: 0 16px 45px rgba(7, 22, 45, 0.08);
  overflow: hidden;
  transition: 0.3s ease;
}

.award-card::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 140px;
  height: 140px;
  background: rgba(244, 183, 42, 0.12);
  border-radius: 50%;
}

.award-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 65px rgba(7, 22, 45, 0.14);
}

.award-card.featured {
  background: linear-gradient(145deg, #07162d, #0b2345);
  color: #ffffff;
}

.award-card.featured .award-label,
.award-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.award-icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: rgba(244, 183, 42, 0.16);
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.award-card.featured .award-icon {
  background: rgba(255, 255, 255, 0.12);
}

.award-label {
  display: block;
  color: #687385;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.award-card h3 {
  font-size: 42px;
  font-weight: 900;
  color: inherit;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.award-card p {
  color: #687385;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Ranking Strip */

.ranking-strip {
  background: linear-gradient(135deg, #07162d, #0b2345);
  border-radius: 32px;
  padding: 42px;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 22, 45, 0.18);
}

.ranking-strip h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
}

.ranking-strip p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 0;
}

.ranking-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ranking-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
}

.ranking-item h4 {
  color: #f4b72a;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 8px;
}

.ranking-item span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

/* Ranking Logos */

.ranking-logo-area {
  margin-top: 46px;
  text-align: center;
}

.ranking-logo-area p {
  color: #687385;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.ranking-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ranking-logo {
  min-height: 74px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.08);
  box-shadow: 0 10px 28px rgba(7, 22, 45, 0.05);
  display: grid;
  place-items: center;
  color: #07162d;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  padding: 14px;
}

/* Responsive */

@media (max-width: 991px) {
  .awards-section {
    padding: 75px 0;
  }

  .awards-title {
    font-size: 38px;
  }

  .ranking-strip {
    padding: 32px;
  }

  .ranking-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ranking-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .awards-section {
    padding: 60px 0;
  }

  .awards-title {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .awards-text {
    font-size: 15px;
  }

  .award-card {
    padding: 28px 22px;
  }

  .award-card h3 {
    font-size: 34px;
  }

  .ranking-strip {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .ranking-strip h3 {
    font-size: 26px;
  }

  .ranking-grid {
    grid-template-columns: 1fr;
  }

  .ranking-logos {
    grid-template-columns: 1fr 1fr;
  }

  .ranking-logo {
    min-height: 64px;
    font-size: 13px;
  }
}

