/** Shopify CDN: Minification failed

Line 64:21 Expected identifier but found whitespace
Line 64:23 Unexpected "{"
Line 64:32 Expected ":"
Line 77:10 Expected identifier but found whitespace
Line 77:12 Unexpected "{"
Line 77:21 Expected ":"

**/
.card-faqs .card-body p ,.faq-heading,
h3,
.txt-body-70 {
  color: white !important;
}
 

.slick-slider .slick-list .slick-slide img {
    display: block;
    border-radius: 25px;
}



  .video-section__cover-background , .video-section__cover-overlay{
    border-radius: 43px;
}
  @media only screen and (max-width: 749px) {
quotes-section .section-title-2{
  font-size:30px !important;
}

.image-with-text-block {
  margin-top:20px;
}

  

.text-block.multiple-image-text-block {
    margin-top: auto !important;
    padding: 15px;
}

.advand-html-des .responsive-section .block h2 {
  
    font-size: 1.6rem  !important;
}


    .video-section__cover {
        height: 250px !important;
    }
     .customstyletemplate--22598751813668__image_content_naCLN3 .row , .customstyletemplate--22598751813668__image_content_MHGUDJ   .row {
    flex-wrap: wrap-reverse;
}

      .video-section__cover-background , .video-section__cover-overlay{
    border-radius: 20px;
}
}
  
  .wellness-benefits-section {
    padding: 60px 20px;
    background-color: {{ section.settings.background_color }};
  }

  .wellness-benefits-container {
   
    margin: 0 auto;
  }

  .wellness-benefits-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    color: {{ section.settings.title_color }};
  }

  .wellness-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

.wellness-benefit-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 2/3; /* Portrait ratio */
  cursor: pointer;
  transition: transform 0.3s ease;
}

  .wellness-benefit-card:hover {
    transform: scale(1.01);
  }

  .wellness-benefit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wellness-benefit-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  }

  .wellness-benefit-text {
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
  }

  @media (max-width: 1024px) {
    .wellness-benefits-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .wellness-benefit-text {
      font-size: 1.5rem;
    }

    .wellness-benefits-title {
      font-size: 2rem;
      margin-bottom: 40px;
    }
  }

  @media (max-width: 640px) {
    .wellness-benefits-section {
      padding: 40px 15px;
    }

    .wellness-benefits-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .wellness-benefit-card {
      aspect-ratio: 2/3;
    }

    .wellness-benefit-text {
      font-size: 1rem;
    }

    .wellness-benefit-overlay {
      padding: 20px;
    }

    .wellness-benefits-title {
      font-size: 1.75rem;
      margin-bottom: 30px;
    }
  }




 .reset-system-section {
    background: linear-gradient(135deg, #7F685B 0%, #5B727C 50%, #7F685B 100%);
    padding: 60px ;
    position: relative;
    overflow: hidden;
    margin-top:50px ;
    border-radius:20px;
}

  .reset-system-container {
   
    margin: 0 auto;
  }

  .reset-system-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
   
    margin-left: auto;
    margin-right: auto;
  }

  .reset-system-image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  }

  .reset-system-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .reset-system-content {
    text-align: center;
    color: #ffffff;
  }

.reset-system-heading {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px 0;
    letter-spacing: -0.02em;
    color: white;
}

 .reset-system-subheading {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

  @media screen and (max-width: 1024px) {
    .reset-system-section {
      padding: 40px 20px;
    }

    .reset-system-heading {
      font-size: 3rem;
    }

    .reset-system-subheading {
      font-size: 1.3rem;
    }

    .reset-system-images {
      gap: 20px;
      margin-bottom: 40px;
    }
  }

  @media screen and (max-width: 768px) {
    .reset-system-section {
      padding: 25px 15px;
    }

    .reset-system-images {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 35px;
    }

    .reset-system-heading {
      font-size: 2.2rem;
      margin-bottom: 20px;
    }

    .reset-system-subheading {
      font-size: 1.1rem;
    }

    .reset-system-image-wrapper {
      border-radius: 20px;
    }
  }

  @media screen and (max-width: 480px) {
    .reset-system-section {
      padding: 30px 15px;
    }

    .reset-system-heading {
      font-size: 1.8rem;
    }

    .reset-system-subheading {
      font-size: 1rem;
    }

    .reset-system-images {
      margin-bottom: 30px;
    }
  }