/* ========== COLOR PALETTE ========== */
:root {
  /* Primary Colors */
  --color-cobalt-blue: #2c2b6c;
  --color-aqua-green: #32baa6;
  --color-aqua-green-dark: #2a9d8f;
  --color-aqua-green-light: #e6f7f5;

  /* Secondary Colors */
  --color-magenta: #ac74b0;
  --color-coral-red: #f05959;
  --color-pink: #ef658f;

  /* Supporting / Neutral Colors */
  --color-dark-grey: #585957;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-light-grey: #f8f9fa;

  /* Bootstrap Overrides */
  --bs-primary: #2c2b6c;
  --bs-primary-rgb: 44, 43, 108;
  --bs-secondary: #32baa6;
  --bs-secondary-rgb: 50, 186, 166;
}

/* ========== TYPOGRAPHY ========== */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--color-dark-grey);
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

/* ========== CUSTOM COLOR CLASSES ========== */
/* Backgrounds */
.bg-cobalt { background-color: var(--color-cobalt-blue) !important; }
.bg-aqua { background-color: var(--color-aqua-green) !important; }
.bg-aqua-light { background-color: var(--color-aqua-green-light) !important; }
.bg-magenta { background-color: var(--color-magenta) !important; }
.bg-coral { background-color: var(--color-coral-red) !important; }
.bg-pink { background-color: var(--color-pink) !important; }
.bg-dark-grey { background-color: var(--color-dark-grey) !important; }

/* Text Colors */
.text-cobalt { color: var(--color-cobalt-blue) !important; }
.text-aqua { color: var(--color-aqua-green) !important; }
.text-magenta { color: var(--color-magenta) !important; }
.text-coral { color: var(--color-coral-red) !important; }
.text-pink { color: var(--color-pink) !important; }
.text-dark-grey { color: var(--color-dark-grey) !important; }

/* ========== BUTTONS ========== */
.btn-aqua {
  background-color: var(--color-aqua-green);
  border-color: var(--color-aqua-green);
  color: var(--color-white);
}
.btn-aqua:hover {
  background-color: var(--color-aqua-green-dark);
  border-color: var(--color-aqua-green-dark);
  color: var(--color-white);
}

.btn-cobalt {
  background-color: var(--color-cobalt-blue);
  border-color: var(--color-cobalt-blue);
  color: var(--color-white);
}
.btn-cobalt:hover {
  background-color: #1e1d4d;
  border-color: #1e1d4d;
  color: var(--color-white);
}

.btn-cobalt-hero {
  background-color: var(--color-cobalt-blue);
  border: 2px solid var(--color-white);
  color: var(--color-white);
}
.btn-cobalt-hero:hover {
  background-color: #1e1d4d;
  border: 2px solid var(--color-white);
  color: var(--color-white);
}

.btn-aqua-hero {
  background-color: var(--color-aqua-green);
  border: 2px solid var(--color-white);
  color: var(--color-white);
}
.btn-aqua-hero:hover {
  background-color: var(--color-aqua-green-dark);
  border: 2px solid var(--color-white);
  color: var(--color-white);
}

.btn-outline-cobalt {
  border: 2px solid var(--color-cobalt-blue);
  color: var(--color-cobalt-blue);
  background: transparent;
}
.btn-outline-cobalt:hover {
  background-color: var(--color-cobalt-blue);
  color: var(--color-white);
}

.btn-pill {
  border-radius: 50px;
  padding: 0.625rem 1.75rem;
}
.btn-pill-lg {
  border-radius: 50px;
  padding: 0.875rem 2.25rem;
}
.btn-pill-sm {
  border-radius: 50px;
  padding: 0.375rem 1rem;
}

/* ========== LOGO COLORS ========== */
.logo-coral { color: var(--color-coral-red); }
.logo-aqua { color: var(--color-aqua-green); }
.logo-magenta { color: var(--color-magenta); }
.logo-pink { color: var(--color-pink); }
.logo-cobalt { color: var(--color-cobalt-blue); }

/* ========== NAVBAR ========== */
.navbar-brand-text {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.navbar-tagline {
  font-size: 10px;
  color: var(--color-dark-grey);
  margin-top: -4px;
}
.nav-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000000;
}
.nav-link:hover {
  color: var(--color-aqua-green) !important;
}
.nav-link.active {
  color: #000000 !important;
}

/* ========== HERO SECTION ========== */
.hero-section {
  background: linear-gradient(rgba(44, 43, 108, 0.6), rgba(44, 43, 108, 0.6)),
              url('https://images.unsplash.com/photo-1587654780291-39c9404d746b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  margin-top: -76px;
  padding-top: 76px;
}
.hero-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
}
.hero-tagline {
  color: var(--color-aqua-green);
}

/* ========== WAVE DIVIDER ========== */
.aqua-border-top {
  height: 20px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.aqua-border-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 20' preserveAspectRatio='none'%3E%3Cpath fill='%2332baa6' d='M0,10 C120,20 240,0 360,10 C480,20 600,0 720,10 C840,20 960,0 1080,10 C1200,20 1320,0 1440,10 L1440,20 L0,20 Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wave-divider {
  position: relative;
  height: 80px;
  margin-top: -80px;
  overflow: hidden;
  pointer-events: none;
}
.wave-divider svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}

/* ========== ABOUT SECTION ========== */
.about-card {
  background: linear-gradient(135deg, rgba(239, 101, 143, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 1.5rem;
}

/* ========== PROGRAM CARDS ========== */
.program-card {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.program-card.bg-aqua-tint { background-color: #e0e9fe; }
.program-card.bg-magenta-tint { background-color: #cde9d7; }
.program-card.bg-pink-tint { background-color: #f6dbf3; }

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== WHY CHOOSE US ========== */
.benefit-card {
  text-align: center;
  padding: 1.5rem;
}
.benefit-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-aqua-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

/* ========== COMPARISON TABLE ========== */
.comparison-table {
  border-radius: 1rem;
  overflow: hidden;
}
.comparison-table th {
  background-color: #f8fafc;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}
.comparison-table td, .comparison-table th {
  padding: 1rem 1.5rem;
  vertical-align: middle;
}

/* ========== LOCATION BADGES ========== */
.location-badge {
  background: var(--color-white);
  border-radius: 50px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.check-circle {
  width: 24px;
  height: 24px;
  background-color: var(--color-aqua-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}

/* ========== TESTIMONIAL CARD ========== */
.testimonial-card {
  background-color: var(--color-aqua-green);
  border-radius: 1.5rem;
  overflow: hidden;
}
.testimonial-quote {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 1.125rem;
}
.testimonial-check {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== GALLERY ========== */
.gallery-item {
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* ========== CONTACT FORM ========== */
.contact-info-card {
  background: var(--color-white);
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
}
.contact-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background-color: var(--color-aqua-green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-aqua-green);
  flex-shrink: 0;
}
.form-control:focus {
  border-color: var(--color-aqua-green);
  box-shadow: 0 0 0 0.2rem rgba(50, 186, 166, 0.25);
}
.form-control::placeholder {
  color: #999999;
}
.form-control[type="date"]::-webkit-datetime-edit-text,
.form-control[type="date"]::-webkit-datetime-edit-month-field,
.form-control[type="date"]::-webkit-datetime-edit-day-field,
.form-control[type="date"]::-webkit-datetime-edit-year-field {
  color: #999999;
}

/* ========== FOOTER ========== */
.footer-wave-divider {
  position: relative;
  height: 80px;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--color-aqua-green-light);
}
.footer-wave-divider svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}

footer {
  position: relative;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #6b7280;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1d5db;
  transition: all 0.3s ease;
}
.social-icon:hover {
  border-color: var(--color-aqua-green);
  background-color: var(--color-aqua-green);
  color: white;
}
.social-icon.instagram:hover { background-color: #E1306C; border-color: #E1306C; }
.social-icon.facebook:hover { background-color: #1877F2; border-color: #1877F2; }
.social-icon.twitter:hover { background-color: var(--color-cobalt-blue); border-color: var(--color-cobalt-blue); }

.footer-link {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: var(--color-aqua-green);
}

/* ========== ABOUT PAGE STYLES ========== */
/* Page Header Section */
.page-header-section {
  background: linear-gradient(rgba(44, 43, 108, 0.85), rgba(44, 43, 108, 0.85)),
              url('https://images.unsplash.com/photo-1587654780291-39c9404d746b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}

/* Mission & Vision Cards */
.mission-vision-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mission-vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Value Cards */
.value-card {
  background: var(--color-white);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.value-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Value Icon Background Colors */
.bg-coral-light { background-color: rgba(240, 89, 89, 0.15) !important; }
.bg-magenta-light { background-color: rgba(172, 116, 176, 0.15) !important; }
.bg-pink-light { background-color: rgba(239, 101, 143, 0.15) !important; }

/* Team Cards */
.team-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Difference Items */
.difference-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.difference-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Button Outline Light */
.btn-outline-light {
  border: 2px solid var(--color-white);
  color: var(--color-white);
  background: transparent;
}
.btn-outline-light:hover {
  background-color: var(--color-white);
  color: var(--color-cobalt-blue);
}

/* ========== COLOR STRIPE ========== */
.color-stripe {
  height: 6px;
  background: linear-gradient(to right,
    #c94545 20%,
    var(--color-magenta) 20%,
    var(--color-magenta) 40%,
    var(--color-aqua-green) 40%,
    var(--color-aqua-green) 60%,
    #d04a75 60%,
    #d04a75 80%,
    var(--color-cobalt-blue) 80%);
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Programs section - remove gap after color stripe */
#programs {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ========== ABOUT PAGE STYLES ========== */
/* About Hero Section */
.about-hero-section {
  background: linear-gradient(rgba(44, 43, 108, 0.85), rgba(44, 43, 108, 0.85)),
              url('https://images.unsplash.com/photo-1587654780291-39c9404d746b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  min-height: 60vh;
}

/* Philosophy Cards */
.philosophy-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.philosophy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.philosophy-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Light Background Colors */
.bg-coral-light { background-color: rgba(240, 89, 89, 0.15) !important; }
.bg-magenta-light { background-color: rgba(172, 116, 176, 0.15) !important; }
.bg-pink-light { background-color: rgba(239, 101, 143, 0.15) !important; }

/* Team Placeholder */
.team-placeholder {
  min-height: 200px;
  border: 2px dashed #dee2e6;
}
.team-feature-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Facility Cards */
.facility-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.facility-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Safety Cards */
.safety-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.safety-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.safety-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Schedule Items */
.schedule-item {
  transition: transform 0.3s ease;
}
.schedule-item:hover {
  transform: scale(1.02);
}

/* CTA Contact Card */
.cta-contact-card {
  transition: transform 0.3s ease;
}
.cta-contact-card:hover {
  transform: translateY(-3px);
}

/* Button Outline Light */
.btn-outline-light {
  border: 2px solid var(--color-white);
  color: var(--color-white);
  background: transparent;
}
.btn-outline-light:hover {
  background-color: var(--color-white);
  color: var(--color-cobalt-blue);
}

/* ========== PROGRAMS PAGE STYLES ========== */
/* Programs Hero Section */
.programs-hero-section {
  background: linear-gradient(rgba(44, 43, 108, 0.85), rgba(44, 43, 108, 0.85)),
              url('https://images.unsplash.com/photo-1587654780291-39c9404d746b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  padding-top: 60px;
}

/* Program Hero Cards */
.program-hero-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease;
}
.program-hero-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.2);
}

/* Program Age Badge */
.program-age-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  border-radius: 50px;
}

/* Program Badge Inline */
.program-badge-inline {
  font-size: 0.875rem;
}

/* Learning Items */
.learning-item {
  transition: transform 0.3s ease;
}
.learning-item:hover {
  transform: translateY(-3px);
}

/* Schedule Blocks */
.schedule-block {
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #e9ecef;
}
.schedule-block:last-child {
  border-left-color: transparent;
}

/* Approach Cards */
.approach-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.approach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.approach-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Activity Cards */
.activity-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Special Program Cards */
.special-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.special-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.special-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Magenta Button */
.btn-magenta {
  background-color: var(--color-magenta);
  border-color: var(--color-magenta);
  color: var(--color-white);
}
.btn-magenta:hover {
  background-color: #9a6b9e;
  border-color: #9a6b9e;
  color: var(--color-white);
}

/* Pink Button */
.btn-pink {
  background-color: var(--color-pink);
  border-color: var(--color-pink);
  color: var(--color-white);
}
.btn-pink:hover {
  background-color: #e05580;
  border-color: #e05580;
  color: var(--color-white);
}

/* Enroll Program Cards */
.enroll-program-card {
  transition: transform 0.3s ease, background 0.3s ease;
}
.enroll-program-card:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.2) !important;
}

/* Enroll Highlight Card */
.enroll-highlight-card {
  transition: transform 0.3s ease;
}
.enroll-highlight-card:hover {
  transform: translateY(-5px);
}

/* ========== WHY CHOOSE US PAGE STYLES ========== */
/* Why Hero Section */
.why-hero-section {
  background: linear-gradient(rgba(44, 43, 108, 0.85), rgba(44, 43, 108, 0.85)),
              url('https://images.unsplash.com/photo-1587654780291-39c9404d746b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  padding-top: 60px;
}

/* Stat Cards */
.stat-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.2);
}
.stat-number {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
}

/* Comparison Boxes (Small Class Sizes Section) */
.comparison-box {
  min-height: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.comparison-box:hover {
  transform: translateY(-5px);
}
.comparison-parva {
  background-color: var(--color-aqua-green);
  border: 3px solid var(--color-aqua-green);
  box-shadow: 0 10px 30px rgba(50, 186, 166, 0.15);
}
.comparison-chains {
  background-color: var(--color-coral-red);
  border: 2px solid var(--color-coral-red);
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Ratio Badge */
.ratio-badge {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
}

/* Benefit Pills */
.benefit-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--color-white);
  border-radius: 50px;
  font-size: 0.9rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefit-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Testimonial Quote Box */
.testimonial-quote-box {
  background: linear-gradient(135deg, var(--color-aqua-green-light) 0%, #fff 100%);
  border-left: 4px solid var(--color-aqua-green);
  transition: transform 0.3s ease;
}
.testimonial-quote-box:hover {
  transform: translateX(5px);
}

/* Boutique Advantage Items */
.boutique-advantage-item {
  transition: transform 0.3s ease;
}
.boutique-advantage-item:hover {
  transform: translateX(5px);
}

/* Pricing Comparison */
.pricing-comparison {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-comparison:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.price-bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 280px;
}
.price-bar {
  width: 80px;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s ease;
}
.price-bar:hover {
  transform: scaleY(1.02);
}
.price-bar.parva {
  height: 60%;
  background: linear-gradient(180deg, var(--color-aqua-green) 0%, #28a897 100%);
}
.price-bar.chains {
  height: 100%;
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
}
.price-label {
  text-align: center;
  padding-top: 1rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

/* Savings Box */
.savings-box {
  background: linear-gradient(135deg, var(--color-aqua-green) 0%, #28a08e 100%) !important;
  color: #fff !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 25px rgba(50, 186, 166, 0.4);
}
.savings-box:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 35px rgba(50, 186, 166, 0.5);
}
.savings-box h3 {
  font-size: 1.75rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.savings-amount {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--color-aqua-green);
}

/* Value Checkmarks */
.value-check {
  width: 24px;
  height: 24px;
  background: var(--color-aqua-green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Location Icon Circle */
.location-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Location Card */
.location-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Time Savings Card */
.time-savings-card {
  background: linear-gradient(135deg, var(--color-aqua-green) 0%, #28a897 100%);
  transition: transform 0.3s ease;
}
.time-savings-card:hover {
  transform: scale(1.02);
}

/* Phone Mockup */
.phone-mockup {
  max-width: 300px;
  margin: 0 auto;
}
.phone-frame {
  background: #1a1a2e;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}
.phone-screen {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 1rem;
  min-height: 400px;
}

/* Message Bubbles */
.message-bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 18px;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.message-bubble.teacher {
  background: var(--color-aqua-green);
  color: white;
  border-bottom-left-radius: 5px;
  margin-right: auto;
}
.message-bubble.photo {
  background: #e9ecef;
  padding: 0.5rem;
  border-radius: 12px;
}
.message-bubble.photo img {
  border-radius: 8px;
  width: 100%;
}
.message-time {
  font-size: 0.7rem;
  color: #94a3b8;
  margin-top: 0.25rem;
}

/* Communication Features */
.comm-feature {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.comm-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.comm-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Comparison Table Wrapper */
.comparison-table-wrapper {
  overflow-x: auto;
}
.comparison-table-wrapper table {
  min-width: 600px;
}
.comparison-table-wrapper th {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.comparison-table-wrapper .parva-col {
  background: var(--color-aqua-green-light);
}
.comparison-table-wrapper .chains-col {
  background: #f8fafc;
}

/* Choose Box */
.choose-box {
  background: linear-gradient(135deg, var(--color-aqua-green-light) 0%, #fff 100%);
  transition: transform 0.3s ease;
}
.choose-box:hover {
  transform: translateY(-3px);
}

/* Step Badges */
.step-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: var(--color-white);
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-badge:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}

/* CTA Message Card */
.cta-message-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}
.cta-message-card:hover {
  transform: scale(1.02);
}

/* Discovery Items */
.discovery-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.discovery-check {
  width: 24px;
  height: 24px;
  background: rgba(50, 186, 166, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ========== ADMISSIONS PAGE STYLES ========== */
/* Admission Hero Section */
.admission-hero-section {
  background: linear-gradient(rgba(44, 43, 108, 0.85), rgba(44, 43, 108, 0.85)),
              url('https://images.unsplash.com/photo-1587654780291-39c9404d746b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  padding-top: 60px;
}

/* Process Steps */
.process-steps-wrapper {
  margin-top: -40px;
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
}
.process-steps-container {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.process-step {
  text-align: center;
  position: relative;
}
.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto 0.5rem;
}
.step-connector {
  position: absolute;
  top: 25px;
  left: calc(50% + 30px);
  width: calc(100% - 60px);
  height: 3px;
  background: linear-gradient(to right, var(--color-aqua-green-light), var(--color-aqua-green-light));
}
.process-step-col:last-child .step-connector {
  display: none;
}
.step-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-cobalt-blue);
  margin-bottom: 0;
}

/* Eligibility Cards */
.eligibility-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.eligibility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.age-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
}
.eligibility-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fee Card */
.fee-card {
  transition: transform 0.3s ease;
}
.fee-card:hover {
  transform: translateY(-5px);
}
.payment-option {
  background: rgba(255,255,255,0.1);
  transition: background 0.3s ease;
}
.payment-option:hover {
  background: rgba(255,255,255,0.15);
}

/* Inclusion Items */
.inclusion-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.inclusion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.inclusion-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* First Days Cards */
.first-days-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.first-days-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.timeline-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.timeline-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.settling-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--color-magenta-light, rgba(172, 116, 176, 0.15));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.first-days-testimonial {
  transition: transform 0.3s ease;
}
.first-days-testimonial:hover {
  transform: scale(1.02);
}

/* Documents Section */
.documents-card {
  transition: transform 0.3s ease;
}
.documents-card:hover {
  transform: translateY(-3px);
}
.doc-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.doc-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.doc-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.doc-checkbox {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.flexibility-note {
  transition: transform 0.3s ease;
}
.flexibility-note:hover {
  transform: scale(1.02);
}

/* Year Timeline */
.year-timeline {
  transition: transform 0.3s ease;
}
.year-timeline:hover {
  transform: scale(1.01);
}
.school-year-bar,
.summer-bar {
  transition: transform 0.3s ease;
}

/* Admission Cycle Cards */
.admission-cycle-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.admission-cycle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.cycle-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.urgency-note {
  transition: transform 0.3s ease;
}
.urgency-note:hover {
  transform: scale(1.05);
}

/* FAQ Accordion */
.accordion-item {
  background: #f8f9fa;
}
.accordion-button {
  background: #f8f9fa;
  color: var(--color-cobalt-blue);
  font-family: 'Nunito', sans-serif;
}
.accordion-button:not(.collapsed) {
  background: var(--color-aqua-green-light);
  color: var(--color-cobalt-blue);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c2b6c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Admission CTA Section */
.admission-cta-section {
  background: linear-gradient(135deg, var(--color-cobalt-blue) 0%, #1e1d4d 100%);
}

/* Apply Option Cards */
.apply-option-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.apply-option-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.apply-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Apply Form Card */
.apply-form-card {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Coral Button */
.btn-coral {
  background-color: var(--color-coral-red);
  border-color: var(--color-coral-red);
  color: var(--color-white);
}
.btn-coral:hover {
  background-color: #e04545;
  border-color: #e04545;
  color: var(--color-white);
}

/* Limited Seats Badge */
.limited-seats-badge {
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}
.limited-seats-badge:hover {
  transform: scale(1.05);
}

/* Magenta Light Background (if not already defined) */
.bg-magenta-light {
  background-color: rgba(172, 116, 176, 0.15) !important;
}

/* ========== CONTACT PAGE STYLES ========== */
/* Contact Hero Section */
.contact-hero-section {
  background: linear-gradient(rgba(44, 43, 108, 0.85), rgba(44, 43, 108, 0.85)),
              url('https://images.unsplash.com/photo-1587654780291-39c9404d746b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  padding-top: 60px;
}

/* Contact Cards Wrapper */
.contact-cards-wrapper {
  margin-top: -60px;
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
}

/* Contact Hero Cards */
.contact-hero-card {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.contact-hero-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.contact-hero-card .btn {
  position: relative;
  z-index: 20;
  padding: 12px 20px;
  font-size: 1rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Map Container */
.map-container {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Address Card */
.address-card {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.address-card:hover {
  transform: translateY(-5px);
}
.address-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parking-note {
  transition: transform 0.3s ease;
}
.parking-note:hover {
  transform: scale(1.02);
}

/* Hours Cards */
.hours-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hours-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.hours-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weekend-note {
  transition: transform 0.3s ease;
}
.weekend-note:hover {
  transform: scale(1.05);
}

/* Pink Light Background */
.bg-pink-light {
  background-color: rgba(239, 101, 143, 0.15) !important;
}

/* Inquiry Form Card */
.inquiry-form-card {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Direction Cards */
.direction-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.direction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.direction-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.direction-steps {
  padding-left: 1.25rem;
  color: var(--color-dark-grey);
}
.direction-steps li {
  padding-left: 0.5rem;
}

/* Social Cards */
.social-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.social-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.social-icon-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  transition: transform 0.3s ease;
}
.social-icon-large.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-icon-large.facebook {
  background: #1877F2;
}
.social-icon-large.youtube {
  background: #FF0000;
}
.social-card:hover .social-icon-large {
  transform: scale(1.1);
}

/* Contact CTA Section */
.contact-cta-section {
  background: linear-gradient(135deg, var(--color-cobalt-blue) 0%, #1e1d4d 100%);
}
.visit-check {
  width: 24px;
  height: 24px;
  background: rgba(50, 186, 166, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* CTA Contact Options */
.cta-contact-options {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.cta-contact-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-contact-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.cta-contact-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* CTA Contact Item Buttons - Same Size */
.cta-contact-item .btn {
  min-width: 100px;
  text-align: center;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* ========== MOBILE RESPONSIVE STYLES ========== */
@media (max-width: 768px) {
  /* Prevent horizontal overflow on mobile */
  body, html {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .container, .container-fluid, section, .row {
    max-width: 100%;
    overflow-x: hidden;
  }

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

  /* Reduce wave frequency on mobile - scale horizontally to show half the waves */
  .wave-divider svg,
  .footer-wave-divider svg {
    width: 200%;
    left: -50%;
  }

  /* Hero Section Mobile */
  .hero-section {
    min-height: 100vh;
    margin-top: -76px;
    padding-top: 100px;
    padding-bottom: 60px;
    background-position: center center;
    background-size: cover;
  }

  .hero-title {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .hero-tagline {
    font-size: 1rem !important;
  }

  .hero-section .lead {
    font-size: 1.1rem !important;
  }

  .hero-section .fs-5 {
    font-size: 0.9rem !important;
  }

  /* Other Hero Sections */
  .about-hero-section,
  .programs-hero-section,
  .why-hero-section,
  .admission-hero-section,
  .contact-hero-section {
    min-height: auto;
    padding: 80px 0 50px;
  }

  /* Button adjustments */
  .btn-pill-lg {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  /* About section image */
  .about-card {
    margin-bottom: 1rem;
  }

  /* General spacing adjustments */
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .display-4 {
    font-size: 1.75rem;
  }

  .display-5 {
    font-size: 1.5rem;
  }

  /* Admission Process Steps Mobile */
  .process-steps-container {
    padding: 1.5rem 1rem;
    overflow: hidden;
  }
  .step-connector {
    display: none;
  }
  .process-step-col {
    margin-bottom: 1rem;
  }
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  .step-label {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 100vh;
    padding-top: 90px;
    padding-bottom: 50px;
  }

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

  .hero-section .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .hero-section .d-flex.gap-3 {
    flex-direction: column;
    gap: 0.5rem !important;
  }

  /* Year Timeline Mobile */
  .year-timeline {
    padding: 1rem !important;
  }
  .year-timeline .school-year-bar h5,
  .year-timeline .summer-bar h5 {
    font-size: 0.85rem;
  }
  .year-timeline .school-year-bar p,
  .year-timeline .summer-bar p {
    font-size: 0.65rem !important;
  }
  .month-labels {
    flex-wrap: nowrap;
    justify-content: space-between !important;
    gap: 0;
    overflow-x: auto;
  }
  .month-labels span {
    font-size: 0.55rem !important;
    width: auto;
    padding: 2px 2px;
    flex-shrink: 0;
  }

  /* Contact Hero Mobile */
  .contact-hero-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact-hero-section .lead {
    font-size: 1rem !important;
    padding: 0 0.5rem;
  }
  .contact-hero-section .badge {
    font-size: 0.75rem !important;
    white-space: normal;
    line-height: 1.4;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
  }

  /* CTA Contact Items Mobile */
  .cta-contact-item {
    flex-wrap: wrap;
  }
  .cta-contact-item .btn {
    position: relative;
    z-index: 10;
    min-width: 80px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Why Choose Us - Step Badges Mobile */
  .step-badge {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
    font-size: 0.75rem;
    flex: 0 0 calc(50% - 0.25rem);
  }
  .step-num {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
}

/* ========== WHY CHOOSE US PAGE - FONT SIZE ADJUSTMENTS ========== */
.why-hero-section .stat-card p.small {
  font-size: 1rem !important;
}
.why-hero-section .stat-card small {
  font-size: 0.85rem;
}
.comparison-box p,
.comparison-box li,
.comparison-box span {
  font-size: 1.1rem;
}
.comparison-box .small {
  font-size: 1rem !important;
}
.why-hero-section p,
.why-hero-section li {
  font-size: 1.1rem;
}
.benefit-card p,
.benefit-card li {
  font-size: 1.05rem;
}
.choose-box p,
.choose-box span {
  font-size: 1.05rem;
}
section p.text-dark-grey,
section p.text-muted {
  font-size: 1.1rem;
}
.stat-card .text-muted {
  font-size: 0.9rem !important;
}
