:root {
  /* --pastel-blue: #a8d1f0; */
  --pastel-blue: #9bd4ff;
  /* --pastel-pink: #f5c2c7; */
  --pastel-pink: #F7DAE0;

  --pastel-ice: #e8f1f8;
  --pastel-rose: #f8e8ec;
  --pastel-lavender: #d7c4e2;
  /* --pastel-sky: #c5e3ff; */
  --pastel-sky: #fff8ec;
  
  /* --ring: #5ba3d9; */
  --ring: #ff1860;
  
  --foreground: #1e2a3a;
  --muted-fg: #6b7f94;
  --border-color: #c5d8eb;
  --bg: #eaf2f8;

  --bg-section1: #B6D8F7;
  --bg-section2: #F7DAE0;
  --bg-section3: #E7F1F9;
  --card-bg1: #F9EDEF;
  --card-bg2: #E8DAF0;
  --card-bg3: #CBE6FF;

  --accent-franchise:#f08a3c;
  --bg-franchise:#fbfcff;
  --soft-franchise:#f3f6fc;
  --soft-2-franchise:#eef3fb;
  --text-franchise:#1a2240;
  --muted-franchise:#6b7390;
  --border-franchise:#e6ebf5;
  --success-franchise:#2bb673;
  --gradient-franchise:linear-gradient(135deg,#3b6fe8 0%,#5a8df0 50%,#f08a3c 100%);
  --shadow-soft-franchise:0 10px 30px -12px rgba(59,111,232,.25);
  --shadow-glow-franchise:0 25px 60px -20px rgba(240,138,60,.35);
  --shadow-card-franchise:0 4px 20px -8px rgba(59,111,232,.18);
  --ease-spring-franchise:cubic-bezier(.34,1.56,.64,1);
  
}
html,body{
  background:var(--bg); color:#16323a ; 
  font-family:'Nunito',system-ui,sans-serif !important;
}


body {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* font-family: "Roboto", sans-serif !important; */
   
  color: var(--foreground);
  background: var(--bg);
}
.card-background{
  background: linear-gradient(135deg, var(--card-bg1), var(--card-bg2), var(--card-bg3)) !important;
}
.card-background2{
  background: linear-gradient(135deg, var(--bg-section1), var(--bg-section2), var(--bg-section3));
}
.text-gradient {
  background: linear-gradient(135deg, #4a8ec7, #8b5cc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-pastel {
  background: linear-gradient(135deg, var(--pastel-blue), var(--pastel-lavender), var(--pastel-pink));
}
.pastel-blue-btn{
  background: #26a1fe !important;
}
.btn-ring {
  background: var(--ring);
  color: var(--pastel-ice);
  border: none;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}



/* Buttons */
.btn-pink{display:inline-block;padding:.7rem 1.6rem;border-radius:999px;background:var(--pastel-pink);color:var(--text-dark)!important;font-weight:700;text-decoration:none;box-shadow:0 6px 18px rgba(247,218,224,.6);transition:.2s}
.btn-pink:hover{transform:translateY(-2px)}
.bg-grad-cta {
    background: linear-gradient(135deg, var(--ring), var(--pastel-blue));
}
.btn-ring:hover {
  opacity: 0.9;
  transform: scale(1.05);
  color: var(--pastel-ice);
}


/* top navbar css */
nav.navbar li.nav-item a.nav-link {
    color: #222 !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: 0.5s;
    margin: 5px 10px;
    font-size: 14px;
    padding: 0px;
}

nav.navbar li.nav-item a.nav-link:hover {
    color: var(--ring) !important;
    transform: scale(1.1);
}

/* top navbar css end */



.section-title {
  font-weight: 900;
}

.section-divider {
  width: 64px;
  height: 4px;
  background: var(--ring);
  border-radius: 4px;
  margin: 16px auto 0;
}

.card-flip {
  perspective: 1000px;
  height: 280px;
}

.Schedule-section button.day-pill.rounded-pill {
    display: block !important;
}
.card-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

.card-flip:hover .card-flip-inner {
  transform: rotateY(180deg);
}

.card-flip-front, .card-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
}

.card-flip-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.hero-section {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-top: 0;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#heroCarousel .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 42, 58, 0.5);
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.stats-section {
  padding: 60px 0;
}

.stat-num {
  font-size: 3rem;
  font-weight: 900;
}

.footer-wave svg {
  display: block;
  width: 100%;
}

.footer-main {
    background: #e8daf0;
    color: #000000;
    padding: 40px 0;
}
footer.footer-main ul li {
  padding: 8px 0;
}
footer.footer-main ul li a, footer.footer-main a {
    color: #000000 !important;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(232, 241, 248, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pastel-ice);
  transition: all 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  background: rgba(232, 241, 248, 0.4);
  transform: scale(1.1);
  color: var(--pastel-ice);
}

.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  animation: bounce-float 2s infinite;
}

.floating-trial {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: var(--ring);
  color: var(--pastel-ice);
  font-weight: 700;
  font-size: 13px;
  padding: 16px 12px;
  border-radius: 0 12px 12px 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: zoom-blink 2s infinite;
}

@keyframes zoom-blink {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1
  }

  25% {
    transform: translateY(-50%) scale(1.08);
    opacity: 0.85
  }

  50% {
    transform: translateY(-50%) scale(1);
    opacity: 1
  }

  75% {
    transform: translateY(-50%) scale(1.05);
    opacity: 0.9
  }
}

@keyframes bounce-float {
  0%, 100% {
    transform: translateY(0)
  }

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

@keyframes float-anim {
  0%, 100% {
    transform: translateY(0)
  }

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

.animate-float {
  animation: float-anim 3s ease-in-out infinite;
}

.navbar {
  background: rgba(232, 241, 248, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bg-pastel-ice {
  background: var(--pastel-ice);
}

.bg-pastel-blue-light {
  background: rgba(168, 209, 240, 0.3);
}

.bg-pastel-pink-light {
  background: rgba(245, 194, 199, 0.2);
}

.bg-pastel-sky-light {
  background: rgba(197, 227, 255, 0.4);
}

.bg-pastel-lavender-light {
  background: rgba(215, 196, 226, 0.3);
}

.bg-pastel-rose {
  background: var(--pastel-rose);
}

.page-hero {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 42, 58, 0.6);
}

.page-hero .content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.benefit-card {
  background: rgba(168, 209, 240, 0.2);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid var(--border-color);
}

.callback-section {
  background: linear-gradient(135deg, var(--ring), #4a8ec7, #8b5cc7);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
}

.bg-pastel-sky {
  background: var(--pastel-sky) !important;
}

/* Schedule day pills */
.day-pill {
  cursor: pointer;
  padding: .5rem 1rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  background: #fff;
  color: var(--text-dark);
  border: 1px solid var(--pastel-blue);
  transition: .2s
}

.day-pill:hover {
  background: var(--pastel-blue)
}

.day-pill.active {
  background: var(--ring);
  color: #fff;
  border-color: var(--ring)
}

.time-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: var(--pastel-blue);
  color: var(--text-dark);
  padding: .25rem .7rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
  margin: .15rem
}

.btn-outline-ring {
  display: inline-block;
  padding: .7rem 1.6rem;
  border-radius: 999px;
  border: 2px solid var(--ring);
  color: var(--ring) !important;
  font-weight: 700;
  background: transparent;
  text-decoration: none;
  transition: .2s all ease;
}

.btn-outline-ring.active {
  background: var(--ring);
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(91, 163, 217, 0.35);
}

.btn-outline-ring:hover {
  background: var(--ring);
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(91, 163, 217, 0.35);
}

.testimonial-tabs {
  gap: .75rem;
  flex-wrap: wrap;
}

.testimonial-tab {
  border: 1px solid rgba(30, 42, 62, .08);
  background: #fff;
  color: var(--foreground);
  padding: .8rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  transition: all .25s ease;
  cursor: pointer;
}

.testimonial-tab.active,
.testimonial-tab:hover {
  background: var(--ring);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(91, 163, 217, .16);
}

.testimonial-card {
  position: relative;
  min-height: 330px;
  border-radius: 2rem;
  padding: 2.25rem 2rem;
  background: #fff;
  border: 1px solid rgba(30, 42, 62, .08);
  box-shadow: 0 1.75rem 2.5rem rgba(30, 42, 62, .1);
}

.testimonial-rating {
  display: inline-flex;
  gap: .2rem;
  color: var(--pastel-blue);
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

.testimonial-card::before {
  content: '“';
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-size: 5rem;
  color: rgba(74, 142, 199, .14);
  font-weight: 800;
}

.quote-text {
  font-size: 1.05rem;
  line-height: 1.95;
  color: #253046;
  margin-bottom: 1.75rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pastel-blue), var(--pastel-pink));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.25rem;
  box-shadow: 0 8px 22px rgba(74, 142, 199, .15);
}

@media (max-width: 768px) {
  .testimonial-card::before {
    top: 1rem;
    right: 1rem;
    font-size: 4rem;
  }
}

/* Branded video frame */
.video-frame {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, var(--pastel-blue), var(--pastel-lavender), var(--pastel-pink));
  padding: 6px;
  box-shadow: 0 1.25rem 2.5rem rgba(30, 58, 92, .18)
}

.video-frame .frame-inner {
  background: #fff;
  border-radius: 1.15rem;
  overflow: hidden
}

.video-frame .frame-bar {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  background: linear-gradient(90deg, var(--pastel-blue), var(--pastel-ice), var(--pastel-pink));
  border-bottom: 1px solid var(--pastel-blue)
}

.video-frame .frame-bar img {
  height: 24px
}

.video-frame .frame-bar .brand {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-dark)
}

.video-frame iframe {
  display: block;
  width: 100%;
  border: 0;
  background: #000
}

.video-frame .ratio-portrait iframe {
  aspect-ratio: 9/16
}

.video-frame .ratio-video iframe {
  aspect-ratio: 16/9
}

.video-portrait-lg iframe {
  height: 560px;
  max-height: 70vh
}

@media (max-width:768px) {
  .video-portrait-lg iframe {
    height: 480px
  }
}

/* ========== Testimonials Carousel Styles ========== */
.testimonials-section .carousel {
  position: relative;
  width: 100%;
  padding: 0 50px;
}

.carousel-inner {
  width: 100%;
  position: relative;
}
/* 
.carousel-item {
  transition: opacity 0.6s ease-in-out;
  display: none !important;
  opacity: 0;
  position: relative;
}

.carousel-item.active {
  display: block !important;
  opacity: 1;
} */

.carousel-item > .row {
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  transition: all 0.3s ease !important;
  opacity: 1 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 48px !important;
  height: 48px !important;
  background: var(--ring) !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.carousel-control-prev {
  left: 0 !important;
  right: auto !important;
}

.carousel-control-next {
  right: 0 !important;
  left: auto !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--ring) !important;
  transform: translateY(-50%) scale(1.15) !important;
  opacity: 1 !important;
  box-shadow: 0 6px 20px rgba(91, 163, 217, 0.4) !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 24px;
  height: 24px;
}

.carousel-indicators {
  margin-top: 1.5rem;
  position: relative !important;
  bottom: auto !important;
  background: none !important;
  gap: 8px;
  display: flex !important;
  justify-content: center !important;
  z-index: 10 !important;
}

.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  border: 0 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(91, 163, 217, 0.3) !important;
}

.carousel-indicators [data-bs-target].active {
  background: var(--ring) !important;
  box-shadow: 0 2px 8px rgba(91, 163, 217, 0.4);
}

.carousel-indicators [data-bs-target]:hover:not(.active) {
  /* background: rgba(91, 163, 217, 0.6) !important; */
}


.bg-pastel-pink{background:var(--pastel-pink)!important}

/* @media (prefers-reduced-motion: no-preference) {
  .carousel-item.active {
     animation: slideIn 0.6s ease-in-out;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
} */

/* FAQ */
.faq-item{background:#fff;border-radius:1rem;box-shadow:0 .25rem .75rem rgba(30,58,92,.07);margin-bottom:.75rem;overflow:hidden}
.faq-q{width:100%;padding:1rem 1.25rem;background:transparent;border:0;font-weight:700;color:var(--text-dark);text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.faq-q:hover{background:var(--pastel-blue)}
.faq-a{padding:0 1.25rem 1rem;color:var(--text-muted);font-size:.92rem;display:none}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q i{transform:rotate(180deg)}
.faq-q i{transition:transform .25s}


#tcarousel .carousel-indicators {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
#tcarousel .carousel-caption {
    bottom: 3.25rem;
}
#tcarousel .carousel-control-prev {
    right: auto !important;
}
.slider-cus .carousel-indicators {
    position: absolute !important;
    right: 0;
    bottom: 1rem !important;
}

/* Testimonials page */
.testimonial-hero {
  position: relative;
  padding: 7rem 0 5rem;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.9), rgba(232, 241, 248, 0.95));
  overflow: hidden;
}
.testimonial-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(233, 245, 254, 0.7), rgba(255, 250, 255, 0.8));
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(247, 218, 224, 0.8), transparent 40%);
}
.hero-content {
  position: relative;
  z-index: 1;
}
.testimonial-card {
  position: relative;
  /* min-height: 360px; */
  border-radius: 2rem;
  padding: 3rem 2.5rem;
  background: #fff;
  border: 1px solid rgba(30, 42, 62, .08);
  box-shadow: 0 2rem 3rem rgba(30, 42, 62, .08);
}
.testimonial-card::before {
  content: '“';
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  color: rgba(74, 142, 199, .12);
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
}
.testimonial-rating {
  display: inline-flex;
  gap: 0.2rem;
  color: var(--pastel-blue);
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}
.testimonial-rating .bi-star-fill {
  filter: drop-shadow(0 1px 1px rgba(91, 163, 217, .35));
}
.quote-text {
  font-size: 1.08rem;
  line-height: 1.95;
  color: #283547;
  margin-bottom: 2.25rem;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pastel-blue), var(--pastel-pink));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.25rem;
  box-shadow: 0 10px 24px rgba(74, 142, 199, .18);
}
.testimonial-author h5 {
  margin-bottom: 0.25rem;
}
.testimonial-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.testimonial-carousel .owl-nav button {
  pointer-events: all;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background: #fff;
  border: 1px solid rgba(30, 42, 62, .08);
  box-shadow: 0 10px 24px rgba(30, 42, 62, .12);
  /* color: var(--ring) !important; */
}
.testimonial-carousel .owl-nav button:hover {
  background: var(--ring);
  color: #fff;
}
.testimonial-carousel .owl-dots {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}
.testimonial-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(91, 163, 217, .25);
  transition: all .25s ease;
}
.testimonial-carousel .owl-dot.active {
  width: 18px;
  background: var(--ring);
}
@media (max-width: 768px) {
  .testimonial-hero {
    padding: 5.5rem 0 4rem;
  }
  .testimonial-card {
    padding: 2.5rem 1.75rem;
  }
  .testimonial-card::before {
    top: 1rem;
    right: 1rem;
    font-size: 4.5rem;
  }
}

.slider-cus .carousel-indicators [data-bs-target]:not(.active) {
    background: rgb(201 110 162) !important;
}

/* Step Tabs Section Styling */
#stepTab {
  display: flex !important;
  justify-content: center !important;
  gap: 16px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#stepTab .nav-item {
  margin-bottom: 0 !important;
}

#stepTab .btn-outline-ring {
  padding: 10px 28px !important;
  font-size: 1rem !important;
  border-radius: 50px !important;
}

/* Tab Pane Content */
.tab-pane {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ==========================Franchise Page Luxury Styles ==========================*/

.text-accent-frach{color:var(--accent-franchise)!important}
.text-success-frach{color:var(--success-franchise)!important}
.text-gradient-frach{background:var(--gradient-franchise);-webkit-background-clip:text;background-clip:text;color:transparent}

.bg-soft-frach{background:linear-gradient(180deg,var(--soft-franchise) 0%,var(--bg-franchise) 100%)}
.bg-soft-2-frach{background:var(--soft-2-franchise)}
.bg-gradient-hero-frach{background:var(--gradient-franchise);color:#fff}
.bg-soft-primary-frach{background:rgba(59,111,232,.12)}
.bg-soft-accent-frach{background:rgba(240,138,60,.15)}
.bg-white-15-frach{background:rgba(255,255,255,.18)}

/* .shadow-glow-frach{box-shadow:var(--shadow-glow-franchise)} */
/* .shadow-card-soft-frach{box-shadow:var(--shadow-card-franchise)} */

/* BUTTONS */
.btn-gradient{
  background:var(--gradient-franchise);color:#fff;border:none;font-weight:500;
  box-shadow:var(--shadow-soft-franchise);transition:all .35s var(--ease-spring-franchise);
}
.btn-gradient:hover{transform:translateY(-2px) scale(1.03);box-shadow:var(--shadow-glow-franchise);color:#fff}
.btn.rounded-pill{transition:all .3s ease}
.eyebrow-f{font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;}
.new-bg-card-frach{
    background: linear-gradient(135deg, #3b6fe830 0%, #3cb4af14 50%, #f1ce9b70 100%) !important;
}
/* HERO */
.hero-franchise {padding-top:2rem;padding-bottom:5rem}
.hero-franchise  h1{font-size:clamp(2.4rem,5vw,4.5rem);font-weight:700}
.badge-pill{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.4rem 1rem;border-radius:999px;
  background:#fff;border:1px solid var(--border-franchise);font-size:.875rem;font-weight:500;
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--success-franchise);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}

.hero-img-wrap{position:relative}
.hero-img-wrap::before{
  content:"";position:absolute;inset:-1.5rem;border-radius:2.5rem;
  background:var(--gradient-franchise);opacity:.18;filter:blur(40px);z-index:-1;
}
.hero-img-wrap img{border-radius:1.75rem;width:100%}

.float-anim{animation:float 6s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

.float-badge{
  position:absolute;background:#fff;border:1px solid var(--border-franchise);
  border-radius:1rem;padding:.75rem 1rem;
  display:flex;align-items:center;gap:.75rem;
  box-shadow:var(--shadow-card);transition:transform .3s var(--ease-spring-franchise);
}
.float-badge:hover{transform:scale(1.06)}
.float-badge .ico{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:1.1rem}
.fb-1{left:-1rem;top:2.5rem}
.fb-2{right:-.5rem;bottom:3rem}

.blob{position:absolute;border-radius:50%;filter:blur(60px);z-index:0;animation:blob 14s ease-in-out infinite}
.blob-1{width:380px;height:380px;background:rgba(59,111,232,.25);top:5rem;left:-5rem}
.blob-2{width:440px;height:440px;background:rgba(240,138,60,.3);top:8rem;right:-3rem;animation-delay:2s}
@keyframes blob{
  0%,100%{transform:translate(0,0) scale(1)}
  33%{transform:translate(30px,-20px) scale(1.1)}
  66%{transform:translate(-20px,20px) scale(.95)}
}

/* CARDS */
.card-fancy{
  background:#fff;border:1px solid var(--border-franchise);border-radius:1.5rem;padding:2rem;
  transition:transform .4s var(--ease-spring-franchise),box-shadow .4s ease,border-color .4s ease;
}
.card-fancy:hover{
  transform:translateY(-6px);box-shadow:var(--shadow-glow-franchise);
  border-color:rgba(59,111,232,.4);
}
.card-fancy h4,.card-fancy h5{margin:0 0 .5rem 0;font-weight:700}

.ico-lg{
  width:56px;height:56px;border-radius:1rem;display:grid;place-items:center;
  font-size:1.4rem;color:#fff;margin-bottom:1.25rem;
  transition:transform .5s var(--ease-spring-franchise);
}
.ico-md{width:46px;height:46px;border-radius:.85rem;display:grid;place-items:center;color:#fff;font-size:1.15rem;transition:transform .5s var(--ease-spring)}
.ico-sm{width:38px;height:38px;border-radius:.6rem;display:grid;place-items:center;font-size:.95rem}
.card-fancy:hover .icon-pop,a.card-fancy:hover .icon-pop{transform:scale(1.15) rotate(-6deg)}

.big-num{
  position:absolute;top:.75rem;right:1rem;font-size:5rem;font-weight:700;
  color:rgba(59,111,232,.06);font-family:'Space Grotesk',sans-serif;line-height:1;
  transition:color .4s ease;pointer-events:none;
}
.card-fancy:hover .big-num{color:rgba(59,111,232,.12)}

/* STATS */
.stat-card{
  background:linear-gradient(145deg,rgba(59,111,232,.08),#fff);
  border:1px solid var(--border-franchise);border-radius:1.25rem;padding:1.25rem;
  transition:all .4s var(--ease-spring-franchise);
}
.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow-franchise);border-color:rgba(59,111,232,.4)}
.stat-num{font-size:2.4rem;font-weight:700;line-height:1}

.rating-card{
  position:absolute;bottom:-1.5rem;right:-1.5rem;
  background:#fff;border:1px solid var(--border-franchise);border-radius:1rem;padding:1rem 1.25rem;
  box-shadow:var(--shadow-card);
}

/* PORTAL */
.portal-card{
  background:#fff;border:1px solid var(--border-franchise);border-radius:1.25rem;padding:1.5rem;
  transition:all .4s var(--ease-spring-franchise);
}
.portal-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow-franchise);border-color:rgba(59,111,232,.4)}
.list-clean{list-style:none;padding:0;margin:0}
.list-clean li{display:flex;align-items:flex-start;gap:.5rem;padding:.35rem 0;color:var(--muted)}
.list-clean li i{margin-top:.2rem;flex-shrink:0}

/* FEES */
.fee-row{
  display:flex;justify-content:space-between;align-items:center;
  padding:.85rem 0;border-bottom:1px solid var(--border-franchise);
}
.fee-row.last{border-bottom:none}
.fee-card-hero{background:var(--gradient-franchise);color:#fff;border:none}
.fee-card-hero .fee-row.inv{border-bottom:1px solid rgba(255,255,255,.15)}
.fee-card-hero .fee-row.inv.last{border-bottom:none}

/* STEPS */
.step-card{position:relative}
.step-num{
  width:48px;height:48px;border-radius:14px;background:var(--gradient-franchise);
  color:#fff;display:grid;place-items:center;font-weight:700;font-size:1.1rem;
  transition:transform .5s var(--ease-spring-franchise);
}
.step-card:hover .step-num{transform:scale(1.15) rotate(-6deg)}
.step-deco{
  position:absolute;bottom:1.5rem;right:1.5rem;font-size:1.6rem;
  color:rgba(59,111,232,.18);transition:color .4s ease;
}
.step-card:hover .step-deco{color:rgba(59,111,232,.55)}

/* CTA */
.cta-card{
  background:var(--gradient-franchise);color:#fff;border-radius:2rem;
  padding:3.5rem 3rem;box-shadow:var(--shadow-glow);
}
.cta-card h2{color:#fff}
.blob-cta-1{width:300px;height:300px;background:rgba(240,138,60,.45);top:-5rem;right:-5rem}
.blob-cta-2{width:300px;height:300px;background:rgba(255,255,255,.18);bottom:-5rem;left:-5rem;animation-delay:3s}
.cta-stat{
  background:rgba(255,255,255,.12);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.18);border-radius:1rem;padding:1.1rem;
  transition:all .3s var(--ease-spring-franchise);
}
.cta-stat:hover{transform:scale(1.05);background:rgba(255,255,255,.18)}
.opacity-85{opacity:.85}.opacity-80{opacity:.8}

a.card-fancy{color:inherit}
a.card-fancy:hover .text-dark{color:var(--primary)!important}

@media (max-width: 767px){
  .section{padding:4rem 0}
  .cta-card{padding:2.5rem 1.75rem}
  .float-badge{display:none}
  .fb-1,.fb-2{display:none}
}

.new-text-style-frach {
    font-size: 30px;
    background: linear-gradient(135deg, #add8a34a 0%, #e4678d63 50%, #3cb4af1c 100%);
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
}
/* ==========================Franchise Page Luxury Styles End ==========================*/

/* Parent Carousel Specific Styles */
#parentCarousel {
  position: relative;
  margin: 2rem 0 0 0;
  padding: 0 60px;
}

/* Carousel Indicators for Parent Carousel */
#parentCarousel .carousel-indicators, #studentCarousel .carousel-indicators {
    margin-top: 2rem;
    position: absolute !important;
    bottom: -3rem !important;
    background: none !important;
    gap: 10px;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
}

.carousel-control-prev, .carousel-control-next{
      z-index: 11;
}
div#eventsCarousel button.carousel-control-prev {
    left: 1% !important;
}
div#eventsCarousel button.carousel-control-next {
    right: 1% !important;
}

.btn-get-callback {
    display: flex;
}
.btn-get-callback input.form-control {
    border-radius: 0px !important;
    width: auto;
    padding: 15px 45px;
}
.btn-get-callback button.btn {
    background: var(--ring);
    border-radius: 0px !important;
    font-size: 14px;
    padding: 10px 20px !important;
}
.home-contact-section form select, .home-contact-section form input {
    padding: 12px 10px;
}




.card-section-cls .custom-card {
  background: #e91e3f;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  /* color: #fff; */
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Hover Lift Effect */
.card-section-cls .custom-card:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Image Wrapper */
.card-section-cls .img-wrapper {
  overflow: hidden;
}

/* Image Style (NO CIRCLE) */
.card-section-cls .card-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 0; /* removed circle */
  transition: transform 0.5s ease;
}

/* Zoom Effect */
.custom-card:hover .card-img {
  transform: scale(1.1);
}



.card-section-cls .custom-card:hover .img-wrapper::after {
  opacity: 1;
}

/* Content */
.card-section-cls .card-content {
  padding: 20px;
  /* height: 300px; */
}

.card-section-cls .card-content h3 {
    color: var(--ring);
    font-size: 24px;
    text-transform: uppercase;
}
/* ====================== */

/* Vedic Carousel Styles */
/* ====================== */



.vedic-carousel {
    padding: 20px 0;
}
.vedic-carousel .item {
    padding: 10px;
    min-height: 100%;
}
.carousel-card {
    background: linear-gradient(135deg, var(--pastel-blue), var(--pastel-pink));
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.carousel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.carousel-card h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.carousel-card p {
    font-size: 0.95rem;
    opacity: 0.95;
    margin: 0;
}
/* Owl Carousel Navigation */

.owl-theme .owl-nav {
    margin-top: 0;
}
.vedic-carousel {
    position: relative;
}
.awards-carousel.owl-theme .owl-nav, .vedic-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}
.vedic-carousel.owl-theme .owl-nav button, .awards-carousel.owl-theme .owl-nav button {
    pointer-events: auto;
}
.vedic-carousel.owl-theme .owl-nav [class*='owl-'], .awards-carousel.owl-theme .owl-nav [class*='owl-'] {
    background: var(--ring);
    color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ff1860;
    transform: scale(1.1);
}
.owl-theme .owl-dots .owl-dot {
    background: #c5d8eb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
}
.owl-theme .owl-dots .owl-dot.active {
    background: var(--ring);
}
#parents .owl-dots, #students .owl-dots {
    display: none;
}
.dashbord-cards {
    background: linear-gradient(135deg, #45b0a924 0%, #c571a36b 100%);   
    transition: all 0.3s;
}



/* ================workshop page======================== */

 .workshop-page .text-muted{color:#5b7079 !important;}  
  .workshop-page .text-primary-c{color:#1aa3a3 !important;}
  .workshop-page .chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;}
  .workshop-page .btn-brand{background:#1aa3a3 ;color:#fff;border-radius:1rem;padding:.9rem 1.6rem;font-weight:800;border:0;box-shadow:0 14px 30px -12px rgba(26,163,163,.55);}
  .workshop-page .btn-brand:hover{transform:translateY(-2px);color:#fff;}
  .workshop-page .btn-ghost{background:#fff;color:#16323a ;border:1px solid #e6ebee;border-radius:1rem;padding:.9rem 1.6rem;font-weight:800;}
  .workshop-page .btn-ghost:hover{border-color:#16323a ;}
  .workshop-page .blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;z-index:0;}
  .workshop-page .stat-card{background:#fff;border:1px solid #e6ebee;border-radius:1.25rem;padding:1rem 1.1rem;}  
  .workshop-page .hero-img-wrap{position:relative;}
  .workshop-page .hero-img-wrap .frame{position:relative;border-radius:2.5rem;overflow:hidden;border:1px solid #e6ebee;background:#fff;box-shadow:0 30px 60px -25px rgba(15,40,50,.25);transform:rotate(1deg);}
  .workshop-page .hero-img-wrap .frame img{width:100%;height:auto;display:block;}
  .workshop-page .hero-img-wrap .badge-card{position:absolute;left:-1.2rem;bottom:-1.2rem;background:#fff;border:1px solid #e6ebee;border-radius:1.25rem;padding:.8rem 1rem;display:flex;gap:.7rem;align-items:center;box-shadow:0 14px 30px -10px rgba(15,40,50,.2);}
  .workshop-page .hero-img-wrap .badge-card .ic{width:42px;height:42px;border-radius:.8rem;background:#f4c844 ;display:grid;place-items:center;}
  .workshop-page .hero-img-wrap .pill-tr{position:absolute;right:-.5rem;top:-1rem;background:#16323a ;color:#fff;padding:.7rem 1rem;border-radius:1rem;transform:rotate(3deg);}
  .workshop-card {
    background: #fff;
    border: 1px solid #e7ebec;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: box-shadow .25s, transform .25s;
}
.dot-tertiary {
    background: #7fc35a;
}
.dot-primary {
    background: #16a3a8;
}
.dot-secondary {
    background: #e8556a;
}
.dot-accent {
    background: #f5c84b;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: inline-block;
    margin-top: .55rem;
    flex-shrink: 0;
}
.why-bar {
    height: 6px;
    width: 42px;
    border-radius: 999px;
}
  .workshop-card:hover{box-shadow:0 30px 60px -25px rgba(20,48,52,.2);}
  .workshop-card img{width:100%;height:100%;object-fit:cover;min-height:280px;}
  .tone-primary{background:rgba(22,163,168,.12);color: #16a3a8; }
  .tag-chip{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);font-size:.72rem;font-weight:800;padding:.3rem .7rem;border-radius:999px;}
  .icon-tile{width:46px;height:46px;border-radius:.85rem;display:grid;place-items:center;}

  
  
  .tone-secondary{background:rgba(232,85,106,.12);color:#e8556a;}
  .tone-accent{background:rgba(245,200,75,.3);color:#7a5b00;}
  .tone-tertiary{background:rgba(127,195,90,.18);color:#3e6a26;}

  .section-eyebrow {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #16a3a8;
}
.workshop-about, .workshop-why {
    background: #fffdf7;
}
.bg-soft-workshops {
    background: #f3f7f7;
}
.why-card {
    background: #fff;
    border: 1px solid #e7ebec;
    border-radius: 1.25rem;
    padding: 1.5rem;
    height: 100%;
    transition: transform .2s;
}
.why-card:hover {
    transform: translateY(-4px);
}
  @media (max-width: 767px){
    .workshop-card img {  min-height: auto; }    
  }


 
  /* ============our team page========= */
    /* Section heading */
     .founder-section{ background: linear-gradient(135deg, #e9f4fbab, #FCE6E2); min-height:100vh; }

     .founder-section .eyebrow{ display:inline-block; background:rgba(255,255,255,.8); backdrop-filter: blur(8px); color:#3DB8E8; font-size:.72rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; padding:.45rem 1rem; border-radius:999px; box-shadow:0 2px 10px rgba(0,0,0,.04); }

     .founder-section h1.title{ font-weight:800; font-size:clamp(2.25rem, 4vw + 1rem, 3.75rem); line-height:1.05; margin-top:1.25rem; letter-spacing:-.02em; }

     .founder-section h1.title em{ font-style:normal; color:#3DB8E8; }

     .founder-section .lead-muted{ color:var(--muted); max-width:42rem; margin:1rem auto 0; font-size:1.05rem; }     

    /* Portrait */
     .founder-section .portrait-wrap{ position:relative; }
     .founder-section .portrait-glow{ position:absolute; inset:-1.25rem; background: linear-gradient(135deg, #3DB8E8, #7CC9F0); border-radius:2rem; filter:blur(28px); opacity:.55; z-index:0; }

    .founder-section .portrait{ position:relative; z-index:1; border-radius:2rem; overflow:hidden; background:#fff; box-shadow:var(--shadow-card); }

     .founder-section .portrait img{ width:100%; height:auto; display:block; object-fit:cover; }
     .founder-section .portrait-badge{ position:absolute; bottom:-1.4rem; right:-.5rem; background:#fff; border-radius:1rem; padding:.85rem 1.15rem; box-shadow:var(--shadow-card); z-index:2; }

     .founder-section .portrait-badge .role{ font-size:.7rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); }

     .founder-section .portrait-badge .name{ font-size:1.1rem; font-weight:700; margin-top:.2rem; color:var(--ink); }

    /* Note card */
     .founder-section .note-card{ position:relative; background:rgba(255,255,255,.92); backdrop-filter:blur(8px); border-radius:1.5rem; padding:2.25rem; box-shadow:var(--shadow-card); }

    @media(min-width: 768px){ .note-card{ padding:3rem; } }
     .founder-section .note-card .quote-mark{ position:absolute; top:-1.25rem; left:1.75rem; font-size:6rem; line-height:1; font-weight:900; color:rgba(61,184,232,.22); pointer-events:none; user-select:none; }

     .founder-section .note-card p{ font-size:1.05rem; line-height:1.75; color:rgba(31,42,68,.9); margin-bottom:1.1rem; }

    @media(min-width: 768px){ .note-card p{ font-size:1.12rem; } }

     .founder-section .signature-row{ display:flex; align-items:center; gap:1rem; border-top:1px solid #eef1f6; padding-top:1.4rem; margin-top:1.75rem; }

     .founder-section .sig-circle{ width:48px; height:48px; border-radius:999px; display:grid; place-items:center; color:#fff; font-weight:700; background: linear-gradient(135deg, #3DB8E8, #7CC9F0); }

     .founder-section .sig-name{ font-family:'Playfair Display', serif; font-style:italic; font-size:1.55rem; color:#3DB8E8; line-height:1; }

     .founder-section .sig-sub{ font-size:.85rem; color:var(--muted); margin-top:.15rem; }

    /* Stat pills */
     .founder-section .stat-card{ background:rgba(255,255,255,.85); backdrop-filter:blur(8px); border-radius:1rem; padding:1.1rem 1rem; text-align:center; box-shadow:0 4px 16px rgba(0,0,0,.04); }

     .founder-section .stat-card .k{ font-size:1.5rem; font-weight:800; color:#3DB8E8; }
     .founder-section .stat-card .v{ font-size:.72rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-top:.25rem; }


    section.founder{ padding:2rem 0 5rem; }

    .team-section{ padding: 80px 0; }

    .team-section .section-title{ text-align: center; margin-bottom: 50px; }

    .team-section .section-title h2{ font-size: 42px; font-weight: 700; color: #111; }

    .team-section .section-title p{ color: #666; margin-top: 10px; }

    /* .team-section .team-card{ background: #fff; border-radius: 12px; overflow: hidden; transition: all 0.4s ease; } */
    .team-section .team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    min-height: 450px;
    /* height: 450px; */
}
    .team-section .team-card:hover{ transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }

    .team-section .team-img {
        overflow: hidden;
        /* border-radius: 50%; */
        /* width: 150px; */
        height: 450px;
        margin:0px auto;
    }

    .team-section .team-img img {
        width: 100%;
        transition: 0.4s ease;
        object-fit: cover;
        /* height: 150px; */
    }

    .team-section .team-card:hover img{ transform: scale(1.05); }

    .team-section .team-content{ padding: 15px; height: 300px; }

    .team-section .team-content h5 { font-size: 16px; margin-bottom: 5px; color: #2c9b96; font-weight: 700; }

    .team-section .team-content p{ font-size: 15px; color: #777; margin-bottom: 0; }
    .team-section .team-content .team-role {
        font-size: .7rem;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: var(--muted);
        margin: 10px 0px;
    }
    .couter-quotes{
      font-size: 14px;
      font-style: italic;
      letter-spacing: 0.5px;
      font-weight: 600;
    }
    p.couter-quotes-new {
        font-size: 24px;
        font-weight: 600;
        font-style: italic;
        color: #fe3573 !important;
    }
    .why-card h3 {
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 18px;
        font-weight: 700;
    }
    @media(max-width:768px){

        .team-section .section-title h2{ font-size: 32px; }

        .team-section .team-img img{ height: 300px; }

    }

    /* ====================event page css========================= */

    .main-event-section {background:#f7f8fc;color:#1f2752;}
  /* h1,h2,h3,h4,h5,h6,.font-display{font-family:'Fredoka',system-ui,sans-serif;letter-spacing:-.01em;font-weight:600;} */
  .main-event-section .text-muted-2{color:#6b7398 !important;}
  .main-event-section .text-brand{color:#3eb6f0 !important;}
  .main-event-section .text-coral{color:#ff8a65!important;}
  .main-event-section .bg-grad-hero{background-image:linear-gradient(135deg,#e6f1ff 0%,#fde4f0 50%,#fff1de 100%);}
  .main-event-section .bg-grad-primary{background-image:linear-gradient(135deg,#3eb6f0,#9b8cff);color:#fff;}
  .main-event-section .bg-grad-warm{background-image:linear-gradient(135deg,#ff9a76,#ff8fb1);}
  .main-event-section .bg-grad-cool{background-image:linear-gradient(135deg,#a3d8ff,#9bedd0);}
  .main-event-section .text-grad-warm{background:linear-gradient(135deg,#ff9a76,#ff8fb1);-webkit-background-clip:text;background-clip:text;color:transparent;}
  .main-event-section .shadow-soft{box-shadow:0 10px 30px -10px rgba(62,182,240,.25);}
  .main-event-section .shadow-pop{box-shadow:0 20px 50px -15px rgba(255,143,177,.45);}
  .main-event-section .rounded-4xl{border-radius:2rem;}
  .main-event-section .rounded-3xl{border-radius:1.5rem;}
  .main-event-section .rounded-2xl{border-radius:1.25rem;}
  .btn-brand{background-image:linear-gradient(135deg,#3eb6f0,#9b8cff);color:#fff;border:0;border-radius:999px;padding:.9rem 1.6rem;font-weight:700;box-shadow:0 20px 50px -15px rgba(255,143,177,.45);transition:transform .2s;}
  .btn-brand:hover{transform:translateY(-2px);color:#fff;}
  .main-event-section .btn-ghost{background:rgba(255,255,255,.7);backdrop-filter:blur(6px);border:2px solid rgba(62,182,240,.3);color:#3eb6f0 ;border-radius:999px;padding:.9rem 1.6rem;font-weight:700;}
  .main-event-section .btn-ghost:hover{background:#fff;color:#3eb6f0 ;}
  .main-event-section .chip{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.75);color:#3eb6f0 ;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.45rem 1rem;border-radius:999px;backdrop-filter:blur(6px);box-shadow:0 10px 30px -10px rgba(62,182,240,.25);}
  .main-event-section .chip-accent{background:#ffd56a;color:#5a4310;}
  .main-event-section .icon-tile{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#fff;box-shadow:0 10px 30px -10px rgba(62,182,240,.25);color:#3eb6f0 ;font-size:1.1rem;}
  .main-event-section .blob{position:absolute;border-radius:50%;filter:blur(40px);pointer-events:none;}
  .main-event-section .hero-img{border:5px solid #fff;border-radius:2rem;overflow:hidden;box-shadow:0 20px 50px -15px rgba(255,143,177,.45);}
  .main-event-section .float-card, .float-cards {background:#fff;border-radius:1.25rem;padding:1rem 1.25rem;box-shadow:0 20px 50px -15px rgba(255,143,177,.45);display:flex;align-items:center;gap:.75rem;}
  .main-event-section .float-card .lbl{font-size:.7rem;color:#6b7398 ;font-weight:600;}
  @keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
  .main-event-section .animate-float{animation:floaty 6s ease-in-out infinite;}
  .main-event-section .feature-card{background:#fff;border:1px solid #eef0f7;border-radius:1.25rem;padding:1.25rem;box-shadow:0 10px 30px -10px rgba(62,182,240,.25);height:100%;}
  .main-event-section .feature-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background-image:var(--grad-cool);color:#1f2752;margin-bottom:.75rem;}
  .main-event-section .stats-card{background-image:linear-gradient(135deg,#3eb6f0,#9b8cff);color:#fff;border-radius:2.25rem;padding:3rem;box-shadow:0 20px 50px -15px rgba(255,143,177,.45);}
 

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      margin-bottom: 24px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .gallery-item img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      transition: transform 0.5s ease;
      display: block;
    }

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

    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: 0.4s ease;
    }

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


    @media (max-width: 768px) {
      .gallery-item img {
        height: 220px;
      }
    }

    .blog-link {
    background: #feeee1;
    display: block;
    border: 1px solid #feeee1;
    /* border-radius: 17px; */
    overflow: hidden;
}


/* ========== BLOG DETAIL PAGE STYLES ========== */
.blog-detail-banner { padding: 5rem 0 3rem; }

.blog-category-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(232, 162, 58, .2); color: var(--saffron); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; }

.blog-meta { display: flex; align-items: center; gap: 12px; }

.blog-author-avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255, 255, 255, .3); }

.blog-meta-info { display: flex; flex-direction: column; gap: 4px; }

.blog-author { color: white; margin: 0; font-size: 16px; }

.blog-date { color: rgba(255, 255, 255, .7); margin: 0; font-size: 14px; }

.blog-featured-image { width: 100%; overflow: hidden; }

.blog-featured-image img { display: block; transition: transform 0.3s ease; }

.blog-featured-image:hover img { transform: scale(1.02); }

.blog-content { background: white; padding: 3rem; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, .08); }

.blog-content h2 { font-size: 28px; font-weight: 600; color: var(--brand-navy); margin-top: 2rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--border); }

.blog-content h2:first-child { margin-top: 0; }

.blog-content h3 { font-size: 22px; font-weight: 600; color: var(--ember); margin-top: 2rem; margin-bottom: 1rem; }

.blog-content p { color: var(--fg); line-height: 1.8; margin-bottom: 1.5rem; font-size: 16px; }

.blog-content ul,
.blog-content ol { margin-left: 1.5rem; margin-bottom: 1.5rem; }

.blog-content li { margin-bottom: 0.75rem; line-height: 1.7; color: var(--fg); }

.blog-quote { background: var(--navy-soft); border-left: 4px solid var(--saffron); padding: 2rem; margin: 2rem 0; font-style: italic; border-radius: 8px; }

.blog-quote p { margin-bottom: 0; color: var(--fg); }

.blockquote-footer { color: var(--muted); margin-top: 1rem; }

.blog-image-with-caption { text-align: center; }

.blog-image-with-caption img { display: block; }

.blog-list { list-style: none; padding: 0; margin: 1.5rem 0; }

.blog-list li { margin-bottom: 1rem; padding-left: 30px; position: relative; }

.blog-list li:before { content: "✓"; position: absolute; left: 0; color: var(--saffron); font-weight: bold; font-size: 18px; }

.blog-share { padding-top: 2rem; }

.share-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

.share-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; color: white; }

.share-btn.facebook { background: #1877f2; }

.share-btn.facebook:hover { background: #165cc8; }

.share-btn.twitter { background: #000000; }

.share-btn.twitter:hover { background: #333333; }

.share-btn.linkedin { background: #0a66c2; }

.share-btn.linkedin:hover { background: #084494; }

.share-btn.whatsapp { background: #25d366; }

.share-btn.whatsapp:hover { background: #1da853; }

.share-btn.email { background: var(--ember); }

.share-btn.email:hover { background: #a83d1c; }

.author-box { display: flex; gap: 20px; align-items: flex-start; }

.author-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }

.author-box h5 { color: var(--brand-navy); font-weight: 600; }

.blog-navigation { margin-top: 3rem; }

.nav-link-card { display: block; padding: 1.5rem; background: white; border-radius: 8px; border: 2px solid var(--border); text-decoration: none; transition: all 0.3s ease; height: 100%; }

.nav-link-card:hover { border-color: var(--saffron); box-shadow: 0 8px 16px rgba(232, 162, 58, .15); }

.nav-link-card p { color: var(--brand-navy); margin-bottom: 0; }

/* Sidebar Widgets */
.sidebar-widget { background: white; box-shadow: 0 4px 12px rgba(0, 0, 0, .08); }
.text-white {
    --bs-text-opacity: 1;
    color: #000000 !important;
}
.sidebar-widget h5 {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    padding-bottom: 1rem;
}
.author-avatar-lg { width: 80px; height: 80px; object-fit: cover; }

.related-post { padding: 0.75rem 0; border-bottom: 1px solid var(--border); }

.related-post:last-child { border-bottom: none; padding-bottom: 0; }

.related-post-link { display: flex; gap: 12px; text-decoration: none; align-items: flex-start; transition: all 0.3s ease; }

.related-post-link:hover { opacity: 0.8; }

.related-post-link img { width: 60px; height: 60px; object-fit: cover; flex-shrink: 0; }

.related-post-link h6 { color: var(--brand-navy); transition: color 0.3s ease; }

.related-post-link:hover h6 { color: var(--saffron); }

.category-list { list-style: none; padding: 0; margin: 0; }

.category-list li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e3da;
}
.category-list li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

.category-list a { color: var(--ember); text-decoration: none; display: flex; justify-content: space-between; align-items: center; font-size: 15px; transition: all 0.3s ease; }

.category-list a:hover { color: var(--saffron); padding-left: 4px; }

.category-list .badge { background: var(--saffron-soft); color: var(--saffron); font-size: 12px; }

/* Comments Section */
.comment { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }

.comment:last-child { border-bottom: none; }

.comment-avatar { width: 50px; height: 50px; object-fit: cover; flex-shrink: 0; }

.comment-content h6 { color: var(--brand-navy); font-weight: 600; }

.comment-content p { margin-bottom: 0; font-size: 15px; }

.comment-form { background: white; border: 2px solid var(--border); }

.comment-form h5 { color: var(--brand-navy); font-weight: 600; margin-bottom: 1.5rem; }

@media (max-width: 991px) { 
  
  .blog-content {   padding: 2rem; } 
  
  .blog-content h2 { font-size: 24px;   }

  .blog-content h3 { font-size: 20px;   }

  .author-box { flex-direction: column;   }

  .nav-link-card { text-align: center;   }

  .nav-link-card.next { text-align: center;   }
  
  .btn-get-callback input.form-control { padding: 10px 20px; }
  
  .btn-get-callback button.btn {  padding: 6px 10px !important; }

}

@media (max-width: 576px) {
  .blog-content { padding: 1.5rem; }

  .blog-content h2 { font-size: 20px; margin-top: 1.5rem; }

  .blog-content h3 { font-size: 18px; margin-top: 1.5rem; }

  .blog-meta { flex-direction: column; gap: 0; }

  .blog-author-avatar { width: 40px; height: 40px; }

  .blog-author { font-size: 14px; }

  .blog-date { font-size: 12px; }

  .share-buttons { flex-direction: column; }

  .share-btn { width: 100%; justify-content: center; }

  .blog-quote { padding: 1.5rem; }

  .sidebar-widget { margin-bottom: 1.5rem; }

  .nav-link-card { padding: 1rem; }
}

.bg-news{
  align-items: center;
    justify-content: center;
    background: #feeee1;
    border-radius: 15px;
    overflow: hidden;
}
.maintitle{
    color: #e1678d;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--pastel-blue), var(--pastel-lavender), var(--pastel-pink));
    padding: 15px;
}
.faq-title-qu {
    font-size: 20px;
    color: #040404;
    font-style: italic;
    letter-spacing: 1.5px;
    margin-top: 15px !important;
    background: #e0688d3d;
    padding: 10px 10px;
}
.ask-section .space-y-4 p, .ask-section .space-y-4 h6, .ask-section .space-y-4 ul {
    padding-left: 15px;
    font-size: 20px;
}
.highlights-list li {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border: 2px dashed #ddd;
    font-weight: 500;
    font-size: 24px;
    margin: 5px 0px;
    background: linear-gradient(135deg, #ffffff80, #8b5cc71f);
    box-shadow: 0px 0px 12px 5px #00000012;
}
.highlights-list li i{
  margin-right: 10px;
}
.float-cards {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    left: 0;
    right: auto !important;
    top: -100px !important;
}

.awd-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.awd-img img {
    width: 100%;
}
nav.navbar li.nav-item a.nav-link.btn-franchise.nav-link {
    background: var(--ring);
    color: #fff !important;
    padding: 6px 20px 10px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s all ease;
}
.marquee-section {
    background: #40669f;
    padding: 15px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  /* background-color: #f2f2f2; */
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: marquee 10s linear infinite; /* Infinite animation */
  animation-play-state: running; /* Default running state */
}

.marquee:hover .marquee-content {
  animation-play-state: paused; /* Pause the animation on hover */
}
.marquee-item {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 15px;
    transition: transform 0.4s ease, filter 0.4s ease;
}




@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logos {
      overflow: hidden;
      background: #fff8ec;
      padding: 40px 0;
      position: relative;
      width: 100%;
    }

    /* Fade Effect */
    .logos::before,
    .logos::after {
      content: "";
      position: absolute;
      top: 0;
      width: 120px;
      height: 100%;
      z-index: 2;
    }

    .logos::before {
      left: 0;
      background: linear-gradient(to right, #fff8ec, transparent);
    }

    .logos::after {
      right: 0;
      background: linear-gradient(to left, #fff8ec, transparent);
    }

    .logos-track {
      display: flex;
      width: max-content;
      animation: scroll 30s linear infinite;
    }

    .logos:hover .logos-track {
      animation-play-state: paused;
    }

    .logos-slide {
      display: flex;
      align-items: center;
    }

    .logo-item {
      min-width: 180px;
      height: 160px;
      margin: 0 15px;
      text-align: center;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      background: #fff;
      padding: 15px;
    }

    .logo-item img {
      max-width: 100%;
      max-height: 100px;
      object-fit: contain;
    }
.logos-track .logo-item span {
    display: block;
    font-weight: 600;
    margin: 5px auto;
    color: #000;
}
    @keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }
.pdf-frame{
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.bg-grad-cta-new{
  background: linear-gradient(135deg, #e8daf0, #c2e5ffa8);
}

.founder-sections {
            padding: 80px 0;
            background: #f8f7fc;
        }

        .founder-sections .profile-card {
            background: #fff;
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
            height: 100%;
        }

        .founder-sections .profile-img {
            border-radius: 20px;
            overflow: hidden;
        }

        .founder-sections .profile-img img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .founder-sections .founder-name {
            color: #151b60;
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .founder-sections .designation {
            color: #4a4a4a;
            font-size: 20px;
            margin-bottom: 30px;
        }

        .founder-sections .section-tag {
            color: #7a5cff;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 1px;
        }

        .founder-sections .title-line {
            width: 70px;
            height: 4px;
            background: #7a5cff;
            border-radius: 20px;
            margin: 15px 0 25px;
        }

        .founder-sections .feature-item {
            display: flex;
            gap: 15px;
            margin-bottom: 30px;
        }

        .founder-sections .feature-icon {
            width: 60px;
            height: 60px;
            min-width: 60px;
            border-radius: 50%;
            border: 2px solid #d8d0ff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #7a5cff;
            font-size: 24px;
        }

        .founder-sections .feature-title {
            font-weight: 700;
            color: #151b60;
        }

        .founder-sections .feature-text {
            color: #666;
            font-size: 15px;
        }



        .founder-sections .highlight {
            color: #6d4aff;
            font-weight: 600;
        }


        @media(max-width:991px) {

            .founder-sections .founder-name {
                font-size: 32px;
            }

            .founder-sections .profile-card {
                margin-bottom: 30px;
            }
        }