/* ==========================================================================
   DIET Forbesganj — Static Site Stylesheet
   Plain-CSS translation of the original Tailwind v4 design system.
   ========================================================================== */

:root {
  --primary-navy: #0c366e;
  --primary-navy-dark: #072147;
  --primary-navy-light: #164e96;
  --nav-blue: #1e40af;
  --topbar-blue: #0f3460;
  --accent-gold: #f39c12;
  --accent-gold-light: #ffc107;
  --accent-amber: #f59e0b;
  --accent-red: #b71c1c;
  --bg-light: #f8f9fa;
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
  --footer-navy: #102a43;
  --footer-navy-dark: #0b1d30;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--text-dark);
  font-family: 'Noto Sans', 'Noto Sans Devanagari', 'Poppins', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.font-hindi { font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif; }
.font-display { font-family: 'Poppins', 'Playfair Display', serif; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

.site-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .site-container { padding: 0 1.5rem; }
}

/* ---------- Top Bar ---------- */
.topbar {
  background: var(--topbar-blue);
  color: #fff;
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(30, 58, 138, 0.4);
}
.topbar .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.topbar-links { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.topbar-links a, .topbar-links button {
  background: none; border: none; color: #fff; opacity: 0.9;
  font: inherit; font-weight: 500; font-size: 0.8rem; padding: 0;
}
.topbar-links a:hover, .topbar-links button:hover { opacity: 1; text-decoration: underline; }
.topbar-links .rti-link { color: #fcd34d; }
.topbar-links .sep { opacity: 0.4; }
.topbar-right { display: flex; align-items: center; gap: 0.75rem; margin-left: auto; }
.topbar-search-toggle {
  background: none; border: none; color: rgba(255,255,255,0.9);
  display: flex; align-items: center; gap: 0.35rem; padding: 0.25rem 0.4rem; border-radius: 4px;
}
.topbar-search-toggle:hover { background: rgba(255,255,255,0.1); color: #fff; }
.topbar-social { display: flex; align-items: center; gap: 0.4rem; }
.topbar-social a {
  width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
}
.topbar-social a:hover { background: rgba(255,255,255,0.3); }

/* ---------- Institute Banner ---------- */
.institute-banner {
  background: #fff;
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--border-color);
}
.institute-banner .site-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.institute-banner .logo-btn { flex-shrink: 0; background: none; border: none; padding: 0; transition: transform 0.15s; }
.institute-banner .logo-btn:hover { transform: scale(1.05); }
.institute-banner img.logo { width: 64px; height: 64px; object-fit: contain; }
@media (min-width: 640px) { .institute-banner img.logo { width: 80px; height: 80px; } }
.institute-banner .titles { text-align: center; flex: 0 1 auto; max-width: 720px; padding: 0 0.75rem; cursor: pointer; }
.institute-banner .titles h1 {
  color: var(--primary-navy);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}
.institute-banner .titles .en-title {
  color: var(--nav-blue);
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0.15rem 0 0;
  opacity: 0.9;
}
.institute-banner .titles .sub {
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 500;
  margin: 0.15rem 0 0;
}
@media (min-width: 640px) {
  .institute-banner .titles h1 { font-size: 1.5rem; }
  .institute-banner .titles .en-title { font-size: 1.1rem; }
  .institute-banner .titles .sub { font-size: 0.8rem; }
}
@media (min-width: 768px) {
  .institute-banner .titles h1 { font-size: 1.9rem; }
  .institute-banner .titles .en-title { font-size: 1.35rem; }
}
.institute-banner .right-logo { flex-shrink: 0; display: none; }
@media (min-width: 640px) { .institute-banner .right-logo { display: block; } }

/* ---------- Navbar ---------- */
.navbar { background: var(--nav-blue); color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.2); position: sticky; top: 0; z-index: 50; }
.navbar-inner { display: flex; align-items: center; justify-content: center; padding: 0.4rem 0; position: relative; }
.mobile-brand { display: none; font-weight: 700; font-size: 0.9rem; color: #fcd34d; letter-spacing: 0.03em; }
.nav-links { display: none; align-items: center; gap: 0.25rem; flex-wrap: wrap; justify-content: center; }
.nav-item { position: relative; }
.nav-btn {
  background: none; border: none; color: #fff; font-weight: 600; font-size: 0.875rem;
  padding: 0.4rem 0.75rem; border-radius: 4px; display: flex; align-items: center; gap: 0.25rem;
  transition: background 0.15s, color 0.15s;
}
.nav-btn:hover { background: rgba(0,0,0,0.15); color: #fde68a; }
.nav-btn.active { background: var(--primary-navy); color: #fcd34d; box-shadow: inset 0 1px 3px rgba(0,0,0,0.3); }
.nav-item .chevron { transition: transform 0.2s; }
.nav-item.open .chevron { transform: rotate(180deg); }
.nav-dropdown {
  display: none;
  position: absolute; top: 100%; left: 0; background: #fff; color: var(--text-dark);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15); border-radius: 6px; border: 1px solid var(--border-color);
  min-width: 220px; padding: 0.25rem 0; z-index: 50;
}
.nav-item.open .nav-dropdown { display: block; }
.nav-dropdown button {
  width: 100%; text-align: left; background: none; border: none; padding: 0.5rem 1rem;
  font-size: 0.82rem; color: #334155; border-bottom: 1px solid #f1f5f9;
}
.nav-dropdown button:last-child { border-bottom: none; }
.nav-dropdown button:hover { background: #eff6ff; color: #1e40af; }
.hamburger { display: flex; background: var(--primary-navy-light); border: none; color: #fff; padding: 0.4rem; border-radius: 4px; }
.mobile-drawer { display: none; border-top: 1px solid rgba(30,64,175,0.6); padding: 0.5rem 0; background: rgba(8,29,68,0.97); margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; }
.mobile-drawer.open { display: block; }
.mobile-drawer > button.top-link {
  display: block; width: 100%; text-align: left; background: none; border: none; color: #fff;
  font-weight: 600; font-size: 0.875rem; padding: 0.55rem 0.75rem; border-radius: 4px;
}
.mobile-drawer > button.top-link.rti { color: #fcd34d; }
.mobile-drawer > button.top-link:hover, .mobile-accordion-head:hover { background: rgba(30,64,175,0.8); }
.mobile-accordion { }
.mobile-accordion-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between; background: none;
  border: none; color: #fff; font-weight: 600; font-size: 0.875rem; padding: 0.55rem 0.75rem; border-radius: 4px;
}
.mobile-accordion-head .chevron { transition: transform 0.2s; }
.mobile-accordion.open .chevron { transform: rotate(180deg); color: #fcd34d; }
.mobile-accordion-body { display: none; padding: 0.25rem 0; margin: 0.25rem 0; padding-left: 1.5rem; background: rgba(30,58,138,0.5); border-radius: 4px; }
.mobile-accordion.open .mobile-accordion-body { display: block; }
.mobile-accordion-body button { display: block; width: 100%; text-align: left; background: none; border: none; color: #dbeafe; font-size: 0.75rem; padding: 0.35rem 0.75rem; }
.mobile-accordion-body button:hover { color: #fcd34d; }

@media (max-width: 1023px) {
  .mobile-brand { display: block; }
  .navbar-inner { justify-content: space-between; }
}
@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .hamburger, .mobile-drawer { display: none !important; }
}

/* ---------- Hero Slider ---------- */
.hero-slider { position: relative; width: 100%; height: 320px; overflow: hidden; background: #0f172a; }
@media (min-width: 640px) { .hero-slider { height: 420px; } }
@media (min-width: 768px) { .hero-slider { height: 480px; } }
@media (min-width: 1024px) { .hero-slider { height: 520px; } }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; pointer-events: none;
}
.hero-slide.active { opacity: 1; z-index: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,29,68,0.9), rgba(8,29,68,0.6), transparent);
}
.hero-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem; color: #fff; }
@media (min-width: 640px) { .hero-caption { padding: 2rem; } }
@media (min-width: 768px) { .hero-caption { padding: 3rem; } }
.hero-eyebrow {
  display: inline-block; background: rgba(245,158,11,0.9); color: #082147; font-size: 0.65rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 0.25rem 0.6rem;
  border-radius: 4px; margin-bottom: 0.5rem;
}
.hero-caption h2 { font-family: 'Poppins', serif; font-weight: 700; font-size: 1.35rem; margin: 0 0 0.5rem; line-height: 1.2; text-shadow: 0 2px 6px rgba(0,0,0,0.35); }
@media (min-width: 640px) { .hero-caption h2 { font-size: 2rem; } }
@media (min-width: 768px) { .hero-caption h2 { font-size: 2.5rem; } }
@media (min-width: 1024px) { .hero-caption h2 { font-size: 3rem; } }
.hero-caption p { font-size: 0.8rem; color: #f1f5f9; max-width: 640px; margin: 0 0 1rem; opacity: 0.95; }
@media (min-width: 640px) { .hero-caption p { font-size: 1rem; } }
.hero-actions { display: flex; align-items: center; gap: 0.75rem; }
.btn-gold {
  background: var(--accent-amber); color: #082147; font-weight: 700; padding: 0.55rem 1.1rem;
  font-size: 0.8rem; border: none; border-radius: 4px; box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.btn-gold:hover { background: #d97706; }
.btn-ghost-light {
  background: rgba(255,255,255,0.2); color: #fff; font-weight: 500; padding: 0.55rem 1.1rem;
  font-size: 0.8rem; border: none; border-radius: 4px;
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.3); }
.hero-dots { position: absolute; bottom: 1rem; right: 1rem; z-index: 20; display: flex; align-items: center; gap: 0.4rem; }
.hero-dots button { height: 10px; width: 10px; border-radius: 999px; background: rgba(255,255,255,0.5); border: none; transition: all 0.3s; }
.hero-dots button.active { width: 32px; background: #fbbf24; }

/* ---------- Quick Links Bar ---------- */
.quicklinks { background: #f1f5f9; border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 0.65rem 0; }
.quicklinks-row { display: flex; gap: 0.6rem; overflow-x: auto; padding-bottom: 0.15rem; }
.quicklink {
  display: flex; align-items: center; gap: 0.35rem; padding: 0.4rem 0.75rem; font-size: 0.8rem;
  font-weight: 600; color: var(--primary-navy); background: #fff; border: 1px solid var(--border-color);
  border-radius: 6px; white-space: nowrap; flex-shrink: 0; box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.quicklink:hover { background: var(--primary-navy); color: #fff; }
.quicklink.rti { color: #78350f; background: #fffbeb; border-color: #fde68a; }
.quicklink.rti:hover { background: #b45309; color: #fff; }

/* ---------- News Ticker ---------- */
.news-ticker { background: #eff6ff; border-bottom: 1px solid #dbeafe; overflow: hidden; }
.news-ticker .site-container { display: flex; align-items: center; padding: 0.5rem 1rem; }
.ticker-badge { background: #ea580c; color: #fff; font-size: 0.68rem; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.04em; flex-shrink: 0; margin-right: 0.75rem; }
.ticker-viewport { overflow: hidden; flex: 1; position: relative; }
.ticker-track { display: flex; gap: 3rem; white-space: nowrap; width: max-content; animation: ticker-scroll 32s linear infinite; }
.news-ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { background: none; border: none; font-size: 0.8rem; font-weight: 500; color: #172554; display: inline-flex; align-items: center; gap: 0.4rem; padding: 0; }
.ticker-item:hover { color: #1d4ed8; }
.ticker-item .pdf-flag { background: #dc2626; color: #fff; font-size: 0.6rem; font-weight: 700; padding: 0.1rem 0.35rem; border-radius: 3px; text-transform: uppercase; }

/* ---------- Cards Grid (home top section) ---------- */
.cards-grid-section { padding: 1rem 0; }
.cards-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: stretch; }
@media (min-width: 768px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(4, 1fr); } }
.info-card { background: #fff; border-radius: 8px; border: 1px solid var(--border-color); box-shadow: 0 1px 2px rgba(0,0,0,0.04); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.15s; }
.info-card:hover { box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
.info-card-head { background: #1e40af; color: #fff; padding: 0.6rem 1rem; }
.info-card-head h3 { margin: 0; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em; }
.profile-card-body { padding: 1rem; display: flex; flex-direction: column; align-items: center; flex: 1; text-align: center; }
.profile-photo { width: 112px; height: 144px; margin-bottom: 0.75rem; border-radius: 6px; overflow: hidden; border: 2px solid rgba(30,58,138,0.3); box-shadow: 0 1px 2px rgba(0,0,0,0.06); background: #f1f5f9; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.profile-card-body h4 { color: var(--primary-navy); font-size: 0.85rem; font-weight: 700; margin: 0 0 0.35rem; }
.profile-role { font-size: 0.68rem; color: var(--text-muted); font-weight: 500; margin: 0 0 0.4rem; }
.profile-quote { font-size: 0.75rem; color: #475569; line-height: 1.5; text-align: justify; margin: 0 0 0.75rem; }
.text-link-btn { margin-top: auto; background: none; border: none; font-size: 0.75rem; font-weight: 600; color: #1e40af; padding-top: 0.5rem; }
.text-link-btn:hover { color: #172554; }

.tab-card-head { display: flex; border-bottom: 1px solid var(--border-color); background: #f8fafc; overflow-x: auto; }
.tab-btn { padding: 0.5rem 0.75rem; font-size: 0.7rem; font-weight: 700; text-transform: capitalize; white-space: nowrap; border: none; border-bottom: 2px solid transparent; background: none; color: #64748b; }
.tab-btn.active { border-color: #f59e0b; color: var(--primary-navy); background: #fff; }
.tab-btn:hover:not(.active) { color: #1e40af; }
.tab-list { max-height: 350px; overflow-y: auto; flex: 1; padding: 0.25rem; }
.tab-list-item { padding: 0.6rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 0.5rem; border-bottom: 1px solid #f1f5f9; }
.tab-list-item:hover { background: rgba(239,246,255,0.7); cursor: pointer; }
.tab-list-item .meta { display: flex; align-items: center; gap: 0.4rem; font-size: 0.68rem; color: #94a3b8; margin-bottom: 0.15rem; }
.tab-list-item .new-badge { background: #f59e0b; color: #fff; font-size: 0.55rem; font-weight: 700; padding: 0.05rem 0.3rem; border-radius: 3px; text-transform: uppercase; }
.tab-list-item .title { font-size: 0.75rem; color: #1e293b; font-weight: 500; line-height: 1.3; }
.tab-list-item .pdf-chip { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; font-size: 0.62rem; font-weight: 700; padding: 0.15rem 0.4rem; border-radius: 4px; flex-shrink: 0; white-space: nowrap; }
.tab-card-foot { padding: 0.6rem; border-top: 1px solid #f1f5f9; background: #f8fafc; text-align: right; }
.tab-card-foot button { background: none; border: none; font-size: 0.75rem; font-weight: 600; color: #1e40af; }
.tab-card-foot button:hover { text-decoration: underline; }
.empty-note { padding: 1.5rem; text-align: center; font-size: 0.75rem; color: #94a3b8; }

/* ---------- About + Stats ---------- */
.about-stats-section { background: #f1f5f9; padding: 2.5rem 0; border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.about-stats-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
@media (min-width: 1024px) { .about-stats-grid { grid-template-columns: 1fr 1fr; } }
.about-col h2 { font-family: 'Poppins', serif; font-weight: 700; font-size: 1.5rem; color: var(--primary-navy); margin: 0 0 0.5rem; }
.gold-underline { width: 64px; height: 4px; background: #f59e0b; border-radius: 999px; margin-bottom: 1rem; }
.about-col p { font-size: 0.8rem; color: #475569; line-height: 1.6; text-align: justify; margin: 0 0 0.75rem; }
.about-actions { display: flex; align-items: center; gap: 0.75rem; padding-top: 0.5rem; flex-wrap: wrap; }
.btn-navy { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--primary-navy); color: #fff; font-weight: 600; padding: 0.6rem 1rem; border-radius: 4px; border: none; font-size: 0.8rem; }
.btn-navy:hover { background: #1e3a8a; }
.btn-outline { display: inline-flex; align-items: center; gap: 0.4rem; background: #fff; color: var(--primary-navy); font-weight: 600; padding: 0.6rem 1rem; border-radius: 4px; border: 1px solid #cbd5e1; font-size: 0.8rem; }
.btn-outline:hover { background: #f8fafc; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-card { background: #fff; padding: 1.25rem; border-radius: 8px; border: 1px solid var(--border-color); text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.stat-card:hover { box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
.stat-icon { width: 48px; height: 48px; margin: 0 auto 0.5rem; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.stat-icon.amber { background: #fffbeb; color: #d97706; }
.stat-icon.blue { background: #eff6ff; color: #2563eb; }
.stat-icon.green { background: #ecfdf5; color: #059669; }
.stat-icon.purple { background: #faf5ff; color: #9333ea; }
.stat-number { font-size: 1.6rem; font-weight: 700; color: #172554; }
.stat-label { font-size: 0.72rem; color: #64748b; font-weight: 500; margin-top: 0.2rem; }

/* ---------- Reviews ---------- */
.reviews-section { padding: 2.5rem 0; background: #fff; }

/* Top chip row: "Google Reviews" badge + verified feedback text */
.reviews-topbar { display: flex; align-items: center; gap: 0.9rem; flex-wrap: wrap; padding-bottom: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--border-color); }
.reviews-google-chip { display: inline-flex; align-items: center; gap: 0.4rem; background: #fff; border: 1px solid var(--border-color); border-radius: 999px; padding: 0.35rem 0.9rem; font-size: 0.78rem; font-weight: 700; color: var(--text-dark); }
.reviews-topbar-sub { font-size: 0.78rem; color: var(--text-muted); }

/* Heading row: title + subtitle on the left, "Write a Review" button on the right */
.reviews-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.75rem; flex-wrap: wrap; }
.reviews-heading-text h2 { font-family: 'Poppins', serif; font-size: 1.7rem; font-weight: 800; color: var(--primary-navy); margin: 0 0 0.5rem; }
.reviews-heading-text p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; margin: 0; max-width: 620px; }
.reviews-write-btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 0.45rem; background: var(--primary-navy); color: #fff; border: none; border-radius: 8px; padding: 0.7rem 1.15rem; font-size: 0.85rem; font-weight: 700; cursor: pointer; font-family: inherit; }
.reviews-write-btn:hover { background: var(--primary-navy-dark); }

/* Stats row: rating breakdown card + 3 highlight stat cards */
.reviews-stats-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
@media (max-width: 900px) { .reviews-stats-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .reviews-stats-row { grid-template-columns: 1fr; } }

.reviews-rating-card { background: #fff; border: 1px solid var(--border-color); border-radius: 12px; padding: 1.25rem 1.4rem; display: flex; flex-direction: column; gap: 0.6rem; }
.reviews-rating-main { display: flex; align-items: baseline; gap: 0.35rem; }
.reviews-rating-number { font-family: 'Poppins', serif; font-size: 2.1rem; font-weight: 800; color: var(--primary-navy); line-height: 1; }
.reviews-rating-outof { font-size: 1rem; color: var(--text-muted); }
.reviews-rating-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 1px; }
.reviews-rating-count { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 0.3rem; }
.reviews-rating-count strong { color: var(--text-dark); }
.reviews-rating-bars { display: flex; flex-direction: column; gap: 0.32rem; }
.reviews-rating-bar-row { display: flex; align-items: center; gap: 0.5rem; }
.reviews-rating-bar-label { width: 20px; font-size: 0.7rem; color: var(--text-muted); flex-shrink: 0; }
.reviews-rating-bar-track { flex: 1; height: 6px; background: #eef1f5; border-radius: 999px; overflow: hidden; }
.reviews-rating-bar-fill { height: 100%; background: var(--accent-gold-light); border-radius: 999px; }
.reviews-rating-bar-pct { width: 30px; text-align: right; font-size: 0.7rem; color: var(--text-muted); flex-shrink: 0; }

.reviews-stat-card { background: #fff; border: 1px solid var(--border-color); border-radius: 12px; padding: 1.25rem 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 0.4rem; }
.reviews-stat-value { font-family: 'Poppins', serif; font-size: 1.5rem; font-weight: 800; }
.reviews-stat-value.green { color: #16a34a; }
.reviews-stat-value.navy { color: var(--primary-navy); }
.reviews-stat-value.orange { color: var(--accent-gold); }
.reviews-stat-label { font-size: 0.78rem; color: var(--text-muted); }

/* Filter pill row */
.reviews-filter-row { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.reviews-filter-label { font-size: 0.82rem; color: var(--text-muted); font-weight: 600; margin-right: 0.2rem; }
.reviews-filter-pill { font-family: inherit; font-size: 0.8rem; font-weight: 600; border-radius: 999px; padding: 0.5rem 1.05rem; border: 1px solid var(--border-color); background: #fff; color: var(--text-dark); cursor: pointer; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.reviews-filter-pill:hover { border-color: var(--primary-navy-light); }
.reviews-filter-pill.active { background: var(--primary-navy); border-color: var(--primary-navy); color: #fff; }

/* Review cards grid: 3 columns / 2 rows on desktop */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 700px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1050px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }

.review-card { background: #fff; border: 1px solid var(--border-color); border-radius: 12px; padding: 1.25rem; display: flex; flex-direction: column; }
.review-top { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.7rem; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.8rem; flex-shrink: 0; }
.review-avatar.bg-emerald { background: #047857; }
.review-avatar.bg-indigo { background: #4338ca; }
.review-avatar.bg-blue { background: #1e40af; }
.review-avatar.bg-amber { background: #b45309; }
.review-avatar.bg-teal { background: #0f766e; }
.review-avatar.bg-rose { background: #be123c; }
.review-name-wrap { flex: 1; min-width: 0; }
.review-name { display: flex; align-items: center; gap: 0.3rem; font-weight: 700; font-size: 0.85rem; color: #1e293b; }
.review-verified { flex-shrink: 0; }
.review-role { font-size: 0.7rem; color: #64748b; margin-top: 0.1rem; }
.review-google-mark { flex-shrink: 0; margin-top: 0.1rem; }
.review-stars { color: #f59e0b; font-size: 0.78rem; margin-bottom: 0.6rem; }
.review-date { color: #94a3b8; font-weight: 400; }
.review-highlight { display: inline-block; background: #eff6ff; color: #1d4ed8; font-size: 0.72rem; font-weight: 600; border-radius: 6px; padding: 0.35rem 0.6rem; margin-bottom: 0.7rem; }
.review-text { font-size: 0.8rem; color: #475569; line-height: 1.6; margin: 0 0 1rem; flex: 1; }
.review-footer { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; padding-top: 0.85rem; border-top: 1px solid var(--border-color); }
.review-helpful { font-size: 0.75rem; color: var(--text-muted); }
.review-tag { font-size: 0.72rem; font-weight: 600; color: var(--text-dark); background: #f1f5f9; border-radius: 6px; padding: 0.3rem 0.6rem; }

/* ---------- Announcement banner ---------- */
.announcement-section { padding: 1.5rem 0; }
.announcement-box {
  background: linear-gradient(90deg, #1e3a8a, #312e81); color: #fff; border-radius: 12px;
  padding: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  display: flex; flex-direction: column; gap: 1.25rem; align-items: center; justify-content: space-between; text-align: center;
}
@media (min-width: 768px) { .announcement-box { flex-direction: row; text-align: left; padding: 2rem; } }
.announcement-box .eyebrow { background: #fbbf24; color: #172554; font-size: 0.68rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.04em; }
.announcement-box h3 { font-family: 'Poppins', serif; font-size: 1.3rem; font-weight: 700; margin: 0.4rem 0; }
.announcement-box p { font-size: 0.8rem; color: #dbeafe; max-width: 32rem; margin: 0; }
.announcement-actions { display: flex; flex-direction: column; gap: 0.6rem; flex-shrink: 0; }
@media (min-width: 640px) { .announcement-actions { flex-direction: row; } }
.btn-amber-solid { background: #f59e0b; color: #172554; font-weight: 700; font-size: 0.8rem; padding: 0.6rem 1.25rem; border-radius: 4px; border: none; }
.btn-amber-solid:hover { background: #d97706; }
.btn-white-ghost { background: rgba(255,255,255,0.1); color: #fff; font-weight: 500; font-size: 0.8rem; padding: 0.6rem 1.25rem; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3); }
.btn-white-ghost:hover { background: rgba(255,255,255,0.2); }

/* ---------- FAQ Section ---------- */
.faq-section { padding: 2.5rem 0; background: #fff; border-bottom: 1px solid var(--border-color); }
.faq-header { text-align: center; max-width: 640px; margin: 0 auto 2rem; }
.faq-pill { display: inline-flex; align-items: center; gap: 0.35rem; background: #eff6ff; color: var(--primary-navy); padding: 0.25rem 0.75rem; border-radius: 999px; font-size: 0.7rem; font-weight: 700; margin-bottom: 0.6rem; border: 1px solid #bfdbfe; }
.faq-header h2 { font-family: 'Poppins', serif; font-size: 1.4rem; font-weight: 700; color: var(--primary-navy); margin: 0; }
.faq-header p { font-size: 0.8rem; color: #475569; margin-top: 0.4rem; line-height: 1.5; }
.faq-controls { max-width: 800px; margin: 0 auto 2rem; }
.faq-search { position: relative; margin-bottom: 1rem; }
.faq-search input { width: 100%; padding: 0.6rem 1rem 0.6rem 2.3rem; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 0.8rem; }
.faq-search input:focus { background: #fff; border-color: #1d4ed8; outline: none; box-shadow: 0 0 0 3px rgba(191,219,254,0.6); }
.faq-search .icon { position: absolute; left: 0.8rem; top: 50%; transform: translateY(-50%); color: #94a3b8; }
.faq-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.faq-tab { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.5rem 1rem; border-radius: 999px; font-size: 0.72rem; font-weight: 700; border: none; background: #f1f5f9; color: #334155; }
.faq-tab.active { background: var(--primary-navy); color: #fff; }
.faq-tab .count { font-size: 0.6rem; padding: 0.05rem 0.35rem; border-radius: 999px; background: #e2e8f0; color: #475569; }
.faq-tab.active .count { background: #1e3a8a; color: #fff; }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border: 1px solid var(--border-color); border-radius: 8px; background: #fff; overflow: hidden; }
.faq-item.open { border-color: #1e40af; background: rgba(239,246,255,0.3); }
.faq-q { width: 100%; text-align: left; padding: 1rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; background: none; border: none; }
.faq-q-left { display: flex; align-items: flex-start; gap: 0.75rem; }
.faq-badge { width: 24px; height: 24px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; background: #f1f5f9; color: #475569; flex-shrink: 0; }
.faq-item.open .faq-badge { background: #1e3a8a; color: #fff; }
.faq-q h3 { font-size: 0.8rem; font-weight: 700; margin: 0; color: #1e293b; }
.faq-item.open .faq-q h3 { color: #172554; }
.faq-highlight { display: flex; align-items: center; gap: 0.3rem; font-size: 0.68rem; color: #1d4ed8; font-weight: 500; margin-top: 0.3rem; }
.faq-chevron { color: #94a3b8; transition: transform 0.2s; flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: #1e3a8a; }
.faq-a { display: none; padding: 0 1rem 1rem 3.5rem; font-size: 0.78rem; color: #475569; line-height: 1.6; border-top: 1px solid #f1f5f9; text-align: justify; }
.faq-item.open .faq-a { display: block; padding-top: 0.6rem; }
.faq-cta { max-width: 800px; margin: 2rem auto 0; background: linear-gradient(90deg, #0c366e, #1e40af); color: #fff; padding: 1.25rem; border-radius: 12px; display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: space-between; text-align: center; }
@media (min-width: 640px) { .faq-cta { flex-direction: row; text-align: left; } }
.faq-cta-left { display: flex; align-items: center; gap: 0.75rem; }
.faq-cta-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); color: #fbbf24; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.faq-cta h4 { font-size: 0.8rem; font-weight: 700; margin: 0; }
.faq-cta p { font-size: 0.7rem; color: #dbeafe; margin: 0.15rem 0 0; }
.faq-cta-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--footer-navy); color: #e2e8f0; margin-top: auto; }
.footer-main { padding: 2.5rem 0; border-bottom: 1px solid rgba(30,58,138,0.5); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }
.footer-grid h3 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 0.75rem; border-bottom: 2px solid #f59e0b; padding-bottom: 0.35rem; display: inline-block; }
.footer-grid p { font-size: 0.8rem; color: #cbd5e1; line-height: 1.6; text-align: justify; }
.footer-badge { font-size: 0.72rem; color: #fcd34d; font-weight: 600; }
.footer-badge p { color: inherit; margin: 0.1rem 0; text-align: left; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.8rem; }
.footer-links button, .footer-links a { display: flex; align-items: center; gap: 0.4rem; background: none; border: none; color: #cbd5e1; font: inherit; padding: 0; }
.footer-links button:hover, .footer-links a:hover { color: #fcd34d; }
.footer-contact { display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.8rem; }
.footer-contact-row { display: flex; align-items: flex-start; gap: 0.6rem; }
.footer-contact-row a:hover { color: #fcd34d; }
.footer-feedback-btn { background: #1e40af; color: #fff; font-weight: 500; font-size: 0.75rem; padding: 0.4rem 0.85rem; border-radius: 4px; border: none; margin-top: 0.4rem; }
.footer-feedback-btn:hover { background: #1e3a8a; }
.footer-bottom { background: var(--footer-navy-dark); padding: 0.85rem 0; font-size: 0.75rem; color: #94a3b8; }
.footer-bottom .site-container { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 0.5rem; text-align: center; }
@media (min-width: 640px) { .footer-bottom .site-container { flex-direction: row; text-align: left; } }
.footer-bottom-left { display: flex; align-items: center; gap: 0.75rem; }
.admin-link { color: #fbbf24; font-weight: 700; background: none; border: none; font-size: inherit; display: flex; align-items: center; gap: 0.25rem; }
.admin-link:hover { text-decoration: underline; }
.footer-bottom a.dev-link { color: #fbbf24; font-weight: 500; }
.footer-bottom a.dev-link:hover { text-decoration: underline; }

/* ---------- Generic page header (for inner pages) ---------- */
.page-header { background: linear-gradient(90deg, var(--primary-navy-dark), var(--nav-blue)); color: #fff; padding: 2.5rem 0; text-align: center; }
.page-header h1 { font-family: 'Poppins', serif; font-size: 1.6rem; font-weight: 700; margin: 0 0 0.4rem; }
.page-header p { font-size: 0.85rem; color: #dbeafe; margin: 0; }
.page-body { padding: 2.5rem 0; }

/* Gallery Page */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }

.gallery-card {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}
.gallery-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}
.gallery-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.gallery-card:hover .gallery-card-img-wrap img { transform: scale(1.06); }
.gallery-card-zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 33, 71, 0.35);
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 1.4rem;
}
.gallery-card:hover .gallery-card-zoom { opacity: 1; }
.gallery-card figcaption { padding: 0.9rem 1.1rem 1.1rem; }
.gallery-card-category {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--primary-navy);
  background: #eef2ff;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.45rem;
}
.gallery-card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.3rem;
  line-height: 1.35;
}
.gallery-card-caption {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 0.4rem;
}
.gallery-card-date {
  font-size: 0.7rem;
  color: #94a3b8;
  font-weight: 600;
}

/* Gallery Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 33, 71, 0.88);
}
.gallery-lightbox-content {
  position: relative;
  z-index: 1;
  max-width: min(900px, 92vw);
  max-height: 90vh;
  background: #0b1d30;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gallery-lightbox-content img {
  width: 100%;
  max-height: 65vh;
  object-fit: contain;
  background: #000;
}
.gallery-lightbox-info { padding: 1rem 1.25rem 1.25rem; color: #fff; }
.gallery-lightbox-info h3 { margin: 0.3rem 0 0.35rem; font-size: 1rem; font-weight: 700; }
.gallery-lightbox-info p { margin: 0; font-size: 0.82rem; color: #cbd5e1; line-height: 1.55; }
.gallery-lightbox-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 1rem;
}
.gallery-lightbox-close:hover { background: rgba(255,255,255,0.3); }
.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.gallery-lightbox-nav:hover { background: rgba(255,255,255,0.3); }
.gallery-lightbox-nav.prev { left: 0.6rem; }
.gallery-lightbox-nav.next { right: 0.6rem; }
@media (max-width: 640px) {
  .gallery-lightbox-nav { width: 34px; height: 34px; font-size: 1.2rem; }
}
.placeholder-note { max-width: 640px; margin: 0 auto; text-align: center; background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 10px; padding: 2rem; color: #64748b; font-size: 0.85rem; line-height: 1.6; }

/* Utility */
.hidden { display: none !important; }
.scrollbar-none::-webkit-scrollbar { display: none; }

/* ==========================================================================
   Inner Pages — About Us / Academics / Departments / Admission /
   Examination / Notifications / Contact
   (Additive only — reuses existing tokens, .page-header, .page-body,
   .info-card, .faq-tabs/.faq-tab, .tab-list-item, .btn-* classes above.
   Nothing in the sections above this point was modified.)
   ========================================================================== */

/* Breadcrumb under the page header */
.breadcrumb { max-width: 1380px; margin: 0 auto 1.5rem; padding: 0 1rem; font-size: 0.75rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
@media (min-width: 768px) { .breadcrumb { padding: 0 1.5rem; } }
.breadcrumb a, .breadcrumb button { background: none; border: none; padding: 0; font: inherit; color: var(--nav-blue); font-weight: 600; }
.breadcrumb a:hover, .breadcrumb button:hover { text-decoration: underline; }
.breadcrumb .sep { color: #cbd5e1; }
.breadcrumb .current { color: var(--text-dark); font-weight: 600; }

/* Sub-section tab strip (reuses .faq-tabs / .faq-tab visuals) */
.inner-subnav { margin-bottom: 2rem; }

/* Generic prose block */
.content-block h2 { font-family: 'Poppins', serif; font-weight: 700; font-size: 1.3rem; color: var(--primary-navy); margin: 0 0 0.5rem; }
.content-block h3 { font-family: 'Poppins', serif; font-weight: 700; font-size: 1.05rem; color: var(--primary-navy); margin: 1.25rem 0 0.5rem; }
.content-block p { font-size: 0.85rem; color: #475569; line-height: 1.7; text-align: justify; margin: 0 0 0.9rem; }
.content-block ul, .content-block ol { margin: 0 0 0.9rem; padding-left: 1.25rem; }
.content-block li { font-size: 0.85rem; color: #475569; line-height: 1.6; margin-bottom: 0.4rem; }

.two-col-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 1024px) { .two-col-grid { grid-template-columns: 1.4fr 1fr; } }

/* Icon list (mission points, functions, etc.) */
.icon-list { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.icon-list li { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.85rem; color: #475569; line-height: 1.6; }
.icon-list .icon-dot { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #eff6ff; color: #1e40af; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; margin-top: 0.1rem; }

/* Value / objective cards (visually matches .stat-card) */
.value-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .value-grid { grid-template-columns: repeat(2, 1fr); } }
.value-card { background: #fff; padding: 1.25rem; border-radius: 8px; border: 1px solid var(--border-color); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.value-card .value-icon { width: 40px; height: 40px; border-radius: 999px; background: #eff6ff; color: #1e40af; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 0.6rem; }
.value-card h4 { font-size: 0.85rem; font-weight: 700; color: #172554; margin: 0 0 0.3rem; }
.value-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.55; margin: 0; text-align: left; }

/* Quick fact strip (establishment year, intake, etc.) */
.fact-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.5rem 0; }
@media (min-width: 640px) { .fact-strip { grid-template-columns: repeat(4, 1fr); } }
.fact-strip .stat-card { padding: 1rem; }

/* Section index / link cards (Academics, Departments, Admission, Examination landing) */
.link-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .link-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .link-grid { grid-template-columns: repeat(3, 1fr); } }
.link-card { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; text-align: left; background: #fff; border: 1px solid var(--border-color); border-radius: 10px; padding: 1.25rem; box-shadow: 0 1px 2px rgba(0,0,0,0.04); transition: box-shadow 0.15s, transform 0.15s; width: 100%; }
.link-card:hover { box-shadow: 0 6px 16px rgba(0,0,0,0.1); transform: translateY(-2px); }
.link-card .link-card-icon { width: 42px; height: 42px; border-radius: 8px; background: #eff6ff; color: #1e40af; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.link-card h3 { font-size: 0.9rem; font-weight: 700; color: #172554; margin: 0.2rem 0 0; }
.link-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.link-card .link-card-cta { margin-top: 0.3rem; font-size: 0.75rem; font-weight: 700; color: #1e40af; }

/* Department grid */
.dept-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .dept-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .dept-grid { grid-template-columns: repeat(3, 1fr); } }
.dept-card { background: #fff; border: 1px solid var(--border-color); border-radius: 10px; padding: 1.25rem; box-shadow: 0 1px 2px rgba(0,0,0,0.04); display: flex; flex-direction: column; gap: 0.5rem; }
.dept-card.active { border-color: #1e40af; box-shadow: 0 0 0 3px rgba(30,64,175,0.12); }
.dept-card .dept-code { display: inline-flex; align-self: flex-start; background: #172554; color: #fcd34d; font-size: 0.65rem; font-weight: 700; padding: 0.2rem 0.55rem; border-radius: 999px; letter-spacing: 0.03em; }
.dept-card h3 { font-size: 0.88rem; font-weight: 700; color: #172554; margin: 0.2rem 0 0; line-height: 1.35; }
.dept-card .dept-head { font-size: 0.72rem; color: var(--text-muted); font-weight: 600; }
.dept-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.dept-card .text-link-btn { padding-top: 0.2rem; }

/* Data tables (Faculty, Academic Calendar) */
.table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--border-color); border-radius: 8px; }
table.data-table { width: 100%; border-collapse: collapse; font-size: 0.78rem; background: #fff; }
table.data-table th { background: #1e40af; color: #fff; text-align: left; padding: 0.65rem 0.85rem; font-weight: 600; white-space: nowrap; }
table.data-table td { padding: 0.65rem 0.85rem; border-bottom: 1px solid #f1f5f9; color: #334155; vertical-align: top; }
table.data-table tbody tr:last-child td { border-bottom: none; }
table.data-table tbody tr:hover { background: #f8fafc; }
table.data-table td a { color: #1e40af; font-weight: 600; }

/* Timeline / process steps (Admission "How to Apply", processes) */
.timeline { display: flex; flex-direction: column; gap: 0; margin: 1.5rem 0; }
.timeline-step { display: flex; gap: 1rem; position: relative; padding-bottom: 1.5rem; }
.timeline-step:last-child { padding-bottom: 0; }
.timeline-step .timeline-marker { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: #1e40af; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.8rem; position: relative; z-index: 1; }
.timeline-step:not(:last-child)::before { content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: #dbeafe; }
.timeline-step .timeline-body h4 { font-size: 0.85rem; font-weight: 700; color: #172554; margin: 0.15rem 0 0.3rem; }
.timeline-step .timeline-body p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* Checklist (Admission documents) */
.checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.checklist li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.82rem; color: #334155; background: #f8fafc; border: 1px solid var(--border-color); border-radius: 8px; padding: 0.7rem 0.9rem; line-height: 1.5; }
.checklist li .check-icon { flex-shrink: 0; color: #16a34a; font-weight: 700; }

/* Notifications page */
.notif-page-tabs { margin-bottom: 1.75rem; }
.notif-list { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; background: #fff; }
.notif-list .tab-list-item { padding: 0.85rem 1rem; }
.notif-list .tab-list-item:hover { background: #f8fafc; }
.notif-category-chip { display: inline-block; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: #1e40af; background: #eff6ff; padding: 0.1rem 0.4rem; border-radius: 4px; margin-right: 0.4rem; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1.3fr; } }
.contact-info-card { background: #fff; border: 1px solid var(--border-color); border-radius: 10px; padding: 1.5rem; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.contact-info-card h3 { font-size: 0.95rem; font-weight: 700; color: #172554; margin: 0 0 1rem; }
.contact-info-row { display: flex; align-items: flex-start; gap: 0.7rem; margin-bottom: 1rem; font-size: 0.82rem; color: #475569; line-height: 1.5; }
.contact-info-row .contact-icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 8px; background: #eff6ff; color: #1e40af; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.contact-info-row a { color: #1e40af; font-weight: 600; }
.contact-map-embed { margin-top: 1rem; border-radius: 8px; overflow: hidden; border: 1px solid var(--border-color); }
.contact-map-embed iframe { width: 100%; height: 220px; border: 0; display: block; }

.contact-form-card { background: #fff; border: 1px solid var(--border-color); border-radius: 10px; padding: 1.5rem; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.contact-form-card h3 { font-size: 0.95rem; font-weight: 700; color: #172554; margin: 0 0 1rem; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 640px) { .contact-form .form-row.two-col { grid-template-columns: 1fr 1fr; } }
.contact-form .form-group { display: flex; flex-direction: column; gap: 0.35rem; }
.contact-form label { font-size: 0.75rem; font-weight: 700; color: #334155; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 0.6rem 0.75rem; background: #f8fafc; border: 1px solid #cbd5e1;
  border-radius: 6px; font-size: 0.82rem; font-family: inherit; color: #1e293b;
}
.contact-form input:focus, .contact-form textarea:focus { background: #fff; border-color: #1d4ed8; outline: none; box-shadow: 0 0 0 3px rgba(191,219,254,0.6); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .form-actions { display: flex; align-items: center; gap: 1rem; }
.contact-form button[type="submit"]:disabled { opacity: 0.65; cursor: not-allowed; }
.form-status { font-size: 0.8rem; font-weight: 600; padding: 0.6rem 0.9rem; border-radius: 6px; margin-bottom: 1rem; }
.form-status.success { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.form-status.error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
