/* =========================================================
   SPORTS ACADEMY — Modern Theme
   ========================================================= */

:root {
  --primary: #ff5722;
  --primary-dark: #d84315;
  --secondary: #0d1b2a;
  --accent: #ffc107;
  --light: #f8f9fb;
  --muted: #6c757d;
  --dark: #0a0f1c;
  --gradient: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
  --gradient-dark: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%);
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.18);
  --radius: 14px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: var(--light);
  color: #1f2937;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* RESET Bootstrap container width override from old code */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: auto;
  display: block;
  border-radius: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: var(--secondary);
  letter-spacing: -0.5px;
}

a { text-decoration: none; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar {
  background: rgba(13, 27, 42, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.9rem 0;
  transition: var(--transition);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar.scrolled { padding: 0.5rem 0; background: rgba(10, 15, 28, 0.98) !important; }

.navbar-brand {
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff !important;
  letter-spacing: 0.5px;
}
.navbar-brand img {
  border-radius: 50%;
  border: 2px solid var(--primary);
  object-fit: cover;
}
.navbar-brand span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  margin: 0 0.4rem;
  padding: 0.5rem 1rem !important;
  border-radius: 8px;
  position: relative;
}
.navbar-dark .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
  transform: translateX(-50%);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after {
  width: 50%;
}
.dropdown-menu {
  background: var(--secondary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-top: 0.5rem;
  padding: 0.5rem;
}
.dropdown-item {
  color: #fff !important;
  border-radius: 6px;
  padding: 0.5rem 1rem;
}
.dropdown-item:hover { background: var(--primary); }

.nav-cta {
  background: var(--gradient);
  color: #fff !important;
  padding: 0.55rem 1.4rem !important;
  border-radius: 50px !important;
  margin-left: 0.5rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.5);
}

/* =========================================================
   HERO / CAROUSEL
   ========================================================= */
.hero-slider .carousel-item {
  height: 92vh;
  min-height: 560px;
  position: relative;
}
.hero-slider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}
.hero-slider .carousel-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,27,42,0.4) 0%, rgba(13,27,42,0.85) 100%);
}
.hero-slider .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  right: 8%;
  text-align: left;
  z-index: 5;
  padding: 0;
}
.hero-slider .carousel-caption h5 {
  display: inline-block;
  background: var(--gradient);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.hero-slider .carousel-caption h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  text-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.hero-slider .carousel-caption h2 span {
  color: var(--accent);
  position: relative;
}
.hero-slider .carousel-caption p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  max-width: 600px;
  margin-bottom: 2rem;
}
.hero-slider .carousel-caption .btn-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary-custom {
  background: var(--gradient);
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.45);
  display: inline-block;
}
.btn-primary-custom:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 87, 34, 0.55);
}
.btn-outline-custom {
  background: transparent;
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  border: 2px solid #fff;
  font-weight: 600;
  display: inline-block;
}
.btn-outline-custom:hover {
  background: #fff;
  color: var(--secondary);
}
/* Hero slider Olympic rings */
.slider-rings {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}
.sr {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 4px solid;
  display: inline-block;
  flex-shrink: 0;
}

.carousel-indicators button {
  width: 36px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,0.4) !important;
  border: none !important;
}
.carousel-indicators .active { background: var(--primary) !important; }
.carousel-control-prev, .carousel-control-next { width: 6%; opacity: 0.7; }

/* =========================================================
   SECTION COMMON
   ========================================================= */
.section { padding: 90px 0; position: relative; }
.section-light { background: var(--light); }
.section-dark { background: var(--gradient-dark); color: #fff; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }

.section-tag {
  display: inline-block;
  background: rgba(255, 87, 34, 0.1);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 1rem;
}
.section-title span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-subtitle {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

/* =========================================================
   ABOUT TEASER
   ========================================================= */
.about-img-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-wrap img {
  border-radius: var(--radius);
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: var(--transition);
}
.about-img-wrap:hover img { transform: scale(1.05); }
.about-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #fff;
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.about-badge .num {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.about-badge .lbl { font-size: 0.85rem; color: var(--muted); font-weight: 500; }

.feature-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.feature-list li {
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
  font-weight: 500;
}
.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 22px;
  height: 22px;
  background: var(--gradient);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 22px;
  font-weight: 700;
}

/* =========================================================
   PROGRAM CARDS
   ========================================================= */
.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}
.program-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}
.program-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}
.program-card .pc-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.program-card .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.program-card:hover .pc-img img { transform: scale(1.1); }
.program-card .pc-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(13,27,42,0.7) 100%);
}
.program-card .pc-icon {
  position: absolute;
  bottom: -25px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: var(--shadow-md);
  z-index: 2;
}
.program-card .pc-body { padding: 2rem 1.6rem 1.6rem; }
.program-card h4 { margin: 0 0 0.6rem; font-size: 1.25rem; }
.program-card p { color: var(--muted); margin: 0 0 1rem; font-size: 0.95rem; }
.program-card .pc-link {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.program-card .pc-link:hover { gap: 0.7rem; }

/* =========================================================
   STATS COUNTER
   ========================================================= */
.stats-section {
  background: var(--gradient-dark);
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Img/contact-bg.jpg') center/cover;
  opacity: 0.08;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  position: relative;
}
.stat-item { text-align: center; color: #fff; }
.stat-item .stat-num {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-item .stat-lbl {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.75);
}

/* =========================================================
   COACHES
   ========================================================= */
.coach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.8rem;
}
.coach-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: var(--transition);
}
.coach-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.coach-card .cc-img {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.coach-card .cc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.coach-card:hover .cc-img img { transform: scale(1.08); }
.coach-card .cc-social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  transition: var(--transition);
}
.coach-card:hover .cc-social { bottom: 15px; }
.coach-card .cc-social a {
  width: 36px;
  height: 36px;
  background: #fff;
  color: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.coach-card .cc-social a:hover { background: var(--primary); color: #fff; }
.coach-card .cc-body { padding: 1.4rem; }
.coach-card h5 { margin: 0 0 0.3rem; font-size: 1.15rem; }
.coach-card .cc-role {
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
}
.testimonial-card {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 6rem;
  color: var(--primary);
  opacity: 0.15;
  line-height: 1;
  font-family: Georgia, serif;
}
.testimonial-card p {
  color: #4a5568;
  font-style: italic;
  margin-bottom: 1.2rem;
  position: relative;
}
.testimonial-stars { color: var(--accent); margin-bottom: 1rem; letter-spacing: 3px; }
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
}
.testimonial-author h6 { margin: 0; font-size: 1rem; }
.testimonial-author small { color: var(--muted); }

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner {
  background: var(--gradient);
  border-radius: var(--radius);
  padding: 3.5rem 2.5rem;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Img/hero-2.jpg') center/cover;
  opacity: 0.15;
  z-index: 0;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.cta-banner p { font-size: 1.1rem; opacity: 0.95; max-width: 700px; margin: 0.5rem auto 1.8rem; }
.cta-banner .btn-cta {
  background: #fff;
  color: var(--primary);
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  box-shadow: var(--shadow-md);
}
.cta-banner .btn-cta:hover { transform: translateY(-3px); color: var(--primary-dark); }

/* =========================================================
   PAGE HEADER (inner pages)
   ========================================================= */
.page-header {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  background: var(--gradient-dark);
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Img/contact-bg.jpg') center/cover;
  opacity: 0.25;
}
.page-header > div { position: relative; z-index: 1; }
.page-header h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
}
.page-header .crumb {
  color: rgba(255,255,255,0.85);
  letter-spacing: 1px;
  font-size: 0.95rem;
}
.page-header .crumb a { color: var(--accent); }

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: var(--transition);
  height: 100%;
}
.about-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.about-card .ac-icon {
  width: 70px;
  height: 70px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto 1.2rem;
}

/* =========================================================
   VISION/MISSION
   ========================================================= */
.vm-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.vm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient);
}
.vm-card .vm-icon {
  width: 65px;
  height: 65px;
  border-radius: 14px;
  background: rgba(255, 87, 34, 0.12);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.vm-card h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.vm-card ul { padding-left: 1.2rem; }
.vm-card ul li { margin-bottom: 0.6rem; color: #4a5568; }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.gallery-filter button {
  background: transparent;
  border: 2px solid #e5e7eb;
  color: var(--secondary);
  padding: 0.5rem 1.4rem;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}
.gallery-filter button.active,
.gallery-filter button:hover {
  background: var(--gradient);
  color: #fff;
  border-color: transparent;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 260px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.gallery-item:hover img { transform: scale(1.12); }
.gallery-item .gi-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(13,27,42,0.85) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.4rem;
  opacity: 0;
  transition: var(--transition);
}
.gallery-item:hover .gi-overlay { opacity: 1; }
.gallery-item .gi-overlay h5 { color: #fff; margin: 0; font-size: 1.1rem; }
.gallery-item .gi-overlay small { color: var(--accent); letter-spacing: 1px; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: stretch;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info {
  background: var(--gradient-dark);
  color: #fff;
  padding: 2.5rem;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Img/hero-1.jpg') center/cover;
  opacity: 0.12;
}
.contact-info > * { position: relative; z-index: 1; }
.contact-info h3 { color: #fff; margin-bottom: 1.5rem; }
.contact-info .ci-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.contact-info .ci-item:last-child { border-bottom: none; }
.contact-info .ci-icon {
  width: 45px;
  height: 45px;
  background: var(--gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info .ci-item h6 { color: var(--accent); margin: 0 0 0.2rem; font-size: 0.85rem; letter-spacing: 1.5px; }
.contact-info .ci-item p { margin: 0; color: rgba(255,255,255,0.9); }

.contact-form {
  background: #fff;
  padding: 2.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.contact-form h3 { margin-bottom: 0.5rem; }
.contact-form .lead { color: var(--muted); margin-bottom: 1.8rem; }
.contact-form .form-control {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  transition: var(--transition);
}
.contact-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.12);
}
.contact-form textarea.form-control { min-height: 130px; resize: vertical; }
.contact-form .submit-btn {
  background: var(--gradient);
  color: #fff;
  border: none;
  padding: 0.9rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: 100%;
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.4);
}
.contact-form .submit-btn:hover { transform: translateY(-2px); }

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-top: 2rem;
}
.map-wrap iframe { width: 100%; height: 360px; border: 0; display: block; }

/* =========================================================
   FOOTER
   ========================================================= */
footer.site-footer {
  background: var(--secondary);
  color: rgba(255, 255, 255, 0.75);
  padding: 70px 0 0;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-grid h5 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 1.3rem;
  position: relative;
  padding-bottom: 0.6rem;
}
.footer-grid h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background: var(--gradient);
  border-radius: 3px;
}
.footer-grid p { color: rgba(255, 255, 255, 0.7); line-height: 1.75; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid ul li { margin-bottom: 0.6rem; }
.footer-grid ul li a {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  transition: var(--transition);
}
.footer-grid ul li a:hover { color: var(--primary); padding-left: 6px; }

.footer-social { display: flex; gap: 0.6rem; margin-top: 1rem; }
.footer-social a {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  font-size: 0.95rem;
}
.footer-social a:hover {
  background: var(--gradient);
  transform: translateY(-4px);
}
.newsletter-form { display: flex; gap: 0; margin-top: 1rem; }
.newsletter-form input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 10px 0 0 10px;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form button {
  background: var(--gradient);
  border: none;
  color: #fff;
  padding: 0 1.2rem;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.5rem 0;
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
}
.footer-bottom a { color: var(--primary); }

/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  z-index: 998;
  animation: pulse 2s infinite;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.1); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* =========================================================
   ANIMATIONS
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.carousel-item.active .carousel-caption > * {
  animation: fadeInUp 0.9s both;
}
.carousel-item.active .carousel-caption > *:nth-child(1) { animation-delay: 0.1s; }
.carousel-item.active .carousel-caption > *:nth-child(2) { animation-delay: 0.3s; }
.carousel-item.active .carousel-caption > *:nth-child(3) { animation-delay: 0.5s; }
.carousel-item.active .carousel-caption > *:nth-child(4) { animation-delay: 0.7s; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .hero-slider .carousel-item { height: 80vh; min-height: 480px; }
  .hero-slider .carousel-caption { left: 5%; right: 5%; }
  .hero-slider .carousel-caption h2 { font-size: 2rem; }
  .about-img-wrap img { height: 320px; }
  .navbar-collapse { background: rgba(13,27,42,0.98); padding: 1rem; border-radius: 10px; margin-top: 0.8rem; }
}

/* override old conflicting styles */
.left, .right { width: auto; background: transparent; color: inherit; padding: 0; position: static; }
.right img { position: static; width: 100%; border-radius: var(--radius); }
.about-section, .about-container, .about-bottom { all: unset; display: block; }

/* =========================================================
   VISION & MISSION — OLYMPIC REDESIGN
   ========================================================= */

/* VM Hero */
.vm-hero {
  min-height: 90vh;
  background: var(--gradient-dark);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}
.vm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Img/athletics.jpg') center/cover;
  opacity: 0.15;
}
.vm-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,27,42,0.97) 0%, rgba(13,27,42,0.65) 100%);
}
.vm-hero-inner { position: relative; z-index: 2; }

.vm-hero-title {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  text-shadow: 0 4px 30px rgba(0,0,0,0.35);
}
.vm-hero-title span { color: var(--accent); }

.vm-hero-desc {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  max-width: 580px;
  line-height: 1.8;
}

/* Olympic rings CSS art */
.olympic-rings-css {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.or {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid;
  display: inline-block;
  flex-shrink: 0;
}
.or-blue  { border-color: #0085C7; }
.or-black { border-color: #1a1a1a; margin-top: 20px; }
.or-red   { border-color: #DF0024; }
.or-yellow{ border-color: #F4C300; margin-top: 20px; }
.or-green { border-color: #009F6B; }

/* Trophy block */
.vm-trophy-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.vm-trophy-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255,193,7,0.25) 0%, transparent 70%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50%       { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}
.vm-trophy-icon {
  font-size: 9rem;
  color: var(--accent);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(255,193,7,0.45));
  animation: floatUp 4s ease-in-out infinite;
}
@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}
.vm-trophy-label {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,193,7,0.35);
  border-radius: 50px;
  padding: 0.6rem 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vm-trophy-label span { display: block; color: var(--accent); font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; }
.vm-trophy-label strong { color: #fff; font-size: 1rem; }

/* Decorative floating circles */
.vm-deco {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
  pointer-events: none;
}
.vm-deco-1 { width: 420px; height: 420px; top: -80px; right: -100px; }
.vm-deco-2 { width: 260px; height: 260px; bottom: -60px; left: 5%; border-color: rgba(255,87,34,0.12); }
.vm-deco-3 { width: 180px; height: 180px; top: 25%; right: 8%; border-color: rgba(255,193,7,0.1); }

/* Breadcrumb bar */
.page-crumb-bar {
  background: #fff;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.crumb-text {
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.crumb-text a { color: var(--primary); font-weight: 500; }

/* Vision image wrap */
.vm-img-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.vm-img-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s;
}
.vm-img-wrap:hover img { transform: scale(1.05); }
.vm-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--gradient);
  color: #fff;
  padding: 1rem 1.4rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 8px 30px rgba(255,87,34,0.45);
}
.vm-img-badge i { font-size: 2.2rem; flex-shrink: 0; }
.vm-img-badge strong { display: block; font-size: 1rem; line-height: 1.2; }
.vm-img-badge span { font-size: 0.78rem; opacity: 0.9; }

/* Vision quote */
.vision-quote {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255,87,34,0.05);
  border-left: 4px solid var(--primary);
  border-radius: 0 10px 10px 0;
  padding: 1.2rem 1.5rem;
  margin: 1.2rem 0;
}
.vision-quote i { color: var(--primary); font-size: 1.5rem; margin-top: 0.1rem; flex-shrink: 0; }
.vision-quote p { margin: 0; font-style: italic; font-size: 1rem; color: var(--secondary); font-weight: 500; line-height: 1.6; }

/* Vision points */
.vision-points { display: flex; flex-direction: column; gap: 0.8rem; }
.vp-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.9rem 1.1rem;
  background: var(--light);
  border-radius: 10px;
  transition: var(--transition);
  border: 1px solid transparent;
}
.vp-item:hover {
  background: rgba(255,87,34,0.05);
  border-color: rgba(255,87,34,0.15);
  transform: translateX(4px);
}
.vp-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.vp-item h6 { margin: 0 0 0.2rem; font-size: 0.95rem; color: var(--secondary); }

/* Mission dark section */
.vm-mission-section {
  background: var(--gradient-dark);
  position: relative;
  overflow: hidden;
}
.vm-mission-bg {
  position: absolute;
  inset: 0;
  background: url('Img/athletics.jpg') center/cover;
  opacity: 0.04;
}
.mission-statement {
  background: rgba(255,193,7,0.08);
  border: 1px solid rgba(255,193,7,0.25);
  border-radius: var(--radius);
  padding: 1.8rem 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.mission-statement i { font-size: 2.5rem; color: var(--accent); flex-shrink: 0; margin-top: 0.1rem; }
.mission-statement p {
  color: rgba(255,255,255,0.9);
  font-size: 1.08rem;
  font-style: italic;
  margin: 0;
  line-height: 1.75;
}

/* Mission pillars */
.mission-pillar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius);
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.mission-pillar:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,87,34,0.45);
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.mission-pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient);
  opacity: 0;
  transition: var(--transition);
}
.mission-pillar:hover::before { opacity: 1; }
.mp-num {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  pointer-events: none;
}
.mp-icon {
  width: 56px;
  height: 56px;
  background: var(--gradient);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 20px rgba(255,87,34,0.35);
}
.mission-pillar h5 { color: #fff; margin-bottom: 0.7rem; font-size: 1.05rem; }
.mission-pillar p { color: rgba(255,255,255,0.65); font-size: 0.88rem; margin: 0; line-height: 1.65; }

/* Olympic Journey Timeline */
.olympic-timeline {
  position: relative;
  margin-top: 3rem;
  padding-left: 0;
}
.olympic-timeline::before {
  content: '';
  position: absolute;
  left: 31px;
  top: 32px;
  bottom: 40px;
  width: 2px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--accent) 100%);
  opacity: 0.25;
}
.ot-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}
.ot-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.ot-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 8px 25px rgba(255,87,34,0.3);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: var(--transition);
}
.ot-item:hover .ot-icon { transform: scale(1.1); box-shadow: 0 12px 30px rgba(255,87,34,0.45); }
.ot-gold {
  background: linear-gradient(135deg, #F4C300 0%, #e08900 100%) !important;
  box-shadow: 0 10px 30px rgba(244,195,0,0.5) !important;
  width: 80px !important;
  height: 80px !important;
  font-size: 1.8rem !important;
}
.ot-content {
  flex: 1;
  padding-top: 0.8rem;
}
.ot-stage {
  display: inline-block;
  background: rgba(255,87,34,0.1);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.ot-stage-gold {
  background: rgba(244,195,0,0.15) !important;
  color: #9a7200 !important;
}
.ot-content h5 { font-size: 1.2rem; margin-bottom: 0.5rem; color: var(--secondary); }
.ot-content p { color: var(--muted); margin: 0; font-size: 0.93rem; line-height: 1.65; }
.ot-final-content {
  background: linear-gradient(135deg, rgba(255,87,34,0.05), rgba(255,193,7,0.07));
  border: 1px solid rgba(255,193,7,0.2);
  border-radius: var(--radius);
  padding: 1.5rem 1.8rem;
}

/* VM CTA Banner */
.vm-cta-banner {
  background: var(--gradient);
  border-radius: var(--radius);
  padding: 4rem 2.5rem;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.vm-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Img/athletics.jpg') center/cover;
  opacity: 0.12;
  z-index: 0;
}
.vm-cta-banner > * { position: relative; z-index: 1; }
.vm-cta-banner h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.vm-cta-banner p { font-size: 1.05rem; opacity: 0.95; max-width: 680px; margin: 0.6rem auto 0; line-height: 1.75; }

/* CTA Olympic rings decoration */
.vm-cta-rings {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 1.5rem;
}
.vcr {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid;
  display: inline-block;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .vm-hero { min-height: auto; padding: 100px 0 60px; }
  .vm-hero-title { font-size: 2rem; }
  .vm-img-wrap img { height: 300px; }
  .mission-statement { flex-direction: column; gap: 1rem; }
  .olympic-timeline::before { left: 28px; }
  .ot-icon { width: 56px; height: 56px; font-size: 1.2rem; }
  .ot-gold { width: 64px !important; height: 64px !important; font-size: 1.4rem !important; }
}
