:root {
  --blue-950: #052654;
  --blue-900: #062f69;
  --blue-800: #093a7c;
  --blue-100: #eaf3ff;
  --orange: #ff5b0a;
  --orange-dark: #e64a00;
  --ink: #0a234b;
  --muted: #526070;
  --line: #dce5f0;
  --paper: #ffffff;
  --soft: #f4f8fc;
  --shadow: 0 18px 45px rgba(4, 31, 67, 0.12);
  --font-body: "Nunito Sans", Arial, sans-serif;
  --font-heading: "Poppins", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  background: #fff;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.top-header,
.trust-strip {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(90deg, #052b62, #061e43);
}

.top-header__inner,
.trust-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.top-header__contact,
.top-header__socials {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.top-header__contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.1px;
}

.top-header__contact a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: var(--orange);
  border-radius: 50%;
}

.top-header__socials {
  gap: 10px;
}

.top-header__socials a {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: var(--blue-950);
  background: #fff;
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.social-icon {
  width: 15px;
  height: 15px;
  display: block;
  fill: currentColor;
}

.top-header__socials .social-icon {
  width: 14px;
  height: 14px;
}

.top-header__socials a:hover {
  color: #fff;
  background: var(--orange);
}

.trust-strip span::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 3px;
}

.masthead {
  position: relative;
  min-height: 108px;
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.brand__crest {
  width: 230px;
  height: 82px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.brand__crest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong {
  display: block;
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.brand b {
  font-size: 1.28em;
}

.brand small {
  display: block;
  margin-top: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header-contact {
  display: grid;
  gap: 12px;
  font-weight: 700;
}

.header-contact a:first-child {
  font-size: 22px;
}

.header-contact a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: -2px;
  background: var(--blue-900);
  border-radius: 50%;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.btn--orange {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 20px rgba(255, 91, 10, 0.22);
}

.btn--orange:hover {
  background: var(--orange-dark);
}

.btn--blue {
  color: #fff;
  background: var(--blue-950);
}

.btn--light {
  color: var(--blue-950);
  background: rgba(255, 255, 255, 0.85);
  border-color: #9ab0cf;
}

.btn--small {
  min-height: 42px;
  padding-inline: 22px;
  font-size: 13px;
}

.main-nav {
  position: relative;
  z-index: 10;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--blue-950);
}

.menu-toggle {
  width: 46px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  color: #fff;
  background: var(--blue-950);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.main-nav.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.main-nav.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.main-nav.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-nav__inner {
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.7vw, 26px);
  flex-wrap: wrap;
  overflow: visible;
  background: transparent;
  border-radius: 4px;
}

.main-nav a,
.nav-dropdown__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 58px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav__inner > a.is-active::after,
.main-nav__inner > a:hover::after,
.nav-dropdown__toggle.is-active::after,
.nav-dropdown:hover .nav-dropdown__toggle::after,
.nav-dropdown:focus-within .nav-dropdown__toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--orange);
}

.nav-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.nav-dropdown__toggle {
  gap: 6px;
}

.nav-dropdown__toggle::before {
  content: "";
  order: 2;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: block;
  min-width: 210px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown__menu a {
  min-height: 40px;
  display: flex;
  padding: 0 14px;
  color: var(--blue-950);
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a.is-active {
  color: #fff;
  background: var(--blue-950);
}

.hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero__inner {
  width: 100%;
}

.hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  padding: 58px 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 4px;
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--orange);
}

.hero__copy > p:not(.eyebrow) {
  max-width: 440px;
  margin: 24px 0 30px;
  color: #1b2b3f;
  font-size: 17px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero__visual {
  position: relative;
  width: 100%;
  height: clamp(280px, 45vw, 720px);
  min-height: 0;
  overflow: hidden;
  margin: 0;
}

.hero__visual::before {
  display: none;
}

.hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 700ms ease, transform 1400ms ease;
}

.hero-slider__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slider__control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(5, 38, 84, 0.72);
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.hero-slider__control::before {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.hero-slider__control--prev::before {
  content: "<";
}

.hero-slider__control--next::before {
  content: ">";
}

.hero-slider__control:hover {
  background: var(--orange);
}

.hero-slider__control--prev {
  left: 26px;
}

.hero-slider__control--next {
  right: 26px;
}

.hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-slider__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.hero-slider__dots button.is-active {
  width: 30px;
  border-radius: 999px;
  background: var(--orange);
}

.section {
  padding: 48px 0;
}

.about {
  background: #f3f8ff;
}

.choose {
  background: #f8fbf4;
}

.infrastructure {
  background: #ffffff;
}

.testimonials {
  background: #eef6ff;
}

.about__grid {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 44px;
  align-items: center;
}

.image-card {
  height: 318px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about h2,
.choose h2,
.center-title {
  margin: 0 0 22px;
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.about__content > p:not(.section-kicker) {
  max-width: 710px;
  color: #2d3848;
  line-height: 1.8;
}

.section-kicker {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
}

.section-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 4px;
  background: var(--orange);
  border-radius: 10px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.feature-row article {
  display: grid;
  align-items: start;
  justify-items: start;
  min-width: 0;
  gap: 10px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(4, 31, 67, 0.06);
}

.mini-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-900);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 800;
}

.mini-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.feature-row strong,
.feature-row small {
  display: block;
  min-width: 0;
}

.feature-row strong {
  color: var(--blue-950);
  font-size: 14px;
  line-height: 1.3;
}

.feature-row small {
  margin-top: 0;
  color: #354255;
  font-size: 12px;
  line-height: 1.35;
}

.program-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 30px;
  align-items: stretch;
  padding: 46px 0;
  margin-bottom: 0;
  background: #fff7ef;
  box-shadow: 0 0 0 100vmax #fff7ef;
  clip-path: inset(0 -100vmax);
}

.program-card {
  padding: 32px 38px;
  color: #fff;
  background: linear-gradient(145deg, #052a61, #061d44);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.program-card p:first-child {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.program-card h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 46px;
  line-height: 0.9;
}

.program-card h3 {
  margin: 4px 0 12px;
  color: var(--orange);
  font-size: 23px;
}

.program-card p:last-of-type {
  margin: 0 0 22px;
  line-height: 1.65;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 34px 26px;
  background: linear-gradient(90deg, #fff, #f3f6fa);
  border-radius: 10px;
}

.stats-panel article {
  min-height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.stats-panel article:last-child {
  border-right: 0;
}

.stat-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  color: var(--blue-900);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(5, 38, 84, 0.13);
  font-weight: 800;
}

.stat-icon svg {
  width: 38px;
  height: 38px;
  display: block;
  fill: currentColor;
}

.stats-panel strong {
  color: var(--blue-950);
  font-size: 22px;
  text-transform: uppercase;
}

.stats-panel em {
  font-size: 15px;
  font-style: normal;
  text-transform: none;
}

.stats-panel small {
  color: var(--blue-900);
  font-weight: 800;
  text-transform: uppercase;
}

.choose__grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 78px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: #122b55;
  font-weight: 600;
}

.check-list li {
  position: relative;
  padding-left: 34px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: var(--orange);
  border-radius: 50%;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.campus-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.campus-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}

.campus-card__badges {
  position: absolute;
  inset: 0 0 0 auto;
  width: 260px;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 18px;
}

.campus-card__badges span {
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  color: #fff;
  background: rgba(5, 38, 84, 0.96);
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 10px 22px rgba(4, 31, 67, 0.2);
}

.center-title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 46px;
  text-align: center;
  font-size: clamp(30px, 3vw, 38px);
}

.center-title::before,
.center-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 3px;
  background: var(--orange);
}

.center-title::before {
  left: 0;
}

.center-title::after {
  right: 0;
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.infra-grid article {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 15px;
  padding: 22px 18px;
  text-align: center;
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(4, 31, 67, 0.06);
}

.infra-grid article:last-child {
  border-right: 1px solid var(--line);
}

.infra-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--blue-900);
  background: #fff;
  border: 1px solid #d6e5f8;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(5, 38, 84, 0.09);
}

.infra-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.infra-grid strong {
  font-size: 14px;
  line-height: 1.3;
}

.testimonials {
  padding-top: 28px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-grid article {
  min-height: 170px;
  display: grid;
  grid-template-columns: 76px 1fr;
  column-gap: 24px;
  align-items: start;
  padding: 26px;
  background: linear-gradient(145deg, #fff, #f3f6fa);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(4, 31, 67, 0.07);
}

.testimonial-grid img {
  grid-row: span 4;
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.testimonial-grid p {
  margin: 0 0 14px;
  color: #223044;
  line-height: 1.6;
}

.testimonial-grid strong {
  color: var(--blue-950);
  font-weight: 800;
}

.testimonial-grid small {
  color: var(--blue-900);
  font-weight: 700;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.dots span {
  width: 15px;
  height: 15px;
  background: #d5dbe4;
  border-radius: 50%;
}

.dots span:first-child {
  background: var(--blue-950);
}

.question-band {
  color: #fff;
  background: linear-gradient(90deg, var(--blue-950), #052044);
}

.question-band__inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.question-band strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.question-band p {
  margin: 4px 0 0;
}

.question-band .btn {
  min-width: 330px;
}

.footer {
  color: #fff;
  background: linear-gradient(135deg, #062b61, #061d42);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 1.05fr 1.15fr 1.15fr;
  gap: 34px;
  padding: 42px 0 36px;
}

.brand--footer .brand__crest {
  width: 168px;
  height: 96px;
  background: transparent;
}

.brand--footer strong {
  color: #fff;
  font-size: 30px;
}

.footer p,
.footer a,
.footer span,
.footer label,
.footer address {
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
  line-height: 1.65;
}

.footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 15px;
  text-transform: uppercase;
}

.footer__grid > div:not(.footer-brand),
.footer address,
.enquiry-form {
  display: grid;
  align-content: start;
  gap: 7px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.socials a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--blue-950);
  background: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.socials a:hover {
  color: #fff;
  background: var(--orange);
}

.enquiry-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.enquiry-form input,
.enquiry-form select {
  width: 100%;
  min-height: 45px;
  padding: 0 16px;
  border: 0;
  border-radius: 5px;
  color: #1d2d42;
  font: inherit;
  background: #fff;
}

.enquiry-form .btn {
  justify-self: start;
  width: 150px;
  margin-top: 8px;
}

.copyright {
  color: #fff;
  background: var(--orange);
}

.copyright .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
}

.page-hero {
  min-height: 190px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 38, 84, 0.96), rgba(5, 38, 84, 0.78)),
    url("../images/class.jpg") center / cover;
}

.page-hero--campus {
  background:
    linear-gradient(90deg, rgba(5, 38, 84, 0.96), rgba(5, 38, 84, 0.72)),
    url("../images/rs campus.jpg") center / cover;
}

.page-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1;
  text-transform: uppercase;
}

.breadcrumb {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.page-section {
  padding: 58px 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 42px;
  align-items: center;
}

.split-grid--reverse {
  grid-template-columns: 0.92fr 1fr;
}

.content-block h2,
.page-title {
  margin: 0 0 18px;
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.3vw, 40px);
  line-height: 1.02;
  text-transform: uppercase;
}

.content-block p {
  margin: 0 0 18px;
  color: #24364d;
  font-size: 16px;
  line-height: 1.8;
}

.soft-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(4, 31, 67, 0.07);
}

.value-grid,
.course-grid,
.facility-grid,
.placement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.value-card,
.course-card,
.facility-card,
.placement-card,
.person-card {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(4, 31, 67, 0.07);
}

.value-card {
  text-align: center;
}

.value-card .mini-icon,
.course-card .mini-icon,
.facility-card .mini-icon,
.placement-card .mini-icon {
  margin-bottom: 14px;
}

.value-card h3,
.course-card h3,
.facility-card h3,
.placement-card h3,
.person-card h3 {
  margin: 0 0 8px;
  color: var(--blue-950);
  font-size: 18px;
}

.value-card p,
.course-card p,
.facility-card p,
.placement-card p,
.person-card p {
  margin: 0;
  color: #40516a;
  line-height: 1.6;
}

.course-list {
  display: grid;
  gap: 22px;
}

.gnm-hero-card {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 42px;
  align-items: center;
  padding: 34px;
  background: linear-gradient(135deg, #fff, #f3f7fb);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.gnm-hero-card .image-card {
  height: 360px;
}

.gnm-program-wrap {
  margin-bottom: 0;
}

.course-row {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(4, 31, 67, 0.06);
}

.course-row img,
.facility-card img,
.gallery-grid img,
.person-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.course-row h2,
.course-row p {
  margin: 0 0 8px;
}

.course-row h2 {
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: 24px;
  text-transform: uppercase;
}

.course-meta {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.process-step {
  position: relative;
  padding: 24px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.process-step strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  color: #fff;
  background: var(--blue-900);
  border-radius: 50%;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(4, 31, 67, 0.06);
}

.data-table th,
.data-table td {
  padding: 15px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.data-table th {
  color: #fff;
  background: var(--blue-950);
}

.document-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-list li,
.contact-list li {
  position: relative;
  padding-left: 28px;
  color: #223650;
  line-height: 1.6;
}

.document-list li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
}

.facility-grid {
  grid-template-columns: repeat(3, 1fr);
}

.facility-card img {
  height: 170px;
  margin-bottom: 16px;
}

.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.gallery-tabs span {
  min-width: 120px;
  padding: 12px 20px;
  text-align: center;
  color: var(--blue-950);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-tabs span:first-child {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-grid img {
  height: 220px;
  box-shadow: 0 10px 24px rgba(4, 31, 67, 0.08);
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.logo-strip span {
  min-height: 78px;
  display: grid;
  place-items: center;
  color: var(--blue-950);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 800;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.person-card {
  text-align: center;
}

.person-card img {
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  border-radius: 50%;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: #1d2d42;
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.contact-form textarea {
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}

.map-frame {
  min-height: 260px;
  display: grid;
  place-items: center;
  margin-top: 32px;
  color: var(--blue-950);
  background:
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url("../images/rs campus.jpg") center / cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list details {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(4, 31, 67, 0.05);
}

.faq-list summary {
  color: var(--blue-950);
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  margin: 14px 0 0;
  color: #40516a;
  line-height: 1.7;
}

.course-detail-hero {
  min-height: 250px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 38, 84, 0.98) 0%, rgba(5, 38, 84, 0.86) 45%, rgba(5, 38, 84, 0.2) 100%),
    url("../images/about.jpg") center right / cover;
}

.course-detail-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
}

.course-detail-hero .breadcrumb {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.course-detail-hero .breadcrumb span {
  color: var(--orange);
}

.course-tabs-wrap {
  position: relative;
  z-index: 4;
  margin-top: -42px;
}

.course-tabs {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.course-tabs a {
  min-height: 86px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: var(--blue-950);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid var(--line);
}

.course-tabs a:last-child {
  border-right: 0;
}

.course-tabs span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--blue-950);
  background: var(--blue-100);
  border-radius: 50%;
  font-size: 11px;
}

.course-tabs span svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.course-tabs a.is-active {
  color: var(--orange);
  box-shadow: inset 0 -4px 0 var(--orange);
}

.course-tabs a.is-active span {
  color: #fff;
  background: var(--orange);
}

.course-detail-section {
  padding: 48px 0 58px;
}

.course-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px;
  align-items: start;
}

.course-main {
  display: grid;
  gap: 34px;
}

.course-section-block h2,
.sidebar-card h3,
.admission-card h3 {
  position: relative;
  margin: 0 0 18px;
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.course-section-block h2 {
  padding-left: 18px;
}

.course-section-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 9px;
  height: 4px;
  background: var(--orange);
  border-radius: 999px;
}

.course-section-block p {
  margin: 0 0 22px;
  color: #2a394d;
  line-height: 1.75;
}

.course-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: linear-gradient(90deg, #fff, #f4f6fa);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.course-facts article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: center;
  padding: 20px 22px;
  border-right: 1px solid var(--line);
}

.course-facts article:last-child {
  border-right: 0;
}

.course-facts .stat-icon {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  font-size: 13px;
}

.course-facts strong,
.course-facts small {
  display: block;
}

.course-facts strong {
  color: var(--blue-950);
  font-size: 14px;
}

.course-facts small {
  color: #1f2d42;
  font-weight: 700;
}

.curriculum-list {
  display: grid;
  gap: 10px;
}

.curriculum-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.curriculum-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 24px;
  color: var(--blue-950);
  font-weight: 800;
  cursor: pointer;
}

.curriculum-list details[open] summary {
  color: #fff;
  background: var(--blue-950);
}

.curriculum-list summary span {
  min-width: 64px;
}

.curriculum-body {
  padding: 22px 28px;
}

.curriculum-body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.curriculum-body li,
.orange-list li {
  position: relative;
  padding-left: 26px;
  color: #26354a;
  line-height: 1.55;
}

.curriculum-body li::before,
.orange-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  background: var(--orange);
  border-radius: 50%;
}

.clinical-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fees-grid,
.career-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}

.career-grid {
  grid-template-columns: repeat(4, 1fr);
}

.fees-grid article,
.career-grid article {
  padding: 22px;
  background: linear-gradient(145deg, #fff, #f4f6fa);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.fees-grid h3,
.career-grid h3 {
  margin: 0 0 8px;
  color: var(--blue-950);
  font-size: 16px;
}

.fees-grid p,
.career-grid p {
  margin: 0;
  color: #40516a;
  font-size: 14px;
  line-height: 1.6;
}

.fees-list {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.clinical-row article {
  display: flex;
  align-items: center;
  gap: 14px;
}

.clinical-row .mini-icon {
  width: 44px;
  height: 44px;
  font-size: 10px;
  border-radius: 50%;
}

.course-sidebar {
  display: grid;
  gap: 18px;
}

.sidebar-card,
.admission-card {
  padding: 28px;
  background: linear-gradient(145deg, #fff, #f4f6fa);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(4, 31, 67, 0.07);
}

.sidebar-card h3 {
  padding-left: 42px;
  font-size: 22px;
}

.sidebar-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  background: var(--blue-950);
  border-radius: 8px;
}

.orange-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admission-card {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, var(--orange), #d84a00);
  border-color: transparent;
}

.admission-card h3,
.admission-card p {
  color: #fff;
}

.admission-card p {
  margin: 0 0 22px;
  line-height: 1.6;
}

.admission-card .btn {
  width: 100%;
}

.about-story {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.about-story__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.about-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.about-badges span {
  padding: 10px 14px;
  color: var(--blue-950);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(4, 31, 67, 0.06);
}

.about-photo-stack {
  position: relative;
  min-height: 440px;
}

.about-photo-main,
.about-photo-small {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.about-photo-main {
  height: 390px;
}

.about-photo-small {
  position: absolute;
  left: -54px;
  bottom: 0;
  width: 310px;
  height: 190px;
  border: 8px solid #fff;
}

.about-stat-band {
  padding: 30px 0;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-950), #082f66);
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.about-stat-grid article {
  padding: 22px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.about-stat-grid article:last-child {
  border-right: 0;
}

.about-stat-grid strong,
.about-stat-grid span {
  display: block;
}

.about-stat-grid strong {
  font-family: var(--font-heading);
  font-size: 30px;
  margin-bottom: 6px;
}

.about-stat-grid span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mission-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(4, 31, 67, 0.08);
}

.mission-card--dark {
  color: #fff;
  background: linear-gradient(145deg, var(--blue-950), #082f66);
  border-color: transparent;
}

.mission-card h2 {
  margin: 18px 0 12px;
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: 24px;
  text-transform: uppercase;
}

.mission-card p {
  margin: 0;
  color: #40516a;
  line-height: 1.75;
}

.mission-card--dark h2,
.mission-card--dark p {
  color: #fff;
}

.about-campus-panel {
  background: #f7fbff;
}

.about-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.about-check-grid span {
  position: relative;
  padding: 16px 18px 16px 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
}

.about-check-grid span::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: var(--orange);
  border-radius: 50%;
}

.director-teaser {
  padding: 44px 0;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-950), #0b376f);
}

.director-teaser__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.director-teaser h2,
.director-teaser p,
.director-teaser .section-kicker {
  color: #fff;
}

.director-teaser h2 {
  margin: 4px 0 10px;
  font-family: var(--font-heading);
  text-transform: uppercase;
}

.director-teaser p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.director-message-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 44px;
  align-items: start;
}

.director-profile-card,
.director-letter {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.director-profile-card {
  position: sticky;
  top: 24px;
  padding: 34px;
  text-align: center;
}

.director-avatar {
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0 auto 22px;
  color: #fff;
  background:
    linear-gradient(var(--blue-950), var(--blue-950)) padding-box,
    linear-gradient(145deg, var(--orange), #fff, var(--blue-950)) border-box;
  border: 6px solid transparent;
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 800;
}

.director-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.director-profile-card h2 {
  margin: 0 0 8px;
  color: var(--blue-950);
  font-family: var(--font-heading);
  text-transform: uppercase;
}

.director-profile-card p {
  margin: 0 0 16px;
  color: #40516a;
  font-weight: 700;
}

.director-profile-card span {
  display: inline-block;
  padding: 10px 14px;
  color: var(--orange);
  background: #fff5ef;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.director-letter {
  padding: 42px;
}

.director-letter h2 {
  margin: 0 0 24px;
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  text-transform: uppercase;
}

.director-letter p {
  color: #2a394d;
  font-size: 16px;
  line-height: 1.85;
}

.director-signature {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.director-signature strong,
.director-signature span {
  display: block;
}

.director-signature strong {
  color: var(--blue-950);
  font-family: var(--font-heading);
  font-size: 20px;
}

.director-signature span {
  color: var(--muted);
  margin-top: 4px;
}

@media (max-width: 1080px) {
  .masthead {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .main-nav__inner {
    justify-content: flex-start;
    padding: 0 16px;
  }

  .hero__inner,
  .about__grid,
  .program-wrap,
  .choose__grid,
  .split-grid,
  .split-grid--reverse,
  .contact-grid,
  .gnm-hero-card,
  .course-detail-grid,
  .about-story__grid,
  .director-message-grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: 0;
  }

  .hero__visual {
    height: 360px;
    min-height: 360px;
    margin: 0;
  }

  .hero__visual::before {
    display: none;
  }

  .feature-row,
  .footer__grid,
  .value-grid,
  .course-grid,
  .facility-grid,
  .placement-grid,
  .people-grid,
  .logo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-row {
    gap: 14px;
  }

  .program-wrap,
  .choose__grid {
    gap: 28px;
  }

  .infra-grid,
  .process-grid,
  .gallery-grid,
  .course-facts,
  .clinical-row,
  .fees-grid,
  .career-grid,
  .mission-grid,
  .about-stat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-photo-small {
    left: 24px;
  }

  .director-profile-card {
    position: static;
  }

  .course-row {
    grid-template-columns: 190px 1fr;
  }

  .course-row .btn {
    grid-column: 2;
    justify-self: start;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 30px, 1240px);
  }

  .top-header__inner,
  .trust-strip__inner {
    justify-content: center;
    padding: 10px 0;
    text-align: center;
  }

  .top-header__contact {
    justify-content: center;
    gap: 8px 14px;
  }

  .top-header__socials {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .brand__crest {
    width: 190px;
    height: 70px;
  }

  .brand strong {
    font-size: 31px;
  }

  .masthead {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 16px 0;
  }

  .main-nav {
    position: static;
    align-self: center;
    justify-content: flex-end;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav__inner {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 40;
    min-height: 0;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open .main-nav__inner {
    display: flex;
  }

  .main-nav a,
  .nav-dropdown__toggle {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 5px;
  }

  .main-nav__inner > a.is-active,
  .main-nav__inner > a:hover,
  .nav-dropdown__toggle.is-active,
  .nav-dropdown:hover .nav-dropdown__toggle,
  .nav-dropdown:focus-within .nav-dropdown__toggle {
    color: #fff;
    background: var(--blue-950);
  }

  .main-nav__inner > a.is-active::after,
  .main-nav__inner > a:hover::after,
  .nav-dropdown__toggle.is-active::after,
  .nav-dropdown:hover .nav-dropdown__toggle::after,
  .nav-dropdown:focus-within .nav-dropdown__toggle::after {
    display: none;
  }

  .nav-dropdown__menu {
    position: static;
    display: block;
    min-width: 180px;
    margin: 0 0 8px;
    padding: 4px 0 4px 12px;
    border: 0;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    transform: none;
  }

  .hero__copy {
    padding: 40px 0 28px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-slider__control {
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .hero-slider__control--prev {
    left: 12px;
  }

  .hero-slider__control--next {
    right: 12px;
  }

  .hero__visual {
    height: auto;
    min-height: 0;
    aspect-ratio: 1365 / 614;
    background: #eef6ff;
  }

  .hero-slider__slide {
    object-fit: contain;
    object-position: center;
  }

  .hero__actions,
  .question-band__inner,
  .copyright .container {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .question-band .btn {
    width: 100%;
    min-width: 0;
  }

  .feature-row,
  .stats-panel,
  .infra-grid,
  .footer__grid,
  .value-grid,
  .course-grid,
  .facility-grid,
  .placement-grid,
  .people-grid,
  .logo-strip,
  .process-grid,
  .gallery-grid,
  .document-list,
  .course-row,
  .course-tabs,
  .course-facts,
  .curriculum-body ul,
  .clinical-row,
  .fees-grid,
  .career-grid,
  .mission-grid,
  .about-stat-grid,
  .about-check-grid {
    grid-template-columns: 1fr;
  }

  .page-section {
    padding: 40px 0;
  }

  .page-hero {
    min-height: 150px;
  }

  .course-detail-hero {
    min-height: 190px;
  }

  .course-tabs-wrap {
    margin-top: 0;
  }

  .course-tabs {
    border-radius: 0;
  }

  .course-tabs a,
  .course-facts article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .course-tabs a:last-child,
  .course-facts article:last-child {
    border-bottom: 0;
  }

  .center-title {
    padding-inline: 28px;
  }

  .center-title::before,
  .center-title::after {
    width: 20px;
  }

  .hero-slider__slide {
    transform: none;
  }

  .about-photo-stack {
    min-height: 0;
  }

  .about-photo-main {
    height: 260px;
  }

  .about-photo-small {
    position: static;
    width: 100%;
    height: 190px;
    margin-top: 16px;
    border-width: 0;
  }

  .about-stat-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .about-stat-grid article:last-child {
    border-bottom: 0;
  }

  .director-teaser__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .director-letter {
    padding: 26px;
  }

  .gnm-hero-card {
    padding: 22px;
  }

  .gnm-hero-card .image-card {
    height: 260px;
  }

  .course-row .btn {
    grid-column: auto;
  }

  .stats-panel article,
  .infra-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-panel article:last-child,
  .infra-grid article:last-child {
    border-bottom: 0;
  }

  .campus-card__badges {
    position: static;
    width: auto;
    background: var(--blue-950);
  }

  .campus-card img {
    height: 260px;
  }

  .testimonial-grid article {
    grid-template-columns: 1fr;
  }

  .testimonial-grid img {
    grid-row: auto;
  }

  .footer__grid > div:not(.footer-brand),
  .footer address,
  .enquiry-form {
    padding-left: 0;
    border-left: 0;
  }
}
