
/* Mobile-First Responsive Design */
@media (max-width: 768px) {
  /* General container adjustments */
  .container {
    padding: 0 15px;
    width: 100%;
    overflow-x: hidden;
  }
  
  /* Header adjustments */
  .header {
    flex-direction: column;
    padding: 15px 0;
    text-align: center;
  }
  
  .header-menu ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
  
  /* Hero section adjustments */
  .hero-banner {
    flex-direction: column;
    padding: 40px 0;
    text-align: center;
  }
  
  .hero-content-left h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  
  .hero-content-left h2 {
    font-size: 1.2rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
  }
  
  .cta-container {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-button {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
  
  .hero-image img {
    height: auto;
    max-width: 100%;
  }
  
  /* Benefits section adjustments */
  .benefits-section .section-heading {
    font-size: 1.8rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Wellness benefits section */
  .wellness-benefits-content {
    flex-direction: column;
  }
  
  .wellness-benefits-image img {
    max-width: 100%;
    border-radius: 15px;
    margin-top: 30px;
  }
  
  .wellness-checklist li {
    text-align: left;
    font-size: 1rem;
  }
  
  /* Plans section */
  .plans-grid {
    grid-template-columns: 1fr;
  }
  
  .plan-card {
    padding: 25px 20px;
  }
  
  /* Daily classes section */
  .wellness-layout {
    flex-direction: column;
    margin-bottom:0px !important;
  }
  .connect-section {
    padding: 36px 20px !important;
}
  
  .program-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  
  .program-image {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }
  
  .program-info .title {
    font-size: 1.4rem;
    margin-top: 0;
  }
  
  /* Why choose section */
  .why-choose-section .section-heading {
    font-size: 1.8rem;
  }
  
  .reasons-container {
    grid-template-columns: 1fr;
  }
  
  .reason-card {
    padding: 20px;
  }
  
  .reason-image {
    width: 100px;
    height: 100px;
  }
  
  /* Full-width image section */
  div[style*="width:100vw"] {
    margin: 30px 0;
  }
  
  div[style*="width:100vw"] h2 {
    font-size: 1.5rem;
    padding: 0 15px;
  }
  
  div[style*="width:100vw"] p {
    font-size: 1rem;
    padding: 0 15px;
  }
  
  /* Connect section */
  .connect-section .main-heading {
    font-size: 1.5rem;
  }
  
  .connect-section .coach-name {
    font-size: 1.3rem;
  }
  
  .connect-section .stats-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .connect-section .stat-number {
    font-size: 2.2rem;
  }
  
  /* FAQ section */
  .faq-container {
    flex-direction: column;
  }
  
  .faq-columns {
    flex-direction: column;
  }
  
  .faq-cta {
    padding: 25px 15px;
  }
  
  /* Workshops section */
  .workshops-container {
    flex-direction: column;
  }
  
  .image-gallery {
    grid-template-columns: 1fr;
  }
  
  .gallery-item {
    height: 200px;
  }
}

/* Additional small screen adjustments */
@media (max-width: 480px) {
  .hero-content-left h1 {
    font-size: 1.6rem;
  }
  
  .section-heading {
    font-size: 1.6rem;
  }
  
  .checklist li, .wellness-checklist li {
    font-size: 0.9rem;
    padding-left: 25px;
  }
  
  .checklist li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  
  .benefit-card, .workshop-item, .reason-card {
    padding: 20px 15px;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
}

/* Ensure images are always responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Prevent horizontal scrolling */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
        .connect-section {
            padding: 60px 20px;
            text-align: center;
            position: relative;
            background-color: #fff;
            overflow: hidden;
        }

        .connect-section .background-map {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://ashwanideswal.com/wp-content/uploads/2022/11/map-image.png');
            background-size: cover;
            background-position: center;
            opacity: 0.6;
            z-index: 0;
        }
        
        .connect-section .content-wrapper {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
        }

        .connect-section .main-heading {
            font-family: 'Poppins', sans-serif;
            font-size: 2.2em;
            font-weight: 700;
            color: #333;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .connect-section .main-heading span {
            color: #b58466;
        }
        
        .connect-section .coach-name {
            font-family: 'Poppins', sans-serif;
            font-size: 1.8em;
            font-weight: 600;
            color: #b58466;
            margin-top: 0;
        }

        .connect-section .stats-container {
            display: flex;
            justify-content: center;
            gap: 50px;
            margin-top: 40px;
        }

        .connect-section .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .connect-section .stat-number {
            font-family: 'Poppins', sans-serif;
            font-size: 3em;
            font-weight: 700;
            color: #b58466;
            line-height: 1;
        }

        .connect-section .stat-description {
            font-size: 1.1em;
            color: #555;
            margin-top: 5px;
            max-width: 200px;
        }

        @media (max-width: 768px) {
            .hero-tagline{
                margin-top: 22px;
                
            }
            .connect-section .main-heading {
                font-size: 20px;
            }
            .connect-section .coach-name {
                font-size: 1.5em;
            }
            .connect-section .stats-container {
            
        flex-direction: row;
        gap: 10px;
            margin-top: 22px;
            }
            .connect-section .stat-number {
                font-size: 29px;
            }
            .connect-section .stat-description {
    font-size: 15px;
            }
        }
    :root {
      --primary: #FF9E44;
      --secondary: #FF7B54;
      --accent: #FFD166;
      --dark: #2B2D42;
      --light: #FFFFFF;
      --gray: #FDF6F0;
      --text: #4A4A68;
      --gradient: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
      --light-gradient: linear-gradient(135deg, #FFF6EB 0%, #FFEDE6 100%);
      --shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    *  { 
      margin: 0; 
      padding: 0; 
      box-sizing: border-box; 
    }

    body {
      font-family: 'Poppins', sans-serif;
      color: var(--text);
      line-height: 1.6;
      background-color: var(--gray);
      overflow-x: hidden;
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Header Styles */
    header {
      background: #f1e4d8;
      box-shadow: var(--shadow);
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      background-color: #f1e4d8;
    }

    .logo a {
      font-weight: 700;
      font-size: 28px;
      color: var(--primary);
      text-decoration: none;
      display: flex;
      align-items: center;
    }

    .logo i {
      margin-right: 10px;
      font-size: 32px;
    }

    .header-menu ul {
      display: flex;
      list-style: none;
      gap: 30px;
    }

    .header-menu a {
      text-decoration: none;
      color: var(--dark);
      font-size: 1rem;
      font-weight: 500;
      transition: all 0.3s ease;
      position: relative;
    }

    .header-menu a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -5px;
      left: 0;
      background-color: var(--primary);
      transition: width 0.3s ease;
    }

    .header-menu a:hover {
      color: var(--primary);
    }

    .header-menu a:hover:after {
      width: 100%;
    }

    /* Hero Banner Styles */
    .hero-banner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 80px 0;
      gap: 40px;
      position: relative;
      min-height: 80vh;
    }

    .hero-content-left {
      flex: 1;
      max-width: 750px;
      animation: fadeIn 1s ease;
    }

    .hero-tagline {
      color: var(--primary);
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: 15px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .hero-content-left h1 {
      font-size: 3.2rem;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .hero-highlight {
      color: var(--primary);
      position: relative;
      display: inline-block;
    }

    .hero-highlight:after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: rgba(255, 158, 68, 0.2);
      z-index: -1;
    }

    .hero-content-left h2 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 25px;
      color: #666;
    }

    .hero-stats {
      display: flex;
      gap: 30px;
      margin: 25px 0;
    }

    .stat-item {
      text-align: center;
    }

    .stat-number {
      font-size: 2.2rem;
      font-weight: 700;
      color: var(--primary);
      line-height: 1;
    }

    .stat-label {
      font-size: 0.9rem;
      color: #666;
    }

    .checklist {
      list-style: none;
      margin-bottom: 30px;
    }

    .checklist li {
      position: relative;
      padding-left: 35px;
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
    }

    .checklist li::before {
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      background: var(--primary);
      color: var(--light);
      border-radius: 50%;
      width: 25px;
      height: 25px;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
    }

    .cta-container {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .cta-button {
      background: var(--gradient);
      color: #fff;
      padding: 15px 35px;
      border: none;
      border-radius: 50px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: var(--shadow);
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .cta-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(255, 158, 68, 0.4);
    }

    .cta-button.secondary {
      background: transparent;
      color: var(--primary);
      border: 2px solid var(--primary);
    }

    .hero-content-right {
      /* flex: 1; */
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .hero-image {
      max-width: 100%;
      position: relative;
      z-index: 2;
    }

    .hero-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      box-shadow: var(--shadow);
      animation: float 6s ease-in-out infinite;
    }

    .floating-elements {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
    }

    .floating-element {
      position: absolute;
      border-radius: 50%;
      background: var(--gradient);
      opacity: 0.1;
      animation: float 8s ease-in-out infinite;
    }

    .floating-element:nth-child(1) {
      width: 80px;
      height: 80px;
      top: 10%;
      left: 10%;
      animation-delay: 0s;
    }

    .floating-element:nth-child(2) {
      width: 50px;
      height: 50px;
      top: 70%;
      left: 5%;
      animation-delay: 1s;
    }

    .floating-element:nth-child(3) {
      width: 70px;
      height: 70px;
      top: 30%;
      right: 10%;
      animation-delay: 2s;
    }

    /* Benefits Section */
    .benefits-section {
      padding: 100px 0;
      background-color: var(--light);
      text-align: center;
    }
    
    .benefits-section .section-heading {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    
    .benefits-section .section-heading span {
      color: var(--secondary);
    }
    
    .benefits-section .section-subheading {
      font-size: 1.1rem;
      font-weight: 400;
      color: #666;
      max-width: 900px;
      margin: 0 auto 50px;
      padding: 0 10px;
    }
    
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      width: 100%;
    }
    
    .benefit-card {
      background-color: var(--light);
      border-radius: 15px;
      padding: 30px;
      box-shadow: var(--shadow);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-top: 4px solid var(--primary);
    }

    .benefit-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    }
    
    .benefit-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
      background-color: rgba(255, 158, 68, 0.1);
      color: var(--primary);
      font-size: 28px;
    }
    
    .benefit-card h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 15px;
      line-height: 1.3;
    }
    
    .benefit-card p {
      font-size: 0.95rem;
      color: #666;
      line-height: 1.6;
    }

    /* Workshops Section */
    .workshops-section {
      padding: 100px 0;
      background: var(--light-gradient);
    }
    
    .workshops-section .section-heading {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 20px;
    }
    
    .workshops-section .section-heading span {
      color: var(--primary);
    }
    
    .workshops-section .section-subheading {
      text-align: center;
      font-size: 1.1rem;
      color: #666;
      max-width: 900px;
      margin: 0 auto 50px;
      line-height: 1.6;
    }
    
    .workshops-container {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 60px;
    }
    
    .workshop-column {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }
    
    .workshop-item {
      background: white;
      padding: 25px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-left: 4px solid var(--primary);
    }
    
    .workshop-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }
    
    .workshop-icon {
      font-size: 24px;
      color: var(--primary);
      margin-bottom: 15px;
      background: rgba(255, 158, 68, 0.1);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
    
    .workshop-item h3 {
      font-size: 1.3rem;
      margin-bottom: 12px;
      color: var(--dark);
    }
    
    .workshop-item p {
      color: #666;
      line-height: 1.6;
      font-size: 0.95rem;
    }
    
    .workshop-conclusion {
      text-align: center;
      background: white;
      padding: 40px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      max-width: 900px;
      margin: 0 auto;
    }
    
    .workshop-conclusion p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #666;
      margin-bottom: 30px;
    }
    
    .workshop-cta {
      background: var(--gradient);
      color: white;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(255, 158, 68, 0.3);
    }
    
    .workshop-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(255, 158, 68, 0.4);
    }

    /* Why Choose Section */
    .why-choose-section {
      padding: 50px 0px 0px 0px;
      background: var(--light);
      position: relative;
      overflow: hidden;
          bottom: -50px;
    }
    
    .why-choose-section .section-heading {
      text-align: center;
      font-size: 2.8rem;
      margin-bottom: 20px;
      color: var(--dark);
      position: relative;
      padding-bottom: 20px;
    }
    
    .why-choose-section .section-heading:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 4px;
      background: var(--gradient);
      border-radius: 2px;
    }
    
    .why-choose-section .section-heading span {
      color: var(--primary);
    }
    
    .why-choose-section .section-subheading {
      text-align: center;
      font-size: 1.2rem;
      color: #666;
      max-width: 800px;
      margin: 0 auto 60px;
      line-height: 1.6;
    }
    
    .reasons-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-bottom: 50px;
    }
    
    .reason-card {
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: var(--shadow);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    
    .reason-card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: var(--gradient);
    }
    
    .reason-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
    
    .reason-image {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 25px;
      border: 5px solid #FFEDD3;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .reason-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .reason-icon {
      font-size: 2.5rem;
      color: var(--primary);
      margin-bottom: 20px;
      background: rgba(255, 158, 68, 0.1);
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
    
    .reason-card h3 {
      font-size: 1.5rem;
      margin-bottom: 15px;
      color: var(--dark);
    }
    
    .reason-card p {
      color: #666;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    
    .reason-stats {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: auto;
    }
    
    .stat {
      background: #FFF6EB;
      padding: 8px 15px;
      border-radius: 20px;
      font-size: 0.85rem;
      color: var(--primary);
      font-weight: 600;
    }
    
    .image-gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
      margin: 50px 0;
    }
    
    .gallery-item {
      border-radius: 12px;
      overflow: hidden;
      height: 200px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    
    .gallery-item:hover {
      transform: scale(1.05);
    }
    
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .why-choose-cta {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background: white;
      border-radius: 15px;
      box-shadow: var(--shadow);
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .cta-heading {
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: var(--dark);
    }
    
    .why-choose-button {
      display: inline-block;
      background: var(--gradient);
      color: white;
      padding: 18px 45px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(255, 158, 68, 0.4);
      position: relative;
      overflow: hidden;
    }
    
    .why-choose-button:before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
      transition: 0.5s;
    }
    
    .why-choose-button:hover:before {
      left: 100%;
    }
    
    .why-choose-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(255, 158, 68, 0.5);
    }
    
    .floating-icon {
      position: absolute;
      opacity: 0.1;
      color: var(--primary);
      z-index: 1;
    }
    
    .floating-icon:nth-child(1) {
      top: 10%;
      left: 5%;
      font-size: 60px;
      animation: float 8s ease-in-out infinite;
    }
    
    .floating-icon:nth-child(2) {
      top: 70%;
      right: 5%;
      font-size: 80px;
      animation: float 10s ease-in-out infinite;
    }
    
    .floating-icon:nth-child(3) {
      bottom: 20%;
      left: 10%;
      font-size: 50px;
      animation: float 7s ease-in-out infinite;
    }

    /* Animations */
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes float {
      0% { transform: translateY(0px) rotate(0deg); }
      50% { transform: translateY(-15px) rotate(5deg); }
      100% { transform: translateY(0px) rotate(0deg); }
    }

    /* Responsive Design */
    @media (max-width: 1200px) {
      .container {
        max-width: 1140px;
      }
    }

    @media (max-width: 992px) {
      .container {
        max-width: 960px;
      }
      
      .hero-banner { 
        flex-direction: column; 
        text-align: center; 
        padding: 40px 0;
      }
      
      .hero-content-left { 
        max-width: 100%; 
      }
      
      .hero-content-left h1 {
        font-size: 2.5rem;
      }
      
      .hero-stats {
        justify-content: center;
      }
      
      .cta-container {
        justify-content: center;
      }
      
      .header-menu ul {
        gap: 15px;
      }
      
      .workshops-container {
        flex-direction: column;
        gap: 20px;
      }
      
      .image-gallery {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .container {
        max-width: 720px;
      }
      
      .header {
        flex-direction: column;
        gap: 15px;
      }
      
      .hero-content-left h1 {
        font-size: 2rem;
      }
      
      .hero-stats {
        flex-wrap: wrap;
      }
      
      .benefits-grid {
        gap: 15px;
      }
      
      .reasons-container {
        grid-template-columns: 1fr;
      }
      
      .reason-stats {
        flex-wrap: wrap;
      }
      
      .image-gallery {
        grid-template-columns: 1fr;
      }
      
      .gallery-item {
        height: 250px;
      }
    }

    @media (max-width: 576px) {
      .container {
        max-width: 540px;
        padding: 0 10px;
        text-align: center;
      }
      
      .hero-content-left h1 {
        font-size: 23px;
      }
      
      .cta-container {
        flex-direction: column;
        align-items: center;
      }
      
      .cta-button {
        width: 100%;
        justify-content: center;
      }
      
      .benefits-section .section-heading {
        font-size: 18px;
      }
      
      .why-choose-section .section-heading {
        font-size: 21px;
      }
      
      .workshops-section .section-heading {
        font-size: 2rem;
      }
      
      .workshop-item {
        padding: 20px;
      }
      
      .workshop-conclusion {
        padding: 25px;
      }
    }
  
  
  
    /* FAQ Section Styles */
    .faq-section {
      padding: 100px 0;
      background: var(--light-gradient);
      position: relative;
    }
    
    .faq-section .section-heading {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: var(--dark);
    }
    
    .faq-section .section-heading span {
      color: var(--primary);
    }
    
    .faq-section .section-subheading {
      text-align: center;
      font-size: 1.1rem;
      color: #666;
      max-width: 800px;
      margin: 0 auto 50px;
      line-height: 1.6;
    }
    
    .faq-container {
      display: flex;
      gap: 40px;
      align-items: flex-start;
    }
    
    .faq-image {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .faq-image img {
      width: 100%;
      max-width: 450px;
      border-radius: 15px;
      box-shadow: var(--shadow);
    }
    
    .faq-content {
      flex: 1;
    }
    
    .faq-columns {
      display: flex;
      gap: 30px;
    }
    
    .faq-column {
      flex: 1;
    }
    
    .faq-item {
      margin-bottom: 20px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: var(--shadow);
      background: var(--light);
      transition: all 0.3s ease;
    }
    
    .faq-item:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }
    
    .faq-question {
      padding: 20px 25px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: var(--light);
      transition: all 0.3s ease;
    }
    
    .faq-question:hover {
      background: #FFF6EB;
    }
    
    .faq-question h3 {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--dark);
      margin: 0;
      padding-right: 20px;
    }
    
    .faq-question i {
      color: var(--primary);
      font-size: 1.2rem;
      transition: transform 0.3s ease;
    }
    
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease;
      background: #FFFBF7;
    }
    
    .faq-answer p {
      padding: 0 25px 20px;
      margin: 0;
      color: var(--text);
      line-height: 1.6;
    }
    
    .faq-item.active .faq-answer {
      max-height: 500px;
    }
    
    .faq-item.active .faq-question i {
      transform: rotate(180deg);
    }
    
    .faq-cta {
      text-align: center;
      margin-top: 50px;
      padding: 40px;
      background: var(--light);
      border-radius: 15px;
      box-shadow: var(--shadow);
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .faq-cta p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      color: var(--dark);
    }
    
    .faq-button {
      display: inline-block;
      background: var(--gradient);
      color: white;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(255, 158, 68, 0.3);
    }
    
    .faq-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(255, 158, 68, 0.4);
    }
    
    .floating-icon {
      position: absolute;
      opacity: 0.1;
      color: var(--primary);
      z-index: 1;
    }
    
    .floating-icon:nth-child(1) {
      top: 10%;
      left: 5%;
      font-size: 60px;
      animation: float 8s ease-in-out infinite;
    }
    
    .floating-icon:nth-child(2) {
      top: 70%;
      right: 5%;
      font-size: 80px;
      animation: float 10s ease-in-out infinite;
    }
    
    /* Animations */
    @keyframes float {
      0% { transform: translateY(0px) rotate(0deg); }
      50% { transform: translateY(-15px) rotate(5deg); }
      100% { transform: translateY(0px) rotate(0deg); }
    }
    
    /* Responsive adjustments */
    @media (max-width: 992px) {
      .faq-container {
        flex-direction: column;
      }
      
      .faq-image {
        order: 2;
      }
      
      .faq-content {
        order: 1;
      }
    }
    
    @media (max-width: 768px) {
      .faq-columns {
        flex-direction: column;
      }
      
      .faq-question {
        padding: 15px 20px;
      }
      
      .faq-question h3 {
        font-size: 1rem;
      }
      
      .faq-answer p {
        padding: 0 20px 15px;
      }
      
      .faq-cta {
        padding: 25px;
      }
      
      .faq-section .section-heading {
        font-size: 2rem;
      }
    }
    @media (min-width: 768px) {
  .hero-image img {
    width: 100%;
    height: 550px;
  }
  
}
/* Enhanced mobile menu with hamburger */
@media (max-width: 768px) {
    .header {
        flex-direction: row;
        justify-content: space-between;
        padding: 15px 20px;
        position: relative;
    }
    
    .header-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f1e4d8;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    .header-menu.active {
        display: block;
    }
    
    .header-menu ul {
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
    }
    
    .header-menu li {
        width: 100%;
    }
    
    .header-menu a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 158, 68, 0.2);
        font-size: 1.1rem;
    }
    
    .header-menu a:hover {
        background-color: rgba(255, 158, 68, 0.1);
    }
    
    /* Hamburger menu button */
    .menu-toggle {
        display: none;
        background: none;
        border: none;
        font-size: 1.5rem;
        color: var(--dark);
        cursor: pointer;
        padding: 5px;
    }
    
    .logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .hero-content-left h2 {
    font-size: 16px;
    
    }
    .benefits-section {
    padding: 38px 0;
   
}
.wellness-benefits-text{
        font-size: 18px;
}
  .wellness-benefits-content {

    gap: 0px !important;
}   
.plans-section{
font-size: 16px !important;}
.plan-card h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;
    gap: 2px !important;
    
}
.rs{
    font-size: 23px !important;
}
.daily{
    font-size:28px !important;
}
.program-info .title {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 9px !important;
    color: #333;
    margin-top: 0px !important;}
    
    .why-choose-section .section-subheading {
    text-align: center;
    font-size: 16px !important;
    margin: 0 auto 31px !important;
    line-height: 1.6 !important;
}
.why-choose-headi{
     font-size: 20px !important;
}
.why-choose-head {
    
    padding: 10px 12px !important;
    font-size: 15px !important;
}
.wellness-benefits-text .section-heading {
    text-align: left;
    font-size: 21px !important;
   
}
.plans-section .section-heading {
    text-align: center;
    font-size: 24px !important;
    margin-bottom: 13px;
    color: var(--dark);
    position: relative;
    /* padding-bottom: 1px; */
}
}





/* Heading style */
.why-choose-headi {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

/* Paragraph style */
.why-choose-des {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 28px;
  max-width: 600px;
}

/* Button style */
.why-choose-head {
  background: var(--gradient);
  color: #fff;
  padding: 16px 42px;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px; /* Optional: for better look */
}

.plan-card h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;}

.plans-section{
    padding: 45px 0;background:var(--gray);
}
.daily{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--dark);
    position: relative;
    padding-bottom: 1px;
    margin-top:30px;
}
.plans-section .section-heading{
   text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--dark);
    position: relative;
    padding-bottom: 1px;}
.wellness-benefits-text .section-heading{
   text-align: left;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--dark);
    position: relative;
    padding-bottom: 1px;}
    
.rs{
    font-size:2.2rem;font-weight:700;color:var(--primary);margin-left:10px;
}
.daily{
    text-align:center;font-size:2.5rem;margin-bottom:18px;
}

/* Hide hamburger on desktop */
@media (min-width: 769px) {
    .menu-toggle {
        display: none;
    }
    
    .header-menu {
        display: block !important;
    }
}


  .mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 9999;
  }

  .footer-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
  }

  .footer-btn img {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
  }

  @media (min-width: 768px) {
    .mobile-footer {
      display: none;
    }
  }

  /* Modal Styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }

  .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    position: relative;
  }

  .close-btn {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .close-btn:hover {
    color: #000;
  }

  form {
    display: flex;
    flex-direction: column;
  }

  form input, form textarea {
    padding: 8px;
    margin: 8px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
  }

  form button {
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  form button:hover {
    background-color: #0056b3;
  }
  @media (max-width: 767px) {
  .disclaimer-section {
    margin-bottom: 75px;
  }
}
