/* ==========================================================================
   HITA COLLEGE OF NURSING - MODERN REDESIGN STYLESHEET
   Authentic Brand Identity: Deep Teal (#08495C), Crimson Rose (#E12454),
   Emblem Gold (#CAA055), Clinical Green (#2D8A4E), Slate (#1E293B)
   ========================================================================== */

:root {
  /* Brand Palette */
  --primary-teal: #08495c;
  --primary-teal-dark: #052f3b;
  --primary-teal-light: #0d6d8a;
  --primary-teal-soft: #f0f7f9;

  --accent-rose: #e12454;
  --accent-rose-hover: #c41843;
  --accent-rose-soft: #fff0f3;

  --brand-gold: #caa055;
  --brand-gold-dark: #a98038;
  --brand-gold-light: #fbf6ec;

  --brand-green: #2d8a4e;
  --brand-green-soft: #eef8f2;

  /* Neutral Spectrum */
  --dark-text: #17242e;
  --heading-dark: #0f1d27;
  --body-text: #4a5c6a;
  --muted-text: #6b7f8e;
  --light-bg: #f8fbfd;
  --white: #ffffff;
  --border-light: #e2eaf0;
  --border-subtle: #edf2f7;

  /* Elevation Shadows */
  --shadow-sm: 0 2px 4px rgba(8, 73, 92, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 6px 16px rgba(8, 73, 92, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 16px 36px rgba(8, 73, 92, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 24px 48px rgba(8, 73, 92, 0.16), 0 8px 24px rgba(0, 0, 0, 0.08);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --radius-full: 9999px;

  /* Transitions */
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Base & Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--body-text);
  background-color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-dark);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

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

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-fluid {
  width: 100%;
  padding: 0 2rem;
}

/* ==========================================================================
   TOP BAR (Affiliation & Quick Contacts)
   ========================================================================== */
.top-bar {
  background: linear-gradient(90deg, #052f3b 0%, #08495c 100%);
  color: #d1e2e8;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.top-bar-affiliations {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.top-bar-badge {
  background: rgba(202, 160, 85, 0.2);
  color: #f7dfa5;
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  border: 1px solid rgba(202, 160, 85, 0.4);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.top-bar-contacts {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition);
}

.top-contact-item:hover {
  color: #ffffff;
}

.top-contact-item svg {
  width: 14px;
  height: 14px;
  color: var(--brand-gold);
}

.sister-link {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.2rem 0.75rem;
  border-radius: var(--radius-full);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: var(--transition);
}

.sister-link:hover {
  background: var(--brand-gold);
  color: #052f3b;
}

/* ==========================================================================
   HEADER & NAVBAR
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light);
  transition: var(--transition);
}

.site-header.scrolled {
  box-shadow: var(--shadow-md);
  background: rgba(255, 255, 255, 0.98);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
}

/* Logo & Branding */
.brand-identity {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-logo-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
  transition: var(--transition-bounce);
}

.brand-identity:hover .brand-logo-img {
  transform: scale(1.05);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-teal-dark);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.brand-subtitle {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.brand-trust {
  font-size: 0.72rem;
  color: var(--muted-text);
  font-weight: 500;
}

/* Main Navigation */
.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-link {
  color: var(--dark-text);
  font-weight: 600;
  font-size: 0.93rem;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}

.nav-link:hover {
  color: var(--accent-rose);
  background-color: var(--accent-rose-soft);
}

.nav-link.active {
  color: var(--primary-teal);
  background-color: var(--primary-teal-soft);
}

/* Dropdown Navigation */
.nav-item-has-dropdown {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 100;
}

.nav-item-has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-link {
  display: flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--dark-text);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.dropdown-link:hover {
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  padding-left: 1.1rem;
}

/* Header CTAs */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  line-height: 1;
  text-align: center;
}

.btn-primary {
  background-color: var(--accent-rose);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(225, 36, 84, 0.35);
}

.btn-primary:hover {
  background-color: var(--accent-rose-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(225, 36, 84, 0.45);
  color: var(--white);
}

.btn-teal {
  background-color: var(--primary-teal);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(8, 73, 92, 0.3);
}

.btn-teal:hover {
  background-color: var(--primary-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8, 73, 92, 0.4);
  color: var(--white);
}

.btn-outline-white {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
}

.btn-outline-white:hover {
  background-color: var(--white);
  color: var(--primary-teal-dark);
  border-color: var(--white);
  transform: translateY(-2px);
}

.btn-outline-teal {
  background: transparent;
  color: var(--primary-teal);
  border: 2px solid var(--primary-teal);
}

.btn-outline-teal:hover {
  background: var(--primary-teal);
  color: var(--white);
}

.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.84rem;
}

/* Mobile Toggle */
.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--primary-teal);
  border-radius: var(--radius-sm);
}

.mobile-nav-toggle svg {
  width: 28px;
  height: 28px;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-color: var(--primary-teal-dark);
  background-image: linear-gradient(135deg, rgba(5, 47, 59, 0.92) 0%, rgba(8, 73, 92, 0.85) 60%, rgba(10, 83, 104, 0.78) 100%), url('../images/hero_campus.jpeg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--white);
  padding: 5rem 0 4rem;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.88rem;
  font-weight: 600;
  color: #f7dfa5;
  margin-bottom: 1.5rem;
}

.hero-badge-pulse {
  width: 10px;
  height: 10px;
  background: #38ef7d;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(56, 239, 125, 0.7);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 239, 125, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(56, 239, 125, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 239, 125, 0); }
}

.hero-title {
  font-size: 3.2rem;
  color: var(--white);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.025em;
}

.hero-title .highlight-gold {
  color: #f7dfa5;
  background: linear-gradient(120deg, #f7dfa5 0%, #d4a359 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-size: 1.18rem;
  line-height: 1.65;
  color: #e0ecf1;
  margin-bottom: 2rem;
  max-width: 600px;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-trust-strip {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.86rem;
  color: #c4dbe3;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.trust-item svg {
  color: #38ef7d;
  width: 18px;
  height: 18px;
}

/* Hero Right Side: Floating Card / Stats Showcase */
.hero-card-wrap {
  position: relative;
}

.hero-main-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-xl);
  padding: 2.2rem;
  color: var(--dark-text);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}

.hero-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-light);
}

.hero-card-header .icon-box {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-header h3 {
  font-size: 1.25rem;
  color: var(--primary-teal-dark);
}

.hero-card-header p {
  font-size: 0.8rem;
  color: var(--muted-text);
}

.hero-feature-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.hero-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.hero-feature-item .check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-green-soft);
  color: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.hero-feature-item strong {
  color: var(--heading-dark);
  font-size: 0.95rem;
  display: block;
}

.hero-feature-item span {
  font-size: 0.84rem;
  color: var(--muted-text);
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-light);
}

.hero-stat-box {
  background: var(--primary-teal-soft);
  padding: 0.9rem;
  border-radius: var(--radius-md);
  text-align: center;
}

.hero-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary-teal);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--body-text);
  margin-top: 0.25rem;
}

/* Floating Badges */
.floating-card-badge {
  position: absolute;
  background: var(--white);
  color: var(--dark-text);
  padding: 0.75rem 1.2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 3;
  animation: float 4s ease-in-out infinite;
}

.floating-card-badge.badge-top-left {
  top: -20px;
  left: -25px;
}

.floating-card-badge.badge-bottom-right {
  bottom: -20px;
  right: -20px;
  animation-delay: 2s;
}

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

/* ==========================================================================
   ACCREDITATION / RECOGNITION MARQUEE
   ========================================================================== */
.accreditation-strip {
  background: #fdfdfd;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border-light);
}

.accreditation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.accreditation-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--muted-text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.accreditation-cards {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.acc-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.acc-badge:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-teal-light);
}

.acc-badge .badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
}

.acc-badge-text h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--heading-dark);
}

.acc-badge-text p {
  font-size: 0.74rem;
  color: var(--muted-text);
  margin: 0;
}

/* ==========================================================================
   SECTION COMMON STYLES
   ========================================================================== */
.section {
  padding: 5.5rem 0;
  position: relative;
}

.section-soft {
  background-color: var(--light-bg);
}

.section-teal-dark {
  background: linear-gradient(140deg, #052f3b 0%, #08495c 100%);
  color: var(--white);
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.section-header.text-left {
  text-align: left;
  margin: 0 0 2rem 0;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-rose);
  margin-bottom: 0.75rem;
  background: var(--accent-rose-soft);
  padding: 0.3rem 0.9rem;
  border-radius: var(--radius-full);
}

.section-eyebrow.gold {
  color: var(--brand-gold-dark);
  background: var(--brand-gold-light);
}

.section-eyebrow.teal {
  color: var(--primary-teal);
  background: var(--primary-teal-soft);
}

.section-eyebrow.white {
  color: #f7dfa5;
  background: rgba(255, 255, 255, 0.12);
}

.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--heading-dark);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.section-teal-dark .section-title {
  color: var(--white);
}

.section-desc {
  font-size: 1.08rem;
  color: var(--muted-text);
  line-height: 1.7;
}

.section-teal-dark .section-desc {
  color: #c4dbe3;
}

/* ==========================================================================
   ABOUT US SECTION
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image-collage {
  position: relative;
}

.about-main-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.about-exp-badge {
  position: absolute;
  bottom: -25px;
  right: -25px;
  background: linear-gradient(135deg, var(--accent-rose) 0%, #b81440 100%);
  color: var(--white);
  padding: 1.5rem 1.8rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 28px rgba(225, 36, 84, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.about-exp-num {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.about-exp-text {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 2rem 0;
}

.value-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand-gold);
}

.value-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: var(--brand-gold-light);
  color: var(--brand-gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.value-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 0.35rem;
}

.value-desc {
  font-size: 0.84rem;
  color: var(--body-text);
  line-height: 1.5;
}

/* ==========================================================================
   PARENT HOSPITAL CLINICAL POSTING SHOWCASE
   ========================================================================== */
.hospital-banner {
  background: linear-gradient(135deg, #073847 0%, #0c576d 100%);
  border-radius: var(--radius-xl);
  color: var(--white);
  padding: 3.5rem;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  position: relative;
  margin-top: 3rem;
}

.hospital-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.hospital-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(202, 160, 85, 0.25);
  color: #f7dfa5;
  border: 1px solid rgba(202, 160, 85, 0.5);
  padding: 0.3rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hospital-title {
  font-size: 2.1rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.hospital-desc {
  font-size: 1.02rem;
  line-height: 1.65;
  color: #d1e5ec;
  margin-bottom: 1.75rem;
}

.specialties-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.specialty-tag {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 600;
}

.hospital-img-wrap {
  position: relative;
}

.hospital-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 3px solid rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   ACADEMIC PROGRAMS (COURSES)
   ========================================================================== */
.programs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.program-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-md);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-teal-light);
}

.program-card.featured::before {
  content: "MOST POPULAR";
  position: absolute;
  top: 24px;
  right: -32px;
  transform: rotate(45deg);
  background: var(--accent-rose);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 2.8rem;
  letter-spacing: 0.08em;
}

.program-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-light);
}

.program-level {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary-teal);
  background: var(--primary-teal-soft);
  padding: 0.25rem 0.8rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
}

.program-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--heading-dark);
  margin-bottom: 0.5rem;
}

.program-meta-strip {
  display: flex;
  gap: 1.5rem;
  color: var(--muted-text);
  font-size: 0.9rem;
  font-weight: 600;
}

.meta-pill {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.meta-pill svg {
  color: var(--brand-gold-dark);
  width: 16px;
  height: 16px;
}

.program-eligibility {
  margin: 1.5rem 0;
  background: var(--light-bg);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  border-left: 4px solid var(--primary-teal);
}

.program-eligibility h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-teal-dark);
  margin-bottom: 0.5rem;
}

.program-eligibility ul {
  list-style: none;
}

.program-eligibility li {
  font-size: 0.85rem;
  color: var(--body-text);
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.program-eligibility li::before {
  content: "•";
  color: var(--primary-teal);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -2px;
}

.program-highlights {
  margin-bottom: 2rem;
  flex-grow: 1;
}

.program-highlights h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 0.75rem;
}

.program-highlights ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.program-highlights li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.86rem;
  color: var(--body-text);
}

.program-highlights li svg {
  color: var(--brand-green);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.program-action {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* ==========================================================================
   DEPARTMENTS SHOWCASE (Interactive Cards)
   ========================================================================== */
.departments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2rem;
}

.department-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  padding: 2rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
}

.department-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-teal-light);
}

.dept-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.dept-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}

.department-card:hover .dept-icon {
  background: var(--primary-teal);
  color: var(--white);
}

.dept-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--heading-dark);
}

.dept-body {
  font-size: 0.9rem;
  color: var(--body-text);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.dept-features {
  background: var(--light-bg);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  font-size: 0.82rem;
  color: var(--muted-text);
  border-left: 3px solid var(--brand-gold);
}

/* ==========================================================================
   FACILITIES SHOWCASE (Filterable & Lightbox Ready)
   ========================================================================== */
.facilities-filter {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: var(--white);
  border: 1px solid var(--border-light);
  color: var(--body-text);
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover {
  border-color: var(--primary-teal);
  color: var(--primary-teal);
}

.filter-btn.active {
  background: var(--primary-teal);
  color: var(--white);
  border-color: var(--primary-teal);
  box-shadow: 0 4px 12px rgba(8, 73, 92, 0.25);
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.facility-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.facility-thumb-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.facility-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.facility-card:hover .facility-thumb {
  transform: scale(1.08);
}

.facility-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(5, 47, 59, 0.8);
  color: var(--white);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.facility-content {
  padding: 1.25rem;
}

.facility-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 0.4rem;
}

.facility-desc {
  font-size: 0.85rem;
  color: var(--muted-text);
  line-height: 1.5;
}

/* ==========================================================================
   SCOPE OF NURSING & GLOBAL CAREERS
   ========================================================================== */
.career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.career-box {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.career-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand-gold);
}

.career-box .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.career-box:hover .icon-circle {
  background: var(--accent-rose);
  color: var(--white);
}

.career-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--heading-dark);
}

/* ==========================================================================
   FACULTY & LEADERSHIP
   ========================================================================== */
.leadership-wrapper {
  margin-bottom: 4rem;
}

.principal-feature-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-md);
  padding: 3rem;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: center;
}

.principal-photo-wrap {
  position: relative;
  text-align: center;
}

.principal-photo {
  width: 240px;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin: 0 auto;
  border: 4px solid var(--white);
}

.principal-tag {
  margin-top: 1rem;
  display: inline-block;
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.3rem 1rem;
  border-radius: var(--radius-full);
}

.principal-quote {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--body-text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--brand-gold);
  padding-left: 1.25rem;
}

.principal-name {
  font-size: 1.5rem;
  color: var(--heading-dark);
  font-weight: 800;
}

.principal-role {
  font-size: 0.92rem;
  color: var(--accent-rose);
  font-weight: 700;
}

.principal-degree {
  font-size: 0.85rem;
  color: var(--muted-text);
}

/* Board of Management Grid */
.management-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.trustee-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.trustee-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-teal-light);
}

.trustee-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.trustee-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--heading-dark);
}

.trustee-designation {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted-text);
  margin-top: 0.25rem;
}

/* Faculty Table */
.faculty-table-wrap {
  margin-top: 3.5rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.faculty-table-header {
  padding: 1.5rem 2rem;
  background: var(--primary-teal-soft);
  border-bottom: 1px solid var(--border-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faculty-table {
  width: 100%;
  border-collapse: collapse;
}

.faculty-table th {
  background: #f1f6f9;
  padding: 1rem 1.5rem;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-teal-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border-light);
}

.faculty-table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.9rem;
  color: var(--body-text);
}

.faculty-table tr:hover td {
  background: #fbfdfe;
}

/* ==========================================================================
   EVENTS & GALLERY
   ========================================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.gallery-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 260px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 47, 59, 0.9) 0%, rgba(5, 47, 59, 0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: var(--white);
  transition: var(--transition);
}

.gallery-event-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: #f7dfa5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.gallery-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
}

/* ==========================================================================
   AWARDS & ACHIEVEMENTS
   ========================================================================== */
.awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.award-item-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
}

.award-img-wrap {
  height: 320px;
  overflow: hidden;
}

.award-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.award-item-card:hover .award-img-wrap img {
  transform: scale(1.05);
}

.award-content {
  padding: 1.75rem;
}

.award-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--heading-dark);
  margin-bottom: 0.5rem;
}

.award-desc {
  font-size: 0.88rem;
  color: var(--body-text);
  line-height: 1.6;
}

/* ==========================================================================
   ADMISSION ENQUIRY & CONTACT SECTION
   ========================================================================== */
.contact-section-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-card-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: var(--transition);
}

.contact-card-box:hover {
  border-color: var(--primary-teal);
  box-shadow: var(--shadow-md);
}

.contact-icon-box {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card-box.rose .contact-icon-box {
  background: var(--accent-rose-soft);
  color: var(--accent-rose);
}

.contact-card-box.gold .contact-icon-box {
  background: var(--brand-gold-light);
  color: var(--brand-gold-dark);
}

.contact-card-content h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 0.25rem;
}

.contact-card-content p, .contact-card-content a {
  font-size: 0.92rem;
  color: var(--body-text);
}

.contact-card-content a:hover {
  color: var(--accent-rose);
}

/* Admission Enquiry Form */
.enquiry-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-lg);
  padding: 2.5rem;
}

.form-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--heading-dark);
  margin-bottom: 0.5rem;
}

.form-subtitle {
  font-size: 0.9rem;
  color: var(--muted-text);
  margin-bottom: 1.75rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--dark-text);
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  background: #fafbfc;
  color: var(--dark-text);
  font-size: 0.92rem;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  background: var(--white);
  border-color: var(--primary-teal);
  box-shadow: 0 0 0 3px rgba(8, 73, 92, 0.12);
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

/* Map Embed */
.map-container {
  margin-top: 3.5rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  height: 380px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #05212a;
  color: #a8c1cc;
  padding: 4.5rem 0 2rem;
  border-top: 3px solid var(--brand-gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.footer-brand img {
  width: 50px;
  height: 50px;
}

.footer-brand-text h3 {
  font-size: 1.2rem;
  color: var(--white);
  line-height: 1.2;
}

.footer-brand-text span {
  font-size: 0.75rem;
  color: var(--brand-gold);
  font-weight: 600;
  text-transform: uppercase;
}

.footer-desc {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-title {
  font-size: 1.05rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--accent-rose);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-link {
  color: #a8c1cc;
  font-size: 0.88rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 0.35rem;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 0.88rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.footer-contact-item svg {
  color: var(--brand-gold);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
}

/* ==========================================================================
   FLOATING ACTION BUTTONS (WhatsApp & Phone)
   ========================================================================== */
.floating-actions {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.floating-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: var(--transition-bounce);
  color: var(--white);
}

.floating-btn.btn-whatsapp {
  background: #25d366;
}

.floating-btn.btn-call {
  background: var(--accent-rose);
}

.floating-btn:hover {
  transform: scale(1.1);
  color: var(--white);
}

.floating-btn svg {
  width: 26px;
  height: 26px;
}

.back-to-top {
  position: fixed;
  bottom: 95px;
  right: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-teal);
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 998;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--accent-rose);
  transform: translateY(-3px);
}

/* ==========================================================================
   MODAL LIGHTBOX & ADMISSION MODAL
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 33, 42, 0.85);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  background: var(--white);
  border-radius: var(--radius-xl);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--shadow-xl);
  transform: translateY(20px) scale(0.95);
  transition: var(--transition);
}

.modal-overlay.active .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--light-bg);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-text);
  transition: var(--transition);
}

.modal-close-btn:hover {
  background: var(--accent-rose-soft);
  color: var(--accent-rose);
}

/* Lightbox specific */
.lightbox-dialog {
  max-width: 900px;
  background: transparent;
  box-shadow: none;
}

.lightbox-dialog img {
  border-radius: var(--radius-lg);
  max-height: 80vh;
  margin: 0 auto;
  box-shadow: var(--shadow-xl);
}

.lightbox-caption {
  text-align: center;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}

/* ==========================================================================
   MOBILE RESPONSIVE QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-title {
    font-size: 2.6rem;
  }

  .about-grid,
  .hospital-grid,
  .programs-grid,
  .contact-section-grid,
  .awards-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-exp-badge {
    right: 20px;
    bottom: -20px;
  }

  .principal-feature-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2rem;
  }

  .principal-quote {
    border-left: none;
    padding-left: 0;
    border-top: 2px solid var(--brand-gold);
    padding-top: 1rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .top-bar-contacts {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section-title {
    font-size: 1.9rem;
  }

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

  .form-group.full-width {
    grid-column: span 1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: rgba(5, 33, 42, 0.7);
  backdrop-filter: blur(6px);
  z-index: 2500;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-drawer.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  max-width: 360px;
  background: var(--white);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-drawer.active .mobile-drawer-content {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-light);
}

.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.drawer-link {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.drawer-link:hover {
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
}


/* ==========================================================================
   SUBPAGE HERO BANNER & BREADCRUMBS
   ========================================================================== */
.page-banner {
  background: linear-gradient(135deg, rgba(5, 47, 59, 0.95) 0%, rgba(8, 73, 92, 0.9) 100%), url('../images/hero_campus.jpeg');
  background-size: cover;
  background-position: center center;
  color: var(--white);
  padding: 4.5rem 0 3.5rem;
  position: relative;
  border-bottom: 3px solid var(--brand-gold);
}

.page-banner-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.page-banner-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.page-banner-desc {
  font-size: 1.1rem;
  color: #c4dbe3;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  padding: 0.35rem 1.1rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  color: #f7dfa5;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumbs a {
  color: var(--white);
  transition: var(--transition);
}

.breadcrumbs a:hover {
  color: #f7dfa5;
}

.breadcrumbs span.current {
  color: #f7dfa5;
}

.breadcrumbs .separator {
  color: rgba(255, 255, 255, 0.5);
}

.content-box {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 2rem;
}

.checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: var(--body-text);
  line-height: 1.5;
}

.checklist li svg {
  color: var(--brand-green);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ==========================================================================
   PERFECT MENU ALIGNMENT OVERRIDES
   ========================================================================== */
.site-header .container {
  max-width: 1440px !important;
  padding: 0 1.5rem !important;
}

.header-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1.25rem !important;
  padding: 0.65rem 0 !important;
}

.brand-identity {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  flex-shrink: 0 !important;
}

.brand-logo-img {
  width: 50px !important;
  height: 50px !important;
  flex-shrink: 0 !important;
}

.brand-title {
  font-size: 1.18rem !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.brand-subtitle {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.brand-trust {
  font-size: 0.68rem !important;
  white-space: nowrap !important;
}

.main-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.2rem !important;
  flex: 1 !important;
  margin: 0 0.5rem !important;
}

.nav-link {
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  padding: 0.45rem 0.65rem !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.3rem !important;
}

.nav-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(8px) !important;
  width: 290px !important;
  background: #ffffff !important;
  border-radius: var(--radius-md) !important;
  box-shadow: 0 12px 32px rgba(8, 73, 92, 0.16) !important;
  border: 1px solid var(--border-light) !important;
  padding: 0.5rem !important;
  z-index: 1000 !important;
}

.nav-item-has-dropdown:hover .nav-dropdown {
  transform: translateX(-50%) translateY(0) !important;
}

.dropdown-link {
  display: flex !important;
  align-items: center !important;
  padding: 0.55rem 0.85rem !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  color: var(--dark-text) !important;
  border-radius: var(--radius-sm) !important;
  white-space: nowrap !important;
}

.header-actions {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

/* ==========================================================================
   INDIVIDUAL DEPARTMENT PAGES LAYOUT
   ========================================================================== */
.dept-page-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
}

.dept-main-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.dept-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dept-nav-widget {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
}

.dept-nav-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--primary-teal-dark);
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--primary-teal-soft);
}

.dept-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dept-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--dark-text);
  transition: var(--transition);
}

.dept-nav-item:hover {
  background: var(--primary-teal-soft);
  color: var(--primary-teal);
  padding-left: 1.1rem;
}

.dept-nav-item.active {
  background: var(--primary-teal);
  color: var(--white);
  font-weight: 700;
}

.dept-detail-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  padding: 2.5rem;
}

.dept-feature-box {
  background: var(--primary-teal-soft);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem;
  border-left: 4px solid var(--primary-teal);
  margin: 1.5rem 0;
}

.dept-feature-box h4 {
  color: var(--primary-teal-dark);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}

.dept-feature-box p {
  color: var(--body-text);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

.dept-obj-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.25rem 0;
}

.dept-obj-list li {
  position: relative;
  padding-left: 1.85rem;
  font-size: 0.94rem;
  color: var(--body-text);
  line-height: 1.6;
}

.dept-obj-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--brand-green);
  font-weight: 800;
  font-size: 1rem;
}

/* Responsive header breakpoint */
@media (max-width: 1200px) {
  .main-nav {
    display: none !important;
  }
  .mobile-nav-toggle {
    display: block !important;
  }
  .brand-trust {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .dept-page-grid {
    grid-template-columns: 1fr;
  }
  .dept-sidebar {
    position: static;
  }
}
