/* ==========================================================================
   Pt. Ramnayan Ramsukh Degree College - Modern Collegiate Design System
   Sohnag, Belghat, Gorakhpur (U.P.) | Affiliated to DDU Gorakhpur University
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Noto+Sans+Devanagari:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Brand Color Palette */
  --primary-navy: #0b1f3d;
  --primary-dark: #07152b;
  --primary-light: #163666;
  --primary-soft: #e9f1fc;
  
  --gold-regal: #d4a017;
  --gold-light: #f5cf65;
  --gold-dark: #a87905;
  --gold-subtle: #fcf6e7;
  --gold-border: rgba(212, 160, 23, 0.35);

  --accent-crimson: #9e1d2c;
  --accent-teal: #0d828a;
  --success: #15803d;

  /* Neutrals */
  --text-main: #1e293b;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --text-white: #ffffff;
  
  --bg-body: #f8fafc;
  --bg-card: #ffffff;
  --bg-alt: #f1f5f9;
  --border-light: #e2e8f0;
  --border-medium: #cbd5e1;

  /* Typography */
  --font-heading: 'Cinzel', serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-hindi: 'Noto Sans Devanagari', 'Plus Jakarta Sans', sans-serif;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(11, 31, 61, 0.08), 0 2px 6px rgba(11, 31, 61, 0.04);
  --shadow-lg: 0 12px 28px rgba(11, 31, 61, 0.12), 0 4px 10px rgba(11, 31, 61, 0.06);
  --shadow-gold: 0 4px 20px rgba(212, 160, 23, 0.28);
  --shadow-hero: 0 20px 40px rgba(7, 21, 43, 0.35);

  /* Transitions */
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 9999px;
  
  --container-width: 1240px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--bg-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

ul, ol {
  list-style: none;
}

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

/* Utility Container */
.container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* ==========================================================================
   Top Affiliation Bar
   ========================================================================== */
.top-bar {
  background: var(--primary-dark);
  color: #e2e8f0;
  font-size: 0.8125rem;
  border-bottom: 1px solid rgba(212, 160, 23, 0.25);
}

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

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.affiliation-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold-light);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #cbd5e1;
}

.top-bar-item a:hover {
  color: var(--gold-light);
}

.aishe-tag {
  background: rgba(212, 160, 23, 0.15);
  border: 1px solid var(--gold-regal);
  color: var(--gold-light);
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid var(--primary-soft);
  transition: z-index 0.2s ease;
}

/* Elevate header when mobile drawer is open so drawer is always above backdrop */
body.nav-open .site-header {
  z-index: 1050 !important;
}

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

.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.brand-logo-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(11, 31, 61, 0.15));
  transition: transform 0.3s ease;
}

.brand-wrapper:hover .brand-logo-img {
  transform: scale(1.04);
}

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

.brand-name-hi {
  font-family: var(--font-hindi);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-navy);
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.brand-name-en {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.25;
}

.brand-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

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

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.925rem;
  font-weight: 600;
  color: var(--primary-navy);
  border-radius: var(--radius-sm);
  position: relative;
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-dark);
  background-color: var(--gold-subtle);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: var(--gold-regal);
  border-radius: var(--radius-pill);
}

.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, var(--gold-regal), #b8860b);
  color: #ffffff;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.35);
  transition: var(--transition);
  margin-left: 0.75rem;
  white-space: nowrap;
}

.nav-cta-btn:hover {
  background: linear-gradient(135deg, #e5b32a, var(--gold-regal));
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212, 160, 23, 0.45);
  color: #ffffff;
}

/* Mobile Nav Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--primary-navy);
  cursor: pointer;
  padding: 0.4rem;
}

/* ==========================================================================
   Live News Ticker / Notification Bar
   ========================================================================== */
.news-ticker-bar {
  background: #fdfaf3;
  border-bottom: 1px solid #fae6b8;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 42px;
}

.ticker-label {
  background: var(--accent-crimson);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  padding-right: 1.75rem;
  z-index: 2;
}

.ticker-content {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.ticker-track {
  display: inline-block;
  white-space: nowrap;
  animation: tickerScroll 26s linear infinite;
  padding-left: 100%;
}

.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  margin-right: 3rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-navy);
}

.ticker-item a:hover {
  color: var(--accent-crimson);
  text-decoration: underline;
}

.ticker-item::before {
  content: '★';
  color: var(--gold-regal);
  margin-right: 0.6rem;
  font-size: 0.75rem;
}

@keyframes tickerScroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  background: radial-gradient(circle at top right, #1a3f7a, #07152b 75%);
  color: #ffffff;
  padding: 4.5rem 0 5rem;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(1px 1px at 20px 30px, rgba(212, 160, 23, 0.25), rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 40px 70px, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 50px 160px, rgba(212, 160, 23, 0.2), rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 130px 80px, rgba(212, 160, 23, 0.15), rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.4;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(212, 160, 23, 0.16);
  border: 1px solid var(--gold-regal);
  color: var(--gold-light);
  padding: 0.35rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(4px);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 2.85rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

.hero-title span.highlight {
  background: linear-gradient(135deg, #fce085, #d4a017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-lead {
  font-size: 1.125rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
  max-width: 580px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.85rem;
  font-size: 0.975rem;
  font-weight: 700;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  text-decoration: none;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-regal), #be8a0a);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(212, 160, 23, 0.4);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #e5b32a, var(--gold-regal));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 160, 23, 0.5);
  color: #ffffff;
}

.btn-outline-white {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

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

.hero-trust-badges {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #e2e8f0;
}

.trust-badge-item i {
  color: var(--gold-light);
  font-size: 1.15rem;
}

/* Hero Media Card */
.hero-media-wrapper {
  position: relative;
}

.hero-image-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-hero);
  border: 4px solid rgba(212, 160, 23, 0.5);
  background: var(--primary-dark);
}

.hero-image-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.hero-image-frame:hover img {
  transform: scale(1.03);
}

.hero-floating-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #ffffff;
  color: var(--primary-navy);
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 270px;
  border-left: 4px solid var(--gold-regal);
  animation: floatAnim 4s ease-in-out infinite;
}

.floating-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-subtle);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.floating-text h5 {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

.floating-text p {
  font-size: 0.775rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

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

/* ==========================================================================
   Stats Ribbon
   ========================================================================== */
.stats-ribbon {
  background: #ffffff;
  margin-top: -30px;
  position: relative;
  z-index: 10;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide-x: 1px solid var(--border-light);
}

.stat-card {
  padding: 1.75rem 1.25rem;
  text-align: center;
  position: relative;
}

.stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: var(--border-light);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--primary-navy);
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.stat-number span.plus {
  color: var(--gold-regal);
  font-size: 1.75rem;
}

.stat-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 0.4rem;
}

/* ==========================================================================
   Section Headers & Common Layout
   ========================================================================== */
.section {
  padding: 5rem 0;
}

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

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

.section-tag {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-dark);
  background: var(--gold-subtle);
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.75rem;
  border: 1px solid var(--gold-border);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--primary-navy);
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

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

/* ==========================================================================
   About Section (Home & Inner)
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

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

.about-img-main {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 4px solid #ffffff;
  overflow: hidden;
}

.about-img-main img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.about-img-badge {
  position: absolute;
  bottom: -25px;
  right: -20px;
  background: var(--primary-navy);
  color: #ffffff;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border-top: 4px solid var(--gold-regal);
  max-width: 240px;
  text-align: center;
}

.about-img-badge .years {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}

.about-img-badge .badge-text {
  font-size: 0.85rem;
  margin-top: 0.35rem;
  color: #cbd5e1;
}

.about-content h3 {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  color: var(--primary-navy);
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.about-content p {
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
}

.about-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.75rem 0 2rem;
}

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

.feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold-subtle);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.feature-text h6 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-navy);
}

.feature-text p {
  font-size: 0.825rem;
  color: var(--text-muted);
  margin-bottom: 0;
  margin-top: 0.15rem;
}

/* ==========================================================================
   Courses / Programs Section
   ========================================================================== */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.course-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
}

.course-header {
  padding: 1.75rem 1.5rem 1.25rem;
  border-bottom: 1px solid var(--border-light);
  background: linear-gradient(180deg, #fbfcfe 0%, #ffffff 100%);
  position: relative;
}

.course-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--radius-pill);
  margin-bottom: 0.75rem;
}

.badge-ncte {
  background: #fef2f2;
  color: var(--accent-crimson);
  border: 1px solid #fecaca;
}

.badge-ddu {
  background: #f0fdf4;
  color: var(--success);
  border: 1px solid #bbf7d0;
}

.badge-regular {
  background: var(--primary-soft);
  color: var(--primary-navy);
  border: 1px solid #cce0fc;
}

.course-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-navy);
  line-height: 1.3;
}

.course-subtitle {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.course-body {
  padding: 1.5rem;
  flex-grow: 1;
}

.course-details-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.course-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}

.detail-label {
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.detail-value {
  font-weight: 700;
  color: var(--primary-navy);
}

.course-subjects-preview {
  background: var(--bg-alt);
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  border-left: 3px solid var(--gold-regal);
}

.course-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--border-light);
  background: #fcfdfe;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-btn {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-navy);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: var(--transition);
}

.course-btn:hover {
  color: var(--gold-dark);
  transform: translateX(3px);
}

/* ==========================================================================
   Facilities & Campus Infrastructure
   ========================================================================== */
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

.facility-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.facility-icon-box {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--primary-soft), #dceafc);
  color: var(--primary-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: var(--transition);
}

.facility-card:hover .facility-icon-box {
  background: linear-gradient(135deg, var(--gold-regal), #be8a0a);
  color: #ffffff;
  transform: scale(1.08);
}

.facility-card h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 0.5rem;
}

.facility-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Special Initiatives (NSS & UPSDM)
   ========================================================================== */
.special-initiatives-section {
  background: linear-gradient(135deg, var(--primary-navy), var(--primary-dark));
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.initiative-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 160, 23, 0.3);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.initiative-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold-regal);
  transform: translateY(-4px);
}

.initiative-badge {
  align-self: flex-start;
  background: rgba(212, 160, 23, 0.2);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
}

.initiative-card h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.initiative-card p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.initiative-img-thumb {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 200px;
  margin-bottom: 1.25rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.initiative-img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.initiative-card:hover .initiative-img-thumb img {
  transform: scale(1.05);
}

.initiative-bullets {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}

.initiative-bullet {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #e2e8f0;
}

.initiative-bullet i {
  color: var(--gold-light);
}

/* ==========================================================================
   Campus Gallery & Lightbox
   ========================================================================== */
.gallery-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--text-main);
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-pill);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--primary-navy);
  color: #ffffff;
  border-color: var(--primary-navy);
}

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

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 280px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

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

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 21, 43, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-tag {
  font-size: 0.75rem;
  color: var(--gold-light);
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-caption {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.2rem;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  backdrop-filter: blur(8px);
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 900px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-content img {
  max-height: 75vh;
  max-width: 100%;
  object-fit: contain;
  border-radius: var(--radius-sm);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.lightbox-caption {
  color: #ffffff;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.25rem;
}

/* ==========================================================================
   Admission Inquiry Form & CTA
   ========================================================================== */
.admission-cta-section {
  background: radial-gradient(circle at center, #1b3d75, var(--primary-dark));
  color: #ffffff;
  position: relative;
}

.admission-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 3.5rem;
  align-items: center;
}

.admission-info h2 {
  font-family: var(--font-heading);
  font-size: 2.35rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.admission-info p {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.admission-steps {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold-regal);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

.step-details h5 {
  font-size: 1rem;
  font-weight: 700;
}

.step-details p {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 0;
  margin-top: 0.15rem;
}

/* Form Card */
.inquiry-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  color: var(--text-main);
  box-shadow: var(--shadow-hero);
  border-top: 5px solid var(--gold-regal);
}

.inquiry-card h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--primary-navy);
  margin-bottom: 0.35rem;
}

.inquiry-card p.sub {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

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

.form-group label {
  display: block;
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-sm);
  font-size: 0.925rem;
  color: var(--text-main);
  background: #ffffff;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary-navy);
  box-shadow: 0 0 0 3px rgba(11, 31, 61, 0.1);
}

.form-submit-btn {
  width: 100%;
  padding: 0.9rem;
  background: linear-gradient(135deg, var(--gold-regal), #be8a0a);
  color: #ffffff;
  border: none;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.35);
}

.form-submit-btn:hover {
  background: linear-gradient(135deg, #e5b32a, var(--gold-regal));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 160, 23, 0.45);
}

/* Success Feedback Toast / Banner */
.form-feedback {
  margin-top: 1rem;
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  display: none;
}

.form-feedback.success {
  display: block;
  background: #f0fdf4;
  color: var(--success);
  border: 1px solid #bbf7d0;
}

/* ==========================================================================
   Reviews / Testimonials
   ========================================================================== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.review-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
}

.review-stars {
  color: #f59e0b;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.2rem;
}

.review-quote {
  font-size: 0.95rem;
  color: var(--text-main);
  line-height: 1.65;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  font-style: italic;
}

.reviewer-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-top: 1px solid var(--border-light);
  padding-top: 1rem;
}

.reviewer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary-navy);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.reviewer-info h6 {
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--primary-navy);
}

.reviewer-info span {
  font-size: 0.775rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Inner Page Banners
   ========================================================================== */
.inner-hero {
  background: radial-gradient(circle at top right, #1b3d75, var(--primary-dark) 80%);
  color: #ffffff;
  padding: 4rem 0 3.5rem;
  text-align: center;
  position: relative;
  border-bottom: 3px solid var(--gold-regal);
}

.inner-hero h1 {
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #cbd5e1;
}

.breadcrumbs a {
  color: var(--gold-light);
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span.current {
  color: #ffffff;
  font-weight: 600;
}

/* Tab Navigation (for Courses, Admissions, etc.) */
.nav-tabs-custom {
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid var(--border-light);
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: -2px;
}

.tab-btn:hover {
  color: var(--primary-navy);
}

.tab-btn.active {
  color: var(--primary-navy);
  border-bottom-color: var(--gold-regal);
  background: var(--gold-subtle);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Contact Info & Map Section */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 3rem;
}

.contact-card-box {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  height: 100%;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-subtle);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.contact-text h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-navy);
}

.contact-text p, .contact-text a {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
  display: block;
}

.map-frame-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 2px solid var(--border-light);
  height: 100%;
  min-height: 450px;
}

.map-frame-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--primary-dark);
  color: #cbd5e1;
  padding-top: 4.5rem;
  border-top: 4px solid var(--gold-regal);
  font-size: 0.9rem;
}

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

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo-img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.footer-brand-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.footer-brand-title span {
  color: var(--gold-light);
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.2rem;
  font-family: var(--font-body);
}

.footer-desc {
  font-size: 0.85rem;
  line-height: 1.65;
  color: #94a3b8;
}

.footer-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 160, 23, 0.4);
  color: var(--gold-light);
  font-size: 0.725rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.6rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--gold-regal);
}

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

.footer-links a {
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--gold-light);
  transform: translateX(3px);
}

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

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: #94a3b8;
}

.footer-contact-row i {
  color: var(--gold-light);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.footer-contact-row a {
  color: #cbd5e1;
}

.footer-contact-row a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  background: #040d1c;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  color: #64748b;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom-links {
  display: flex;
  gap: 1.25rem;
}

/* ==========================================================================
   Mobile Bottom Floating Action Bar
   ========================================================================== */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(7, 21, 43, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 2px solid var(--gold-regal);
  z-index: 990;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  padding: 0.5rem 0.75rem;
}

.mobile-bottom-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.5rem;
}

.mobile-action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 0.5rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.2s ease;
}

.mobile-action-btn:active {
  transform: scale(0.96);
}

.btn-call-mobile {
  background: #0284c7;
}

.btn-whatsapp-mobile {
  background: #16a34a;
}

.btn-apply-mobile {
  background: linear-gradient(135deg, var(--gold-regal), #be8a0a);
  color: #ffffff;
}

/* ==========================================================================
   Mobile Nav Drawer & Responsive Overrides
   ========================================================================== */
.drawer-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-light);
}

.drawer-close-btn {
  background: none;
  border: none;
  font-size: 1.75rem;
  color: var(--primary-navy);
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  body {
    padding-bottom: 60px; /* Space for mobile bottom bar */
  }

  .mobile-bottom-bar {
    display: block;
  }

  .top-bar {
    display: none;
  }

  .header-inner {
    padding: 0.6rem 0;
  }

  .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--bg-alt);
    border: 1px solid var(--border-light);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff !important;
    box-shadow: -8px 0 35px rgba(0, 0, 0, 0.35);
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem 1.25rem 2.5rem;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1060;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto !important;
  }

  .main-nav.active {
    right: 0 !important;
  }

  .drawer-header {
    display: flex;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .nav-link {
    padding: 0.85rem 1rem;
    font-size: 1rem;
    border-radius: var(--radius-sm);
    border-bottom: 1px solid #f1f5f9;
    color: var(--primary-navy) !important;
  }

  .nav-link.active::after {
    display: none;
  }

  .nav-cta-btn {
    margin-top: 1.25rem;
    margin-left: 0;
    text-align: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(7, 21, 43, 0.65);
    z-index: 999;
    display: none;
    cursor: pointer;
  }

  .nav-backdrop.active {
    display: block;
  }

  /* Hide bottom bar when mobile menu drawer is active */
  body.nav-open .mobile-bottom-bar {
    display: none !important;
  }

  .hero-section {
    padding: 3rem 0 4rem;
  }

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

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

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .hero-image-frame img {
    height: 300px;
  }

  .hero-floating-card {
    left: 10px;
    bottom: -15px;
    max-width: calc(100% - 20px);
  }

  .stats-ribbon {
    margin-top: -20px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-card:nth-child(2)::after {
    display: none;
  }

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

  .about-img-main img {
    height: 280px;
  }

  .about-img-badge {
    right: 10px;
    bottom: -15px;
    padding: 1rem;
  }

  .about-img-badge .years {
    font-size: 2rem;
  }

  .about-features-list {
    grid-template-columns: 1fr;
  }

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

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

  .inquiry-card {
    padding: 1.75rem 1.25rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .map-frame-wrapper {
    min-height: 350px;
  }

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

@media (max-width: 640px) {
  .brand-wrapper {
    gap: 0.65rem;
  }

  .brand-logo-img {
    width: 48px;
    height: 48px;
  }

  .brand-name-hi {
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .brand-name-en {
    font-size: 0.775rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  .brand-sub {
    display: none;
  }

  .hero-title {
    font-size: 1.85rem;
    line-height: 1.22;
  }

  .hero-lead {
    font-size: 0.925rem;
  }

  .hero-pill-badge {
    font-size: 0.725rem;
    padding: 0.3rem 0.75rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-card {
    padding: 1rem 0.5rem;
  }

  .stat-number {
    font-size: 1.65rem;
  }

  .stat-title {
    font-size: 0.775rem;
  }

  .section {
    padding: 3.5rem 0;
  }

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

  .section-desc {
    font-size: 0.925rem;
  }

  .courses-grid {
    grid-template-columns: 1fr !important;
  }

  .facilities-grid {
    grid-template-columns: 1fr !important;
  }

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

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

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

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

  /* Font size 16px to prevent iOS zoom */
  .form-control {
    font-size: 16px;
    padding: 0.85rem 1rem;
  }

  .tab-btn {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    flex: 1 1 auto;
    text-align: center;
  }

  .inner-hero h1 {
    font-size: 1.9rem;
  }

  .inner-hero {
    padding: 2.75rem 0 2.25rem;
  }
}

