@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Outfit:wght@700;800;900&display=swap');

:root {
  --vvm-red: #e30613;
  --vvm-yellow: #ffd400;
  --vvm-blue: #0a64c8;
  --vvm-dark: #0c2340;
  --vvm-glow-red: rgba(227, 6, 19, 0.45);
  --vvm-glow-yellow: rgba(255, 212, 0, 0.5);
  --vvm-glow-blue: rgba(10, 100, 200, 0.4);
  --vvm-glass: rgba(255, 255, 255, 0.12);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  scroll-behavior: smooth
}

html, body {
  font-family: 'Nunito', sans-serif;
  color: #222;
  overflow-x: hidden;
  width: 100%;
}

body {
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(10, 100, 200, 0.08), transparent 50%),
    radial-gradient(ellipse 60% 40% at 90% 100%, rgba(255, 212, 0, 0.06), transparent 45%),
    linear-gradient(180deg, #f8fafc 0%, #fff 40%, #f4f7fb 100%);
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, 
.brand-title, .section-title, .split-title {
  font-family: 'Outfit', sans-serif;
}

/* Selection & Scrollbar Styling */
::selection {
  background: var(--vvm-yellow);
  color: var(--vvm-dark);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--vvm-dark);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--vvm-red), var(--vvm-yellow));
  border-radius: 10px;
  border: 2px solid var(--vvm-dark);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--vvm-yellow);
}

/* Top strip */
.topbar {
  background: linear-gradient(90deg, #061730, var(--vvm-dark), #0a3d6e);
  color: #fff;
  font-size: .85rem;
  padding: 6px 0;
  position: relative;
  box-shadow: 0 2px 20px rgba(10, 100, 200, 0.25);
}

.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--vvm-red), var(--vvm-yellow), var(--vvm-blue), var(--vvm-yellow), var(--vvm-red));
  background-size: 200% 100%;
  animation: shimmerLine 4s linear infinite;
}

.topbar i {
  color: var(--vvm-yellow)
}

.topbar a {
  color: #fff;
  text-decoration: none;
  margin-right: 14px
}

.topbar a:hover {
  color: var(--vvm-yellow)
}

/* Navbar */
.navbar-vvm {
  background: linear-gradient(120deg, var(--vvm-blue) 0%, #1565c0 45%, #1e88e5 100%);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, .18),
    0 0 40px var(--vvm-glow-blue);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, var(--vvm-red), var(--vvm-yellow), var(--vvm-red)) 1;
  backdrop-filter: blur(8px);
  transition: box-shadow 0.4s var(--ease-smooth);
}

.navbar-vvm .navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 800
}

.navbar-vvm .navbar-brand img {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  box-shadow:
    0 0 0 3px rgba(255, 212, 0, 0.35),
    0 0 20px var(--vvm-glow-yellow),
    0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth);
}

.navbar-vvm .navbar-brand:hover img {
  transform: scale(1.06) rotate(-3deg);
  box-shadow:
    0 0 0 4px rgba(255, 212, 0, 0.55),
    0 0 28px var(--vvm-glow-yellow),
    0 6px 22px rgba(0, 0, 0, 0.25);
}

.navbar-vvm .brand-title {
  line-height: 1
}

.navbar-vvm .brand-title small {
  display: block;
  font-weight: 400;
  color: var(--vvm-yellow);
  font-size: .7rem;
  letter-spacing: 1px
}

.navbar-vvm .nav-link {
  color: #fff !important;
  font-weight: 600;
  position: relative;
  margin: 0 6px;
  text-transform: uppercase;
  font-size: .9rem
}

.navbar-vvm .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 0;
  height: 3px;
  background: var(--vvm-yellow);
  transition: .3s;
  transform: translateX(-50%);
  border-radius: 3px
}

.navbar-vvm .nav-link:hover::after,
.navbar-vvm .nav-link.active::after {
  width: 70%;
  box-shadow: 0 0 12px var(--vvm-glow-yellow);
}

.navbar-vvm .nav-link:hover {
  color: var(--vvm-yellow) !important;
  transform: translateY(-2px)
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 114px 0 224px;
  color: #eab104
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(17, 18, 20, 0.4)
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 1;
  pointer-events: none
}

.hero .container {
  position: relative;
  z-index: 3
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  font-weight: 900;
  text-shadow:
    0 0 30px rgba(255, 212, 0, 0.35),
    3px 3px 20px rgba(131, 10, 10, 0.8);
  line-height: 1.1;
  letter-spacing: -1px;
  animation: heroTitleIn 1s var(--ease-smooth) both;
}

.hero p.lead {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  text-shadow: 2px 2px 10px rgba(233, 217, 217, 0.8)
}

.text-highlight,
.text-highlight-red {
  font-weight: 800;
  display: inline-block;
  color: #fff;
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.5),
    2px 2px 10px rgba(136, 10, 10, 0.5);
  animation: textGlow 3s ease-in-out infinite alternate;
}

.text-highlight-red {
  color: #fff;
  background: linear-gradient(120deg, #fff 0%, var(--vvm-yellow) 50%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textGlow 3s ease-in-out infinite alternate, shimmerText 4s linear infinite;
}

.text-vvm-red {
  color: var(--vvm-red) !important;
  font-weight: 800 !important;
}

.split-title {
  font-weight: 800;
  color: var(--vvm-dark);
}
.split-title span {
  color: var(--vvm-red);
}

@media (max-width: 768px) {
  .hero {
    padding: 60px 0 80px;
  }
}

.hero .btn-cta {
  background: #fff;
  color: var(--vvm-red);
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 28px;
  box-shadow:
    0 8px 25px rgba(184, 167, 167, 0.2),
    0 0 0 0 var(--vvm-glow-red);
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth), background 0.35s;
  animation: btnGlowPulse 2.5s ease-in-out infinite;
}

.hero .btn-cta:hover {
  transform: translateY(-4px) scale(1.02);
  background: var(--vvm-yellow);
  color: #000;
  box-shadow:
    0 14px 35px rgba(227, 6, 19, 0.25),
    0 0 30px var(--vvm-glow-yellow);
}

/* Sections */
section {
  padding: 70px 0
}

section ul li i {
  color: var(--vvm-red);
  font-size: 1.25rem
}

.section-title {
  font-weight: 800;
  color: var(--vvm-dark);
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: -0.5px
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, var(--vvm-red), var(--vvm-yellow));
  border-radius: 4px;
  box-shadow: 0 0 14px var(--vvm-glow-red);
  animation: underlineGrow 0.8s var(--ease-smooth) both;
}

.text-center .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Cards */
.feature-card {
  border: 1px solid rgba(10, 100, 200, 0.08);
  border-radius: 18px;
  padding: 25px 20px;
  background: linear-gradient(145deg, #fff 0%, #fafcff 100%);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, .06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.45s var(--ease-smooth), box-shadow 0.45s var(--ease-smooth), border-color 0.45s;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 212, 0, 0.08) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 212, 0, 0.45);
  box-shadow:
    0 22px 48px rgba(10, 100, 200, .2),
    0 0 0 1px rgba(255, 212, 0, 0.3),
    0 0 35px var(--vvm-glow-blue);
}

.feature-card .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vvm-yellow), var(--vvm-red));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 12px;
  animation: iconGlowPulse 2.5s ease-in-out infinite;
  box-shadow: 0 4px 18px var(--vvm-glow-red);
  transition: transform 0.4s var(--ease-smooth);
}

.feature-card:hover .icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 28px var(--vvm-glow-yellow);
}

.feature-card small {
  color: #6c757d
}

.feature-card p i {
  color: var(--vvm-red)
}

/* Gallery */
.gallery-item {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
  transition: box-shadow 0.45s var(--ease-smooth), transform 0.45s var(--ease-smooth);
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 40px rgba(10, 100, 200, 0.25),
    0 0 30px var(--vvm-glow-blue);
}

.gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: .6s
}

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

.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(10, 35, 64, .8));
  opacity: 0;
  transition: .4s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7)
}

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

/* Footer */
footer {
  background: linear-gradient(180deg, var(--vvm-dark) 0%, #061730 100%);
  color: #cfd9e6;
  padding: 50px 0 0;
  position: relative;
  box-shadow: 0 -8px 40px rgba(10, 100, 200, 0.15);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--vvm-red), var(--vvm-yellow), var(--vvm-blue));
  background-size: 200% 100%;
  animation: shimmerLine 5s linear infinite;
}

footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px
}

footer i {
  color: var(--vvm-yellow)
}

footer p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

footer a {
  color: #cfd9e6;
  text-decoration: none
}

footer a:hover {
  color: var(--vvm-yellow)
}

footer p i {
  flex-shrink: 0;
  margin-top: 4px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  margin-right: 8px;
  transition: .3s;
  font-size: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1)
}

.social-icons a:hover {
  background: var(--vvm-yellow);
  color: var(--vvm-dark) !important;
  transform: translateY(-4px);
  box-shadow: 0 0 22px var(--vvm-glow-yellow);
}

.footer-bottom {
  background: #061730;
  padding: 14px 0;
  margin-top: 40px;
  text-align: center;
  font-size: .85rem
}

.footer-logo {
  height: 60px;
  background: #fff;
  border-radius: 50%;
  padding: 4px
}

/* Mobile responsive footer */
@media (max-width: 768px) {
  footer {
    padding: 30px 0 0
  }

  footer .row {
    flex-direction: column
  }

  footer .col-md-4,
  footer .col-md-2,
  footer .col-md-3 {
    width: 100%;
    text-align: left;
    margin-bottom: 25px
  }

  footer .col-md-4:first-child {
    margin-bottom: 30px
  }

  footer h5 {
    margin-bottom: 12px;
    font-size: 1rem
  }

  footer a {
    font-size: .9rem;
    display: block;
    margin-bottom: 8px
  }

  footer p {
    font-size: .9rem;
    margin-bottom: 8px !important;
    line-height: 1.4
  }

  .social-icons {
    display: flex;
    gap: 6px
  }

  .social-icons a {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
    margin-right: 0
  }

  .footer-bottom {
    text-align: center;
    padding: 12px 0
  }
}

/* Floating buttons */
.float-btn {
  position: fixed;
  right: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
  z-index: 1050;
  text-decoration: none;
  transition: .3s
}

.float-btn:hover {
  transform: scale(1.12);
  color: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35), 0 0 25px currentColor;
}

.float-whatsapp {
  background: #25d366;
  bottom: 90px;
  animation: floatBtnGlow 2s ease-in-out infinite;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25), 0 0 20px rgba(37, 211, 102, 0.5);
}

.float-enquiry {
  background: linear-gradient(135deg, var(--vvm-blue), #42a5f5);
  bottom: 158px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25), 0 0 18px var(--vvm-glow-blue);
}

.float-top {
  background: linear-gradient(135deg, var(--vvm-red), #ff5252);
  bottom: 22px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.float-top.show {
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25), 0 0 22px var(--vvm-glow-red);
}

/* Page header */
.page-header {
  background: linear-gradient(135deg, var(--vvm-blue) 0%, #1565c0 40%, var(--vvm-dark) 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 120px 0 100px;
  min-height: 420px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -20px 60px rgba(0, 0, 0, 0.15);
}

.page-header::before,
.page-header::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  animation: orbFloat 8s ease-in-out infinite;
  pointer-events: none;
}

.page-header::before {
  width: 280px;
  height: 280px;
  background: var(--vvm-yellow);
  top: -80px;
  right: 10%;
}

.page-header::after {
  width: 200px;
  height: 200px;
  background: var(--vvm-red);
  bottom: -60px;
  left: 8%;
  animation-delay: -4s;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header h1 {
  color: #fff;
  font-weight: 800;
  font-size: 2.6rem;
  animation: slideDown .8s ease;
  text-shadow:
    0 0 40px var(--vvm-glow-yellow),
    0 4px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(120deg, #fff, var(--vvm-yellow), #fff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: slideDown .8s ease, shimmerText 5s linear infinite;
}

.page-header .breadcrumb {
  justify-content: center;
  background: transparent
}

.page-header .breadcrumb a {
  color: var(--vvm-yellow);
  text-decoration: none
}

.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #fff
}

/* Forms */
.form-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.form-card h3 {
  margin-bottom: 5px;
  font-size: 1.3rem
}

.form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.form-card p {
  color: #6c757d;
  margin-bottom: 4px
}

.form-card .form-label {
  margin-bottom: 2px;
  font-size: 0.9rem
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 6px 12px;
  border: 1px solid #dfe6ee;
  font-size: 0.95rem
}

.form-control:focus,
.form-select:focus {
  border-color: var(--vvm-blue);
  box-shadow: 0 0 0 .2rem rgba(10, 100, 200, .15)
}

.btn-primary-vvm {
  background: linear-gradient(135deg, var(--vvm-red), #c10510);
  color: #fff;
  border: none;
  padding: 7px 20px;
  border-radius: 50px;
  font-weight: 700;
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s, background 0.35s;
  box-shadow: 0 6px 20px rgba(227, 6, 19, 0.35);
}

.btn-primary-vvm:hover {
  background: var(--vvm-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3), 0 0 24px var(--vvm-glow-red);
}

/* Animations */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-18px)
  }
}

@keyframes shine {
  to {
    background-position: 200% center
  }
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
  }

  50% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.85s var(--ease-smooth), transform 0.85s var(--ease-smooth);
  filter: blur(4px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Marquee */
.notice-bar {
  background: linear-gradient(90deg, #ffe566, var(--vvm-yellow), #ffe566);
  background-size: 200% 100%;
  animation: noticeShine 6s ease infinite;
  color: #000;
  padding: 8px 0;
  font-weight: 600;
  overflow: hidden;
  box-shadow:
    0 4px 20px rgba(255, 212, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(227, 6, 19, 0.2);
}

.notice-bar i {
  color: var(--vvm-red);
  filter: drop-shadow(0 0 6px var(--vvm-glow-red));
  animation: megaphonePulse 1.5s ease-in-out infinite;
}

.notice-bar marquee {
  font-size: .95rem
}

/* Stats */
.stat-box {
  text-align: center;
  padding: 20px
}

.stat-box .num {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--vvm-yellow);
  text-shadow:
    0 0 30px var(--vvm-glow-yellow),
    0 0 60px var(--vvm-glow-red);
  transition: transform 0.3s var(--ease-smooth);
}

.stat-box:hover .num {
  transform: scale(1.08);
}

.stat-box .label {
  color: var(--vvm-yellow);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85rem
}

.video-wrapper {
  max-width: 900px;
  margin: auto
}

/* Feature Card Hover Effect */
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(10, 100, 200, 0.18), 0 0 0 3px var(--vvm-yellow);
  /* Added a yellow border-like glow */
}

/* Button Hover Effect */
.btn-primary-vvm:hover {
  background: var(--vvm-dark);
  color: var(--vvm-yellow);
  /* Changed hover color to yellow */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 0 2px var(--vvm-red);
  /* Added a red border-like glow */
}

/* Image Zoom Effect */
.hover-zoom {
  transition: transform 0.5s ease;
}
.hover-zoom:hover {
  transform: scale(1.05);
}

/* Styling for images inside feature cards */
.feature-card-img {
  width: 100%; /* Make image fill the card width */
  max-height: 140px; /* Limit height to keep cards somewhat uniform */
  object-fit: cover; /* Ensure image covers the area without distortion */
  margin-top: 10px; /* Add some space above the image */
  border-radius: 12px; /* Match card border-radius */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Mobile Fixes for Right Side Space */
@media (max-width: 991px) {
  .row {
    --bs-gutter-x: 1rem;
    margin-right: 0;
    margin-left: 0;
  }
  .container {
    overflow-x: hidden;
  }
  .navbar-vvm .brand-title {
    font-size: 0.85rem;
  }
  .map-container {
    height: 300px !important;
  }
}


/* Curriculum Styles */
.curriculum-section {
  background: #fff;
}

.curriculum-accordion .accordion-item {
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 12px !important;
  overflow: hidden;
}

.curriculum-accordion .accordion-button {
  font-weight: 700;
  color: var(--vvm-dark);
  background-color: #fcfdfe;
}

.curriculum-accordion .accordion-button:not(.collapsed) {
  background-color: var(--vvm-blue);
  color: #fff;
}

.curriculum-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  color: #555;
}

.curriculum-list li::before {
  content: "•";
  color: var(--vvm-red);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0;
}

.curriculum-accordion h6 {
  color: var(--vvm-blue);
  font-weight: 700;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* ========== Premium school UI — glow & motion (CSS only) ========== */

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(255, 212, 0, 0.12), transparent),
    radial-gradient(ellipse 40% 35% at 85% 20%, rgba(10, 100, 200, 0.15), transparent);
  pointer-events: none;
  animation: heroAmbient 10s ease-in-out infinite alternate;
}

.hero .btn-outline-light {
  border-width: 2px;
  font-weight: 600;
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s, background 0.35s;
}

.hero .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.35);
  transform: translateY(-3px);
}

section[style*="f6f9fc"],
section[style*="#f6f9fc"] {
  background: linear-gradient(180deg, #f0f5fa 0%, #f6f9fc 50%, #eef4f9 100%) !important;
  position: relative;
}

section[style*="linear-gradient"][style*="vvm-blue"] {
  position: relative;
  overflow: hidden;
}

section[style*="linear-gradient"][style*="vvm-blue"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 212, 0, 0.08), transparent 50%);
  pointer-events: none;
}

.img-fluid.rounded-4.shadow {
  transition: transform 0.5s var(--ease-smooth), box-shadow 0.5s var(--ease-smooth);
  box-shadow: 0 12px 40px rgba(10, 100, 200, 0.15) !important;
}

.img-fluid.rounded-4.shadow:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 20px 50px rgba(10, 100, 200, 0.22),
    0 0 35px var(--vvm-glow-blue) !important;
}

.form-card {
  border: 1px solid rgba(10, 100, 200, 0.1);
}

.form-card:focus-within {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 0 30px var(--vvm-glow-blue);
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .2rem rgba(10, 100, 200, .15), 0 0 18px var(--vvm-glow-blue);
}

.curriculum-accordion .accordion-button:not(.collapsed) {
  box-shadow: 0 4px 20px var(--vvm-glow-blue);
}

.curriculum-accordion .accordion-item {
  transition: box-shadow 0.35s var(--ease-smooth);
}

.curriculum-accordion .accordion-item:hover {
  box-shadow: 0 8px 28px rgba(10, 100, 200, 0.12);
}

.footer-logo {
  box-shadow: 0 0 20px var(--vvm-glow-yellow);
  transition: transform 0.4s var(--ease-smooth);
}

.footer-logo:hover {
  transform: scale(1.05);
}

@keyframes shimmerLine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes shimmerText {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes textGlow {
  0% { filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3)); }
  100% { filter: drop-shadow(0 0 18px rgba(255, 212, 0, 0.55)); }
}

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

@keyframes heroAmbient {
  0% { opacity: 0.7; }
  100% { opacity: 1; }
}

@keyframes btnGlowPulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(184, 167, 167, 0.2), 0 0 0 0 rgba(255, 212, 0, 0.4);
  }
  50% {
    box-shadow: 0 8px 25px rgba(184, 167, 167, 0.2), 0 0 0 8px rgba(255, 212, 0, 0);
  }
}

@keyframes iconGlowPulse {
  0%, 100% {
    box-shadow: 0 4px 18px var(--vvm-glow-red);
  }
  50% {
    box-shadow: 0 4px 28px var(--vvm-glow-yellow), 0 0 0 6px rgba(255, 212, 0, 0.15);
  }
}

@keyframes floatBtnGlow {
  0%, 100% {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25), 0 0 16px rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25), 0 0 28px rgba(37, 211, 102, 0.7);
  }
}

@keyframes noticeShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes megaphonePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -15px) scale(1.08); }
}

@keyframes underlineGrow {
  from { width: 0; opacity: 0; }
  to { width: 60px; opacity: 1; }
}

/* Feature Card Hover Effect — enhanced glow (kept for compatibility) */
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 22px 48px rgba(10, 100, 200, 0.2),
    0 0 0 3px rgba(255, 212, 0, 0.35),
    0 0 40px var(--vvm-glow-blue);
}

.btn-primary-vvm:hover {
  background: var(--vvm-dark);
  color: var(--vvm-yellow);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3), 0 0 24px var(--vvm-glow-red);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { filter: none; }
}
