:root {
  --vt-navy: #11194b;
  --vt-navy-2: #071335;
  --vt-blue: #3159b8;
  --vt-light-blue: #eaf4ff;
  --vt-gold: #f6ad16;
  --vt-gold-2: #d59a28;
  --vt-ink: #182044;
  --vt-muted: #66708a;
  --vt-line: #d8e4f5;
  --vt-cloud: #f7fbff;
}

html {
  scroll-behavior: smooth;
}

#admissions-form, #contact-form {
  scroll-margin-top: 110px;
}

body {
  background: #fff;
  color: var(--vt-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, .display-brand {
  color: var(--vt-navy);
  font-family: Oswald, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

a {
  color: var(--vt-blue);
}

.top-strip {
  background: var(--vt-navy);
  color: #fff;
  font-size: 0.9rem;
}

.navbar {
  box-shadow: 0 10px 24px rgba(7, 19, 53, 0.08);
}

.navbar .container {
  gap: 0.75rem;
}

.navbar-brand {
  flex-shrink: 0;
  white-space: nowrap;
}

.brand-logo {
  filter: drop-shadow(0 8px 14px rgba(7, 19, 53, 0.24));
  height: 54px;
  width: 54px;
}

.navbar-brand span:last-child {
  color: var(--vt-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  line-height: 1.2;
  white-space: nowrap;
}

.navbar .btn {
  white-space: nowrap;
}

@media (min-width: 1400px) and (max-width: 1540px) {
  .navbar-brand span:last-child {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) and (max-width: 1540px) {
  .brand-logo {
    height: 48px;
    width: 48px;
  }
}

@media (min-width: 1400px) and (max-width: 1540px) {
  .navbar-nav .nav-link {
    font-size: 0.94rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
}

@media (min-width: 1400px) and (max-width: 1540px) {
  .navbar .btn {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media (max-width: 1399.98px) {
  .navbar-collapse {
    padding-top: 1rem;
  }
}

@media (max-width: 1399.98px) {
  .navbar-nav .nav-link {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
  }
}

@media (max-width: 1399.98px) {
  .navbar .d-flex.gap-2 {
    padding-bottom: 0.5rem;
  }
}

.mega-menu {
  min-width: min(980px, calc(100vw - 2rem));
  padding: 1rem;
}

.mega-menu .school-link {
  border-left: 4px solid transparent;
  color: var(--vt-ink);
  display: block;
  padding: 0.65rem 0.75rem;
  text-decoration: none;
}

.mega-menu .school-link:hover {
  background: var(--vt-light-blue);
  border-left-color: var(--vt-gold);
}

.btn-vt-primary {
  --bs-btn-bg: var(--vt-navy);
  --bs-btn-border-color: var(--vt-navy);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-border-subtle);
  --bs-btn-hover-border-color: var(--vt-gold);
}

.btn-vt-gold {
  --bs-btn-bg: var(--vt-gold);
  --bs-btn-border-color: var(--vt-gold);
  --bs-btn-color: var(--vt-navy);
  --bs-btn-hover-bg: #f4bd43;
  --bs-btn-hover-border-color: #f4bd43;
}

.section-pad {
  padding: 5.25rem 0;
}

.section-kicker {
  color: var(--vt-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-hero, .course-hero {
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 52%, rgba(234, 244, 255, 0.92) 100%);
  min-height: 700px;
  overflow: hidden;
  position: relative;
}

.brand-hero::before, .brand-section::before {
  background: var(--vt-gold);
  border-bottom-right-radius: 240px;
  content: "";
  height: 260px;
  left: -100px;
  position: absolute;
  top: -120px;
  width: 360px;
}

.brand-hero::after, .brand-section::after {
  background: var(--vt-navy);
  border-top-left-radius: 260px;
  bottom: -130px;
  content: "";
  height: 230px;
  position: absolute;
  right: -80px;
  width: 460px;
}

.brand-hero .container, .course-hero .container, .brand-section .container {
  position: relative;
  z-index: 2;
}

.hero-logo {
  animation: floatLogo 4.5s ease-in-out infinite;
  filter: drop-shadow(0 18px 28px rgba(7, 19, 53, 0.28));
  max-width: min(360px, 74vw);
  width: 100%;
}

.hero-photo-wrap {
  position: relative;
}

.hero-photo {
  animation: softTilt 5s ease-in-out infinite;
  aspect-ratio: 4 / 5;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(7, 19, 53, 0.22);
  object-fit: cover;
  width: min(420px, 86vw);
}

.hero-photo-wide {
  aspect-ratio: 16 / 11;
  width: min(520px, 88vw);
}

.hero-photo-badge {
  background: var(--vt-gold);
  bottom: 8%;
  color: var(--vt-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  left: 50%;
  padding: 0.6rem 1rem;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.floating-card {
  animation: floatLogo 4.8s ease-in-out infinite;
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 19, 53, 0.14);
}

.home-photo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.1fr 0.9fr;
}

.home-photo-grid img, .student-strip img {
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 19, 53, 0.12);
  object-fit: cover;
  width: 100%;
}

.home-photo-grid img:first-child {
  height: 480px;
}

.home-photo-grid img:not(:first-child) {
  height: 232px;
}

.home-photo-stack {
  display: grid;
  gap: 1rem;
}

.student-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.student-strip img {
  height: 260px;
}

.pulse-ring {
  animation: pulseRing 2.4s ease-in-out infinite;
  border: 2px solid rgba(246, 173, 22, 0.55);
  border-radius: 999px;
  height: 88px;
  position: absolute;
  right: 8%;
  top: 14%;
  width: 88px;
}

.journey-card {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.journey-card img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.journey-card .journey-body {
  padding: 1.1rem;
}

.mini-stat {
  background: var(--vt-light-blue);
  border-left: 5px solid var(--vt-gold);
  border-radius: 8px;
  padding: 1rem;
}

.mini-stat strong {
  color: var(--vt-navy);
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.hero-word {
  color: var(--vt-blue);
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(4rem, 13vw, 9rem);
  font-weight: 800;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-word-home {
  font-size: clamp(3.2rem, 8vw, 6.6rem);
}

.hero-word strong {
  color: var(--vt-navy);
}

.brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.brand-note {
  background: var(--vt-light-blue);
  border: 2px solid #b9d2f3;
  border-radius: 8px;
  color: var(--vt-navy);
}

.info-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
}

.info-list li {
  color: var(--vt-ink);
  font-weight: 600;
}

.animated-dot-grid {
  background-image: radial-gradient(var(--vt-blue) 2px, transparent 2px);
  background-size: 18px 18px;
  height: 78px;
  opacity: 0.55;
  width: 96px;
}

.spark {
  animation: twinkle 2.7s ease-in-out infinite;
  color: var(--vt-gold);
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1;
}

.spark.blue {
  color: var(--vt-blue);
}

.brand-section {
  overflow: hidden;
  position: relative;
}

.choice-panel, .route-card, .school-card, .course-card, .info-card, .contact-card {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 19, 53, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.choice-panel:hover, .route-card:hover, .route-card.is-active, .school-card:hover, .course-card:hover, .info-card:hover {
  border-color: rgba(246, 173, 22, 0.7);
  box-shadow: 0 24px 54px rgba(7, 19, 53, 0.14);
  transform: translateY(-4px);
}

.route-card {
  color: var(--vt-ink);
  text-align: left;
  width: 100%;
}

.route-card.is-active {
  background: linear-gradient(180deg, #fff, var(--vt-light-blue));
}

.route-card .route-hint {
  color: var(--vt-blue);
  font-weight: 800;
}

.route-detail-panel {
  background: #fff;
  border: 2px solid var(--vt-gold);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(7, 19, 53, 0.12);
}

.route-detail-panel .feature-list {
  columns: 2;
}

.route-detail-panel .feature-list li {
  break-inside: avoid;
  margin-bottom: 0.55rem;
}

.school-icon, .brand-icon {
  align-items: center;
  background: var(--vt-navy);
  color: #fff;
  display: inline-flex;
  font-size: 1.45rem;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.brand-icon.gold {
  background: var(--vt-gold);
  color: var(--vt-navy);
}

.course-cover {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 19, 53, 0.16);
  display: block;
  max-height: 520px;
  object-fit: contain;
  padding: 0.35rem;
  width: 100%;
}

.preview-image-trigger {
  background: transparent;
  border: 0;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}

.preview-image-trigger .course-cover {
  cursor: zoom-in;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.preview-image-trigger:hover .course-cover, .preview-image-trigger:focus-visible .course-cover {
  box-shadow: 0 26px 64px rgba(7, 19, 53, 0.24);
  filter: saturate(1.08);
  transform: scale(1.035);
}

.preview-image-trigger::after {
  align-items: center;
  background: rgba(7, 19, 53, 0.86);
  bottom: 1rem;
  color: #fff;
  content: "View";
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.35rem;
  opacity: 0;
  padding: 0.4rem 0.65rem;
  position: absolute;
  right: 1rem;
  text-transform: uppercase;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.preview-image-trigger:hover::after, .preview-image-trigger:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.image-preview-overlay {
  align-items: center;
  background: rgba(7, 19, 53, 0.86);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 1090;
}

.image-preview-overlay.is-open {
  display: flex;
}

.image-preview-panel {
  background: #fff;
  border: 2px solid var(--vt-gold);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  max-height: calc(100vh - 3rem);
  max-width: min(980px, 96vw);
  overflow: hidden;
  width: 100%;
}

.image-preview-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--vt-line);
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

.image-preview-toolbar h2 {
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
}

.image-preview-body {
  background: var(--vt-cloud);
  max-height: calc(100vh - 9rem);
  overflow: auto;
  padding: 1rem;
  text-align: center;
}

.image-preview-body img {
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 19, 53, 0.16);
  max-width: 100%;
}

.cover-tilt {
  animation: softTilt 5s ease-in-out infinite;
}

.pathway-shell {
  background: linear-gradient(180deg, #fff 0%, var(--vt-cloud) 100%);
}

.pathway-board {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  overflow: hidden;
}

.pathway-line {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  overflow-x: auto;
  padding: 1.4rem;
}

.course-facts {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
}

.pathway-stop {
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  color: var(--vt-ink);
  min-height: 148px;
  padding: 1rem;
  position: relative;
  text-decoration: none;
}

.pathway-stop::before {
  background: var(--vt-gold);
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px var(--vt-line);
  content: "";
  height: 18px;
  left: 1rem;
  position: absolute;
  top: -10px;
  width: 18px;
}

.pathway-stop-disable::before {
  background: var(--vt-gold);
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px var(--vt-line);
  content: "";
  height: 18px;
  left: 1rem;
  position: absolute;
  top: -10px;
  width: 18px;
}

.pathway-stop:hover {
  border-color: var(--vt-gold);
  color: var(--vt-ink);
  transform: translateY(-3px);
}

.pathway-stop-disable:hover {
  border-color: #D8E4F5!important;
  color: var(--vt-ink);
  transform: translateY(0px)!important;
  cursor: default;
}

.level-badge {
  background: var(--vt-navy);
  color: #fff;
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0.32rem 0.5rem;
}

.brand-band {
  background: var(--vt-navy);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.legacy-contact {
  background: linear-gradient(120deg, rgba(36, 10, 82, 0.96), rgba(171, 16, 126, 0.88), rgba(22, 20, 35, 0.98));
  color: #fff;
  overflow: hidden;
  position: relative;
}

.legacy-contact::before, .legacy-contact::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  height: 96px;
  position: absolute;
  transform: rotate(40deg);
  width: 96px;
}

.legacy-contact::before {
  left: 4%;
  top: 12%;
}

.legacy-contact::after {
  bottom: 10%;
  right: 8%;
}

.location-panel {
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}

.location-heading {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 160px 1fr;
  margin-bottom: 2.5rem;
}

.location-heading h2 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4rem);
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.72);
}

.location-flag {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.62);
  object-fit: cover;
  padding: 0.12rem;
  width: 150px;
}

.legacy-contact-card {
  background: #fff;
  border-radius: 8px;
  color: #071335;
  padding: 2rem;
}

.legacy-contact-card h3 {
  color: #071335;
  text-transform: none;
}

.legacy-project {
  color: #006ef1;
  font-weight: 800;
}

.legacy-address {
  border-top: 1px solid rgba(7, 19, 53, 0.32);
  border-bottom: 1px solid var(--vt-line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 34px 1fr;
  margin-top: 1rem;
  padding: 0.8rem 0;
}

.map-frame {
  border: 0;
  height: 450px;
  max-width: 100%;
  width: 720px;
}

.brand-band h2, .brand-band h3 {
  color: #fff;
}

.brand-band::before {
  background: var(--vt-gold);
  border-bottom-right-radius: 220px;
  content: "";
  height: 180px;
  left: -80px;
  position: absolute;
  top: -80px;
  width: 300px;
}

.partner-marquee {
  display: flex;
  gap: 1rem;
  overflow: hidden;
}

.partner-track {
  animation: marquee 28s linear infinite;
  display: flex;
  gap: 1rem;
  min-width: max-content;
}

.partner-logo {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  height: 92px;
  justify-content: center;
  padding: 1rem;
  width: 160px;
}

.partner-logo img {
  max-height: 64px;
  max-width: 130px;
  object-fit: contain;
}

.anchor-sidebar {
  position: sticky;
  top: 98px;
}

.anchor-sidebar a {
  color: var(--vt-ink);
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.anchor-sidebar a:hover {
  color: var(--vt-blue);
}

.search-drawer {
  background: rgba(7, 19, 53, 0.76);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 1080;
}

.search-drawer.is-open {
  display: block;
}

.search-drawer-panel {
  background: #fff;
  border: 2px solid var(--vt-gold);
  border-radius: 8px;
  margin: 7rem auto 0;
  max-width: 820px;
  padding: 1.5rem;
}

.search-result {
  border-bottom: 1px solid var(--vt-line);
  color: var(--vt-ink);
  display: block;
  padding: 0.85rem 0;
  text-decoration: none;
}

.search-result:hover {
  color: var(--vt-blue);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.placement-hero .hero-photo-wide {
  aspect-ratio: 4 / 3;
  min-height: 360px;
}

.placement-section {
  background: linear-gradient(180deg, #fff 0%, var(--vt-cloud) 100%);
}

.placement-listing-wrap {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  box-shadow: var(--vt-shadow);
  padding: clamp(1rem, 3vw, 2rem);
}

.SP_listing {
  color: var(--vt-ink);
  display: grid;
  gap: 1rem;
  margin: 0;
}

.SP_country {
  background: linear-gradient(135deg, #fff, #f8fbff);
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 19, 53, 0.08);
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 1.4rem);
}

.SP_country-header {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.SP_country-flag {
  background-image: var(--flag-url, linear-gradient(135deg, var(--vt-navy), var(--vt-gold)));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(7, 19, 53, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(7, 19, 53, 0.12);
  flex: 0 0 68px;
  height: 46px;
}

.SP_country-flag.flag-uk {
  background: linear-gradient(135deg, #10245f 0 45%, #fff 45% 55%, #c31930 55% 100%);
}

.SP_country-title {
  color: var(--vt-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.SP_country-title span, .SP_country-title span span {
  color: var(--vt-navy) !important;
}

.SP_hint {
  color: var(--vt-muted);
  font-size: 0.92rem;
  margin-top: 0.25rem;
}

.SP_univ-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.SP_university {
  align-items: start;
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: 8px;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1rem;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.SP_university:hover {
  border-color: rgba(246, 173, 22, 0.74);
  box-shadow: 0 14px 26px rgba(7, 19, 53, 0.08);
  transform: translateY(-2px);
}

.SP_univ-name {
  color: var(--vt-ink);
  font-weight: 700;
  line-height: 1.45;
}

.SP_univ-name span[style] {
  color: var(--vt-muted) !important;
}

.SP_toggle-btn {
  align-items: center;
  background: var(--vt-gold);
  border: 0;
  border-radius: 8px;
  color: var(--vt-navy);
  display: inline-flex;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  padding: 0.62rem 0.9rem;
  white-space: nowrap;
}

.SP_toggle-btn:hover, .SP_toggle-btn:focus {
  background: #f4bd43;
  outline: 3px solid rgba(246, 173, 22, 0.26);
}

.SP_toggle-icon {
  height: 16px;
  transition: transform 220ms ease;
  width: 16px;
}

.SP_courses {
  background: var(--vt-cloud);
  border: 1px dashed #b9d7f3;
  border-radius: 8px;
  grid-column: 1 / -1;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 300ms ease, opacity 220ms ease, padding 220ms ease;
}

.SP_courses.SP_open {
  opacity: 1;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.SP_course-list, .SP_courses .card-body {
  color: var(--vt-ink);
}

.SP_courses .card {
  border-color: var(--vt-line);
  border-radius: 8px;
  overflow: hidden;
}

.SP_courses .card-header {
  background: var(--vt-navy) !important;
  color: #fff !important;
}

.SP_courses .list-group-item {
  border-color: var(--vt-line);
}

.footer {
  background: var(--vt-navy-2);
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

@keyframes floatLogo {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes softTilt {
  0%, 100% {
    transform: rotate(-1deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-8px);
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.82) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) rotate(18deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulseRing {
  0%, 100% {
    opacity: 0.25;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@media (max-width: 991.98px) {
  .brand-hero, .course-hero {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .mega-menu {
    min-width: auto;
  }
}

@media (max-width: 991.98px) {
  .pathway-line {
    grid-template-columns: repeat(6, 220px);
  }
}

@media (max-width: 991.98px) {
  .home-photo-grid, .student-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 3.5rem 0;
  }
}

@media (max-width: 575.98px) {
  .hero-word {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }
}

@media (max-width: 575.98px) {
  .search-drawer-panel {
    margin: 5rem 0.75rem 0;
  }
}

@media (max-width: 575.98px) {
  .route-detail-panel .feature-list {
    columns: 1;
  }
}

@media (max-width: 575.98px) {
  .location-heading {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .location-flag {
    margin: 0 auto;
    width: 118px;
  }
}

@media (max-width: 575.98px) {
  .legacy-contact-card {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .home-photo-grid, .student-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .home-photo-grid img:first-child, .home-photo-grid img:not(:first-child), .student-strip img {
    height: 260px;
  }
}

.force-hide {
  display: none!important;
}

.justify {
  text-align: justify;
}

.bsc-msc {
  text-transform: none;
}

