@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Nunito:wght@300;400;500;600;700;800&display=swap");

:root {
  --primary: #e83428;
  --primary-dark: #c41e12;
  --secondary: #ff9800;
  --secondary-dark: #f57c00;
  --accent: #ff8f00;
  --accent-dark: #e65100;
  --green: #a5d6a7;
  --green-dark: #388e3c;
  --purple: #ce93d8;
  --light-bg: #fff9f0;
  --text-dark: #2c3e50;
  --text-muted: #7f8c8d;
  --white: #ffffff;
  --shadow-sm: 0 2px 15px rgba(0, 0, 0, 0.07);
  --shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 10px 50px rgba(0, 0, 0, 0.18);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --transition: all 0.3s ease;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  font-family: "Nunito", sans-serif;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", cursive;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

/* ===== NAVBAR ===== */
.navbar {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  padding: 8px 0;
  transition: var(--transition);
  z-index: 1050;
}
.navbar > .container {
  align-items: center;
}
.navbar.scrolled {
  box-shadow: var(--shadow);
}
.navbar-brand {
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar-brand img {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  transition: var(--transition);
}
.navbar-brand:hover img {
  transform: scale(1.04);
}
.navbar-nav .nav-link {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text-dark) !important;
  padding: 8px 16px;
  border-radius: 25px;
  transition: var(--transition);
  letter-spacing: 0.3px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-dark) !important;
  background: rgba(232, 52, 40, 0.1);
}
.navbar-toggler {
  border: 2px solid var(--primary);
  border-radius: 10px;
  padding: 6px 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23C41E12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== BUTTONS ===== */
.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary-dark), #a01810);
  color: white !important;
  border: none;
  border-radius: 30px;
  padding: 11px 28px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.btn-primary-custom:hover {
  background: linear-gradient(135deg, #a01810, var(--primary-dark));
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(196, 30, 18, 0.4);
  color: white !important;
}
.btn-secondary-custom {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  color: #ffffff !important;
  border: none;
  border-radius: 30px;
  padding: 11px 28px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.btn-secondary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(249, 168, 37, 0.4);
  color: var(--text-dark) !important;
}
.btn-outline-white {
  background: transparent;
  color: white !important;
  border: 2.5px solid white;
  border-radius: 30px;
  padding: 11px 28px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline-white:hover {
  background: white;
  color: var(--primary-dark) !important;
  transform: translateY(-2px);
}
.btn-accent-custom {
  background: linear-gradient(135deg, var(--accent-dark), #bf360c);
  color: white !important;
  border: none;
  border-radius: 30px;
  padding: 11px 28px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-accent-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(230, 81, 0, 0.4);
  color: white !important;
}

/* ===== SECTION COMMON ===== */
.section-pad {
  padding: 80px 0;
}
section {
  max-width: 100%;
  overflow-x: hidden;
}
.section-title {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
}
.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  font-weight: 500;
}
.title-divider {
  width: 55px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  margin: 10px auto 18px;
}
.title-divider.left {
  margin-left: 0;
}

/* ===== HERO SLIDER ===== */
.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-slider .carousel {
  height: 100vh;
  min-height: 580px;
}
.hero-slider .carousel-item {
  height: 100vh;
  min-height: 580px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(196, 30, 18, 0.82) 0%,
    rgba(230, 81, 0, 0.58) 100%
  );
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: white;
  z-index: 2;
}
.hero-tagline {
  font-family: "Baloo 2", cursive;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
  margin-bottom: 18px;
  max-width: 800px;
}
.hero-desc {
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 600px;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  margin-bottom: 35px;
  line-height: 1.7;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.carousel-control-prev,
.carousel-control-next {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
  backdrop-filter: blur(5px);
}
.carousel-control-prev {
  left: 20px;
}
.carousel-control-next {
  right: 20px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.45);
}
.carousel-indicators {
  bottom: 25px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  opacity: 0.7;
}
.carousel-indicators .active {
  background: var(--secondary);
  opacity: 1;
}

/* ===== HIGHLIGHTS ===== */
.highlights-section {
  background: linear-gradient(135deg, #ffebee 0%, #fff9f0 50%, #fff3e0 100%);
  padding: 65px 0;
}
.highlight-card {
  background: white;
  border-radius: var(--radius);
  padding: 32px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
  border-bottom: 4px solid transparent;
}
.highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.highlight-card.hc-blue {
  border-bottom-color: var(--primary);
}
.highlight-card.hc-yellow {
  border-bottom-color: var(--secondary-dark);
}
.highlight-card.hc-pink {
  border-bottom-color: var(--accent-dark);
}
.highlight-card.hc-green {
  border-bottom-color: var(--green-dark);
}
.highlight-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.9rem;
}
.highlight-icon.bg-blue {
  background: #ffebee;
  color: var(--primary-dark);
}
.highlight-icon.bg-yellow {
  background: #fff3e0;
  color: var(--secondary-dark);
}
.highlight-icon.bg-pink {
  background: #fff3e0;
  color: var(--accent-dark);
}
.highlight-icon.bg-green {
  background: #e8f5e9;
  color: var(--green-dark);
}
.highlight-card h5 {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.highlight-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

/* ===== ABOUT SECTION ===== */
.about-image-wrap {
  position: relative;
}
.about-image-wrap img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about-badge {
  position: absolute;
  bottom: 25px;
  right: 15px;
  background: white;
  padding: 18px 22px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
  border-left: 5px solid var(--secondary);
}
.about-badge .badge-num {
  font-family: "Baloo 2", cursive;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1;
}
.about-badge .badge-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
  line-height: 1.3;
}
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.about-feature-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* ===== PROGRAMS SECTION ===== */
.programs-section {
  background: linear-gradient(135deg, #fff3e0 0%, #fff9f0 100%);
}
.program-card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
}
.program-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}
.program-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.program-card:hover .program-img img {
  transform: scale(1.1);
}
.program-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  font-family: "Nunito", sans-serif;
}
.program-body {
  padding: 22px;
}
.program-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.program-body h5 {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.program-body p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, #c41e12 0%, #e65100 100%);
  padding: 75px 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 215, 0, 0.12) 0%,
    transparent 70%
  );
}
.cta-banner h2 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 12px;
  position: relative;
}
.cta-banner p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 30px;
  position: relative;
}
.cta-banner .hero-buttons {
  position: relative;
}

/* ===== PAGE HERO ===== */
.page-hero {
  background: linear-gradient(135deg, #c41e12 0%, #e65100 100%);
  padding: 110px 0 65px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 20% 50%,
      rgba(255, 215, 0, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.06) 0%,
      transparent 40%
    );
}
.page-hero-content {
  position: relative;
}
.page-hero h1 {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 10px;
}
.breadcrumb {
  background: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  transition: var(--transition);
}
.breadcrumb-item a:hover {
  color: var(--secondary);
}
.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
  content: "›";
  font-size: 1.1rem;
}

/* ===== ABOUT PAGE ===== */
.about-main {
  background: white;
}
.about-main-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.vision-card {
  background: linear-gradient(135deg, #ffebee, #fff3e0);
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
}
.mission-card {
  background: linear-gradient(135deg, #fff3e0, #ffebee);
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
}
.vision-card h4,
.mission-card h4 {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ===== WHY CHOOSE US ===== */
.why-us-section {
  background: linear-gradient(135deg, #ffebee 0%, #fff9f0 50%, #fff3e0 100%);
}
.why-card {
  background: white;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
}
.why-card.wc-blue::before {
  background: var(--primary);
}
.why-card.wc-yellow::before {
  background: var(--secondary-dark);
}
.why-card.wc-pink::before {
  background: var(--accent-dark);
}
.why-card.wc-green::before {
  background: var(--green-dark);
}
.why-card.wc-purple::before {
  background: #7b1fa2;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.why-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}
.why-card h5 {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.why-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

/* ===== TEACHERS ===== */
.teachers-section {
  background: var(--light-bg);
}
.teacher-card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-align: center;
}
.teacher-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.teacher-img {
  height: 290px;
  overflow: hidden;
}
.teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}
.teacher-card:hover .teacher-img img {
  transform: scale(1.05);
}
.teacher-info {
  padding: 22px;
}
.teacher-info h5 {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.teacher-role {
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.teacher-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f5f5f5;
  color: var(--text-muted);
  margin: 0 3px;
  transition: var(--transition);
}
.teacher-social a:hover {
  background: var(--primary);
  color: white;
}

/* ===== GALLERY ===== */
.gallery-section {
  background: white;
}
.gallery-item {
  overflow: hidden;
  border-radius: var(--radius-sm);
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery-item:hover img {
  transform: scale(1.12);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(196, 30, 18, 0.8),
    rgba(230, 81, 0, 0.65)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.gallery-overlay i {
  color: white;
  font-size: 2.2rem;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* ===== LIGHTBOX ===== */
.lightbox-modal .modal-dialog {
  max-width: 90vw;
}
.lightbox-modal .modal-content {
  background: rgba(0, 0, 0, 0.95);
  border: none;
  border-radius: 15px;
}
.lightbox-modal .modal-body {
  padding: 10px;
  text-align: center;
}
.lightbox-modal img {
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
}
.lightbox-modal .btn-close {
  filter: invert(1);
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 1.5rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.4);
}
.lightbox-prev {
  left: 15px;
}
.lightbox-next {
  right: 15px;
}

/* ===== CONTACT ===== */
.contact-section {
  background: var(--light-bg);
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
  transition: var(--transition);
}
.contact-info-item:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow);
}
.contact-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.contact-form-card {
  background: white;
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
.form-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.form-control,
.form-select {
  border-radius: var(--radius-sm);
  border: 2px solid #e8ecf0;
  padding: 12px 16px;
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  transition: var(--transition);
  color: var(--text-dark);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(232, 52, 40, 0.15);
  outline: none;
}
.form-control::placeholder {
  color: #b0bec5;
}
.map-container {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.visit-cta {
  background: linear-gradient(135deg, #c41e12, #e65100);
  padding: 70px 0;
  text-align: center;
  color: white;
}
.visit-cta h2 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 12px;
}

/* ===== FOOTER ===== */
.footer {
  background: #1b2a3b;
  color: #b0bec5;
}
.footer-top {
  padding: 65px 0 40px;
}
.footer-logo img {
  height: 60px;
  margin-bottom: 18px;
}
.footer p {
  font-size: 0.9rem;
  line-height: 1.8;
}
.footer h5 {
  font-family: "Baloo 2", cursive;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #b0bec5;
  font-size: 0.9rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a i {
  font-size: 0.75rem;
  color: var(--secondary);
}
.footer-links a:hover {
  color: var(--secondary);
  padding-left: 5px;
}
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.88rem;
}
.footer-contact-list li i {
  color: var(--secondary);
  margin-top: 3px;
  flex-shrink: 0;
}
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #b0bec5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  font-size: 1rem;
}
.social-links a:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-3px);
}
.footer-bottom {
  background: rgba(0, 0, 0, 0.25);
  padding: 18px 0;
  text-align: center;
  font-size: 0.85rem;
  color: #78909c;
}
.footer-bottom a {
  color: var(--secondary);
}

/* ===== FLOATING BUTTONS ===== */
.floating-btns {
  position: fixed;
  bottom: 30px;
  right: 22px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: var(--shadow);
  transition: var(--transition);
  text-decoration: none !important;
}
.floating-btn:hover {
  transform: scale(1.12);
}
.float-call {
  background: var(--primary-dark);
  color: white !important;
  animation: ring 3s infinite;
}
.float-whatsapp {
  background: #25d366;
  color: white !important;
}
.scroll-top-btn {
  background: var(--secondary);
  color: #fff !important;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.scroll-top-btn.visible {
  opacity: 1;
  pointer-events: all;
}
.scroll-top-btn:hover {
  background: var(--secondary-dark);
}

/* ===== STATS BAR ===== */
.stats-bar {
  background: linear-gradient(135deg, #c41e12, #e65100);
  padding: 50px 0;
  color: white;
}
.stat-item {
  text-align: center;
  padding: 10px;
}
.stat-num {
  font-family: "Baloo 2", cursive;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}
.stat-label {
  font-size: 0.9rem;
  opacity: 0.85;
  font-weight: 600;
  margin-top: 5px;
}

/* ===== ANIMATIONS ===== */
@keyframes ring {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(196, 30, 18, 0.5);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(196, 30, 18, 0);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anim-up {
  animation: fadeInUp 0.7s ease forwards;
}
.anim-delay-1 {
  animation-delay: 0.15s;
  opacity: 0;
}
.anim-delay-2 {
  animation-delay: 0.3s;
  opacity: 0;
}
.anim-delay-3 {
  animation-delay: 0.45s;
  opacity: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
  .about-badge {
    right: 0;
  }
}
@media (max-width: 991px) {
  .hero-slider .carousel,
  .hero-slider .carousel-item {
    height: 75vh;
    min-height: 500px;
  }
  .navbar-collapse {
    background: white;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: var(--shadow);
    margin-top: 10px;
  }
  .navbar-brand img {
    height: 46px;
    max-width: 200px;
  }
  .about-image-wrap img {
    height: 380px;
  }
  .about-main-img {
    height: 380px;
  }
}
@media (max-width: 575px) {
  .navbar {
    padding: 6px 0;
  }
  .navbar-brand img {
    height: 38px;
    max-width: 160px;
  }
  .navbar .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .floating-btns {
    right: 12px;
  }
  .about-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    display: inline-block;
  }
  .cta-banner,
  .page-hero,
  .stats-bar,
  .visit-cta {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section-pad {
    padding: 60px 0;
  }
  .hero-slider .carousel,
  .hero-slider .carousel-item {
    height: 85vh;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .teacher-img {
    height: 250px;
  }
  .contact-form-card {
    padding: 25px 20px;
  }
  .gallery-item img {
    height: 180px;
  }
  .about-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .floating-btns {
    bottom: 20px;
    right: 14px;
  }
  .floating-btn {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
  .stats-bar .row > div {
    margin-bottom: 20px;
  }
}
