:root {
    --primery: #431C6E;
    --primery-light: #082D4B;
    --primery-dark: #0C0415;
    --green: #089A45;
    --yellow: #FFC300;
    --white: #FFFFFF;
    --black: #000000;
    --text: #585C5E;
    --border: #D1C6DD;
    --background: #F8F6FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sora", sans-serif;
    font-weight: 700;
}
html, body {
    overflow-x: hidden;
}
.font-secondary {
    font-family: "Sora", sans-serif !important;
}
.hero-headig{
    font-size: 36px;
    color: var(--primery-dark);
    margin-bottom: 16px;
}
.heading {
    font-size: 36px;
    color: var(--primery-dark);
    margin-bottom: 16px;
}

.Sub-heading {
    font-size: 26px;
    color: var(--primery-dark);
    margin-bottom: 16px;
}

.heading-discription {
    /*width: 1100px;*/
    margin: 0 auto 40px;
    text-align: center;
}

body {
  background-color: var(--background);
}

    .top-offer {
    background-color: #130a1f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    }

    /* Navbar styling */
    .navbar {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 10px 0;
    overflow: hidden;
    }

    .navbar-brand img {
      height: 40px;
    }
    .prie_de_li  {
    display:none;
    }
    .nav-link {
      color: #3b2552 !important;
      font-weight: 500;
      /* margin-right: 12px; */
    }

    .nav-link:hover {
      color: #6c2bbd !important;
    }

    /* Search box */
    .search-box {
      border-radius: 10px;
      padding: 12px 14px;
      border: 1px solid var(--border) ;
      width: 240px;
      transition: all 0.3s ease;
    }

    .search-box:focus {
      width: 250px;
      border-color: #6c2bbd;
      outline: none;
    }

    /* Icons */
    .icon-btn {
      background: none;
      border: none;
      color: #3b2552;
      font-size: 20px;
      margin-left: 10px;
      position: relative;

    }
    .feedback-sec {
         margin-top: 120px;
    }
    .icon-btn:hover {
      color: var(--primery);
    }

    .badge-notify {
      position: absolute;
      top: 0;
      right: -3px;
      background: #ff4b4b;
      color: var(--white);
      font-size: 10px;
      border-radius: 50%;
      padding: 2px 5px;
    }

    .badge-notify {
         position: absolute;
    top: -2px;
    left: 34px;
    background: var(--yellow);
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.icon-btn {
        border-radius: 50%;
    position: relative;
    height: 46px;
    width: 46px;
    border: 1px solid var(--border);

}

.form-control:focus {
  box-shadow: 0 0 0 .25rem rgb(108 43 189 / 11%);
}
/*.Center-card {*/
/*    position: absolute;*/
/*}*/
.landing-arrow  {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--primery);
    color: var(--white);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.landing-arrow:hover {
    background-color: var(--yellow);
    color: var(--primery);
}
.top-header {
  background-color: var(--primery-dark);
  color: var(--white);
  padding: 10px;
}
.top-header p { 
  margin: 0;
  font-size: 14px;
}
.sub-headings {
  font-size: 26px;
  font-weight: 600;
}

.search_bar  {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero {
      background: linear-gradient(180deg, #4b0082 0%, #f9f3ff 100%);
      color: #fff;
      text-align: center;
      padding: 30px 20px;
      position: relative;
      margin: 0px 60px;
}
.hero .btn-yellow {
      background-color: #ffcc00;
      border: none;
      padding: 10px 18px;
      font-weight: 600;
      border-radius: 10px;
      margin-top: 20px;
}
.hero .btn-yellow:hover{
  background: #fff;
  color: var(--black);
}
.hero h2 {
      font-weight: 700;
      font-size: 40px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.body_text{ 
  font-size: 16px;
  font-weight: 600;
  color: var(--primery-dark);
}

/* Make all pro-assets cards uniform */
.pro-assets {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  height: 100%; /* Fixed uniform height */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.Yoga_classes_card .pro-assets-arrow{
      position: absolute;
    right: 6px;
    top: 6px;
    background-color: var(--primery);
    color: var(--white);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s 
ease;
}
.Yoga_classes_card .pro-assets-arrow a {
  color: var(--white);
}

/* Image inside card */
.pro-assets img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

/* Text inside card */
.pro-assets .body_text {
  font-size: 14px;
  font-weight: 600;
  color: var(--primery-dark);
  margin: 10px 0;
  min-height: 40px; /* Keeps equal spacing even with 1 or 2 lines */
}

/* Arrow positioning */
.pro-assets-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--primery);
  color: var(--white);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pro-assets-arrow:hover {
  background-color: var(--yellow);
  color: var(--primery);
}

/* Equal height for card-pro sections */
.card-pro {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 14px 0px #441c6e6c;
}


/* Optional: Make all columns same height */
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.hyper_text h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primery);

}

.margin_se{ padding: 0px 20px;}  

.item .Shop_card p {font-size: 16px;
font-weight: 600;
color: var(--primery-dark);
margin-top: 12px;
}
.item .Shop_card img { 
  border: 1px solid var(--border);
}

.Shop_card .cut_text  {
  color: var(--text);

}


.special-products-slider .item {
  padding: 10px;
}

.Shop_card {
  width: 100%;
 
}

.Shop_card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.special-products-slider {
  background-color: #fff;
}


/* --------------------------------- */

.shop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 10px;
}

.shop-header h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.shop-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.view-all {
  font-weight: 600;
  color: #3a1d77;
  text-decoration: none;
  background: #f2f0f8;
  padding: 6px 14px;
  border-radius: 5px;
  transition: 0.3s;
  white-space: nowrap;
}

.view-all:hover {
  background: #3a1d77;
  color: #fff;
}
.sub-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .sub-heading{
  display: flex;
  justify-content: center;
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
}
.btn-yellow {
    background-color: #E8DFF3;
    border: none;
    padding: 8px 26px;
    font-weight: 600;
    font-size: 16px;
    color: var(--black) ;
    text-decoration: none;
}
.pro_card { 
  padding: 30px;
  margin-top: 60px;
  background-color: #ffff;
  box-shadow: 0px 2px 14px 0px #441c6e6c; 

}
.view_all_shop {
  display: flex;
  text-align: center;
  align-items: center;
}

.view_all_shop i {
     background-color: var(--white);
    padding: 12px;
    width: 50px;
    border: 1px solid var(--border);
    font-size: 18px;
}
.view_all_shop i:hover { 
  border: 1px solid var(--yellow);
  color: var(--yellow);
  background-color: var(--primery);
}
.sub-heading .btn-yellow:hover {
  background-color: var(--primery);
  color: var(--yellow);
}


.pro_card {
      position: relative;
}
.pro_card .slick-next {
         position: relative;
    border-radius: 0px;
    top: -435px;
    right: 182px;
}
.product-card img {
  border: 1px solid var(--border);
  border-radius: 10px;
}
.body {
  font-size: 18px; 
  font-weight: 600;
  color: var(--primery-dark);
}
.gray { 
  color: var(--text);
}

.slick-slide { 
  width: 160px;
}
.product-card img {
  width: 100%;
}



.Wellness-pro {
  padding: 20px;
    background: #fff;
    margin-top: 40px;
    box-shadow: 0px 2px 14px 0px #441c6e6c; 
  overflow: hidden;
      height: 100%;

}

/* .Wellness-pro .slick-slider .slick-prev {
position: absolute;
    top: -47px;
    left: 925px;
    margin-left: 0px;
}
.Wellness-pro .slick-slider .slick-next {
position: absolute;
    top: -69px;
    left: 925px;
    margin-left: 0px;
}
.wellnesss-products-slider .item {
  padding: 20px;
} */
.certification { 
  padding: 20px;
    background: #fff;
    margin-top: 40px;
    box-shadow: 0px 2px 14px 0px #441c6e6c;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.certification img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.certification .btn-yellow {
  background-color: var(--primery);
  color: var(--white);
  border-radius: 10px;
}
.certification .btn-yellow:hover {
  background-color: var(--yellow);
}

.min-banner {
  margin-top: 40px;
  height: 100%;
}


.garmenrt {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.m-top {
  margin-top: 40px;
}

.asana-strip {
  background-color: #0b0312;  /* dark background */
  overflow: hidden;
  padding: 10px 0;
  margin-top: 40px;
}

.asana-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.asana-item {
  color: #d1c6e0;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.asana-item i {
  color: #bbaed0;
  font-size: 18px;
}

.asana-item.active i {
  color: #f9c600;  /* yellow icon for active */
}

.asana-item.active span {
  color: #fff;
  font-weight: 600;
}

/* Optional smooth scrolling animation (like marquee effect) */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Optional hover effect */
.asana-item:hover {
  color: #f9c600;
  cursor: pointer;
}
 .instructor-section {
  background-color: #f7f4fc;
}

.instructor-card {
  background: linear-gradient(180deg, #fff 0%, #f6edff 100%);
  border-radius: 12px;
  transition: 0.3s ease;
  border: 1px solid #eee;
}

.instructor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.instructor-img {
  width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    aspect-ratio: 1;
}

.btn-viewall {
  background-color: #E8DFF3;
    border: none;
    padding: 8px 26px;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    text-decoration: none;
}
.btn-viewall:hover{
      background-color: var(--primery);
    color: var(--yellow);
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev-custom i,
.swiper-button-next-custom i {
  color: #3b0a84;
  font-size: 14px;
}
.sec_magrin {
      margin-top: 50px;
  
}



.swiper-button-prev-custom_cl,
.swiper-button-next-custom_cl {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev-custom_cl i,
.swiper-button-next-custom_cl i {
  color: #3b0a84;
  font-size: 14px;
}

.swiper-button-prev-custom_dcl,
.swiper-button-next-custom_dcl {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev-custom_dcl i,
.swiper-button-next-custom_dcl i {
  color: #3b0a84;
  font-size: 14px;
}

.swiper-button-prev-custom_dcblog,
.swiper-button-next-custom_dcblog {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev-custom_dcl i,
.swiper-button-next-custom_dcl i {
  color: #3b0a84;
  font-size: 14px;
}



/* ---------- Shop Item Card ---------- */
.shop-item {
 background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    
    display: flex;
    flex-direction: column;
}

.shop-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.shop-item .body_text {
        font-size: 16px;
    font-weight: 600;
    color: var(--primery-dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}
/* ---------- Product Image ---------- */
.shop-image {
  width: 100%;
  
  border-radius: 10px;
  overflow: hidden;
}
.franchi_center_img img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
}
.mar_rt {
    margin-right: 6px;
    color: var(--primery);
}
.fre_details_s {
    line-height: 36px;
}
.fre_hero {
    padding-top: 60px;
    margin-bottom: 60px;
}
.fre_details_ti {
    padding: 12px;
    background: #6b4693;
    color: var(--white);
    width: 184px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.fre_details_ti p {
    margin: 0px;
}
.fre_classs-secation {
    margin-top: 45px;
}
.shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
  aspect-ratio: 1;
}

.shop-item:hover .shop-image img {
  transform: scale(1.05);
}

/* ---------- Title ---------- */
.shop-title {
  font-size: 16px;
    font-weight: 600;
    margin: 12px 0 6px;
    color: #222;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}

/* ---------- Rating ---------- */
.shop-rating {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.shop-rating i {
  color: #fbbf24;
  margin-right: 5px;
}

/* ---------- Price Section ---------- */
.shop-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.shop-price .discount {
  color: #c90d0d;
  font-size: 14px;
  font-weight: 500;
}

/* ---------- Old Price ---------- */
.shop-oldprice {
  font-size: 14px;
  color: #777;
  margin-top: 3px;
}

.shop-oldprice span {
  text-decoration: line-through;
}

/* ---------- Add To Cart Button ---------- */
.shop-cartbtn {
  width: 100%;
  border: 1.5px solid var(--primery);
  color: var(--primery);
  background: transparent;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
.tranding_cls {
    overflow: hidden;
}

.shop-cartbtn:hover {
  background:var(--primery);
  color: #fff;
  box-shadow: 0 4px 10px rgba(91, 45, 225, 0.3);
}

.shop-item .Center-image img {
  width: 100%;
  border-radius: 10px;
}

/* Remove text decoration from franchise/center links */
.center-slider a,
.center-slider .swiper-slide a,
.shop-item a,
.Center-image a,
.center-card-link {
  text-decoration: none !important;
  color: inherit;
}

.center-slider a:hover,
.shop-item a:hover,
.Center-image a:hover,
.center-card-link:hover {
  text-decoration: none !important;
  color: inherit;
}

.vied {
  margin-top: 60px;
  margin-bottom: 60px;
}
.class-our-video .card-image {
            
            overflow: hidden;
        }

.card-image {
            position: relative;
            height: 320px;
            overflow: hidden;
        }
        .blog-card-image {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .card-image img {
            /*width: 100%;*/
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
            border-radius: 10px;
        }
         .blog-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
            border-radius: 10px;
        }

        .carousel-card:hover .card-image img {
            transform: scale(1.08);
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
           background:var(--primery);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .play-button:hover {
            background: var(--primery);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 14px solid var(--white);
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            margin-left: 3px;
        }
.feed-sub-heading {
  font-size: 46px;
  font-weight: 600;
  color: var(--primery);
}
.feedcard {
      padding: 0px 80px;
      border-right: 1px dashed var(--border);
}


.testimonial-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 2rem;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      max-width: 780px;
      width: 100%;
      text-align: left;
      transition: transform 0.2s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-4px);
    }

    .testimonial-card h5 {
      font-size: 1.25rem;
      font-weight: 600;
      margin: 0 0 0.75rem 0;
      color: #2d1b69;
    }

    .testimonial-card p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
      margin: 0 0 1rem 0;
    }

    .stars {
      color: #ffc107;
      font-size: 1.2rem;
    }

    .stars i {
      margin-right: 2px;
    }
    .line { 
      margin-top: 50px;
      margin-bottom: 50px;
      color: var(--border);
    }

    .blog_heading { 
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
    font-size: 24px;
    font-weight: 600;
    color: var(--primery-dark);
    }
.blog_text {
  font-size: 16px;
    color: var(--text);
    font-weight: 400;
    line-height: 2;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}

.Concat_link ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
 }
 .Concat_link ul li  a{
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
 }
 .Bg_color {
  background-color: var(--primery);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  margin-top: 60px;
  
 }
 .li_icon {
  color: var(--white);
margin-right: 10px;
 }
 .li_ico:hover{
     color:#ffcc00;
 }
 .Concat_link a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
 }
 .Concat_link {
  margin-left: 30px;
 }

 .foot_Bg {
  background-color: var(--primery-dark);
  padding-top: 60px;
  margin-top: 40px;
 }
 .foot_bg_text {color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}


.footer-links-socile {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links-socile a {
   text-decoration: none;
   color: var(--body);

}
.footer-links-socile li{
    margin-top: 10px;
}
.footer-links-socile a i{
 
   background: var(--border);
   color: var(--primery-dark);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 2px;
    border-radius: 50px;
    margin-right: 10px;
}
.footer-links-socile a:hover{
    color: var(--primery);
}

.product-details-page .saving_mpr{
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--green);

}

.footer-bottom {
    background: #201330;
    padding: 24px 0;
    margin-top: 40px;
}


.list_top_heading { 
  font-size: 22px;
  font-weight: 600;
  color: var(--primery-dark);
}

.filter-bar {
      display: flex;
      gap: 2rem;
      align-items: left;
      flex-wrap: wrap;
      margin-top: 22px;
      border-radius: 12px;
      max-width: 1200px;
      
    }

    .filter-group {
      position: relative;
      flex: 1;
      min-width: 180px;
    }

    .filter-group select {
      width: 100%;
      padding: 0.75rem 2.5rem 0.75rem 1rem;
      font-size: 1rem;
      color: var(--text);
      background: var(--white);
      border: 1.5px solid var(--border);
      border-radius: 8px;
      appearance: none;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .filter-group select:focus {
      outline: none;
      border-color: var(--primery);
      box-shadow: 0 0 0 3px rgba(67, 28, 110, 0.15);
    }

    /* RIGHT-SIDE ARROW (Custom) */
    .filter-group::after {
      content: '\f078'; /* Font Awesome chevron-down */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 0.9rem;
      color: var(--text);
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    }

    /* Reset Button */
    .reset-btn {
      background: var(--primery);
      color: var(--white);
      border: none;
      padding: 0.75rem 1.5rem;
      border-radius: 8px;
      font-weight: 600;
      font-size: 1rem;
      cursor: pointer;
      white-space: nowrap;
    }

    .reset-btn:hover {
      background: var(--primery-dark);
    }
    .Wellness-pro-ab { 
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .card_header {
      background-color: var(--primery);
    }

      .payment-option {
    border-bottom: 1px solid #ddd;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 20px;
  }

  .payment-option:hover {
    background: #fafafa;
  }

  input[type="radio"] {
    accent-color: #6a1b9a; /* Purple shade */
    margin-right: 10px;
  }

  .payment-label {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333;
  }

  .payment-label span {
    margin-left: 5px;
    font-size: 15px;
  }

  .payment-icons {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .payment-icons img {
    height: 20px;
  }

  .extra-count {
    background: var(--white);
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    color: var(--primery-light);
  }

  input[type="radio"]:checked + label {
    color:var(--primery);
    font-weight: 600;
  }
  .cart-bg {
    background-color: var(--white);
    padding: 24px;

  }

  .coupo-code-div {
    padding: 20px;
    border: 1px solid var(--border);
    margin-top: 24px;
    border-radius: 10px;
  }
  .cart-product {
    display: flex;
    padding: 20px;
    background-color: #F9F9F9;
    gap: 24px;
  }
 .body_text_1 {
  color: var(--text);
  font-size: 16px;
 }
 .body_text_2 {
  color: var(--primery);
  font-size: 16px;
  font-weight: 600;
 }
 .body_text_3 {
  color: var(--primery);
  font-size: 18 px;
  font-weight: 600;
 }
 .card_hed { 
      padding: 8px 0px;
    border-bottom: 1px solid var(--border);
 }

   .billing-box {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      padding: 30px;
      max-width: 700px;
      margin: 50px auto;
    }
    .billing-box h5 {
      font-weight: 600;
    }
    .form-check {
      background: #f8f6fb;
      padding: 10px 15px;
      border-radius: 8px;
      margin-bottom: 10px;
    }
    .form-check-input:checked {
      background-color: #7a4ef1;
      border-color: #7a4ef1;
    }
    .form-label {
      font-weight: 500;
    }
    .input-group-text {
      background: #fff;
      border-left: none;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #7a4ef1;
    }
    .submit-btn {
      background: linear-gradient(90deg, #6a1b9a, #512da8);
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      width: 100%;
      padding: 12px;
      border: none;
      margin-top: 20px;
    }
    .submit-btn:hover {
      opacity: 0.9;
    }
    .details_bg {
      background-color: var(--white);
          padding: 00px 0px 0px 20px;
    }
    .secation_time {
      display: flex;
      background-color: var(--background);
      padding: 20px;
      border-radius: 10px;
    }
    .session_time {
      color: var(--primery-dark);
      font-size: 16px;
      font-weight: 600;
      padding-right: 60px;
    border-right: 1px solid var(--border);
    }
    .secation_demo { 
      margin-left: 14px;
    }
    .secation_demo.live_small {
          margin-top: 16px;
    margin-bottom: 16px;
    color: var(--border);
    }
    .price_side {
      background-color: var(--primery);
      padding: 30px;
    }
    .side_bar_price {
    background-color: var(--primery);
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 999;
    }
    .side_bar_price {
       display: none;
    }
/*    .side_bar_price .collapse {*/
/*  display: block !important;*/
/*}*/
    .line_price {
      color: var(--border);
    }
    .details_bg .body_text_1 {
      color: var(--background);
    }
    .price_text {
      color: var(--white);
    }
    .price_text .dic-price { 
      color: var(--yellow);
      font-size: 20px;
    }

    .package-section .body_text{ 
      color: var(--white);
    }

     .package-quantity {
      margin-top: 20px;
    }

    .quantity-text {
      display: block;
      font-weight: 500;
      margin-bottom: 5px;
      color: var(--white);
    }
    .quantity-control {
      display: flex;
    }

    .quantity-btn {
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      padding: 4px 12px;
      font-size: 18px;
      cursor: pointer;
      transition:  0.3s;
    }

    .quantity-btn:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .quantity-input {
      width: 50px;
      text-align: center;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      
    }

    .package-section input[type="radio"] {
    accent-color:var(--yellow);
    margin-right: 10px;
}
.package-section .package-label { 
  color: var(--white);
}

.package-section input[type="radio"]:checked + label {
  font-size: 16px;
  color: var(--yellow);
  margin-top: 10px;
}
.package-option{
  margin-top: 10px;
}

.add_cart-btn {
  background-color: var(--primery-dark);
    padding: 10px;
    color:var(--white);
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;

 }

 .add_cart-btn:hover{
  background-color: var(--yellow);
  color:var(--primery-dark);
 }
 .add_cart-btn-buy {
  background-color: var(--primery);
    padding: 10px;
    color:var(--white);
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid var(--yellow);

 }

 .add_cart-btn-buy:hover{
  background-color: var(--yellow);
  color:var(--primery-dark);
 }
.bundle_bg {
  background-color: #F2EFF5;
  padding: 30px;
}
.yoga-bundle-card{
 padding: 20px;
  border-radius: 10px;
  background: var(--white);


}

 .bundle-card-body {
display: flex;
   gap: 20px;
 }
 .bundle-card-body img {
  height: 100px;
  width: 100px;
  border-radius: 10px;
 }
 .card-title-bundel {
  font-size: 20px;
  color: var(--primery-dark);
 }
 .ben-text {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
 }

.yoga-bundle-select  .form-select   { 
  width: 50%;
  padding: 10px;
  margin-top: 10px;
 }
 .details_bg {overflow: hidden;}
 .qunt_btn .btn  {
      background-color: var(--white);
    width: 48px;
    color:var(--primery-dark);
    border: 1px solid var(--border);
 }
  .qunt_btn.input-group { 
    width: 200px;
  }

  .bundle-card-body.add_cart-btn {
    width: 50%; 
  }
  .class_details {
    padding: 30px;
    background-color: var(--white);
  }
  .rating_heading {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
  }
  .rating_card {
    padding: 20px;
    border-bottom: 1px solid var(--border);
  }
.rating_card .rating_card_itm {
  display: flex;
  gap: 10px;
  align-items: center;
}
.rating_card .body_text_1 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primery-dark);
}
.line_border {
  color: var(--border);
  margin-bottom: 0px;
}
.de_profile img { 
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.de_profile  {
  gap: 20px;
}
.side_bar_gp {
  padding: 30px ;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }



.side_bar_gp li a {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  text-decoration: none;
  color: #444;

}

.side_bar_gp li a.active {
  color:var(--primery);
  font-weight: 600;
}

/* Footer links */
.side_bar_gp ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color:var(--text);
  padding: 4px 0;
  margin-top: 16px;
}
.side_bar_gp ul li {
  list-style: none;
}
.side-section-title {
  display: flex;
  gap: 16px;
  color: var(--text);
}
.ekam-footer-links ul li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  color: var(--text);
  padding: 4px 0;
}
.trem_link {
  background-color: var(--white);
  padding: 16px;
  border-radius: 10px;
  margin-top: 20px;
  width: 80%;
}

/* Tabs */
.ekam-tabs .nav-link {
  font-weight: 600;
  font-size: 15px;
  color: #6d6d6d;
}

.ekam-tabs .nav-link.active {
      border-radius: 0px;
    color: var(--primery);
    border-bottom: 3px solid var(--primery);
    padding: 8px;
}

/* Class Card */
.ekam-class-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  background-color: var(--white);
}

/* Header */
.ekam-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ekam-date-text {
  color: #6d6d6d;
  font-size: 13px;
  padding: 10px 00;
}
.download-in>p {
    margin:0px;
}
.download-in {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #f8f6ff;
    padding: 12px;
    color: #431c6e;
    font-size: 15px;
    color: #431c6e;
        border: none;
}
.my_deash_in{
    margin-top: 18px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    
}
.ekam-soon-btn {
  background: var(--primery);
    color: var(--white);
    border: 0;
    padding: 4px 32px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;

}
.my_deash_in .body_text-2{
    margin:0px;
}
/* Body */
.ekam-card-body {
    display: flex;
    margin-top: 15px;
    gap: 20px;
    background: #f8f6ff;
    padding: 10px;
    border-radius: 10px;
}
.blog-detail-title{
    color: var(--primery-dark);
    font-size: 32px;
}
.ekam-class-img {
  width: 160px;
  height: 100%;
  border-radius: 10px;
}

.ekam-class-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Session Box */
.ekam-session-box {
  background: #f8f3ff;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ekam-clock-icon {
  font-size: 22px;
  color: var(--primery);
}
.Session_t {
  display: flex;
}
.session_r {
  margin-left: 20px;
  
}

.new_shop_bh {    margin-top: 42px;
    background:var(--white);
    box-shadow: 0px 2px 14px 0px #441c6e6c;
    padding: 30px;
    overflow: hidden;
}

.ekam-card-header .body_text-2 {
  font-size: 15px;
  color:var(--text);
  margin: 0px;
}
.ekam-card-header .body_text {
  margin: 0px;
}

.ekam-class-card .ekam-rating-stars i {
  font-size: 18px;
  color: #d7c8ea; /* light lavender star */
  margin-left: 4px;
  cursor: pointer;
}
.feedback_submit .back-link {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.feedback_submit_star .star-rating i {
  font-size: 22px;
  color: #d4b5ff;   /* light lavender */
  cursor: pointer;
  margin-right: 3px;
}

.feedback_submit_star .star-rating i.active {
  color: #ffc107;   /* yellow active star */
}
.feedback_submit_star.rating-text {
  margin: 0;
  font-weight: 600;
  color: #4caf50;   /* green like screenshot */
}
.feedback_submit_star .submit-review-btn {
  background-color: var(--primery);   
  color: #fff;
  padding: 10px 28px;
  border-radius: 6px;
  font-weight: 600;
  border: none;
}
.feedback_submit_star .body_text-2 {
  margin: 0px;
}
.add-cart-button-buy {
    background-color: var(--white);
    padding: 6px 28px;
    width: 100%;
    border: 1px solid var(--primery);
    border-radius: 9px;
    color: var(--primery);
}
.accordion-collapse  .body_text { gap: 20px;}

.faq-section {
  background: #f5f3fa;
  min-height: 100vh;
}

.faq-title {
  font-size: 28px;
  color: #1d1d1d;
}

.faq-subtitle {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  color: #6d6d6d;
  line-height: 1.6;
}

.faq-accordion .accordion-item {
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
}

.accordion-button {
  background: #ffffff;
  box-shadow: none !important;
  padding: 18px;
  font-weight: 600;
  font-size: 15px;
}

.accordion-button:not(.collapsed) {
  background: #bdb5d3;
  color: var(--primery-dark);
  border-bottom: 1px solid var(--border);
}

.faq-accordion .accordion-body {
  background: #fff;
  font-size: 14px;
  color: var(--primery-dark);
  line-height: 1.6;
  padding: 18px 20px;
}
.prcb_hero {
  padding: 30px;
  background-color: var(--white);
}
.prcb_hero_mid{
 background-color: var(--primery);
    padding: 30px;
    color: var(--white);
    border-radius: 20px;
    margin-top: 90px;
    margin-left: 60px;
  }
  .prcb_center_card_a {
    padding: 30px;
    border: 1px solid var(--border);
    box-shadow: 0px 2px 14px 0px #441c6e6c;
    border-radius: 30px 30px 30px 0px;
  }
  .prcb_left {
    margin-top: 90px;
  }
  .prcb_center_card_b {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid var(--border);
    box-shadow: 0px 2px 14px 0px #441c6e6c;
    border-radius: 00px 30px 30px 30px;
  }

  .pro_ceri {
    background-color: var(--white);
    border: 1px solid var(--border);
    padding: 30px;
    border-radius: 20px;
    margin-top: 120px;
  }
  .margi_secation {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pro_ceri_img img {
    width: 100%;
  }
  .free_exam { 
    background-image: url(../images/free_exam.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 170px;
  }

.free_exam_met {
  color: var(--white);
  align-items: center;
  text-align: center;
}
.calendar-container { max-width: 1200px; 
  margin: 40px auto; }
.calendar-header { display: flex; 
  justify-content: space-between; 
  align-items: center; }
.month-title { font-size: 20px; 
  font-weight: 600; }

.calendar-table th { background: var(--primery); 
  color: #fff; 
  text-align: center;
   padding: 12px 0; }
.calendar-table td { height: 95px;
   vertical-align: top; 
   padding: 10px;
    position: relative; }

.current-date { background: #22C1DC; 
  color: #fff; 
  padding: 3px 7px; 
  border-radius: 4px; 
  font-size: 12px; }
.btn-exam-red { background: #CF3D32; 
  color: #fff;
   border-radius: 20px; 
   padding: 2px 15px; 
   font-size: 12px; 
   border: none; 
   width: 120px;
   border: 1px solid var(--black);
  }
.btn-exam-yellow { background: #F4C313;
   color: #000; 
   border-radius: 20px;
    padding: 2px 15px; 
    font-size: 12px;
    width: 120px;
    border: 1px solid var(--black); }

.day-box { position: absolute;
   bottom: 10px;
    left: 50%; 
    transform: translateX(-50%);
  }


.step_one_a {
    height: 100%;
    background: var(--white);
     border-radius: 20px;
     box-shadow: 0px 2px 14px 0px #441c6e6c;
    display: flex;                   
    flex-direction: column;           
    justify-content: space-between;
    padding: 30px;
}
.call_btn{
      width: 200px;
    background: #E7F3E1;
    padding: 7px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-top: 16px;
}
.call_btn .green {
  color: #4E8133;
  padding-right: 6px;
}
.step_one_a a {
  text-decoration: none;
}

.call_btn p {
  margin-bottom: 0px;
  color: var(--primery-dark);
}
.green_gr {
  color: #4E8133;
  padding-right: 6px;
}
  .margi_secation_bwg {
   margin-top: 130px;
    margin-bottom: 60px;
    background-color: white;
    padding: 80px;
  }

  .step_one_a_slabs {
    height: 100%;
    background: var(--background);
     border-radius: 20px;
     border: 1px solid var(--primery);
    display: flex;                   
    flex-direction: column;           
    justify-content: space-between;
    padding: 30px;
}
 .step_one_a_slabs .green_pr {
  color: var(--primery);
 }
 .video-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
}

.video-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: var(--primery);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: bold 36px/1 "Font Awesome 6 Free";
  color: #e74c3c;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  pointer-events: none;
  animation: pulse 2s infinite;
}

.play-button i {
  margin-left: 5px;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 10, 100, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(231, 76, 60, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0); }
}

/* Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
}
.other-sign {
    text-align: center;
    margin: 30px 00;
}
.btn-login-submit-ot {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 12px 36px;
    border-radius: 10px;
    border: 1px solid var(--primery) !important;
    transition: 0.4s;
   color: var(--primery);
}
.modal-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 40px;
  cursor: pointer;
}
.franchise_hero {
  background-image: url('../images/franchise_hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 80vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
      text-align: center;
}

.franchise_hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.franchise_hero .container {
  position: relative;
  z-index: 2;
}
.franchise_hero_heading {
  font-size: 60px;
  text-align: center;
  color: var(--white);
}
.franchise_hero .container .btn-yellow {
      background-color: #ffcc00;
    border: none;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 20px;
}
.franchise_hero .container .btn-yellow:hover {
  background-color: var(--primery);
  color: var(--yellow);
  border: 1px solid var(--yellow);
}
.how-to-work-card {
  background: var(--white);
  border: 1px solid  var(--border);
  border-radius: 20px;
  padding: 30px;
  height:100%;
}
.how-to-work-card h2 {
   font-size: 22px;
   margin-top: 30px;
}

.how-to-work-card-a {
     background: #F8F6FF;
    border: 1px
    solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
   width: 100%;
    height: 300px;
    justify-content: center;
}

.how-to-work-card-b {
     background: #EBEBDC;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
    width: 100%;
    height: 300px;
    justify-content: center;
}

.how-to-work-card-c {
     background: #E0EFEA;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
    width: 100%;
    height: 300px;
    justify-content: center;
}

.how-to-work-card-d {
     background: #EBDEEA;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
    width: 100%;
    height: 300px;
    justify-content: center;
}

.how-to-work-card-e {
     background: #DBE9DE;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
    width: 100%;
    height: 300px;
    justify-content: center;
}

.how-to-work-card-f {
     background: #EDDDE1;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
   width: 100%;
    height: 300px;
    justify-content: center;

}
.how-to-work-card-g {
     background: #DCE2F8;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
    width: 100%;
    height: 300px;
    justify-content: center;

}

.how-to-work-card-i {
     background: #F9DBD0;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-top: 20px;
    width: 100%;
    height: 300px;
    justify-content: center;

}
.offer_banners { 
  margin-top: 40px;
  
}
.offer_banners img { 
 height: 100%;
}
.offer_banner_side {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content:space-between ;
}
.offer_banners_secation { 
  height: 100%;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}
.onward-heading { 
  font-size: 20px;
    margin-top: 21px;
    font-weight: 500;
}
.onwards {
    padding: 0px 30px 30px 30px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
.onwoard_title_heading  { 
  background-color: #C6C0DB;
  /*width: 50%;*/
  padding: 20px;
  border-radius: 00px 00px 30px 30px;
  /*margin-bottom: 60px;*/
}
.center-img-b {
  width: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    margin-bottom: 16px;
    height: 100%;
    aspect-ratio: 3 / 2;

}
.body_text-2 {
    color:#585C5E;
}
.farnc_card h2 { 
  font-size: 26px;
  color: var(--primery-dark);
}
.farnc_card p {
  font-size: 18px;
  font-weight: 600px;

}
.farnc_card { 
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
   margin-top: 20px;
}
.farnc_card_mat {
  background-color: #F9F4FF;
  padding: 16px;
  border-radius: 10px; 
  margin-top: 16px;
  text-align: center;
 
}
.farnc_card_mat p {
  font-size: 18px;
  color: var(--primery);
  font-weight: 600;
  margin: 0px;
}
.offer_card { 
         height: 100%;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px #441c6e6c;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 36px;
    /* margin-right: 64px; */
    width: 100%;
} 
.offer_card  h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--primery);
}


.franchise_apply {
  background-image: url('../images/two-men.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 80vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
      text-align: center;
}

.franchise_apply::before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1
  
  ;
}
.franchise_apply .container {
  position: relative;
  z-index: 2;
}
.franchise_apply h4 {
  color: var(--white);
  font-size: 46px;
}
.franchise_apply p {
  color: var(--white);
}

.franchise_apply .container .btn-yellow {
    background-color: #ffcc00;
    border: none;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 10px;
}

.model_card { 
  height: 100%;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px #441c6e6c;
    justify-content: space-between;
    padding: 30px;
    
}
.model_card h2 {
  font-size: 26px;
  color: var(--primery-dark);
  font-weight: 600;
}
.model_card p {
  font-size: 16px;
  color: var(--text);
  font-weight: 450;
}

.fap_secation { 
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--white);
}
.margi_secation_a { 
  margin-top: 100px;
  margin-bottom: 100px;
}

.card-hed {
  font-size: 20px;
    font-family: 'Sora';
    color: var(--primery-dark);
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 12px;
}
.cart-product img {
      width: 140px;
    height: 160px;
}

/* Main Image Slider Fix */
.prdct-card-main-image .slick-slide img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    display: block;
     aspect-ratio: 1;
}

/* Remove forced height from slick */
.prdct-card-main-image .slick-track,
.prdct-card-main-image .slick-list {
    height: auto !important;
}

/* REMOVE the extra blue/empty space */
.prdct-card-main-image {
    height: auto !important;
    min-height: unset !important;
}
/* Remove fixed height from Slick track & list */
.slick-slider,
.slick-list,
.slick-track {
    height: auto !important;
}

/* ========== About Us Page Styles ========== */
.about-page-hero {
    margin: 60px 0 60px;
}

.about-hero-img {
    border-radius: 24px;
    /*   height: auto;*/
    /*width: 100%;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0px 4px 20px rgba(67, 28, 110, 0.15);*/
}

.about-us-badge {
    font-size: 16px;
    font-weight: 400;
    color: var(--primery);
    border: 1px solid var(--border);
    background: var(--background);
    border-radius: 10px;
    padding: 10px 16px;
    display: block;
    width: fit-content;
}
.own_se {
    display: flex;
    gap: 45px;
    row-gap: 45px;
    column-gap: 45px;
    background: #ffff;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    box-shadow: 0px 0px 16px 0px rgba(67, 28, 110, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.about-counter {
    padding: 0 0 40px;
}

.about-counter-text {
    display: flex;
    justify-content: space-between;
    padding: 49px;
    background-color: var(--background);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 16px 0px rgba(67, 28, 110, 0.2);
}

.about-counter-text h3 {
    font-size: 24px;
    color: var(--primery-dark);
    margin-bottom: 20px;
}

.about-counter-text p {
    font-size: 16px;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 0;
}

.about-counter-section {
    margin: 60px 0;
}

.about-counter-card {
    background: var(--white);
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0px 0px 16px 0px rgba(67, 28, 110, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
}

.about-counter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 25px rgba(67, 28, 110, 0.2);
}

.about-counter-card .about-counter-count {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: var(--primery);
    margin-bottom: 5px;
}

.about-counter-card .about-counter-heading {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Sora';
    margin-bottom: 0;
    color: var(--text);
}

/* Mission & Vision Section */
.mission-value-section {
    background: var(--background);
    padding: 80px 0;
}

.mission-value-card {
    background-image: linear-gradient(135deg, rgba(67, 28, 110, 0.9), rgba(67, 28, 110, 0.7)), url('../images/yogac01.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 0;
    height: 100%;
    min-height: 350px;
    box-shadow: 0px 4px 14px 0px rgba(67, 28, 110, 0.3);
    overflow: hidden;
}

.mission-value-card .mission-bg {
    background: rgba(27, 19, 26, 0.7);
    text-align: center;
    padding: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.mission-value-card .mission-bg .sub-heading {
    background-color: var(--primery);
    color: var(--white);
    width: 100%;
    padding: 16px;
    justify-content: center;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 0;
}

.mission-value-card .mission-bg .text {
    color: var(--white);
    line-height: 1.8;
}

.mission-value-card-img {
    background-image: linear-gradient(135deg, rgba(67, 28, 110, 0.9), rgba(67, 28, 110, 0.7)), url('../images/yogac02.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 0;
    height: 100%;
    min-height: 350px;
    box-shadow: 0px 4px 14px 0px rgba(67, 28, 110, 0.3);
    overflow: hidden;
}

.mission-value-card-img .mission-bg {
    background: rgba(27, 19, 26, 0.7);
    text-align: center;
    padding: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.mission-value-card-img .mission-bg .sub-heading {
    background-color: var(--primery);
    color: var(--white);
    width: 100%;
    padding: 16px;
    justify-content: center;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 0;
}

.mission-value-card-img .mission-bg .text {
    color: var(--white);
    line-height: 1.8;
}

/* Life at Ekam Yoga Section */
.Life-at-kalyanamkart {
    padding: 80px 0;
}

.Life-at-kalyanamkart .life-card {
    padding: 20px;
    box-shadow: 0px 0px 16px 0px rgba(67, 28, 110, 0.15);
    border-radius: 10px;
    margin-bottom: 20px;
    background: var(--white);
    gap: 15px;
    align-items: center;
    transition: transform 0.3s ease;
}

.Life-at-kalyanamkart .life-card:hover {
    transform: translateX(5px);
}

.life-card h2 {
    font-size: 20px;
    color: var(--primery-dark);
    margin-bottom: 10px;
}

.life-card p {
    font-size: 14px;
    color: var(--text);
    margin-bottom: 0;
    line-height: 1.6;
}

.life-card-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.life-main-img {
    border-radius: 20px;
    max-height: 500px;
    object-fit: cover;
    /*box-shadow: 0px 4px 20px rgba(67, 28, 110, 0.15);*/
}
.class-us-video-section {
    padding: 60px 0;
    background: var(--background);
    position: relative;
}
.class-our-video {
    
    z-index: 9;
    max-width: 900px;
    margin: 0 auto;
}
/* Video Section */
.about-us-video-section {
    /*padding: 60px 0;*/
    background: var(--background);
    overflow: hidden;
}

.our-video {
    position: relative;
    z-index: 9;
    max-width: 900px;
    margin: 0 auto;
}

.our-video video {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0px 4px 20px rgba(67, 28, 110, 0.2);
}

.our-video .video-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border: none !important;
    background: transparent !important;
    color: var(--white) !important;
    font-size: 80px;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.our-video .video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    color: var(--primery) !important;
}

/* Awards & Achievements Section */
.trusted-brands {
    margin: 60px 0;
}

.trusted-brands .heading {
    margin-bottom: 30px;
}

.brands-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    overflow-y: hidden;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    width: 180px;
    height: 100px;
    padding: 0 12px;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
}

.brand-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.brand-item.active img,
.brand-item:hover img {
    filter: grayscale(0%);
}

.brand-item.active,
.brand-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive About Page */
@media (max-width: 991.98px) {
    .about-page-hero {
        margin: 40px 0;
    }
    
    .about-counter-text {
        padding: 30px;
    }
    
    .about-counter-card .about-counter-count {
        font-size: 36px;
    }
    
    .about-counter-card .about-counter-heading {
        font-size: 16px;
    }
    
    .mission-value-section {
        padding: 50px 0;
    }
    
    .mission-value-card,
    .mission-value-card-img {
        min-height: 300px;
    }
    
    .Life-at-kalyanamkart {
        padding: 50px 0;
    }
    
    .life-main-img {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-hero-content h1 {
        font-size: 28px;
    }
    
    .about-counter-card .about-counter-count {
        font-size: 30px;
    }
    
    .about-counter-card .about-counter-heading {
        font-size: 14px;
    }
    
    .mission-value-card .mission-bg,
    .mission-value-card-img .mission-bg {
        padding: 25px;
    }
    
    .brand-item {
        min-width: 140px;
        width: 140px;
        height: 80px;
    }
    
    .our-video .video-play-button {
        font-size: 50px;
    }
}

/* ========== Terms & Conditions Page Styles ========== */
.termscondtion-left-menu {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 16px 0px rgba(67, 28, 110, 0.1);
    position: sticky;
    top: 100px;
}

.legal-accordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
    background: none;
    font-family: 'Sora';
    color: var(--primery);
    border: none;
    box-shadow: none;
    padding-left: 0;
}

.legal-accordion .accordion-button:not(.collapsed) {
    background: none;
    color: var(--primery);
    box-shadow: none;
}

.legal-accordion .accordion-button:focus {
    box-shadow: none;
}

.legal-accordion .accordion-body {
    padding: 0;
}

.legal-accordion .list-group-item {
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: var(--text);
    background: none;
    padding: 10px;
    margin-bottom: 4px;
    transition: 0.2s;
}

.legal-accordion .list-group-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.legal-accordion .list-group-item.active,
.legal-accordion .list-group-item:focus,
.legal-accordion .list-group-item:hover {
    background: var(--background);
    color: var(--primery);
    font-weight: 500;
    border-radius: 5px;
}

.legal-accordion .list-group-item.active a,
.legal-accordion .list-group-item:hover a {
    color: var(--primery);
}

.legal-accordion .list-group-item:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.legal-accordion .accordion-item {
    border: none;
    background: none;
}

.legal-accordion .accordion-header {
    margin-bottom: 0;
}

.legal-accordion .accordion-button::after {
    margin-left: auto;
}

.legal-accordion .accordion-button.collapsed::after {
    transform: rotate(0deg);
}

.legal-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.tandc-heading {
    font-size: 24px;
    font-weight: 600;
    color: var(--primery);
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border);
    margin-bottom: 20px;
    font-family: 'Sora';
}

.tandc-title-caontent {
    font-size: 20px;
    font-weight: 600;
    color: var(--primery-dark);
    margin-bottom: 15px;
    font-family: 'Sora';
    line-height: 1.5;
}

.terms-content-here {
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 16px 0px rgba(67, 28, 110, 0.1);
}

.others-pages-content p {
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 15px;
}

.others-pages-content h5 {
    color: var(--primery);
    font-weight: 600;
    font-family: 'Sora';
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
}

.others-pages-content a {
    color: var(--primery);
    display: inline;
    text-decoration: underline;
}

.others-pages-content a:hover {
    color: var(--primery-dark);
}

.others-pages-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.others-pages-content ul li {
    color: var(--text);
    margin-bottom: 10px;
    line-height: 1.7;
    position: relative;
    padding-left: 10px;
}

.others-pages-content ul li::marker {
    color: var(--primery);
}

/* Responsive Terms Page */
@media (max-width: 991.98px) {
    .termscondtion-left-menu {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    
    .terms-content-here {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .tandc-heading {
        font-size: 20px;
    }
    
    .tandc-title-caontent {
        font-size: 18px;
    }
    
    .others-pages-content h5 {
        font-size: 16px;
    }
}

/* YTTC Screen Styles */
.ytt_bg { 
  background: var(--white);
  padding: 30px;
  margin: 40px 0px;
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex;
  gap: 30px;
}
.ytt_bg_price { 
  background: var(--white);
  padding: 30px;
  margin: 40px 0px;
  border: 1px solid var(--border);
  border-radius: 20px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.ytt_bg img { 
  height: 350px ;
  width: 350px;
  border-radius: 30px;
  object-fit: cover;
}
.sidebar-course-overview li {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-course-overview li p {
  font-size: var(--body);
  color: var(--primery-dark);
  font-weight: 500;
  margin: 0px;
}

.theory-table {
  width: 100%;
  border-collapse: collapse;
}

.theory-table th,
.theory-table td {
  border: 1px solid var(--border);
  padding: 10px;
  text-align: left;
  background: var(--white);
}

.table thead {
  background: #f3edff;
  font-weight: 600;
}

.dis_yttc { 
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
}
.cer_bg {
  margin: 80px 0px;
  text-align: center;
}
.cer_bg h3 {
  font-size: 28px;
  color: var(--primery);
  margin-bottom: 30px;
}

.sidebar {
    top:0;
    margin: 0;
    padding: 0;
    width: 320px;
    background-color: #ffff;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.sidebar_profile {
    background-color: #fcfbff;
    padding: 14px;
    margin: 112px 18px 20px;
    border-radius: 14px;
    border: 1px solid var(--border);
} 
.sidebar.ekam-menu-list li{
        list-style: none;
}
.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

.sidebar a.active {
    background-color: var(--primery);
    color: white;
}


.ff_detail_top {
        display:flex;
        padding: 20px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    margin-top: 38px;
    gap: 30px;
    }
    .ff_detail_top h1 {
        color: #333333;
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .cer_bg {
        background: #f8f9fa;
        padding: 40px;
        border-radius: 10px;
        text-align: center;
    }
    .cer_bg h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #333;
    }
    .award img {
        width: 60%;
        height: auto;
    }
    
/*    .ekam_hed_ski {*/
/*  position: sticky!important;*/
/*  top: 0;*/
/*  z-index: 1020;*/
/*  background-color: #ffffff;*/
/*}*/
.ekam_hed_ski {
  position: relative;
  transition: all 0.3s ease;
}

.ekam_hed_ski.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body, html {
  overflow-x: hidden;
  overflow-y: auto;
 
}
.hero img {
    width: 100%;
    border-radius: 20px;
}

.class_dis_de {
  max-width: 500px;
  font-family: Arial, sans-serif;
}
.Select_btn {
    background: #ffc300;
    color: #431c6e;
    border: none;
}
    .swiper-button-prev-feed,
.swiper-button-next-feed {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev-custom i,
.swiper-button-next-custom i {
  color: #3b0a84;
  font-size: 14px;
}
.fed_test_card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #D1C6DD;
    padding: 10px ;
}
.fed_text {
    font-size: 16px;
    color: #78717F;
     display: -webkit-box;
    -webkit-line-clamp: 5;  /* kitni line dikhani hai */
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.fed_test_card img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.fed_test_card h3 {
    font-size: 18px;
    color: #0C0415;
    display: -webkit-box;
    -webkit-line-clamp: 1;  /* kitni line dikhani hai */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fed_mt_b {
    margin: 24px 00px;
}
.stars-fed i{
    background-color: #007A52;
    padding: 6px;
    color: #fff;
}
.mobile_pri {
        display: none;
}
.app_cart{
    display:flex;
    justify-content: space-around;
    gap: 10px;
}
.app_cart .add_cart-btn .add_cart-btn-buy {
     width: 100%;
     
}
/*.sitemap_bg{*/
/*    padding: 20px;*/
/*}*/


.sitemal_card{
    background: #ffff;
    padding: 18px;
    align-items: center;
    align-items: center;
    border: 1px solid #d5cdf1;
    height: 100px;
    display: flex;
    align-items: center;
}
.sitemal_card:hover {
    transform: scale(1.05);   /* zoom effect */
    box-shadow: 0 8px 20px rgba(0,0,0,0.15); /* optional shadow */
}
.sitemal_card p {
        margin: 0px;
    font-size: 18px;
    color: #0c0415;
    font-weight: 500;
}
.ins_text_he {
    font-size: 16px;
    margin-top: 8px;
}
@media (max-width: 991px) {
    .ytt_bg {
        flex-direction: column;
    }
    .ytt_bg img {
        width: 100%;
        height: auto;
    }
    .ytt_bg_price {
        position: static;
        margin-top: 20px;
    }
}
/*--------------------*/
