   body{
    padding-bottom: unset !important;
   }
   
   /* ─── TESTIMONIALS ──────────────────── */
    #testimonials { padding: 96px 0; background: var(--white); overflow: hidden; }
    .testimonials-track-wrap { overflow: hidden; padding: 8px 0 20px; cursor: grab; }
    .testimonials-track-wrap:active { cursor: grabbing; }
    .testimonials-track { display: flex; gap: 26px; width: max-content; }
    
    .testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 34px 30px; width: 340px; flex-shrink: 0; transition: box-shadow .3s ease; user-select: none; }
    .testimonial-quote { font-size: 48px; line-height: .8; color: var(--primary); font-family: Georgia, serif; margin-bottom: 14px; }
    .testimonial-text { font-size: 13.5px; line-height: 1.75; color: var(--text-muted); margin-bottom: 24px; font-style: italic; }
    .testimonial-footer { display: flex; align-items: center; gap: 12px; }
    .testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--primary-light), var(--secondary)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 700; flex-shrink: 0; }
    .testimonial-name { font-size: 13px; font-weight: 700; color: var(--black); }
    .stars { color: var(--primary); font-size: 12px; margin-bottom: 3px; }
    
    
    /* ─── FAQ ───────────────────────────── */
    #faq { padding: 96px 0; background: var(--white); position: relative; overflow: hidden; }
    .faq-item { border: 1px solid var(--border); border-radius: 4px; margin-bottom: 12px; overflow: hidden; transition: border-color .3s ease; }
    .faq-item.open { border-color: var(--primary); }
    .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 26px; cursor: pointer; gap: 16px; user-select: none; }
    .faq-question h5 { font-size: 14.5px; font-weight: 600; color: var(--black); margin: 0; line-height: 1.4; }
    .faq-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(245,151,10,.08); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 14px; flex-shrink: 0; transition: all .3s ease; }
    .faq-item.open .faq-icon { background: var(--primary); color: #fff; transform: rotate(45deg); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s ease; }
    .faq-answer-inner { padding: 0 26px 22px; font-size: 13.5px; color: var(--text-muted); line-height: 1.8; text-align: justify; }
    

     .edublink-mobile-hamburger-menu a{
      color: #b91c1c;
   }
   .site-branding.site-logo-info .logo-wrapper a img {
   max-width: 98px;
   width: 100%;
   transform: translateX(-20px);
   }
.logo-wrapper{
   width: unset;
   height: unset;
}
.faq-page-layout{
    padding: 50px 0 !important;

}
.faq-page-layout .section-wrap .faq-row{
   display: block;

}
.faq-page-layout .section-wrap .faq-row .faq-coloum {
   width: 100%;
   text-align: center;

}
.faq-page-layout .section-wrap .faq-row .faq-full-width{
   width: 100%;

}
.faq-group-heading{
    font-size:32px;
    font-weight:700;
    margin-top:50px;
    margin-bottom:25px;
    color:#1b1b1b;
}

.faq-load-more-wrap{
    text-align:center;
    margin-top:40px;
}

.faq-hidden{
    display:none;
}

/* Popup Css */

#buyNowModal {
  display: none;
}

.brahmvid-modal-content {
  background: #fff no-repeat center center;
  background-size: cover;
  padding: 71px;
  border-radius: 20px;
  width: 100%;
  max-width: 1100px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.modal-close-btn {
  position: absolute;
  top: -2px;
  right: 8px;
  font-size: 28px;
  cursor: pointer;
  color: #b11c1c;
  font-weight: bold;
}

.brahmvid-booking-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.brahmvid-booking-left {
  flex: 1;
  min-width: 300px;
}
.brahmvid-booking-left h2 {
  color: #b11c1c;
  font-size: 32px;
  margin-bottom: 20px;
}
.brahmvid-booking-left ul {
  list-style: disc;
  padding-left: 20px;
  color: #333;
  font-size: 18px;
  margin-bottom: 30px;
}
.brahmvid-book-image img {
  width: 424px;
  max-width: 100%;
}

.brahmvid-booking-form {
  flex: 1;
  min-width: 300px;
  background: #b11c1c;
  padding: 33px;
  border-radius: 20px;
  color: #fff;
  margin-top: -30px;
}
.brahmvid-booking-form form input,
.brahmvid-booking-form form select {
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  height: 46px;
  background: #fff;
  color: #000;
  text-align: center;
}

.field {
  margin-bottom: 15px;
}
.field label {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
  opacity: 0.9;
}

/* ===== Your existing submit button look ===== */
.btn-3d-gradient {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 16px 48px;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  background: linear-gradient(135deg, #e78b13, #f5724a, #e40000);
  background-size: 200% 200%;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.5), 0 12px 25px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease, background-position 0.5s ease;
}
.btn-3d-gradient:hover {
  background-position: right center;
  /* transform from old hover will be normalized below for the CTA variant */
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.5), 0 18px 30px rgba(0, 0, 0, 0.6);
}
.btn-3d-gradient:active {
  transform: translateY(5px) scale(0.97);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5), 0 8px 15px rgba(0, 0, 0, 0.4);
}

/* ======================================================
   CTA-PILL ANIMATION (reused for the submit button)
   ====================================================== */
.cta-pill {
  --h: 50px; /* default height */
  --icon: 36px; /* white circle size */
  --pad: 12px; /* side lane for the circle */
  --slide-speed: 0.9s; /* slide speed */

  height: var(--h);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;

  /* by default .cta-pill uses red bg; we'll override for modal variant below */
  background: #c60c0c;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

/* moving white circle */
.cta-icon {
  width: var(--icon);
  height: var(--icon);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: var(--pad);
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  transition: left var(--slide-speed) cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}

/* label */
.cta-label {
  font-size: 16px;
  transition: transform var(--slide-speed) cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* hover-capable */
@media (hover: hover) {
  .cta-pill:hover {
    transform: scale(1.03);
  }
  .cta-pill:hover .cta-icon {
    left: calc(100% - var(--icon) - var(--pad));
  }
  .cta-pill:hover .cta-label {
    transform: translateX(-14px);
  }
}

/* touch devices */
@media (hover: none) {
  .cta-pill:active,
  .cta-pill:focus {
    transform: scale(1.03);
  }
  .cta-pill:active .cta-icon,
  .cta-pill:focus .cta-icon {
    left: calc(100% - var(--icon) - var(--pad));
  }
  .cta-pill:active .cta-label,
  .cta-pill:focus .cta-label {
    transform: translateX(-14px);
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .cta-pill,
  .cta-icon,
  .cta-label {
    transition: none !important;
  }
}

/* ===== Modal Variant: keep your gradient look intact ===== */
.btn-3d-gradient.cta-pill.cta-modal {
  width: 100%;
  /* keep original gradient + depth */
  background: linear-gradient(135deg, #e78b13, #f5724a, #e40000);
  background-size: 200% 200%;
  border-radius: 50px; /* preserve original radius */
  /* Match original padding logic but add left lane for the circle */
  padding-right: 48px;
  padding-left: calc(var(--icon) + var(--pad) * 2 + 16px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35); /* close to original depth */
}

/* Normalize transforms so both systems don't fight */
.btn-3d-gradient.cta-pill.cta-modal:hover {
  background-position: right center;
  transform: scale(1.03); /* gentle zoom, no translateY jump */
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.45);
}
.btn-3d-gradient.cta-pill.cta-modal:active {
  transform: translateY(3px) scale(0.98);
}

/* Focus ring */
.btn-3d-gradient.cta-pill.cta-modal:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

/* Popup css end */
/* ═══════════════════════════════════════
   GLOBAL LOADER
═══════════════════════════════════════ */

.site-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--cream) 0%,
    var(--white) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  overflow: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}

/* Hide Loader */
.site-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Loader Content */
.loader-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Outer Ring */
.loader-ring {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid rgba(245, 151, 15, 0.15);
  border-top: 4px solid var(--gold);
  border-right: 4px solid var(--red);
  animation: rotateLoader 1.2s linear infinite;
  position: relative;
  box-shadow: var(--sh-md);
}

/* Inner Glow */
.loader-ring::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center,
      rgba(245, 151, 15, 0.15),
      transparent 70%);
  animation: pulseGlow 2s ease infinite;
}

/* Center Icon */
.loader-icon {
  position: absolute;
  font-size: 34px;
  color: var(--gold);
  animation: floatIcon 2s ease-in-out infinite;
  text-shadow: 0 0 18px rgba(245, 151, 15, 0.35);
}

/* Loading Text */
.loader-text {
  position: absolute;
  bottom: -55px;
  width: 220px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--red);
  text-transform: uppercase;
}

.loader-text span {
  color: var(--gold);
}

/* Floating Particles */
.loader-particle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--gold-light);
  border-radius: 50%;
  opacity: 0.7;
  animation: particleFloat 4s linear infinite;
}

.loader-particle:nth-child(1) {
  top: -18px;
  left: 12px;
  animation-delay: 0s;
}

.loader-particle:nth-child(2) {
  right: -15px;
  top: 22px;
  animation-delay: 1s;
}

.loader-particle:nth-child(3) {
  bottom: -12px;
  left: 28px;
  animation-delay: 2s;
}

/* ═══════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════ */

@keyframes rotateLoader {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseGlow {
  0%,100% {
    transform: scale(1);
    opacity: .7;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes floatIcon {
  0%,100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: .7;
  }
  50% {
    transform: translateY(-18px) scale(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(-35px) scale(.5);
    opacity: 0;
  }
}



@media (max-width: 1024px) {
   .site-branding.site-logo-info .logo-wrapper a img {
          margin-left: 0;
    }
}

/* Small devices */
/* ═══════════════════════════════════════
   MOBILE
═══════════════════════════════════════ */

@media (max-width: 768px) {

  .loader-ring {
    width: 85px;
    height: 85px;
  }

  .loader-icon {
    font-size: 26px;
  }

  .loader-text {
    font-size: 13px;
    bottom: -45px;
  }
}

@media (max-width: 480px) {
  .brahmvid-modal-content {
    padding: 15px;
    border-radius: 14px;
  }
  .brahmvid-booking-left h2 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
  .brahmvid-booking-left ul {
    font-size: 14px;
    margin-bottom: -7px;
    text-align: center;
  }
  .brahmvid-book-image img {
    display: none;
  }
  .brahmvid-booking-form {
    padding: 10px !important;
  }
  .brahmvid-booking-form form input,
  .brahmvid-booking-form form select {
    font-size: 13px !important;
    padding: 6px 0px !important;
    height: 27px !important;
    margin-bottom: 8px !important;
    text-align: center;
  }
  .btn-3d-gradient {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }

  .btn-3d-gradient.cta-pill.cta-modal {
    --h: 44px; /* compact height like your other CTA */
    padding-right: 24px;
    padding-left: calc(var(--icon) + var(--pad) * 2 + 10px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  }

}

