 body {
      font-family: Arial, sans-serif;
    }
    .text-style
    {
      text-align: justify;
    }
    .bg-color{
      background-color: #f5f0ff;
    }
    .card-title
    {
      font-weight: 600;
      font-size: 18;
      color: #a74179;
    }
    /* Navbar */
    .navbar {
      background-color: #5e2ca5;
    }
    .navbar-brand, .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
    }
    .navbar-nav .nav-link:hover {
      color: #d8c9ff !important;
    }


    /* Sections */
    .section-title {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 40px;
      color: #5e2ca5;
    }
    .section-colored {
      background-color: #f3f0ff;
      padding: 60px 20px;
    }
    .section-white {
      background-color: #ffffff;
      padding: 60px 20px;
    }

    /* Cards */
    .card-custom {
      border: none;
      border-radius: 15px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .card-custom:hover {
      transform: translateY(-5px);
      box-shadow: 0px 8px 20px rgba(0,0,0,0.12);
    }
    .card-custom img {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }

    /* Footer */
    footer {
      background-color: #5e2ca5;
      color: #fff;
      padding: 30px 20px;
      text-align: center;
    }
    footer a {
      color: #d8c9ff;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }



    .testimonial-section {
    background: #f5f0ff;
    padding: 60px 20px;
    text-align: center;
  }

  .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .heading span {
    flex: 1;
    height: 1px;
    background: #a68cd3;
    max-width: 120px;
  }

  .heading h2 {
    margin: 0 15px;
    font-size: 32px;
    font-weight: bold;
    color: #5c2e91;
    font-family: "Georgia", serif;
  }

  .swiper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
  }

  .swiper-slide {
    background: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: auto;
    text-align: left;
  }

  .quote-icon {
    font-size: 50px;
    color: #7d3c98;
    margin-bottom: 15px;
  }

  .testimonial-text {
    font-size: 16px;
    color: #4a235a;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .client-name {
    font-weight: bold;
    font-size: 18px;
    color: #a74179;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 2px solid #5c2e91;
  }

  .client-role {
    font-size: 14px;
    color: #777;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background: #a04579;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .swiper-button-prev { left: -60px; }
  .swiper-button-next { right: -60px; }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 18px;
  }

  .swiper-pagination-bullet {
    background: #5c2e91;
    opacity: 0.5;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .swiper-button-prev { left: -40px; }
    .swiper-button-next { right: -40px; }
  }

  @media (max-width: 768px) {
    .swiper-button-prev { left: -20px; }
    .swiper-button-next { right: -20px; }
  }

   /* Pure navbar ko compact aur ek line me lane ke liye */
.navbar {
  padding: 0 !important;
  height: 65px; /* apni requirement ke hisaab se adjust kar sakte ho */
  display: flex;
  align-items: center;
}

/* Logo alignment */
.navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-height: 55px; /* logo ka size fix */
  height: auto;
  width: auto;
  display: block;
}

/* Menu items ek line me aur vertically center */
.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar .nav-link {
  padding: -1 0px !important; /* upar-niche ka space 0, bas left-right rakha */
  margin: -2 !important;
  color: #a74179 !important;
  font-weight: 600;
  line-height: 73px; /* same as navbar height taki perfect center ho */
}

.navbar .nav-link:hover {
  color: #000 !important;
}

  .nav-btn {
  background-color: #a74179;   /* apka theme color */
  color: #fff !important;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 25px;   /* rounded button */
  margin-left: 20px;
  transition: 0.3s;
}

.nav-btn:hover {
  background-color: #7c2c57;   /* hover color */
  color: #fff !important;
}
.navbar .nav-link {
  font-size: 15px;   
}
 @media (max-width: 767px) {
  #about .col-md-5 {
    order: -1;
  }

  #understanding .col-md-4 {
    order: -1;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {   /* iPad Pro, Nest Hub, sab cover */
  .navbar-collapse {
    position: absolute;
    top: 65px;
    right: 0;
    background: #fff;
    width: 240px;
    padding: 12px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    z-index: 9999;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .navbar-nav .nav-link {
    width: 100%;
    padding: 10px 15px;
    margin: 0 !important;
    line-height: normal;
    color: #a74179 !important;
    font-weight: 600;
  }

  .navbar-nav .nav-link:hover {
    color: #000 !important;
  }
}

.request-call-btn {
    position: fixed;
     right: -40px;
    top: 50%;
    transform: rotate(270deg);
    /* background-color: #00afef; /* Change color if needed */
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px 0 0 8px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: background 0.3s ease;
    z-index: 9999;
}

.request-call-btn:hover {
   /* background-color: #a3122b; */
}



.btn-register {
    display: inline-block;
    padding: 14px 35px;
    background: #fff;
    color: #a74179;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-register:hover {
    background: #f2f2f2;
}


*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins', sans-serif;
}

.hero-banner{
  position:relative;
  height:100vh;
   background:url('../image/website_banner_main.webp') ;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  overflow:hidden;
}

/* Dark gradient overlay */
.overlay{
  position:absolute;
  inset:0;
  /* background:linear-gradient(180deg, rgba(90,0,80,0.6), rgba(20,0,40,0.8)); */
}

/* Main Card */
.hero-content{
  position:relative;
  padding:20px 60px;
  border-radius:30px;
  max-width:750px;
  width:90%;
      background: #a045795e;
  /* background:linear-gradient(135deg,#d946ef,#9333ea); */
  box-shadow:0 25px 60px rgba(0,0,0,0.5);
  backdrop-filter:blur(20px);
  color:#fff;
}

/* Workshop badge */
.workshop-badge{
  display:inline-flex;
  background:#fff;
  border-radius:50px;
  overflow:hidden;
  margin-bottom:25px;
  font-weight:600;
}

.workshop-badge .left{
  padding:10px 25px;
  background:#f3f3f3;
  color:#6b217c;
}

.workshop-badge .right{
  padding:10px 25px;
  background:#7c1d6f;
  color:#fff;
}

/* Heading */
.hero-content h1{
  font-family:'Playfair Display', serif;
  font-size:35px;
  color:#ffe86b;
  margin-bottom:15px;180deg
}

/* Subtitle */
.hero-content p{
  font-size:18px;
  margin-bottom:10px;
  opacity:0.95;
}

/* Countdown */
.countdown{
  font-size:20px;
  font-weight:600;
  margin-bottom:30px;
}

/* Button */
.btn-register{
        margin-top: -20px;
  display:inline-block;
  padding:15px 45px;
  border-radius:50px;
  border:2px solid #fff;
  color:#7c1d6f;
  text-decoration:none;
  font-weight:600;
  transition:0.3s ease;
}

.btn-register:hover{
  background:#fff;
  color:#7c1d6f;
}
/* ============================= */
/* MOBILE RESPONSIVE FIX */
/* ============================= */

@media (max-width: 576px){

  .hero-content{
    padding: 40px 25px;
    border-radius: 25px;
  }

  /* Badge stacked properly */
  .workshop-badge{
    flex-direction: row;
    transform: scale(0.9);
  }

  .workshop-badge .left,
  .workshop-badge .right{
    padding: 8px 15px;
    font-size: 13px;
  }

  /* Heading smaller */
  .hero-content h1{
    font-size: 34px;
    line-height: 1.3;
  }

  /* Subtitle */
  .hero-content p{
    font-size: 15px;
    margin-bottom: 18px;
  }

  /* Countdown */
  .countdown{
    font-size: 15px;
    line-height: 1.6;
  }

  /* Button full width */
  .btn-register{
    width: 100%;
    padding: 12px 0;
    font-size: 15px;
  }

}
.workshop-section {
    padding: 80px 0;
    background: #f8f6f7;
    text-align: center;
}

.section-title {
    font-size: 36px;
    margin-bottom: 50px;
    color: #4b2c4d;
}

.section-title span {
    font-style: italic;
    color: #8e3b73;
}

.card-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.work-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 25px;
    width: 320px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

/* Icon Circle */
.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #8e3b73;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    color: #fff;
    font-size: 26px;
}

.work-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #8e3b73;
}

.work-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.workshop-section {
    background: #efedf0;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
}

.workshop-card {
    background: #f5f2f4;
    padding: 60px 50px 70px;
    border-radius: 40px;
    max-width: 900px;
    width: 100%;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.workshop-card h2 {
    text-align: center;
    color: #6a2c59;
    margin-bottom: 50px;
    font-weight: 600;
}

.workshop-card h2 span {
    font-style: italic;
}

/* Benefit Rows */
.benefit-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.benefit-left {
    background: #7b2f66;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    min-width: 320px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.icon-circle {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b2f66;
    font-size: 14px;
}

.benefit-right {
    background: #ebe6ea;
    padding: 14px 25px;
    border-radius: 30px;
    flex: 1;
    font-size: 14px;
    color: #555;
}

/* Register Button */
.register-btn {
    margin: 50px auto 0;
    width: fit-content;
    padding: 16px 50px;
    border-radius: 40px;
    border: 2px solid #7b2f66;
    color: #7b2f66;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.register-btn:hover {
    background: #7b2f66;
    color: #fff;
}

/* OFFER BADGE */
.offer-badge {
    position: absolute;
    right: -55px;
    top: -90px;
    background: #7b2f66;
    color: #fff;
    padding: 15px 15px;
    transform: rotate(-5deg);
    text-align: center;
    border-radius: 10px;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
    background: #f4c542;
    color: #000;
    padding: 2px 8px;
    display: inline-block;
    margin-bottom: 5px;
}

.offer-text {
    font-weight: bold;
    font-size: 14px;
}

.new-price {
    font-size: 32px;
    font-weight: bold;
}

.limited {
    font-size: 10px;
    margin-top: 5px;
}



@media (max-width: 768px) {
  .offer-badge {
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      top: -15px;
  }
}

@media (max-width: 768px) {

  .workshop-section {
    padding: 50px 14px;
  }

  .workshop-card {
    padding: 70px 16px 40px;
    border-radius: 26px;
  }

  .workshop-card h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  /* =====================
     OFFER BADGE (CENTER)
     ===================== */
  .offer-badge {
    top: -75px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 10px 10px;
    border-radius: 12px;
    text-align: center;
  }

  .new-price {
    font-size: 22px;
  }

  /* =====================
     BENEFIT STACK
     ===================== */
  .benefit-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }

  .benefit-left {
    width: 100%;
    min-width: unset;
    padding: 14px 18px;
    font-size: 13px;
    border-radius: 999px;
  }

  .icon-circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .benefit-right {
    width: 100%;
    padding: 12px 16px;
    font-size: 12.5px;
    border-radius: 16px;
    background: #eee9ed;
  }

  /* =====================
     REGISTER BUTTON
     ===================== */
  .register-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border-radius: 999px;
  }
}



.about-section {
  background: url('../image/Group_12.png');
  background-position: right center;
  background-repeat: no-repeat;
  /* background-size: contain; */
  padding: 100px 0;
}

.about-title {
  color: #8b2f5a;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.3;
}

.about-line {
  width: 80px;
  height: 3px;
  background: #8b2f5a;
  margin: 20px 0;
}

.about-text {
  color: #8b2f5a;
  font-size: 1.1rem;
  max-width: 500px;
}

.about-img {
  max-width: 340px;
  border-radius: 50%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.schedule-item {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.schedule-item:last-child {
  border-bottom: none;
}

.time {
  width: 200px;
  font-weight: 600;
  color: #6f42c1;
}

.activity {
  flex: 1;
  color: #444;
}

@media (max-width: 768px) {
  .schedule-item {
    flex-direction: column;
  }
  .time {
    width: 100%;
    margin-bottom: 5px;
  }
}
.custom-faq {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #f1c89e;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-question {
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: 0.3s;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: #e7c19c;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px;
}

        .icon-bar {

            position: fixed;

            top: 50%;

            -webkit-transform: translateY(-50%);

            -ms-transform: translateY(-50%);

            transform: translateY(-50%);

            z-index: 9999999;

        }

        /* Style the icon bar links */

        .icon-bar a {

            display: block;

            text-align: center;

            padding: 10px;

            transition: all 0.3s ease;

            color: white;

            font-size: 20px;

        }

        /* Style the social media icons with color, if you want */

        .icon-bar a:hover {

            background-color: #a74179;

        }

        .facebook {

            background: #3B5998;

            color: white;

        }

        .twitter {

            background: #55ACEE;

            color: white;

        }

        .instagram {

            background: #833AB4;

            color: white;

        }

        

        .linkedin {

            background: #007bb5;

            color: white;

        }

        .youtube {

            background: #bb0000;

            color: white;

        }

        .call{

            background: #25d366;

            color: white;

        }

