/* ===== RESET & BASE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #1B3F6E;
  --primary-light: #2E6BAF;
  --accent: #F4A261;
  --accent-dark: #D4813E;
  --success: #2ECC71;
  --dark: #0D1B2A;
  --light: #F5F8FC;
  --white: #FFFFFF;
  --text: #2C3E50;
  --text-muted: #6B7280;
  --border: #E2E8F0;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Hind Siliguri', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: var(--accent);
  color: white;
}

.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(244, 162, 97, 0.4);
}

.btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.btn-outline:hover {
  background: white;
  color: var(--primary);
}

.btn-primary-dark {
  background: var(--primary);
  color: white;
}

.btn-primary-dark:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

/* ===== SECTIONS ===== */
.sec {
  padding: 90px 0;
}

.sec-light {
  background: var(--light);
}

.sec-white {
  background: white;
}

/* ===== SECTION TITLES ===== */
.section-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

/* Section Title Shortcuts */
.tc { 
  text-align: center; 
  margin-bottom: 40px; 
}

.sl { 
  font-size: 0.8rem; 
  font-weight: 600; 
  letter-spacing: 2px; 
  text-transform: uppercase; 
  color: var(--accent); 
  margin-bottom: 8px; 
}

.sh2 { 
  font-family: 'Poppins', sans-serif; 
  font-size: 2rem; 
  font-weight: 700; 
  color: var(--primary); 
  margin-bottom: 12px; 
  line-height: 1.3; 
}

.ss { 
  font-size: 1rem; 
  color: var(--text-muted); 
  max-width: 600px; 
  margin: 0 auto; 
}

.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  line-height: 1.3;
}

.section-sub {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 56px;
}

.text-center {
  text-align: center;
}

/* ===== GOOGLE TRANSLATE ===== */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Ensure Google Translate dropdown menu appears on top */
.goog-te-menu-frame {
  z-index: 999999 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

body {
  top: 0 !important;
}

#google_translate_element,
#google_translate_element_mobile,
#google_translate_element2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.goog-te-gadget {
  font-size: 12px !important;
  line-height: normal !important;
}

.goog-te-gadget img {
  vertical-align: middle;
  border: none;
}

.goog-te-combo,
.goog-te-gadget select {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem !important;
  border: 1.5px solid var(--accent);
  border-radius: 50px;
  padding: 6px 14px;
  color: var(--primary);
  cursor: pointer;
  outline: none;
  background: white;
  display: inline-block;
}

/* Google Translate Wrapper Styles */
.translate-icon-wrapper {
  display: inline-block !important;
  background: white !important;
  border: 2px solid var(--accent) !important;
  border-radius: 50px !important;
  padding: 6px 14px !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(244, 162, 97, 0.3) !important;
  position: relative !important;
  overflow: visible !important;
  z-index: 100 !important;
}

.translate-icon-wrapper:hover {
  background: #fff7f0 !important;
  border-color: var(--accent-dark) !important;
  box-shadow: 0 4px 12px rgba(244, 162, 97, 0.4);
}

/* Ensure Google Translate elements are clickable */
.translate-icon-wrapper * {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.translate-icon-wrapper .goog-te-gadget {
  font-size: 12px !important;
  line-height: normal !important;
}

.translate-icon-wrapper .goog-te-gadget-simple {
  background: transparent !important;
  border: none !important;
  font-size: 12px !important;
}

.translate-icon-wrapper .goog-te-gadget-simple a {
  color: var(--primary) !important;
  text-decoration: none !important;
}

/* Hide the "Powered by Google" text */
.translate-icon-wrapper .goog-logo-link {
  display: none !important;
}

/* Mobile Translate Icon */
.mobile-translate {
  display: none;
}

/* Nav Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* ===== SCROLL PROGRESS ===== */
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--accent);
  z-index: 10001;
  transition: width 0.1s;
}

/* ===== NAVBAR ===== */
nav {
  position: fixed;
  top: 3px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.3s ease;
}

nav.scrolled {
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo-area {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: white;
  transition: color 0.3s;
}

.logo-sub {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.3s;
}

nav.scrolled .logo-main {
  color: var(--primary);
}

nav.scrolled .logo-sub {
  color: var(--text-muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-link {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover,
.nav-link.active {
  color: var(--accent);
}

nav.scrolled .nav-link {
  color: var(--text);
}

nav.scrolled .nav-link:hover {
  color: var(--accent);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

#google_translate_element {
  display: flex;
  align-items: center;
}

.btn-login {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  background: white;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.btn-login:hover {
  background: var(--primary);
  color: white;
}

.btn-enroll-nav {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 6px 14px;
  border-radius: 50px;
  border: none;
  background: var(--accent);
  color: white;
  cursor: pointer;
  animation: pulse 2s infinite;
  transition: all 0.3s;
  white-space: nowrap;
}

.btn-enroll-nav:hover {
  background: var(--accent-dark);
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(244, 162, 97, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(244, 162, 97, 0);
  }
}

.hamburger {
  display: none;
  font-size: 1.5rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

nav.scrolled .hamburger {
  color: var(--primary);
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 27, 42, 0.97);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a,
.mobile-menu button {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.3s;
}

.mobile-menu a:hover {
  color: var(--accent);
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
}

.mobile-divider {
  width: 60px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

/* ===== HERO SECTION ===== */
#home {
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(27, 63, 110, 0.90), rgba(46, 107, 175, 0.82)), url('https://images.unsplash.com/photo-1588072432836-e10032774350?w=1920&q=80') center/cover fixed;
  display: flex;
  flex-direction: column;
}

.hero-body {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 100px 0 50px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  padding: 8px 18px;
  border-radius: 50px;
  color: white;
  font-size: 0.85rem;
  margin-bottom: 20px;
}

.hero-h1 {
  font-size: 3.2rem;
  font-weight: 800;
  color: white;
  line-height: 1.15;
  margin-bottom: 16px;
}

.hero-h1 span {
  color: var(--accent);
}

.hero-subtitle {
  display: inline-block;
  background: rgba(244, 162, 97, 0.18);
  color: var(--accent);
  font-weight: 600;
  font-size: 1rem;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.hero-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 24px;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.trust-badge {
  background: white;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-scroll {
  margin-top: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.hero-scroll i {
  display: block;
  font-size: 1.2rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

/* ===== GLASS CARD ===== */
.glass-card {
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transform: rotate(1.5deg);
  transition: transform 0.4s;
}

.glass-card:hover {
  transform: rotate(0deg);
}

.glass-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.glass-card-header h3 {
  font-size: 1.15rem;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.glass-card-header p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.glass-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 16px 0;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-row:last-child {
  border-bottom: none;
}

.info-row i {
  color: var(--accent);
  width: 20px;
}

.info-row span {
  color: white;
  font-size: 0.9rem;
}

.info-row strong {
  color: white;
}

.admissions-open {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 12px;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(46, 204, 113, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
  }
}

.admissions-text {
  color: white;
  font-size: 0.9rem;
}

.limited-seats {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.btn-demo {
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  background: var(--accent);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-demo:hover {
  background: var(--accent-dark);
}

/* ===== TICKER ===== */
.ticker {
  background: var(--accent);
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}

.ticker-inner {
  display: inline-block;
  animation: ticker 30s linear infinite;
}

.ticker-inner span {
  color: white;
  font-size: 0.88rem;
  padding: 0 40px;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== ABOUT SECTION ===== */
#about {
  padding: 90px 0;
  background: white;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.teacher-photo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.teacher-photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--accent);
  box-shadow: 0 12px 40px rgba(244, 162, 97, 0.3);
  transition: all 0.3s;
}

.teacher-photo:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 60px rgba(244, 162, 97, 0.4);
}

.teacher-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  width: 100%;
}

.teacher-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
}

.teacher-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 4px 0;
}

.teacher-card .qual {
  font-size: 0.88rem;
  color: var(--primary);
  font-weight: 500;
  margin: 8px 0;
}

.teacher-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.teacher-tag {
  background: white;
  border: 1px solid var(--border);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
}

.about-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.about-h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-para {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 14px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}

.highlight-box {
  background: white;
  border-left: 4px solid var(--accent);
  padding: 20px 24px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.highlight-box h4 {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 4px;
}

.highlight-box p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ===== COURSES SECTION ===== */
#courses {
  padding: 90px 0;
  background: var(--light);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
}

.filter-tab {
  padding: 8px 20px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: white;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-tab.active,
.filter-tab:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.course-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 4px solid;
  position: relative;
  overflow: hidden;
}

.course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(244, 162, 97, 0.05) 0%, rgba(27, 63, 110, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.course-card:hover::before {
  opacity: 1;
}

.course-card:hover .course-icon {
  transform: scale(1.15) rotate(5deg);
}

.course-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

.course-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.badge {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.course-card:hover .badge {
  transform: translateY(-2px);
}

.badge-class {
  background: #EBF4FF;
  color: #1B3F6E;
}

.badge-board {
  background: #FFF3E0;
  color: #E65100;
}

.badge-special {
  background: #FFE8E8;
  color: #C62828;
}

.course-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.course-card:hover h3 {
  color: var(--accent);
}

.course-topics {
  margin-bottom: 14px;
}

.course-topics li {
  font-size: 0.83rem;
  color: var(--text-muted);
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  transform: translateX(0);
}

.course-card:hover .course-topics li {
  transform: translateX(5px);
}

.course-topics li::before {
  content: '•';
  color: var(--accent);
  transition: color 0.3s ease;
}

.course-card:hover .course-topics li::before {
  color: var(--primary);
}

.fee-chip {
  display: inline-block;
  background: var(--light);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  transition: all 0.3s ease;
}

.course-card:hover .fee-chip {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
  transform: scale(1.05);
}

.courses-note {
  background: #EBF4FF;
  border: 1px solid #BEE3F8;
  border-radius: var(--radius);
  padding: 20px 28px;
  text-align: center;
  margin-top: 40px;
  font-size: 0.9rem;
  color: var(--primary);
}

/* Course Card Filter Animation */
@keyframes filterFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes filterFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

.course-card.filtering {
  animation: filterFadeOut 0.25s ease forwards;
}

.course-card.filtering-in {
  animation: filterFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ===== HOW IT WORKS ===== */
#howitworks {
  padding: 90px 0;
  background: white;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--accent) 0, var(--accent) 8px, transparent 8px, transparent 16px);
  z-index: 0;
}

.step-card {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 20px rgba(244, 162, 97, 0.4);
}

.step-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.step-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

.step-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.steps-cta {
  text-align: center;
  margin-top: 56px;
}

/* ===== ACHIEVEMENTS ===== */
#achievements {
  padding: 90px 0;
  background: linear-gradient(rgba(13, 27, 42, 0.88), rgba(13, 27, 42, 0.88)), url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?w=1920&q=80') center/cover;
}

#achievements .section-heading {
  color: white;
}

#achievements .section-sub {
  color: rgba(255, 255, 255, 0.7);
}

.counters-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.counter-box {
  text-align: center;
  padding: 32px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
}

.counter-number {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.counter-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  margin-top: 8px;
}

/* ===== AI TEASER ===== */
#aiteaser {
  padding: 90px 0;
  background: linear-gradient(135deg, #1B3F6E, #2E6BAF);
}

.ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ai-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}

.ai-h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
  line-height: 1.3;
}

.ai-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.ai-features {
  list-style: none;
  margin-bottom: 40px;
}

.ai-features li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-features li i {
  color: var(--accent);
  font-size: 1.1rem;
  width: 20px;
}

.btn-ai {
  background: white;
  color: var(--primary);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-ai:hover {
  background: var(--accent);
  color: white;
}

.ai-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ai-robot {
  font-size: 5rem;
  animation: bob 2s ease-in-out infinite;
}

@keyframes bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.ai-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.ai-stat-box {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  backdrop-filter: blur(4px);
  transition: transform 0.3s;
}

.ai-stat-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.2);
}

.ai-stat-box .icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.ai-stat-box h4 {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.ai-stat-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}

/* ===== GALLERY PREVIEW ===== */
#gallery-preview {
  padding: 90px 0;
  background: var(--light);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  height: 240px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 2rem;
  color: white;
  margin-bottom: 8px;
}

.gallery-overlay span {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
}

.gallery-cta {
  text-align: center;
}

.btn-outline-primary {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: white;
}

/* ===== LIGHTBOX ===== */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.93);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#lightbox img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
  object-fit: contain;
}

#lightbox-caption {
  color: white;
  margin-top: 16px;
  font-size: 0.95rem;
}

.lb-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
}

.lb-prev,
.lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
}

.lb-prev {
  left: 20px;
}

.lb-next {
  right: 20px;
}

.lb-prev:hover,
.lb-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ===== TESTIMONIALS ===== */
#reviews {
  padding: 90px 0;
  background: white;
}

.featured-quote {
  background: linear-gradient(135deg, #1B3F6E, #2E6BAF);
  border-radius: 24px;
  padding: 48px;
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-mark {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 5rem;
  color: var(--accent);
  opacity: 0.3;
  font-family: serif;
  line-height: 1;
}

.featured-quote blockquote {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.9;
  font-style: italic;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.featured-quote cite {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}

.stars {
  color: #FFD700;
  font-size: 1rem;
  margin-top: 8px;
  display: block;
}

.carousel-wrap {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-card {
  min-width: 33.33%;
  padding: 0 12px;
  box-sizing: border-box;
}

.t-card-inner {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  height: 100%;
}

.t-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  margin-bottom: 12px;
}

.t-name {
  font-weight: 700;
  color: var(--primary);
  font-size: 0.95rem;
}

.t-role {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.t-quote {
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.7;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.c-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.c-dot.active {
  background: var(--accent);
  transform: scale(1.2);
}

/* ===== CONTACT SECTION ===== */
#contact {
  padding: 90px 0;
  background: var(--light);
}

.contact-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 48px;
  align-items: stretch;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.contact-card {
  background: white;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 24px 24px 24px 28px;
  border-left: 4px solid;
  transition: all 0.3s ease;
}

.contact-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.contact-card p,
.contact-card a {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-card a:hover {
  color: var(--accent);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: white;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 8px;
  transition: all 0.3s;
}

.btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-1px);
}

.enquiry-form-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  padding: 32px;
}

.enquiry-form-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.enquiry-form-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.9rem;
  transition: border-color 0.3s;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
}

.form-group input.error,
.form-group select.error {
  border-color: #E74C3C;
}

.field-error {
  color: #E74C3C;
  font-size: 0.78rem;
  margin-top: 4px;
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.radio-label,
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  cursor: pointer;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  background: var(--accent);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 8px;
}

.btn-submit:hover {
  background: var(--accent-dark);
}

.btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-success {
  display: none;
  background: #D4EDDA;
  color: #155724;
  border: 1px solid #C3E6CB;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 12px;
}

.form-error-msg {
  display: none;
  background: #F8D7DA;
  color: #721C24;
  border: 1px solid #F5C6CB;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 12px;
}

/* ===== MAP SECTION ===== */
.map-wrap {
  margin-top: 60px;
  width: 100%;
  clear: both;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.map-wrap iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.quick-contact {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-call:hover {
  background: var(--primary-light);
}

/* ===== FOOTER ===== */
footer {
  background: var(--dark);
  padding: 50px 0 0;
}

.footer-newsletter {
  background: var(--primary);
  padding: 24px 0;
}

.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.newsletter-text h3 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.newsletter-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  padding: 10px 18px;
  border-radius: 50px;
  border: none;
  font-size: 0.9rem;
  width: 220px;
}

.newsletter-form button {
  padding: 10px 22px;
  border-radius: 50px;
  background: var(--accent);
  color: white;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding: 40px 0 28px;
}

.footer-brand h3 {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 6px;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.social-icon:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.footer-col h4 {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--accent);
}

.footer-col p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer-col .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
}

.footer-col .contact-item i {
  color: var(--accent);
  margin-top: 2px;
  min-width: 16px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

/* ===== FLOATING BUTTONS ===== */
.float-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  transition: all 0.3s;
}

.float-whatsapp::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  animation: pulse-ring 2s infinite;
  z-index: -1;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.float-whatsapp:hover {
  transform: scale(1.1);
}

.float-phone {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 9998;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 4px 16px rgba(27, 63, 110, 0.4);
  transition: all 0.3s;
}

.float-phone:hover {
  transform: scale(1.1);
  background: var(--primary-light);
}

.float-top {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9998;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(244, 162, 97, 0.4);
  cursor: pointer;
  transition: all 0.3s;
}

.float-top:hover {
  background: var(--accent-dark);
}

/* ===== POPUP ===== */
#enroll-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup-card {
  background: white;
  border-radius: 20px;
  padding: 36px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: popIn 0.4s ease;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 1.5rem;
  color: var(--text-muted);
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

.popup-badge {
  display: inline-block;
  background: var(--accent);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.popup-card h2 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.popup-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.popup-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* ===== FADE IN ANIMATIONS ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
  .counters-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .sec {
    padding: 80px 0;
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  
  .hamburger {
    display: block;
  }
  
  .btn-login,
  .btn-enroll-nav {
    display: none;
  }
  
  .nav-actions #google_translate_element {
    display: none;
  }
  
  /* Mobile Translate Icon */
  .mobile-translate {
    display: flex;
    align-items: center;
    margin-right: 12px;
  }
  
  .mobile-translate .translate-icon-wrapper {
    min-width: auto !important;
    height: auto !important;
    padding: 4px !important;
  }
  
  /* On mobile, just show the icon */
  .mobile-translate .translate-icon-wrapper .goog-te-gadget-simple a span:first-child {
    display: none !important;
  }
  
  .mobile-translate .translate-icon-wrapper .goog-te-gadget-icon {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
  }
  
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hero-body {
    padding: 90px 0 40px;
  }
  
  .glass-card {
    display: none;
  }
  
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .steps-grid::before {
    display: none;
  }
  
  .ai-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .testimonial-card {
    min-width: 50%;
  }
  
  .map-wrap iframe {
    height: 340px;
  }
  
  .sec {
    padding: 70px 0;
  }
}

@media (max-width: 600px) {
  .hero-h1 {
    font-size: 2.2rem;
  }
  
  .hero-body {
    padding: 80px 0 30px;
  }
  
  .hero-grid {
    padding: 0 16px;
  }
  
  .section-heading {
    font-size: 1.7rem;
  }
  
  .courses-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  
  .counters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .newsletter-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .newsletter-form {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  
  .newsletter-form input {
    width: 100%;
  }
  
  .testimonial-card {
    min-width: 100%;
  }
  
  .hero-btns {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .highlight-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .map-wrap iframe {
    height: 280px;
  }
  
  .sec {
    padding: 60px 0;
  }
  
  .about-grid,
  .ai-grid {
    gap: 36px;
  }
  
  .footer-grid {
    padding: 30px 0 24px;
  }
  
  .contact-grid {
    gap: 28px;
  }
  
  .course-card {
    padding: 24px;
  }
  
  .step-card {
    padding: 20px 0;
  }
  
  /* ===== FORM MOBILE FIX ===== */
  /* Make form 2-column grids single-column on mobile */
  .enquiry-form-card form > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  /* Also target the direct child divs with the grid styling */
  #enquiry-form > div[style*="display:grid"],
  #enquiry-form > div > div[style*="display:grid"] {
    grid-template-columns: 1fr !important;
  }
}

/* ===== FEES PAGE SPECIFIC STYLES ===== */

/* Hero Section */
.fees-hero {
  min-height: 55vh;
  background: linear-gradient(135deg, rgba(27,63,110,0.92), rgba(46,107,175,0.85)), url('https://images.unsplash.com/photo-1588072432836-e10032774350?w=1920&q=80') center/cover;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.fees-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.fees-hero-inner {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb a:hover {
  color: var(--accent);
}

.fees-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 14px;
}

.fees-hero h1 span {
  color: var(--accent);
}

.fees-hero p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 26px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-tag {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 50px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Stats Strip */
.stats-strip {
  background: var(--primary);
  padding: 20px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  text-align: center;
  padding: 12px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.2;
}

.stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}

/* Fee Tabs */
.fee-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fee-tab {
  padding: 8px 22px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: white;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.fee-tab.active,
.fee-tab:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

/* Fee Cards */
.fee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.fee-card {
  background: white;
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all 0.35s;
  position: relative;
}

.fee-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13);
}

.fee-card.popular {
  border: 2px solid var(--accent);
}

.popular-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--accent);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  z-index: 2;
}

.card-top {
  padding: 28px 24px 20px;
  text-align: center;
}

.card-icon {
  font-size: 2.8rem;
  margin-bottom: 12px;
}

.card-class {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--primary);
  margin-bottom: 4px;
}

.card-board {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.fee-amount {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-bottom: 6px;
}

.currency {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent);
  padding-top: 6px;
}

.amount {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.period {
  font-size: 0.82rem;
  color: var(--text-muted);
  padding-bottom: 6px;
  align-self: flex-end;
}

.fee-annual {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.fee-installment {
  font-size: 0.78rem;
  color: var(--success);
  font-weight: 600;
}

.card-divider {
  height: 1px;
  background: var(--border);
  margin: 0 24px;
}

.card-bottom {
  padding: 20px 24px 24px;
}

.subject-list {
  margin-bottom: 20px;
}

.subject-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text);
  padding: 5px 0;
  border-bottom: 1px solid var(--light);
}

.subject-list li:last-child {
  border-bottom: none;
}

.check-icon {
  color: var(--success);
}

.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.feature-chip {
  font-size: 0.72rem;
  background: var(--light);
  color: var(--primary);
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: 500;
}

.card-btn {
  width: 100%;
  padding: 11px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.card-btn-accent {
  background: var(--accent);
  color: white;
}

.card-btn-accent:hover {
  background: var(--accent-dark);
}

.card-btn-outline {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.card-btn-outline:hover {
  background: var(--primary);
  color: white;
}

/* Included Box */
.included-box {
  margin-top: 40px;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 32px;
}

.included-box h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.included-icons {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.icon-item {
  text-align: center;
  padding: 14px 6px;
  background: var(--light);
  border-radius: 12px;
  transition: all 0.3s;
}

.icon-item:hover {
  transform: translateY(-3px);
  background: var(--accent);
  color: white;
}

.icon-item .icon {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.icon-item p {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--primary);
}

.icon-item:hover p {
  color: white;
}

/* Comparison Table */
.table-wrapper {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.fee-table thead th {
  background: var(--primary);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 16px 20px;
  text-align: left;
}

.fee-table tbody td {
  padding: 14px 20px;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}

.fee-table tbody tr:last-child td {
  border-bottom: none;
}

.fee-table tbody tr:nth-child(even) td {
  background: var(--light);
}

.fee-table tbody tr.highlight td {
  background: rgba(244, 162, 97, 0.05) !important;
  font-weight: 600;
}

.fee-amount-highlight {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--accent);
  font-size: 0.95rem;
}

.check-cell {
  color: var(--success);
  font-size: 1rem;
}

.board-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  margin: 1px;
}

.tag-wbbse {
  background: #EBF4FF;
  color: var(--primary);
}

.tag-cbse {
  background: #FFF3E0;
  color: #E65100;
}

/* Payment Section */
.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
}

.payment-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.payment-card {
  background: white;
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s;
}

.payment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.payment-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.payment-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 2px;
}

.payment-card p {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.note-box {
  background: rgba(244, 162, 97, 0.08);
  border: 1px solid rgba(244, 162, 97, 0.25);
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 16px;
  font-size: 0.82rem;
  color: var(--text);
  line-height: 1.6;
}

.note-box strong {
  color: var(--accent);
}

/* Installment Card */
.installment-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.installment-header {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  padding: 24px;
  color: white;
}

.installment-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.installment-header p {
  font-size: 0.85rem;
  opacity: 0.85;
}

.installment-body {
  padding: 24px;
}

.installment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
}

.installment-row:last-child {
  border-bottom: none;
}

.row-label {
  font-size: 0.87rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.row-label i {
  color: var(--accent);
}

.row-value {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.92rem;
}

.row-value.success {
  color: var(--success);
}

/* Scholarship Section */
.scholarship-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.scholarship-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.scholarship-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.scholarship-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

.scholarship-list {
  list-style: none;
}

.scholarship-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--text);
}

.scholarship-list li:last-child {
  border-bottom: none;
}

.list-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(244, 162, 97, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.scholarship-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.scholar-card {
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  color: white;
  transition: all 0.3s;
}

.scholar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.scholar-card .card-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}

.scholar-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: white;
}

.scholar-card p {
  font-size: 0.85rem;
  opacity: 0.85;
  line-height: 1.5;
}

.card-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.15);
  color: white;
}

.promise-box {
  background: rgba(244, 162, 97, 0.08);
  border: 1px solid rgba(244, 162, 97, 0.25);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--text);
  line-height: 1.7;
}

/* Timeline */
.timeline-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.timeline-wrapper::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--accent) 0, var(--accent) 8px, transparent 8px, transparent 16px);
}

.timeline-item {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
}

.timeline-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(244, 162, 97, 0.4);
  z-index: 1;
}

.timeline-content {
  background: white;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: var(--shadow);
  flex: 1;
  margin-top: 12px;
}

.timeline-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.timeline-content p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.timeline-tag {
  display: inline-block;
  background: rgba(244, 162, 97, 0.1);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 8px;
}

/* Policy Cards */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.policy-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 26px;
  border-bottom: 4px solid;
  transition: all 0.3s;
}

.policy-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.policy-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.faq-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color 0.3s;
  box-shadow: var(--shadow);
}

.faq-item.open {
  border-color: var(--accent);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary);
}

.faq-icon {
  font-size: 1.1rem;
  transition: transform 0.3s;
  color: var(--accent);
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 20px 18px;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

/* CTA Section */
.fees-cta {
  background: linear-gradient(135deg, #0D1B2A, #1B3F6E);
  padding: 80px 0;
  text-align: center;
}

.fees-cta h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: white;
  margin-bottom: 14px;
}

.fees-cta h2 span {
  color: var(--accent);
}

.fees-cta p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  margin-bottom: 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-note {
  margin-top: 20px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ===== GALLERY PAGE SPECIFIC STYLES ===== */

/* Hero Section */
.gallery-hero {
  min-height: 52vh;
  background: linear-gradient(135deg, rgba(27,63,110,0.90), rgba(46,107,175,0.83)), url('https://images.unsplash.com/photo-1580582932707-520aed937b7b?w=1920&q=80') center/cover;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.gallery-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--light);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb a:hover {
  color: var(--accent);
}

.gallery-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 14px;
}

.gallery-hero h1 span {
  color: var(--accent);
}

.hero-p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 26px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-tag {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 50px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Count Strip */
.count-strip {
  background: var(--primary);
  padding: 18px 0;
}

.count-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.count-item {
  text-align: center;
  padding: 10px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.count-item:last-child {
  border-right: none;
}

.count-number {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--accent);
}

.count-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}

/* Filter Bar */
.filter-bar {
  background: var(--light);
  padding: 32px 0 0;
}

.filter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tab {
  padding: 8px 20px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: white;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-size: 0.83rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.view-toggle {
  display: flex;
  gap: 8px;
}

.view-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: white;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1rem;
}

.view-btn.active,
.view-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* Gallery Section */
.gallery-section {
  background: var(--light);
  padding: 32px 0 80px;
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

/* List View */
.gallery-grid.list-view {
  grid-template-columns: 1fr;
}

.gallery-grid.list-view .gallery-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-radius: var(--radius);
  overflow: hidden;
}

.gallery-grid.list-view .gallery-item img {
  height: 200px;
}

.gallery-grid.list-view .gallery-overlay {
  position: relative;
  opacity: 1;
  background: white;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to right, white, #fafafa);
}

.gallery-grid.list-view .overlay-icon {
  display: none;
}

.gallery-grid.list-view .gallery-caption {
  color: var(--primary);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
}

.gallery-grid.list-view .gallery-desc {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

.gallery-grid.list-view .gallery-tag {
  margin-top: 10px;
  display: inline-block;
  width: fit-content;
}

/* Gallery Items */
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: all 0.3s;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}

.gallery-item.tall img {
  height: 498px;
}

.gallery-item.wide img {
  height: 240px;
  width: 100%;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 27, 42, 0.85) 0%, rgba(13, 27, 42, 0.2) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.gallery-item:hover .overlay-icon {
  transform: translate(-50%, -50%);
}

.gallery-caption {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.gallery-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
}

.gallery-tag {
  display: inline-block;
  background: var(--accent);
  color: white;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  margin-top: 6px;
  width: fit-content;
}

.gallery-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}

.gallery-empty i {
  font-size: 3rem;
  margin-bottom: 12px;
  display: block;
  opacity: 0.3;
}

/* Lightbox */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.96);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#lightbox.open {
  display: flex;
}

.lightbox-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#lightbox-img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-caption {
  margin-top: 14px;
  text-align: center;
}

.lightbox-caption h4 {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.lightbox-caption p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.lightbox-tag {
  display: inline-block;
  background: var(--accent);
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 50px;
  margin-top: 6px;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10001;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lightbox-prev,
.lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10001;
}

.lightbox-prev {
  left: 16px;
}

.lightbox-next {
  right: 16px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lightbox-counter {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 14px;
  border-radius: 50px;
}

.lightbox-dots {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 400px;
}

.lightbox-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}

.lightbox-dot.active {
  background: var(--accent);
  transform: scale(1.3);
}

/* Featured Section */
.featured-section {
  background: white;
  padding: 80px 0;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px;
  gap: 18px;
}

.featured-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.featured-item.big {
  grid-column: span 2;
  grid-row: span 2;
}

.featured-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.featured-item:hover img {
  transform: scale(1.06);
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 27, 42, 0.8), transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.featured-text h3 {
  color: white;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.featured-text p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
}

/* Video Section */
.video-section {
  background: var(--light);
  padding: 80px 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.video-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all 0.3s;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.video-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.video-card:hover .video-thumb img {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(244, 162, 97, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s;
  cursor: pointer;
}

.video-card:hover .play-button {
  background: var(--accent);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 18px 20px;
}

.video-info h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.video-info p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.video-tag {
  display: inline-block;
  background: var(--light);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 8px;
  border: 1px solid rgba(244, 162, 97, 0.3);
}

/* Upload Prompt */
.upload-prompt {
  background: white;
  padding: 60px 0;
}

.upload-box {
  background: var(--light);
  border: 2px dashed var(--border);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.upload-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
}

.upload-box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.upload-box p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 24px;
}

.upload-instructions {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  text-align: left;
}

.upload-instructions p {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  margin-left: 0;
}

.upload-instructions ol {
  padding-left: 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 2;
}

.upload-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Gallery CTA */
.gallery-cta {
  background: linear-gradient(135deg, #0D1B2A, #1B3F6E);
  padding: 80px 0;
  text-align: center;
}

.gallery-cta h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 14px;
}

.gallery-cta h2 span {
  color: var(--accent);
}

.gallery-cta p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

/* ===== CONTACT PAGE SPECIFIC STYLES ===== */

/* Hero Section */
.contact-hero {
  min-height: 45vh;
  background: linear-gradient(135deg, rgba(27,63,110,0.92), rgba(46,107,175,0.85)), url('https://images.unsplash.com/photo-1427504494785-3a9ca7044f45?w=1920&q=80') center/cover;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.contact-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--light);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb a:hover {
  color: var(--accent);
}

.contact-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 14px;
}

.contact-hero h1 span {
  color: var(--accent);
}

.hero-p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 26px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-tag {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 50px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Quick Contact Strip */
.quick-strip {
  background: var(--primary);
  padding: 20px 0;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.quick-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  padding: 10px;
  border-radius: 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.quick-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.quick-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.quick-info h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: white;
}

.quick-info p {
  font-size: 0.8rem;
  opacity: 0.8;
  line-height: 1.4;
}

/* Main Contact Section */
.contact-main {
  padding: 80px 0;
  background: var(--light);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

/* Contact Info Cards */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  border-left: 5px solid transparent;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.info-card.location {
  border-left-color: var(--primary);
}

.info-card.phone {
  border-left-color: var(--success);
}

.info-card.email {
  border-left-color: var(--accent);
}

.info-card.timing {
  border-left-color: var(--primary-light);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}

.location .card-icon {
  background: rgba(27, 63, 110, 0.1);
  color: var(--primary);
}

.phone .card-icon {
  background: rgba(46, 204, 113, 0.1);
  color: var(--success);
}

.email .card-icon {
  background: rgba(244, 162, 97, 0.1);
  color: var(--accent);
}

.timing .card-icon {
  background: rgba(46, 107, 175, 0.1);
  color: var(--primary-light);
}

.card-header h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
}

.card-content {
  padding-left: 75px;
}

.card-content p {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 8px;
}

.card-content .address-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.card-content .address-line i {
  color: var(--accent);
  margin-top: 4px;
  min-width: 16px;
}

.card-content .phone-numbers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}

.phone-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.phone-item i {
  width: 20px;
  color: var(--accent);
}

.phone-item a {
  color: var(--text);
  font-weight: 600;
  transition: color 0.3s;
  text-decoration: none;
}

.phone-item a:hover {
  color: var(--accent);
}

.phone-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 5px;
}

.email-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}

.email-item i {
  width: 20px;
  color: var(--accent);
}

.email-item a {
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s;
  text-decoration: none;
}

.email-item a:hover {
  color: var(--accent);
}

.timing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 12px 0;
}

.timing-col p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.timing-col i {
  color: var(--accent);
  width: 16px;
}

.sunday-special {
  margin-top: 12px;
  padding: 10px;
  background: rgba(244, 162, 97, 0.1);
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
}

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--primary);
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.map-link:hover {
  color: var(--accent);
  gap: 12px;
}

/* Social Connect */
.social-connect {
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
  margin-top: 20px;
}

.social-connect h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
}

.social-card.facebook {
  background: #1877f2;
  color: white;
}

.social-card.instagram {
  background: linear-gradient(45deg, #f09433, #d62976, #962fbf, #4f5bd5);
  color: white;
}

.social-card.youtube {
  background: #ff0000;
  color: white;
}

.social-card.whatsapp {
  background: #25d366;
  color: white;
}

.social-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.social-card i {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.social-card span {
  font-size: 0.8rem;
  font-weight: 600;
}

/* Enquiry Form */
.enquiry-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.form-header {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  padding: 30px;
  color: white;
  position: relative;
  overflow: hidden;
}

.form-header::before {
  content: '📝';
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 5rem;
  opacity: 0.1;
}

.form-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-header p {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.6;
}

.form-body {
  padding: 32px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

.form-group label span {
  color: #e74c3c;
  margin-left: 2px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: 12px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s;
  outline: none;
  background: white;
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(244, 162, 97, 0.1);
}

.form-control.error {
  border-color: #e74c3c;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.field-error {
  color: #e74c3c;
  font-size: 0.75rem;
  margin-top: 5px;
  display: none;
}

.field-error.show {
  display: block;
}

/* Radio & Checkbox Groups */
.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 5px;
}

.radio-label,
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text);
  cursor: pointer;
  padding: 8px 16px;
  background: #f8f9fa;
  border-radius: 50px;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.radio-label:hover,
.checkbox-label:hover {
  background: var(--light);
  border-color: var(--accent);
}

.radio-label input,
.checkbox-label input {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
  cursor: pointer;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.submit-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.submit-btn:hover::before {
  width: 300px;
  height: 300px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(244, 162, 97, 0.4);
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Form Success/Error Messages */
.form-message {
  display: none;
  padding: 16px;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
  animation: slideUp 0.3s ease;
}

.form-message.success {
  display: block;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.form-message.error {
  display: block;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.form-message i {
  margin-right: 8px;
}

/* Map Section */
.map-section {
  padding: 0 0 80px;
  background: var(--light);
}

.map-container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 30px;
}

.map-container iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: none;
}

.map-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  text-decoration: none;
}

.map-btn.directions {
  background: var(--primary);
  color: white;
}

.map-btn.directions:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

.map-btn.street-view {
  background: var(--accent);
  color: white;
}

.map-btn.street-view:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

/* Business Hours Card */
.hours-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
  margin-top: 40px;
}

.hours-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hours-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hours-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s;
}

.hours-item:hover {
  background: var(--light);
  transform: translateX(5px);
}

.hours-item .day-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
}

.hours-item .hours-details {
  flex: 1;
}

.hours-item .day {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 2px;
  font-size: 0.9rem;
}

.hours-item .time {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.hours-item.sunday .day-icon {
  background: var(--accent);
}

/* FAQ Mini */
.faq-mini {
  margin-top: 40px;
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.faq-mini h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-mini-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.faq-mini-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.faq-mini-item:hover {
  background: var(--light);
  transform: translateY(-2px);
}

.faq-mini-question {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 5px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-mini-question i {
  color: var(--accent);
  font-size: 0.8rem;
}

.faq-mini-answer {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--border);
}

.faq-mini-item.expanded .faq-mini-answer {
  display: block;
}

/* CTA Section */
.contact-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  padding: 60px 0;
  text-align: center;
  color: white;
}

.contact-cta h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.contact-cta h2 span {
  color: var(--accent);
}

.contact-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline-light {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline-light:hover {
  background: white;
  color: var(--primary);
}

/* ===== TESTIMONIALS PAGE SPECIFIC STYLES ===== */

/* Hero Section */
.testimonials-hero {
  min-height: 45vh;
  background: linear-gradient(135deg, rgba(27,63,110,0.92), rgba(46,107,175,0.85)), url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?w=1920&q=80') center/cover;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.testimonials-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--light);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb a:hover {
  color: var(--accent);
}

.testimonials-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 14px;
}

.testimonials-hero h1 span {
  color: var(--accent);
}

.hero-p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 26px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-tag {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 50px;
}

/* Stats Strip */
.stats-strip {
  background: var(--primary);
  padding: 20px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s;
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.2;
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}

/* Filter Bar */
.filter-bar {
  background: var(--light);
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}

.filter-tab {
  padding: 10px 24px;
  border-radius: 50px;
  border: 2px solid var(--border);
  background: white;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-tab i {
  font-size: 0.9rem;
}

.filter-tab.active,
.filter-tab:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.filter-tab.active i,
.filter-tab:hover i {
  color: white;
}

.filter-info {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 15px;
}

.filter-info strong {
  color: var(--accent);
}

/* Featured Testimonial */
.featured-section {
  background: white;
  padding: 60px 0;
}

.featured-card {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 30px;
  padding: 40px;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(27, 63, 110, 0.3);
}

.featured-card::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.1);
  font-family: serif;
  line-height: 1;
}

.featured-quote {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.featured-quote i {
  font-size: 2rem;
  color: var(--accent);
  opacity: 0.5;
  margin: 0 10px;
}

.featured-quote blockquote {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px 0;
  font-style: italic;
}

.featured-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.featured-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.featured-info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.featured-info p {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 5px;
}

.featured-stars {
  color: #FFD700;
  font-size: 0.9rem;
}

/* Testimonials Grid */
.testimonials-section {
  padding: 60px 0;
  background: var(--light);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  position: relative;
  height: fit-content;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-card.featured {
  border: 2px solid var(--accent);
  position: relative;
}

.card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--accent);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  z-index: 2;
}

.card-header {
  padding: 25px 25px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--border);
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.avatar.initials {
  background: var(--primary);
}

.avatar.image {
  overflow: hidden;
}

.avatar.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

.author-info .role {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.stars {
  color: #FFD700;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.card-body {
  padding: 20px 25px;
}

.testimonial-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  border-left: 3px solid var(--accent);
}

.testimonial-text::before {
  content: '"';
  font-size: 2rem;
  color: var(--accent);
  opacity: 0.3;
  position: absolute;
  left: -5px;
  top: -10px;
}

.testimonial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.meta-tag {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  background: var(--light);
  color: var(--primary);
}

.meta-tag.board {
  background: rgba(244, 162, 97, 0.1);
  color: var(--accent);
}

.meta-tag.class {
  background: rgba(27, 63, 110, 0.1);
  color: var(--primary);
}

.card-footer {
  padding: 15px 25px 20px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-date {
  font-size: 0.7rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial-actions {
  display: flex;
  gap: 8px;
}

.action-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--light);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.action-btn:hover {
  background: var(--accent);
  color: white;
  transform: scale(1.1);
}

/* Video Testimonials */
.video-section {
  padding: 60px 0;
  background: white;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.section-sub {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.video-card {
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.video-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.video-card:hover .video-thumb img {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(244, 162, 97, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  transition: all 0.3s;
}

.video-card:hover .play-button {
  background: var(--accent);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 18px 20px;
}

.video-info h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 5px;
}

.video-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.video-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-meta span {
  font-size: 0.7rem;
  color: var(--accent);
  font-weight: 600;
}

/* Success Stories */
.stories-section {
  padding: 60px 0;
  background: var(--light);
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.story-card {
  background: white;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.story-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.story-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(244, 162, 97, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--accent);
  margin: 0 auto 15px;
}

.story-score {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 5px;
}

.story-subject {
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 10px;
}

.story-name {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3px;
}

.story-class {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.story-quote {
  font-size: 0.8rem;
  color: var(--text);
  line-height: 1.6;
  font-style: italic;
  padding: 0 5px;
}

/* Parent Reviews Carousel */
.parents-section {
  padding: 60px 0;
  background: white;
  overflow: hidden;
}

.parents-carousel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.carousel-container {
  overflow: hidden;
  border-radius: 20px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.parent-card {
  min-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.parent-content {
  background: var(--light);
  border-radius: 24px;
  padding: 35px;
  display: flex;
  gap: 30px;
  align-items: center;
  box-shadow: var(--shadow);
}

.parent-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  border: 4px solid var(--accent);
}

.parent-review {
  flex: 1;
}

.parent-review blockquote {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 15px;
  font-style: italic;
  position: relative;
  padding-left: 20px;
  border-left: 4px solid var(--accent);
}

.parent-review h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3px;
}

.parent-review .parent-child {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}

.carousel-dot.active {
  background: var(--accent);
  transform: scale(1.3);
}

.carousel-arrows {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.carousel-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light);
  border: 2px solid var(--border);
  color: var(--primary);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.carousel-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

/* Write a Review Section */
.review-section {
  padding: 60px 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
}

.review-box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.review-box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.review-box h2 span {
  color: var(--accent);
}

.review-box p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.7;
}

.review-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.review-btn {
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.review-btn.google {
  background: #DB4437;
  color: white;
}

.review-btn.google:hover {
  background: #B3321F;
  transform: translateY(-2px);
}

.review-btn.facebook {
  background: #4267B2;
  color: white;
}

.review-btn.facebook:hover {
  background: #36518F;
  transform: translateY(-2px);
}

.review-btn.whatsapp {
  background: #25D366;
  color: white;
}

.review-btn.whatsapp:hover {
  background: #1DA851;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE FOR ALL PAGES ===== */
@media (max-width: 1000px) {
  .fees-hero h1,
  .gallery-hero h1,
  .contact-hero h1,
  .testimonials-hero h1 {
    font-size: 2.2rem;
  }
  
  .fee-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .payment-grid,
  .scholarship-grid {
    grid-template-columns: 1fr;
  }
  
  .policy-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .included-icons {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-item.tall {
    grid-row: span 1;
  }
  
  .gallery-item.tall img {
    height: 240px;
  }
  
  .gallery-item.wide {
    grid-column: span 2;
  }
  
  .featured-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  
  .featured-item.big {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .count-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hours-grid,
  .faq-mini-list,
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .parent-content {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  
  .parent-review blockquote {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 600px) {
  .fees-hero h1,
  .gallery-hero h1,
  .contact-hero h1,
  .testimonials-hero h1 {
    font-size: 1.8rem;
  }
  
  .fee-grid,
  .payment-cards,
  .scholarship-cards {
    grid-template-columns: 1fr;
  }
  
  .included-icons {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .timeline-wrapper::before {
    left: 30px;
  }
  
  .timeline-circle {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-item.wide {
    grid-column: span 1;
  }
  
  .featured-grid {
    grid-template-columns: 1fr;
  }
  
  .featured-item.big {
    grid-column: span 1;
  }
  
  .video-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-buttons,
  .hero-btns,
  .upload-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .gallery-grid.list-view .gallery-item {
    grid-template-columns: 1fr;
  }
  
  .gallery-grid.list-view .gallery-item img {
    height: 200px;
  }
  
  .lightbox-prev,
  .lightbox-next {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  
  .quick-grid {
    grid-template-columns: 1fr;
  }
  
  .quick-item {
    justify-content: center;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .hours-grid,
  .faq-mini-list,
  .social-grid {
    grid-template-columns: 1fr;
  }
  
  .card-content {
    padding-left: 0;
  }
  
  .testimonials-grid,
  .stories-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }
  
  .featured-card {
    padding: 25px;
  }
  
  .featured-author {
    flex-direction: column;
    text-align: center;
  }
  
  .featured-quote blockquote {
    font-size: 1.1rem;
  }
  
  .card-header {
    flex-direction: column;
    text-align: center;
  }
  
  .review-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .review-btn {
    width: 100%;
    justify-content: center;
  }
  
  .map-container iframe {
    height: 300px;
  }
  
  .map-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .map-btn {
    justify-content: center;
  }
}