:root {
  --dark-blue: #1b365d;
  --light-grey: #f4f7fa;
  --gold: #d4af37;
  --charcoal-grey: #333333;
}

body {
  margin: 0;
  font-family: "Lexend", sans-serif;
  color: var(--text-main);
  background-color: #f4f6fa;
  /* color: #1d2d44; */
}

p {
  text-align: justify;
}

.site-section-shell {
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

html {
  scroll-behavior: smooth;
}

.site-header {
  background-color: #ffffff;
  overflow: visible;
  z-index: 50;
}

.top-strip {
  background-color: #062f66;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 8px 0;
}

.top-strip-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 5px 0;
}

.top-left {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-weight: 600;
}

.top-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.top-contact-icon {
  font-size: 1rem;
  font-variation-settings: 'FILL' 1;
  opacity: 0.85;
}

.top-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.header-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.header-social-link:hover,
.header-social-link:focus {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.28);
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-1px);
}

.mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.52rem 0.8rem;
  border-radius: 6px;
}

.mini-btn-orange {
  background-color: #ff7f22;
}

.mini-btn-cyan {
  background-color: #16ace8;
}

.mini-btn-green {
  background-color: #28a745;
}

.brand-strip {
  background-color: #ffffff;
  padding: 12px 0 12px;
}

.brand-strip-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.brand-logo-link {
  display: inline-flex;
  align-items: center;
}

.main-logo-desktop {
  max-width: 70%;
  height: auto;
  margin: auto;
}

.main-logo-mobile {
  display: none;
  max-width: 300px;
}

.main-nav-wrap,
.site-sticky-navbar {
  background-color: #0a356c;
  z-index: 60;
}

.sticky-navbar,
.site-sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.main-nav-panel,
.site-sticky-navbar__inner {
  position: relative;
}

.sticky-nav-logo-link {
  display: none;
}

.nav-toggle,
.nav-close {
  border: 0;
  background: transparent;
  color: #0a356c;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.nav-toggle .material-symbols-outlined {
  font-size: 2rem;
}

.nav-close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 2;
}

.nav-backdrop {
  display: none;
}

/* Keep section backgrounds aligned with navbar blue */
section.bg-background-light,
section.bg-primary {
  background-color: #0a356c !important;
}

.leadership-dropdown {
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.leadership-message-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 1.5rem;
  align-items: start;
}

.leadership-copy>*+* {
  margin-top: 0.95rem;
}

.leadership-media {
  position: sticky;
  top: 1.25rem;
}

.leadership-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

.inner-page-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 3rem;
  color: #ffffff;
}

.inner-page-hero::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: url("images/b1.jpg") center / cover no-repeat;
  filter: blur(1px);
  z-index: 0;
}

.inner-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 31, 67, 0.58);
  z-index: 1;
}

.inner-page-hero>* {
  position: relative;
  z-index: 2;
}

.inner-page-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.inner-page-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.inner-page-subtitle {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.inner-page-section {
  padding: 4rem 0;
  background: #f4f7fa;
}

.message-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

@media (max-width:550px) {
  .message-card{
    padding: 1rem;
  }

  .message-copy{
    padding-left: 1rem !important;
  }

  
}


.message-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(200px, 0.4fr);
  gap: 2.5rem;
  align-items: stretch;
}

.message-copy {
  border-left: 4px solid #d4af37;
  padding-left: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.message-copy>*+* {
  margin-top: 1rem;
}

.message-copy p {
  /* color: #475569; */
  line-height: 1.8;
  font-size: 1rem;
}

.message-name {
  margin-top: 1.2rem;
  color: #d4af37;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 1px;
}

.message-role {
  display: block;
  font-weight: bold;
  margin-top: 0px;
  color: rgb(48, 48, 157);
}

.message-image-wrap {
  align-self: stretch;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}

.message-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 16px;
}

.chairman-page .message-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  align-items: stretch;
}

.chairman-page .message-image-wrap {
  align-self: stretch;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}

.chairman-page .message-image {
  height: 100%;
  max-height: none;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}

.facilities-swiper {
  padding-bottom: 2.6rem;
}

.facilities-swiper .swiper-pagination-bullet {
  background: #0a356c;
  opacity: 0.35;
}

.facilities-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.testimonials-swiper {
  padding-bottom: 2rem;
}

.testimonials-swiper .swiper-pagination {
  bottom: 0;
}

.testimonials-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.testimonials-swiper .swiper-slide>.group {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonials-swiper .swiper-pagination-bullet {
  background: #0a356c;
  opacity: 0.35;
}

.testimonials-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.testimonial-controls {
  position: relative;
  z-index: 5;
}

.testimonial-prev,
.testimonial-next {
  position: relative;
  z-index: 6;
}

.why-choose-point-title {
  font-size: 1.3rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .testimonials-swiper .swiper-slide>.group {
    height: 100%;
  }
}

.quick-highlights-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.quick-highlights-overlay {
  display: none;
}

.section-heading {
  margin-bottom: 1.25rem;
}

.section-heading.centered {
  text-align: center;
}

.section-heading-title,
.quick-highlights-title {
  margin: 0;
  color: #0a356c;
  font-size: clamp(1.8rem, 3.2vw, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.7px;
}

.section-heading-divider,
.quick-highlights-divider {
  width: 90px;
  height: 5px;
  border-radius: 999px;
  margin: 0.85rem auto 1rem;
  background: #d4ae31;
}

.section-heading:not(.centered) .section-heading-divider {
  margin-left: 0;
  margin-right: 0;
}

.section-heading-subtitle,
.quick-highlights-subtitle {
  margin: 0 auto;
  max-width: 640px;
  color: #2a3e59;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
}

.section-heading:not(.centered) .section-heading-subtitle {
  margin-left: 0;
  margin-right: 0;
}

.section-heading--dark .section-heading-title {
  color: #ffffff;
}

.section-heading--dark .section-heading-divider {
  background: #d4ae31;
}

.section-heading--dark .section-heading-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.quick-highlight-card {
  border-radius: 14px;
  padding: 1.45rem 1.35rem;
  border: 2px solid rgba(10, 53, 108, 0.14);
  background: #ffffff;
  backdrop-filter: blur(2px);
  min-height: 208px;
  height: 100%;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.highlights-swiper {
  padding-bottom: 2.8rem !important;
}

.highlights-pagination {
  bottom: 0 !important;
}

.highlights-pagination .swiper-pagination-bullet {
  background: #0a356c;
  opacity: 0.24;
}

.highlights-pagination .swiper-pagination-bullet-active {
  background: #d4ae31;
  opacity: 1;
  width: 24px;
  border-radius: 4px;
}

.quick-highlight-icon {
  color: #d4ae31;
  font-size: 2.05rem;
  margin-bottom: 0.8rem;
}

.quick-highlight-heading {
  margin: 0 0 0.6rem;
  color: #0a356c;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.2;
}

.quick-highlight-text {
  margin: 0;
  color: #24364f;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .quick-highlight-card {
    min-height: 196px;
  }
}

@media (max-width: 768px) {
  .quick-highlights-subtitle {
    max-width: 92%;
    font-size: 0.98rem;
  }

  .quick-highlight-card {
    min-height: unset;
    padding: 1.25rem 1.1rem;
  }

  .quick-highlight-heading {
    font-size: 1.45rem;
  }
}

.main-nav,
.site-sticky-menu {
  margin: 0;
  min-height: 54px;
  padding: 0 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.main-nav a,
.site-sticky-menu a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.04rem;
}

.main-nav>li>a.is-active,
.site-sticky-menu>li>a.is-active {
  color: #f2bd2f;
}

.main-nav>li>a.is-active::before,
.site-sticky-menu>li>a.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 3px;
  border-radius: 999px;
  background: #f2bd2f;
}

.nav-dropdown,
.site-sticky-item {
  position: relative;
}

.nav-dropdown>a,
.site-sticky-item>a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-dropdown>a::after,
.site-sticky-item>a::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 1.05rem;
  line-height: 1;
}

.nav-dropdown-menu,
.site-sticky-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  margin: 0;
  padding: 0.6rem;
  list-style: none;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
  display: none;
  z-index: 20;
}

@media (min-width: 1025px) {

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu,
  .site-sticky-item:hover .site-sticky-dropdown,
  .site-sticky-item:focus-within .site-sticky-dropdown {
    display: block;
  }
}

.nav-dropdown-menu a,
.site-sticky-dropdown a {
  color: #0f172a;
  display: block;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  font-size: 0.95rem;
}

.nav-dropdown-menu a.is-active,
.site-sticky-dropdown a.is-active {
  background: #0a356c;
  color: #ffffff;
  font-weight: 800;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus,
.site-sticky-dropdown a:hover,
.site-sticky-dropdown a:focus {
  background: #0a356c;
  color: #ffffff;
}

.main-nav a:hover,
.main-nav a:focus,
.site-sticky-menu a:hover,
.site-sticky-menu a:focus {
  color: #89d5ff;
}

.home-about-section {
  padding: 4.5rem 0;
  background: #ffffff;
}

.home-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2.5rem;
  align-items: center;
}

.home-about-heading .quick-highlights-divider {
  margin-left: 0;
  margin-right: 0;
}

.home-about-text {
  color: #334155;
  font-size: 1.04rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.home-about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.home-about-points span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eff6ff;
  color: #0a356c;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.62rem 0.9rem;
}

.home-about-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0a356c;
  text-decoration: none;
  font-weight: 800;
  border-radius: 12px;
  padding: 0.9rem 1.2rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.home-about-link:hover,
.home-about-link:focus {
  color: #ffffff;
  background: #062f66;
  transform: translateY(-2px);
}

.why-choose-link {
  background: #ffffff;
  color: #0a356c !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 28px rgba(8, 31, 67, 0.16);
}

.why-choose-link:hover,
.why-choose-link:focus {
  background: #eaf2ff;
  color: #0a356c !important;
  border-color: rgba(255, 255, 255, 0.4);
}

.home-about-media {
  position: relative;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.15);
}

.home-about-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.programs-showcase-section {
  position: relative;
  overflow: hidden;
  background-color: #dce7f1;
  background-image: url("images/Campus\ Background.png");
  background-size: cover;
  background-position: center;
}

.programs-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(220, 231, 241, 0.97), rgba(220, 231, 241, 0.95));
}

.programs-showcase-section>.site-section-shell {
  position: relative;
  z-index: 1;
}

.programs-showcase-header {
  max-width: 860px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.programs-showcase-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.35rem;
  padding: 0.85rem 2.15rem;
  border-radius: 999px;
  background: #cfecef;
  color: #005c5d;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.programs-showcase-header .section-heading-subtitle {
  max-width: 680px;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.placement-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.placement-stat-card {
  padding: 1.25rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
}

.placement-stat-value {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.3rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

.placement-stat-label {
  margin: 0.55rem 0 0;
  color: #dbeafe;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.programs-availability-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  max-width: 760px;
  margin: 1.7rem auto 0;
  padding: 1rem 1.2rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #005c5d 0%, #0b7b7d 100%);
  box-shadow: 0 18px 36px rgba(0, 92, 93, 0.16);
  color: #ffffff;
  text-align: left;
}

.programs-availability-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.programs-availability-count strong {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  font-weight: 900;
}

.programs-availability-count span {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.programs-availability-highlight p {
  margin: 0;
  max-width: 470px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.65;
}

.program-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}

.program-tab-button {
  position: relative;
  border: 0;
  background: transparent;
  color: #8a8a8a;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 900;
  padding: 0 0 1rem;
  cursor: pointer;
}

.program-tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

.program-tab-button.is-active {
  color: #005c5d;
}

.program-tab-button.is-active::after {
  background: #005c5d;
}

.program-tab-panel {
  animation: programPanelFade 0.28s ease;
}

.program-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.program-card-grid-compact {
  max-width: 760px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-course-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 78px;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #eff9f9 100%);
  border: 1px solid rgba(0, 92, 93, 0.14);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  color: #1e293b;
  font-size: 1rem;
  font-weight: 800;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.program-course-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #f2bd2f 0%, #005c5d 100%);
}

.program-course-card::after {
  content: "Available";
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(0, 92, 93, 0.08);
  color: #005c5d;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.program-course-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 92, 93, 0.3);
  box-shadow: 0 18px 34px rgba(0, 92, 93, 0.15);
}

.program-course-card .material-symbols-outlined {
  position: relative;
  z-index: 1;
  color: #005c5d;
  font-size: 2rem;
}

.program-course-card span:last-child {
  position: relative;
  z-index: 1;
  padding-right: 5rem;
}

@keyframes programPanelFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.latest-updates-marquee {
  position: relative;
  height: 420px !important;
  overflow: hidden;
  border: 3px solid white;
  border-radius: 1rem;
}

.latest-updates-track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  will-change: transform;
  width: 100%;
  animation: latest-updates-scroll 36s linear infinite;
}

.latest-updates-marquee:hover .latest-updates-track {
  animation-play-state: paused;
}




.latest-update-card {
  min-height: 132px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  color: #ffffff;
}

.latest-update-card h4 {
  color: #ffffff;
}

.latest-update-card .text-primary {
  color: #d4af37 !important;
}

.latest-update-card h4:hover {
  color: #d4af37 !important;
}

.latest-update-media {
  width: 96px;
  min-width: 96px;
  height: 96px;
}

.latest-update-card>div:last-child {
  min-width: 0;
}

.campus-life-card {
  /* background: linear-gradient(145deg, #ffffff 0%, #eef4ff 100%); */
  border: 3px solid white;
  box-shadow: 0 16px 36px rgba(5, 35, 86, 0.16);
}

.campus-life-swiper {
  width: 100%;
  padding-bottom: 0;
}

.campus-life-gallery-image {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

@media (min-width: 1025px) {

  .campus-life-card {
    height: 420px;
  }

  .campus-life-swiper,
  .campus-life-swiper .swiper-wrapper,
  .campus-life-swiper .swiper-slide {
    height: 100%;
  }

  .campus-life-gallery-image {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .latest-campus-section {
    --bs-gutter-y: 1.5rem;
  }

  .latest-updates-marquee {
    height: 480px;
    overflow: hidden;
  }

  .latest-updates-marquee::before,
  .latest-updates-marquee::after {
    display: none;
  }


  .latest-update-card {
    align-items: flex-start;
  }

  .campus-life-card {
    /* min-height: 320px; */
    height: auto;
    width: 100%;
  }

  .campus-life-swiper,
  .campus-life-swiper .swiper-wrapper,
  .campus-life-swiper .swiper-slide {
    width: 100%;
  }

  .campus-life-gallery-image {
    height: 320px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .latest-updates-marquee {
    height: 360px;
  }

  .latest-update-card {
    padding: 0.9rem;
  }

  .latest-update-media {
    width: 100%;
    min-width: 100%;
    height: 120px;
  }

  .campus-life-gallery-image {
    height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .latest-updates-track {
    animation: none;
  }
}

@keyframes latest-updates-scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.site-footer {
  padding: 1.5rem 0 1rem;
  background: linear-gradient(180deg, #0b2f62 0%, #081f43 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-panel {
  padding: 0.75rem 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer-grid {
  gap: 2rem;
  margin-bottom: 1.75rem;
}

.footer-brand-block,
.footer-col {
  min-width: 0;
}

.footer-brand-block>*+* {
  margin-top: 0.85rem;
}

.footer-brand-logo {
  width: min(100%, 320px);
  height: auto;
  filter: none;
}

.footer-heading {
  margin-bottom: 0.85rem;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-copy,
.footer-list,
.footer-bottom {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li+li {
  margin-top: 0.55rem;
}

.footer-text-link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
}

.footer-text-link:hover,
.footer-text-link:focus {
  color: #ffffff;
  text-decoration: underline;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 10px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-social-link:hover,
.footer-social-link:focus {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.22);
  border-color: rgba(212, 175, 55, 0.45);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.footer-contact-icon {
  color: #d4af37;
  font-size: 1.05rem;
  line-height: 1.4;
  margin-top: 0.15rem;
}

.footer-bottom {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
  width: 100%;
  text-align: center;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .home-about-layout {
    grid-template-columns: 1fr;
  }

  .program-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-about-media {
    min-height: 300px;
  }

  .home-about-media img {
    min-height: 300px;
  }

  .message-layout {
    grid-template-columns: 1fr;
  }

  .message-image-wrap {
    position: static;
  }

  .message-image {
    min-height: 240px;
    max-height: 360px;
  }

  .chairman-page .message-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .chairman-page .message-image-wrap {
    display: block;
    align-self: start;
  }

  .chairman-page .message-image {
    height: auto;
    min-height: 260px;
    max-height: 420px;
    object-fit: contain;
  }

  .leadership-message-grid {
    grid-template-columns: 1fr;
  }

  .leadership-media {
    position: static;
  }

  .leadership-image {
    min-height: 260px;
    max-height: 320px;
  }

  .site-footer {
    padding: 1.25rem 0 0.85rem;
  }

  .footer-panel {
    padding: 0.6rem 0 0.3rem;
    border-radius: 0;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  }

  .top-strip {
    display: none;
  }

  .brand-strip {
    padding: 10px 0;
  }

  .brand-strip-inner {
    justify-content: space-between;
  }

  .main-logo-desktop {
    display: none;
  }

  .main-logo-mobile {
    display: block;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav-wrap {
    background: transparent;
    position: static;
    box-shadow: none;
  }

  .main-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(90vw, 320px);
    height: 100%;
    bottom: 0;
    background-color: #0a356c;
    z-index: 1951;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 1.2rem 1.1rem 5rem;
    box-shadow: -12px 0 28px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    scrollbar-width: none;
    /* Hide scrollbar for cleaner look on Firefox */
  }

  .main-nav-panel::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
  }

  .side-nav-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .side-nav-logo {
    max-width: clamp(150px, 70%, 260px);
    height: auto;
    display: block;
  }

  .main-nav {
    min-height: auto;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .main-nav li {
    width: 100%;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 100%;
    padding: 0.25rem 0 0.35rem 1rem;
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: block;
  }

  .nav-dropdown-menu a {
    color: rgba(255, 255, 255, 0.82);
    padding: 0.6rem 0.85rem;
  }

  .nav-dropdown-menu a:hover,
  .nav-dropdown-menu a:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .main-nav a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    font-size: 1rem;
  }

  .main-nav>li>a.is-active::before,
  .site-sticky-menu>li>a.is-active::before {
    bottom: 0.15rem;
    left: 0.85rem;
    right: 0.85rem;
  }

  .main-nav a:hover,
  .main-nav a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
  }

  .nav-close {
    display: inline-flex;
    position: static;
    width: auto;
    height: auto;
  }

  body.nav-open .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1950;
    background: rgba(0, 0, 0, 0.42);
  }

  body.nav-open .main-nav-panel {
    transform: translateX(0);
  }
}

@media (min-width: 1025px) {
  .top-strip {
    display: block;
  }

  .brand-strip {
    padding: 9px 0 9px;
  }

  .brand-strip-inner {
    justify-content: center;
  }

  .main-logo-desktop {
    display: block;
  }

  .main-logo-mobile {
    display: none;
  }

  .nav-toggle,
  .nav-close {
    display: none;
  }

  .main-nav-wrap {
    background-color: #0a356c;
    min-height: 68px;
  }

  .main-nav-wrap.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .main-nav-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    min-height: 68px;
    height: auto;
    background: transparent;
    z-index: auto;
    transform: none;
    transition: none;
    padding: 0;
    box-shadow: none;
  }

  .side-nav-brand {
    display: none;
  }

  .main-nav {
    min-height: 68px;
    padding: 0 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.8rem;
  }

  .main-nav li,
  .nav-dropdown {
    width: auto;
  }

  .main-nav a {
    display: inline-flex;
    width: auto;
    padding: 0;
    border-radius: 0;
    font-size: 0.9rem;
  }

  .nav-dropdown-menu {
    position: absolute;
    display: none;
    min-width: 249px;
    padding: 0.6rem;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
  }

  .nav-dropdown-menu a {
    color: #0f172a;
    display: block;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
  }

  body.nav-open .nav-backdrop {
    display: none;
  }

  body.nav-open .main-nav-panel {
    transform: none;
  }

  .footer-bottom {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .site-sticky-navbar__inner {
    padding-left: 0;
    transition: padding-left 0.25s ease;
  }

  .main-nav-wrap.is-scrolled .site-sticky-navbar__inner {
    padding-left: 210px;
  }

  .sticky-nav-logo-link {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .main-nav-wrap.is-scrolled .sticky-nav-logo-link {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .sticky-nav-logo {
    width: 200px;
    height: auto;
    display: block;
  }
}

@media (max-width: 1023px) {
  .main-nav-wrap.sticky-navbar {
    position: static !important;
    top: auto;
  }

  .placement-stats-grid {
    grid-template-columns: 1fr;
  }

  .programs-showcase-header {
    margin-bottom: 2.25rem;
  }

  .programs-availability-highlight {
    flex-direction: column;
    text-align: center;
  }

  .program-tabs {
    gap: 1.4rem;
    margin-bottom: 2rem;
  }

  .program-tab-button {
    font-size: 1.2rem;
  }

  .program-card-grid,
  .program-card-grid-compact {
    grid-template-columns: 1fr;
  }

  .program-course-card span:last-child {
    padding-right: 4.4rem;
  }

  .home-about-section {
    padding: 3rem 0;
  }

  .home-about-layout {
    gap: 1.5rem;
  }

  .home-about-points {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    gap: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1rem;
  }
}

.home-hero-slider {
  width: 100%;
  margin: 0;
}

.home-banner-swiper {
  width: 100%;
  height: clamp(320px, 44vw, 460px);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.home-banner-swiper .swiper-wrapper,
.home-banner-swiper .swiper-slide {
  height: 100%;
}

.home-banner-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
}

.home-banner-swiper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.home-banner-swiper .swiper-slide.image-fluid img {
  object-fit: cover;
  background: transparent;
}

.home-banner-swiper .swiper-slide.banner-slide {
  background: transparent;
}

.home-banner-swiper .swiper-slide.banner-slide img,
.home-banner-swiper img.banner-image {
  object-fit: fill;
  object-position: center;
  background: transparent;
}

.home-banner-swiper .swiper-button-prev,
.home-banner-swiper .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.58);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition: all 0.2s ease;
}

.home-banner-swiper .swiper-button-prev:hover,
.home-banner-swiper .swiper-button-next:hover {
  background: rgba(11, 94, 215, 0.88);
}

.home-banner-swiper .swiper-button-prev::after,
.home-banner-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.home-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5rem 5rem 2rem;
  z-index: 2000;
}

.home-popup.is-visible {
  display: flex;
}

.home-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
}

.home-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(85vw, 480px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: popupFloatIn 0.28s ease;
}

.home-popup-image {
  width: 100%;
  height: auto;
  max-height: 90vh;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

.home-popup-close {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d81b60 0%, #7b1fa2 100%);
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 14px 28px rgba(89, 18, 71, 0.34);
  border: 3px solid #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-popup-close .material-symbols-outlined {
  font-size: 28px;
  line-height: 1;
}

.home-popup-close:hover,
.home-popup-close:focus {
  transform: scale(1.06);
  box-shadow: 0 18px 34px rgba(89, 18, 71, 0.42);
}

@keyframes popupFloatIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-section {
  min-height: 100%;
  width: 100%;
  background-image:
    linear-gradient(100deg, rgba(7, 17, 39, 0.88) 0%, rgba(20, 66, 144, 0.72) 50%, rgba(6, 18, 46, 0.65) 100%),
    url("images/hero-campus.jpg");
  background-color: #0c1f46;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #ffffff;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.hero-kicker {
  margin: 0 0 1rem;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  background-color: #1d62d8;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.1rem, 6vw, 4.2rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero-title span {
  color: #66a9ff;
}

.hero-text {
  margin: 1.25rem 0 0;
  max-width: 620px;
  font-size: clamp(1rem, 1.8vw, 1.95rem);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  margin-top: 1.9rem;
  display: flex;
  gap: 0.85rem;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 138px;
  height: 46px;
  padding: 0 1.2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.98rem;
  transition: 0.2s ease;
}

.hero-btn-primary {
  background-color: #1d62d8;
  color: #ffffff;
  border: 1px solid #1d62d8;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
  background-color: #1451b8;
  border-color: #1451b8;
  color: #ffffff;
}

.hero-btn-outline {
  background-color: rgba(9, 24, 61, 0.55);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-btn-outline:hover,
.hero-btn-outline:focus {
  background-color: rgba(18, 46, 108, 0.72);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 768px) {
  .home-banner-swiper {
    height: clamp(300px, 72vw, 420px);
  }

  .home-popup {
    padding: 0.75rem;
  }

  .home-popup-dialog {
    width: 80vw;
  }

  .home-popup-close {
    top: -30px;
    right: -30px;
    width: 44px;
    height: 44px;
  }

  .home-banner-swiper .swiper-button-prev,
  .home-banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-btn {
    width: 100%;
    max-width: 220px;
  }

  .latest-updates-marquee {
    height: 500px;
  }
}

/* News & Events Component Styles */
.news-events-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
  /* Match heights */
}

.news-featured-card,
.news-list-container {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 1.15rem;
  height: 440px;
  /* Reduced height */
  display: flex;
  flex-direction: column;
}

.news-featured-media {
  position: relative;
  width: 100%;
  height: 100%;
  /* Fill the card */
  border-radius: 1rem;
  overflow: hidden;
}

.news-featured-media .carousel,
.news-featured-media .carousel-inner,
.news-featured-media .carousel-item {
  height: 100%;
}

.news-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-featured-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2.5rem 1rem 1rem;
  z-index: 10;
}

.news-featured-caption span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  display: block;
}

.news-list-container {
  padding: 1.25rem;
  position: relative;
}

/* Vertical Marquee Styles */
.highlights-marquee-container {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.highlights-marquee-track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: marqueeVertical 20s linear infinite;
}

.highlights-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeVertical {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.event-item-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #cbd5e1;
  /* Even more distinct border color */
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  /* Subtle box shadow */
  transition: all 0.3s ease;
  width: 100%;
}

.event-item-card:hover {
  border-color: #0a356c;
  background-color: #f8fafc;
}

.event-date-box {
  background: #0a356c;
  color: #ffffff;
  min-width: 60px;
  height: 70px;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.event-date-box .month {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-date-box .day {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.event-item-info {
  flex-grow: 1;
}

.event-category-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  color: #d4af37;
  /* Gold */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.event-item-info h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.event-item-info p {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.8rem;
  color: #64748b;
}

.event-item-info .more-link {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1d62d8;
  text-decoration: underline;
}

.read-more-btn-wrap {
  margin-top: 1rem;
  text-align: center;
  padding-top: 0.5rem;
  border-top: 1px solid #f1f5f9;
}

.btn-news-outline {
  display: inline-block;
  padding: 0.6rem 1.75rem;
  border: 1px solid #1d62d8;
  border-radius: 999px;
  color: #1d62d8;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.85rem;
}

.btn-news-outline:hover {
  background-color: #1d62d8;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .news-events-grid {
    display: flex;
    flex-direction: column;
    /* Carousel on top, News list on bottom */
    gap: 1.5rem;
  }

  .news-featured-card,
  .news-list-container {
    height: 400px;
    width: 100%;
  }
}

@media (max-width: 768px) {

  .news-featured-card,
  .news-list-container {
    height: 380px;
  }
}

/* Tailwind replacement utilities */
.relative {
  position: relative;
}

.bg-educational-pattern {
  background-image: url("images/pattern.jpg");
  background-size: contain;
  background-repeat: repeat;
}

.absolute {
  position: absolute;
}

/* News & Events Card Component */
.news-event-card {
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.news-event-media {
  height: 220px;
  width: 100%;
}

.news-event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-event-content {
  padding: 1.5rem;
  flex-grow: 1;
}

.news-event-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.news-event-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #0a356c;
}

.news-event-description {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.flex-col {
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.pointer-events-none {
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  user-select: none;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.h-full {
  height: 100%;
}

.h-2 {
  height: 0.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-64 {
  height: 16rem;
}

.h-80 {
  height: 20rem;
}

.h-\[500px\] {
  height: 500px;
}

.max-h-full {
  max-height: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.inset-0 {
  inset: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-6 {
  left: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.-top-4 {
  top: -1rem;
}

.-left-2 {
  left: -0.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.z-10 {
  z-index: 10;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.ps-5 {
  padding-inline-start: 3rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 2.2rem;
}

.mb-16 {
  margin-bottom: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  margin-top: 1rem;
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  margin-top: 1.5rem;
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  margin-top: 2rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[30px_160px_40px\] {
  grid-template-columns: 30px 160px 40px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-2 {
  border-width: 2px;
  border-style: solid;
}

.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-transparent {
  border-color: transparent;
}

.border-slate-50 {
  border-color: #f8fafc;
}

.border-slate-100 {
  border-color: #f1f5f9;
}

.border-slate-200 {
  border-color: #e2e8f0;
}

.border-\[var\(--dark-blue\)\] {
  border-color: var(--dark-blue);
}

.border-\[var\(--light-grey\)\] {
  border-color: var(--light-grey);
}

.border-\[var\(--dark-blue\)\]\/10 {
  border-color: rgba(27, 54, 93, 0.1);
}

.border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.border-white\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bg-white {
  background-color: #fff;
}

.bg-primary {
  background-color: #1754cf;
}

.bg-background-light {
  background-color: #f6f6f8;
}

.bg-slate-100 {
  background-color: #f1f5f9;
}

.bg-slate-900 {
  background-color: #0f172a;
}

.bg-\[\#f1f3f7\] {
  background-color: #f1f3f7;
}

.bg-\[\#0a356c\] {
  background-color: #0a356c;
}

.bg-\[\#0a356c\]\/10 {
  background-color: rgba(10, 53, 108, 0.1);
}

.bg-\[var\(--dark-blue\)\] {
  background-color: var(--dark-blue);
}

.bg-\[var\(--light-grey\)\] {
  background-color: var(--light-grey);
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-from), var(--tw-gradient-via, transparent), var(--tw-gradient-to));
}

.from-slate-900 {
  --tw-gradient-from: #0f172a;
}

.via-transparent {
  --tw-gradient-via: transparent;
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-8xl {
  font-size: 6rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[300px\] {
  font-size: 300px;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #1754cf;
}

.text-slate-400 {
  color: #94a3b8;
}

.text-slate-500 {
  color: #64748b;
}

.text-slate-600 {
  color: #475569;
}

.text-slate-900 {
  color: #0f172a;
}

.text-blue-100 {
  color: #dbeafe;
}

.text-blue-200 {
  color: #bfdbfe;
}

.text-\[\#0a356c\] {
  color: #0a356c;
}

.text-\[var\(--gold\)\] {
  color: var(--gold);
}

.text-\[var\(--dark-blue\)\] {
  color: var(--dark-blue);
}

.text-\[var\(--charcoal-grey\)\] {
  color: var(--charcoal-grey);
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-black\/10 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.05\)\] {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.transition-all {
  transition: all 0.2s ease;
}

.transition-colors {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.transition-transform {
  transition: transform 0.2s ease;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1);
}

.hover\:bg-primary:hover {
  background-color: #1754cf;
}

.hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}

.hover\:bg-slate-50:hover {
  background-color: #f8fafc;
}

.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hover\:bg-\[var\(--gold\)\]:hover {
  background-color: var(--gold);
}

.hover\:bg-\[var\(--dark-blue\)\]:hover {
  background-color: var(--dark-blue);
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-primary:hover {
  color: #1754cf;
}

.hover\:text-\[var\(--gold\)\]:hover {
  color: var(--gold);
}

.hover\:border-\[var\(--gold\)\]:hover {
  border-color: var(--gold);
}

.hover\:border-\[var\(--gold\)\]\/20:hover {
  border-color: rgba(212, 175, 55, 0.2);
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:shadow-\[0_15px_40px_rgba\(0\,0\,0\,0\.1\)\]:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.fill-\[1\] {
  font-variation-settings: "FILL" 1;
}

.backdrop-blur-md {
  backdrop-filter: blur(12px);
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-20 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .lg\:grid {
    display: grid;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* Institutions Marquee Styles */
.institutionsShowcase {
  padding: 56px 0 36px;
}

.institute-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  z-index: 2;
}

.institute-scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

.institute-scroll-track {
  display: flex;
  animation: instituteSlideAnimation 220s linear infinite;
  width: max-content;
  padding: 15px 0;
}

.institute-card-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin: 0 20px;
  padding: 10px 15px;
  width: 340px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.institute-card-item:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.institute-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}

.jaya-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.institute-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.institute-name-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 5px;
  line-height: 1.3;
}

.institute-type-badge {
  font-size: 0.85rem;
  color: #7f8c8d;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
  border: 1px solid #e2e8f0;
}

@keyframes instituteSlideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.institute-scroll-track:hover {
  animation-play-state: paused;
}

.marker {
  animation: marck 1s linear infinite alternate;
  display: inline-block;
}

@keyframes marck {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(1px);
  }
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.notice-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 1.6rem;
  border: 1px solid #dbe7f3;
  transition: box-shadow 0.3s ease;
}

.notice-card:hover {
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.notice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.1rem;
}

.notice-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eff6ff;
  color: #0a356c;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.55rem 0.9rem;
}

.notice-copy {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.notice-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #334155;
  line-height: 1.7;
}

.notice-list li+li {
  margin-top: 0.45rem;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.company-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7f3;
  border-radius: 20px;
  padding: 1.35rem;
  transition: box-shadow 0.3s ease;
}

.company-card:hover {
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.07);
}

.company-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.company-logo-wrap {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #dbe7f3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.company-logo-wrap img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  display: block;
}

.company-logo-fallback {
  color: #0a356c;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.company-title-block {
  min-width: 0;
}

.company-card h3 {
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
}

.company-salary {
  margin: 0 0 0.9rem;
  color: #0a356c;
  font-size: 0.95rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  .institutionsShowcase {
    padding: 40px 0;
  }

  .notice-grid,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .institute-card-item {
    width: 300px;
  }

  .institute-name-text {
    font-size: 1rem;
  }

  .institute-type-badge {
    font-size: 0.8rem;
  }
}

.campus-life-page {
  background:
    radial-gradient(circle at top left, rgba(13, 86, 180, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.1), transparent 24%),
    #f7f9fc;
}

.campus-life-intro {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.facility-page {
  background:
    radial-gradient(circle at top left, rgba(13, 86, 180, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.1), transparent 24%),
    #f7f9fc;
}

.facility-lead {
  max-width: 820px;
  margin: 0 auto 2rem;
  text-align: center;
}

.facility-section-alt {
  background:
    linear-gradient(180deg, rgba(10, 53, 108, 0.03) 0%, rgba(10, 53, 108, 0.06) 100%),
    #f7f9fc;
}

.facility-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.facility-overview-copy h2 {
  margin: 0 0 1rem;
  color: #0a356c;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
}

.facility-overview-copy p {
  margin: 0;
  color: #334155;
  line-height: 1.85;
}

.facility-overview-kicker {
  margin: 0 0 0.75rem !important;
  color: #b8860b !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.facility-overview-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.facility-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.facility-showcase-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  padding: 1.1rem;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.facility-showcase-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.facility-showcase-copy h3 {
  margin: 0 0 0.75rem;
  color: #0a356c;
  font-size: 1.3rem;
  font-weight: 800;
}

.facility-showcase-copy p {
  margin: 0;
  color: #334155;
  line-height: 1.8;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.facility-card {
  height: 100%;
}

.facility-card--media {
  padding: 0;
  overflow: hidden;
}

.facility-card--media img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}

.facility-card-body {
  padding: 1.5rem;
}

.facility-card h3 {
  margin: 0 0 0.85rem;
  color: #0a356c;
  font-size: 1.2rem;
  font-weight: 800;
}

.facility-subheading {
  color: #0a356c;
}

.facility-card p {
  margin: 0;
  color: #334155;
  line-height: 1.75;
}

.facility-card--wide {
  grid-column: span 2;
}

.facility-feature-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #334155;
}

.facility-feature-list li + li {
  margin-top: 0.45rem;
}

.facility-feature-list--scholarships {
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-left: 1.35rem;
}

.facility-feature-list--scholarships li {
  font-weight: 600;
  line-height: 1.55;
}

.facility-feature-list--scholarships li + li {
  margin-top: 1.2rem;
}

.facility-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.facility-support-panel {
  height: 100%;
}

.facility-support-panel h3 {
  margin: 0 0 0.55rem;
}

.facility-support-panel p {
  margin: 0;
  line-height: 1.7;
}

.facility-support-panel h3 + p {
  margin-bottom: 1rem;
}

.facility-support-panel img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  margin-bottom: 1.25rem;
}

.facility-support-copy p + p {
  margin-top: 0.9rem;
}

.campus-collage-stack {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.campus-collage-grid {
  display: grid;
  gap: 0.9rem;
}

.campus-collage-grid--hero {
  grid-template-columns: 1.1fr 1.85fr 1.1fr 1.1fr;
  grid-template-rows: 275px 275px;
  grid-template-areas:
    "left topWide centerTall rightTop"
    "left bottomWide centerTall rightBottom";
}

.campus-collage-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
  cursor: pointer;
}

.campus-collage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 31, 67, 0.34), rgba(8, 31, 67, 0));
  opacity: 0;
  transition: opacity 0.24s ease;
}

.campus-collage-card:hover::after {
  opacity: 1;
}

.campus-collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.campus-collage-card:hover img {
  transform: scale(1.05);
}

.campus-collage-card:focus-visible {
  outline: 3px solid rgba(10, 53, 108, 0.42);
  outline-offset: 4px;
}

.collage-left {
  grid-area: left;
}

.collage-top-wide {
  grid-area: topWide;
}

.collage-bottom-wide {
  grid-area: bottomWide;
}

.collage-center-tall {
  grid-area: centerTall;
}

.collage-right-top {
  grid-area: rightTop;
}

.collage-right-bottom {
  grid-area: rightBottom;
}

.campus-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  z-index: 2200;
}

.campus-lightbox.is-visible {
  display: flex;
}

.campus-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 15, 35, 0.74);
  backdrop-filter: blur(12px);
}

.campus-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(94vw, 1320px);
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 1rem;
}

.campus-lightbox-figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campus-lightbox-image {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  display: block;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

.campus-lightbox-close,
.campus-lightbox-nav {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
}

.campus-lightbox-close {
  position: absolute;
  top: -0.8rem;
  right: 0.2rem;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d81b60 0%, #7b1fa2 100%);
  box-shadow: 0 14px 30px rgba(67, 13, 91, 0.34);
}

.campus-lightbox-nav {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.campus-lightbox-close .material-symbols-outlined,
.campus-lightbox-nav .material-symbols-outlined {
  font-size: 2rem;
  line-height: 1;
}

.campus-lightbox-close:hover,
.campus-lightbox-close:focus,
.campus-lightbox-nav:hover,
.campus-lightbox-nav:focus {
  transform: scale(1.05);
}

@media (max-width: 1023px) {
  .facility-overview,
  .facility-showcase,
  .facility-support-layout,
  .facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facility-overview {
    grid-template-columns: 1fr;
  }

  .facility-showcase-card {
    grid-template-columns: 1fr;
  }

  .facility-showcase-media img {
    height: 240px;
  }

  .facility-card--wide {
    grid-column: span 2;
  }

  .campus-collage-grid--hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 260px 260px 260px 260px;
    grid-template-areas:
      "left centerTall"
      "left centerTall"
      "topWide topWide"
      "bottomWide rightTop";
  }

  .collage-right-bottom {
    display: none;
  }

  .campus-lightbox-dialog {
    width: min(96vw, 920px);
    grid-template-columns: 52px minmax(0, 1fr) 52px;
  }

}

@media (max-width: 640px) {
  .facility-showcase,
  .facility-support-layout,
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-card--wide {
    grid-column: auto;
  }

  .facility-overview,
  .facility-showcase-card {
    gap: 1rem;
  }

  .facility-overview-media img,
  .facility-showcase-media img,
  .facility-card--media img,
  .facility-support-panel img {
    height: 220px;
  }

  .campus-collage-grid--hero {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 240px);
    grid-template-areas:
      "left"
      "topWide"
      "centerTall"
      "rightTop"
      "bottomWide"
      "rightBottom";
  }

  .collage-right-bottom {
    display: block;
  }

  .campus-collage-stack {
    gap: 0.75rem;
  }

  .campus-lightbox {
    padding: 0.75rem;
  }

  .campus-lightbox-dialog {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .campus-lightbox-figure {
    order: 1;
    padding: 0.7rem;
  }

  .campus-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 46px;
    height: 46px;
  }

  .campus-lightbox-nav.prev {
    left: 0.35rem;
  }

  .campus-lightbox-nav.next {
    right: 0.35rem;
  }

  .campus-lightbox-close {
    top: -0.55rem;
    right: 0.1rem;
    width: 46px;
    height: 46px;
  }
}

.site-float-stack {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.95rem;
  z-index: 1900;
}

.site-admission-btn {
  position: fixed;
  right: 1.4rem;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2000;
  background: linear-gradient(135deg, #f0c040 0%, #b8860b 100%);
  color: #0a356c;
  padding: 1.25rem 0.75rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.site-admission-btn:hover {
  transform: translateY(-50%) scale(1.05);
  background: linear-gradient(135deg, #ffca28 0%, #d4af37 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .site-admission-btn {
    right: 0.95rem;
    padding: 1rem 0.55rem;
    font-size: 0.9rem;
    top: 45%;
  }
}

.site-float-btn {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.site-float-btn .material-symbols-outlined {
  /* font-size: 1.8rem; */
  line-height: 1;
}

.site-float-btn:hover,
.site-float-btn:focus {
  transform: translateY(-3px) scale(1.04);
  color: #ffffff;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.24);
}

.site-float-btn--teal {
  background: linear-gradient(135deg, #b8860b 0%, #f0c040 100%);
  box-shadow: 0 16px 32px rgba(184, 134, 11, 0.35);
}

.site-float-btn--green {
  background: linear-gradient(135deg, #128c3e 0%, #25d366 100%);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.32);
}

.site-float-btn--blue {
  background: linear-gradient(135deg, #5b21b6 0%, #a855f7 100%);
  box-shadow: 0 16px 32px rgba(168, 85, 247, 0.32);
}

.site-float-btn--top {
  margin-top: 1.6rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.site-float-btn--top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .site-float-stack {
    right: 0.95rem;
    bottom: 1rem;
    gap: 0.8rem;
  }

  .site-float-btn {
    width: 52px;
    height: 52px;
  }
}

.contact-unified-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) 1px minmax(0, 1.05fr);
  align-items: stretch;
}

.contact-info-card,
.contact-form-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 2rem;
  box-shadow: none;
  height: 100%;
}

.contact-divider {
  width: 1px;
  background: linear-gradient(180deg, rgba(10, 53, 108, 0.04) 0%, rgba(10, 53, 108, 0.2) 18%, rgba(212, 175, 55, 0.4) 50%, rgba(10, 53, 108, 0.2) 82%, rgba(10, 53, 108, 0.04) 100%);
}

.contact-section-title {
  margin: 0 0 0.9rem;
  color: #0a356c;
  font-size: 1.7rem;
  font-weight: 800;
}

.contact-section-intro {
  margin: 0 0 1.5rem;
  color: #475569;
  line-height: 1.75;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eaf2ff;
  color: #0a356c;
  font-size: 1.4rem;
}

.contact-info-label {
  margin: 0 0 0.15rem;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-info-value {
  margin: 0;
  color: #475569;
  line-height: 1.65;
  font-weight: 600;
}

.contact-map-card {
  margin-top: 2rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.contact-map-frame {
  width: 100%;
  min-height: 360px;
  display: block;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.contact-form-row {
  display: flex;
  flex-direction: column;
}

.contact-form-field {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #dbe7f3;
  border-radius: 14px;
  min-height: 52px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-field:focus {
  outline: none;
  border-color: #1d62d8;
  box-shadow: 0 0 0 4px rgba(29, 98, 216, 0.12);
}

textarea.contact-form-field {
  min-height: 150px;
  resize: vertical;
}

.contact-form-field::placeholder {
  color: #94a3b8;
}

.contact-submit-btn {
  margin-top: 0.4rem;
  height: 50px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(29, 98, 216, 0.16);
}

@media (max-width: 1024px) {
  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .contact-divider {
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(10, 53, 108, 0.04) 0%, rgba(10, 53, 108, 0.2) 18%, rgba(212, 175, 55, 0.4) 50%, rgba(10, 53, 108, 0.2) 82%, rgba(10, 53, 108, 0.04) 100%);
  }

  .contact-map-card {
    margin-top: 1.5rem;
  }
}

/* --- Enquiry Modal --- */
.enquiry-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 1rem;
}

.enquiry-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.enquiry-modal {
  background: #f4f6fa;
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}

.enquiry-modal-overlay.is-visible .enquiry-modal {
  transform: translateY(0) scale(1);
}

.enquiry-modal-header {
  background: #1c59a8;
  color: #ffffff;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enquiry-modal-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.enquiry-modal-close {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.enquiry-modal-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.enquiry-modal-body {
  padding: 1.5rem;
  overflow-y: auto;
}

.enquiry-form-group {
  margin-bottom: 1.25rem;
}

.enquiry-form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.4rem;
}

.enquiry-form-control {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  color: #334155;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.enquiry-form-control:focus {
  border-color: #0a356c;
  box-shadow: 0 0 0 3px rgba(10, 53, 108, 0.15);
}

.enquiry-form-section-title {
  font-size: 0.8rem;
  font-weight: 800;
  color: #475569;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 1.8rem;
}

.enquiry-form-divider {
  border-top: 1px dashed #cbd5e1;
  margin: 0.5rem 0 1.25rem;
}

.enquiry-form-submit-wrap {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}

.enquiry-submit-btn {
  background: linear-gradient(135deg, #f0c040 0%, #ff9800 100%);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(240, 192, 64, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.enquiry-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(240, 192, 64, 0.45);
}

/* Toast Notification Styles */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background-color: #fff;
  color: #333;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  max-width: 400px;
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}

.toast.show {
  transform: translateX(0);
  opacity: 1;
}

.toast.success {
  border-left: 5px solid #10b981;
}

.toast.error {
  border-left: 5px solid #ef4444;
}

.toast-icon {
  font-size: 24px;
}

.toast.success .toast-icon {
  color: #10b981;
}

.toast.error .toast-icon {
  color: #ef4444;
}

.toast-content {
  flex: 1;
}

.toast-title {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 14px;
}

.toast-message {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.toast-close {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.toast-close:hover {
  color: #333;
}

/* Chatbot Styles */
.chatbot-wrapper {
  position: fixed;
  right: 24px;
  bottom: 20px;
  width: 370px;
  height: 560px;
  max-height: calc(100vh - 40px);
  display: none;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid #d7e1f0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: 0 24px 60px rgba(10, 37, 77, 0.25);
  overflow: hidden;
  z-index: 9999;
}

.chatbot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #1b365d 0%, #062f66 72%, #f9a21a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.chatbot-header strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.chatbot-header button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.chatbot-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  overflow-y: auto;
  background:
    radial-gradient(circle at top right, rgba(27, 54, 93, 0.08), transparent 40%),
    radial-gradient(circle at bottom left, rgba(249, 162, 26, 0.12), transparent 35%),
    #f3f7fc;
}

.bot-message,
.user-message {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13.5px;
  line-height: 1.45;
  margin: 0;
  word-wrap: break-word;
}

.bot-message {
  align-self: flex-start;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #e3eaf5;
}

.user-message {
  align-self: flex-end;
  color: #ffffff;
  background: linear-gradient(135deg, #1b365d 0%, #062f66 100%);
  border: 1px solid #1b365d;
}

.choice-btn {
  align-self: flex-start;
  margin-top: 2px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #bfd0ea;
  background: #ffffff;
  color: #1b365d;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
}

.choice-btn:hover {
  color: #ffffff;
  background: #1b365d;
  border-color: #1b365d;
}

.chatbot-footer {
  display: flex;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #dbe4f3;
  background: #ffffff;
}

.chatbot-footer input {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #cdd8ea;
  background: #f8fbff;
  font-size: 14px;
}

.chatbot-footer input:focus {
  outline: none;
  border-color: #1b365d;
  box-shadow: 0 0 0 3px rgba(27, 54, 93, 0.14);
}

.chatbot-footer button {
  width: 44px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, #f9a21a 0%, #ed8900 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbot-footer button:disabled,
.chatbot-footer input:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.g-recaptcha{
  transform: scale(0.7);
  margin-bottom: 0px;
}