/** Shopify CDN: Minification failed

Line 783:17 Expected ":"

**/
.header__menu-item:hover span{
    text-decoration:none
}

@font-face {
  font-family: Mulis;
  src: url(/cdn/shop/files/Mulish-Regular.woff2?v=1764745349);
}

.header__menu-item{
    font-family:Mulis;
    font-weight:600
}

.custom-header {
    display: flex;
    justify-content: space-between;
}


.header__icons .header__icon svg {
    width: 24px !important;
    height: 24px !important;
}

svg.icon.icon-cart {
    fill: #000;
}

    .custom-hero-section {
      position: relative;
      width: 100%;
    }

    .custom-hero-swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .custom-hero-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .custom-hero-placeholder {
      padding: 80px 20px;
      text-align: center;
      background: #f5f5f5;
      font-size: 16px;
    }

    .custom-hero-prev,
    .custom-hero-next {
      color: #ffffff !important;
      z-index: 99;
    }

    .custom-hero-pagination .swiper-pagination-bullet-active {
      opacity: 1 !important;
    }

.custom-hero-pagination span.swiper-pagination-bullet{
    width: 40px;
    height: 5px;
    border-radius: 1px;
    }

    .swiper-pagination-bullet-active{
      background:#f7f7f7 !important
    }

    .swiper-button-next:after, .swiper-button-prev:after{
      font-size:25px !important

    }

   .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    padding-left: 80px;
}

.custom-pr-card .card__heading{
font-family:Mulis;
font-weight: 600;
font-size:18px;

}

.custom-pr-card .card__information{
  padding:10px!important
}

.custom-product-grid .grid__item{
  padding:8px
}

@media(max-width:600px){

  .custom-product-grid .grid__item{
  padding:2px
}

.custom-pr-card .card__heading{
font-size:12px;

}
.quick-add__submit,.custom-btn {
font-size:15px
}


}

.quick-add__submit::after{
      box-shadow: none;
}

.quick-add__submit,.custom-btn {
background: #485671;
border-radius:8px;
color:#fff
}


/* 
.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after{

  box-shadow:none;
} */

.quick-add__submit:hover:after{
box-shadow: none !important;
}

.quick-add__submit:hover{
  background:#303a4d
}
/* 
.custom-pr-card .card__information .price-item--last {
    font-weight: 600;
} */

.footer__content-bottom-wrapper{
justify-content:center
}

.copyright__content {
    font-size: 15px !important;
}

.custom-newsletter .field__button>.svg-wrapper {
    height: 3.5rem;
    width: 3.5rem;
    background: #fff;
    border-radius: 30px;
    color: #485671;
    padding: 5px;
}

.custom-newsletter .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{

  border-radius:30px;

}

.custom-newsletter .field__input, .select__select, .customer .field input, .customer select{
  box-shadow:none
}


.custom-newsletter .newsletter-form__field-wrapper .field__input:hover{
  box-shadow:none

}

.custom-newsletter .field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {

border-radius:30px;

}

.custom-newsletter .newsletter-form__field-wrapper .field__input{
font-size:13px
}

.footer__list-social .svg-wrapper{
      width: 35px;
    height: 25px;
}

.footer__list-social .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}

.custom-social{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media(max-width:600px){
     .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
      padding:0px;
     }

}

.empty-cart-btn{
    background: #485671;
    border-radius: 8px;

}

.custom-cart-empty .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{

  box-shadow:none
}

.dynamic-checkout-button{
      background: #485671 !important;
}
.cart-count-bubble{
    background: #485671;

}

  .trust-counter-wrapper {
    padding: 30px 0;
    background: #fff;
  }

  .trust-counter-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
  }

  .trust-counter-title {
    font-family:Mulis;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
        color:rgb(39, 39, 39)
  }

  .trust-counter-text {
    font-weight: 700;
    margin: 0 4px;
  }

  .trust-counter-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    background: #fff;
    flex-wrap: wrap;
    box-shadow:5px 5px 10px #f7f7f7;
  }

  /* Rating */
  .trust-counter-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 250px;
  }

  .trust-counter-logo {
    width: 300px;
  }

  .trust-counter-rating-text {
    display: flex;
    flex-direction: column;
  }

  .trust-counter-rating-value {
    font-size: 20px;
    font-weight: 700;
  }

  .trust-counter-stars {
    letter-spacing: 2px;
  }

  .trust-counter-rating-subtext {
    font-size: 13px;
    opacity: 0.7;
  }

  /* Stats */
  .trust-counter-items {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex: 2 1 350px;
    flex-wrap: wrap;
  }

  .trust-counter-item {
    text-align: center;
    min-width: 100px;
  }

  .trust-counter-number {
    font-family:Mulis;
    font-size: 35px;
    font-weight: 800;
       color:rgb(39, 39, 39)
  }

  .trust-counter-label {
    font-size: 15px;
    opacity: 0.8;
  }

  @media (max-width: 600px) {

    .trust-counter-title{
        font-size:18px
    
    }
    .trust-counter-grid {
      border-radius: 16px;
      gap: 20px;
      justify-content: center;
    }

    .trust-counter-rating{
          flex: 1 1 50px;
  }


  .trust-counter-logo {
    width: 235px;
    margin:0 auto;
  }
  .trust-counter-items{
      flex-wrap:nowrap;
     flex: 2 1 50px;
     gap: 20px;

  }

    .trust-counter-item {
      flex: 1 1 45%;
    }

    .trust-counter-number {
      font-size: 18px;
    }
    .trust-counter-label{
        font-size:12px
    }
  }

  .feature-collection-tittle{
    font-family:Mulis;
    font-size: 40px;
    font-weight: 600;
  }

  .custom-card-information{
    display:flex;
        align-items: center;
    gap: 5px;
  }

  @media(max-width:600px){
    .custom-card-information{
      display:block
    }

    .feature-collection-tittle{
      font-size:25px
    }
    

  }

  
  .benefits-marquee-section {
    background-color: #485671;
    color: #ffffff;
    margin:5px 0 10px;
  }

  .benefits-marquee {
    padding: 18px 0;
    overflow: hidden;
    max-width: 100%;
    display:flex;
  }

  .benefits-marquee__track {
    display: inline-flex;
    align-items: center;
    gap: 72px;
    white-space: nowrap;
    will-change: transform;
    animation: benefits-marquee-scroll var(--marquee-speed, 80s) linear infinite;
    animation-play-state: running;
  }

 
  .benefits-marquee:hover .benefits-marquee__track {
    animation-play-state: paused;
  }

  .benefits-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
  }

  .benefits-marquee__icon-wrap {
    width: 35px;
    height: 35px;
    display: inline-flex;
  }

  .benefits-marquee__icon-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  .benefits-marquee__icon-fallback {
    font-size: 12px;
    display: inline-flex;
  }

  @keyframes benefits-marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @media (max-width: 768px) {
    .benefits-marquee__item {
      font-size: 16px;
      gap: 6px;
    }
    .benefits-marquee__track {
      gap: 48px;
    }
    .benefits-marquee__icon-wrap{
          width: 25px;
    height: 25px;
    }
  }



  .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after{
    box-shadow:none
  }

  .search-modal__content .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{
    border-radius:30px
  }


    .search-modal__content .field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after{
    border-radius:30px

   }


   
  .tw-marquee-section {
    width: 100%;
    padding: 35px 0;
    --tw-marquee-speed: 30s;
  }

  .tw-marquee-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .tw-marquee-track {
    display: flex;
    align-items: center;
    animation-name: tw-marquee-scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--tw-marquee-speed);
  }

  .tw-marquee-track a{
    text-decoration:none;
    color:#484848
}

  .tw-marquee-section:hover .tw-marquee-track {
    animation-play-state: paused;
  }

  .tw-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 10px 40px;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .tw-marquee-image-wrap {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tw-marquee-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .tw-marquee-text {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Mulis';

  }

    .tw-call svg{
      fill:#3384ff;
      width: 20px;
      height: 20px;

    }
    .tw-whatsapp svg{
          fill:#128C7E;
      width: 20px;
      height: 20px;
    }

        .tw-call:hover{
              background-color: #3384ff;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    border-color: #3384ff;
        }

             .tw-whatsapp:hover{
              background-color: #128C7E;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    border-color: #128C7E;
        }

        
        .tw-consultation-btn--outline:hover svg{
          fill:#fff
        }


  @keyframes tw-marquee-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Mobile tweaks */
  @media (max-width: 749px) {
    .tw-marquee-item {
      padding: 8px 24px;
      gap: 10px;
    }

      .tw-marquee-section {
                padding: 10px 0;
    }

    .tw-marquee-image-wrap {
      width: 60px;
      height: 60px;
    }

    .tw-marquee-text {
      font-size: 14px;
    }
  }

  
  .tw-consultation-section {
    padding: 40px 0;
  }

  .tw-consultation-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background-color: #f5fafb;
    border-radius: 24px;
    padding: 40px 48px;
  }

  .tw-consultation-image {
    flex: 0 0 40%;
    max-width: 350px;
  }

  .tw-consultation-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .tw-consultation-content {
    flex: 1;
    text-align: center;
  }

  .tw-consultation-heading {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px;
  }

  .tw-consultation-subheading {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .tw-consultation-buttons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
  }

  .tw-consultation-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border-radius: 999px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    border: 2px solid transparent;
  }

  .tw-consultation-btn--outline {
    border-color: #000000;
    background-color: transparent;
    color: #000000;
  }

  /* .tw-consultation-btn--outline:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  } */

  .tw-consultation-btn--solid {
    background-color: #000000;
    color: #ffffff;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tw-consultation-btn--solid:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }

  .tw-consultation-btn-icon {
    font-size: 18px;
    line-height: 1;
  }

  .tw-consultation-btn-arrow {
    font-size: 18px;
    line-height: 1;
  }

  .tw-consultation-cta {
    display: flex;
    justify-content: center;
  }

  /* Responsive */
  @media (max-width: 989px) {
    .tw-consultation-box {
      flex-direction: column;
      text-align: center;
      padding: 32px 20px;
    }

    .tw-consultation-image {
      flex: 0 0 auto;
      max-width: 260px;
      margin: 0 auto;
    }

    .tw-consultation-heading {
      font-size: 22px;
    }

    .tw-consultation-subheading {
      font-size: 14px;
    }

    .tw-consultation-btn {
      font-size: 14px;
      padding: 10px 20px;
    }
  }

  
      .custom-certification {
          padding: 30px;
          position: relative;
          margin:40px auto;
      }

      .certification-tittle h2 {
          text-align: center;
            font-weight: 600;
  font-size: 40px;
  font-family: 'Mulis';
      }

      .certification-icons {
          display: flex;
          justify-content: center;
      }

      .certification-icons img {
          width: auto;
          height: auto;
          max-width: 900px;
      }

      .img-one img {
          width: 350px;
          position: absolute;
          right: 0;
         bottom: 0;
      }

      .img-two img {
          width: 350px;
          position: absolute;
          left: 0;
          top:0;s
      }


      @media(max-width:768px){
       .certification-icons img{
        max-width:400px
    }

    
      .custom-certification {
      margin:0;


      }
          .certification-tittle h2 {
            font-size:22px
          }

    .img-one img {
    width: 80px;}

        .img-two img {
    width: 80px;}
    
    }


        .custom-benefits-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f5fcff 0%, #f2fdf7 60%, #ebfaf7 100%);
}

.custom-benefits-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: 'Mulis';
}

.custom-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.custom-benefits-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.custom-benefits-icon-wrap {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.custom-benefits-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-benefits-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: 'Mulis';
}

.custom-benefits-card-text {
  font-size: 15px;
  line-height: 1.7;
  font-family: 'Mulis';
}

/* Responsive */
@media (max-width: 1024px) {
  .custom-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749px) {
  .custom-benefits-grid {
    grid-template-columns: 1fr;
  }
  .custom-benefits-heading {
    font-size: 26px;
  }
  .custom-benefits-card {
    padding: 24px 20px;
  }
}





      .custom-ws-section {
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
}

.swiper-wrap {
    box-sizing: border-box;
}

.ws-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #485671;

}

.ws-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
}

.ws-card-media {
  position: relative;
  cursor: pointer;
  aspect-ratio: auto;
  overflow: hidden;
  height: 400px;
}

.ws-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ws-views-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  display:none
}

.ws-card-info {
  padding: 12px 14px 16px;
}

.ws-product-title {
  font-size: 14px;
  font-weight: 600;
  font-family:'Mulis'
}

.ws-price-row {
  display: flex;
  gap: 8px;
  margin: 8px 0; 
  font-size: 15px;
      line-height: 20px;
}

.ws-price {
  font-weight: 600;
}

.ws-compare-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #777;
}

.ws-off {
    font-size: 10px;
    color: #ffffff;
    background: #388E3C;
    padding: 0px 5px;
    border-radius: 5px;
}


.ws-buy-btn {
  width: 100%;
  border: none;
  background:#485671;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
}

.ws-buy-btn:hover {
  background: #33425e;
}

/* Modal */
.ws-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.ws-modal.ws-open {
  display: flex;
}

.ws-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display:block !important
}

.ws-modal-inner {
  position: relative;
  width: 100%;
  max-width: 350px;
  z-index: 1;
}

.ws-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    color: #989898;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    padding: 9px;
    font-weight: 700;
}

.ws-modal-video-wrap {
  background: #000;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.ws-modal-video-wrap video {
  width: 100%;
  height: auto;
}

.ws-modal-bottom {
  background: rgba(0,0,0,0.85);
  padding: 14px;
  border-radius: 0 0 12px 12px;
}

.ws-modal-product-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}

.ws-buy-btn-full {
  width: 100%;
}


.ws-swiper-prev,
.ws-swiper-next {
  color: #ffffff;
        z-index: 99;
        display:block !important


}

.ws-swiper{
        width: 100%;
      height: 100%;
      overflow: hidden;


}


.ws-swiper-prev,
.ws-swiper-next{
  color: #ffffff;
  background:rgb(0 0 0 / 56%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  top: 50%;
  display:flex !important
}

.ws-swiper-prev { left: 10px; }
.ws-swiper-next { right: 10px; }

.ws-swiper-prev::after,
.ws-swiper-next::after {
  font-size: 18px;
}

@media(max-width:600px){

  .ws-swiper-prev,
.ws-swiper-next{
  display:none !important;
}

.chat-card{
  width:100% !important
}

  .ws-heading {

        font-size: 25px;
  }

  .custom-ws-section{
        padding: 20px 0;
  }
  
.custom-stars span{
    font-size: 14px !important;
}
.custom-review-text{
  font-size:10px !important;
}

    .custom-rating-section {
        gap: 3px !important;
    }
    .ratting-pr .custom-review-text
    {
      font-size:12px !important
    }

}
        .custom-rating-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-stars span {
  color: #FFA500; /* star color */
  font-size: 20px;
}

.custom-review-text {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.custom-stars{
  display:flex
}


@media(max-width:400px){
      .certification-icons img {
        max-width: 350px;
    }
    .quick-add__submit, .custom-btn {
        font-size: 13px;
    }
}


            
.custom-pr-container{
    text-decoration: none;
    color: #242424;
}

        .custom-health-cards {
  padding: 40px 0;
  margin: 0 auto;
}

.custom-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;

}

.custom-pr-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border:1px solid #000;
    min-height: 407px;
}

.custom-pr-box-img {
  position: relative;
}

.custom-pr-box-img img {
  width: 100%;
  display: block;
}

.custom-pr-box-title{
    font-size: 18px;
        font-family: 'Mulis';
    font-weight: 700;
    margin:5px 0px;
}

.pr-box-text{
 font-size: 15px;
 margin:0;
}

.pr-box-ratting{
    font-size: 22px;
    margin-top: 2px;
    text-decoration: none;
    background-color: #f4f4f4;
    border-radius: 15px;
    line-height: 1;
    padding: 2px 6px;
    font-weight: 700;
    display:flex;
    align-items: center;
}


.custom-pr-box-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.custom-pr-box-overlay h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.custom-pr-box-overlay h3 span {
  font-size: 28px;
  font-weight: 700;
  color: #ffdf00;
}

.custom-pr-box-overlay h2 {
  margin: 5px 0 0;
  font-size: 28px;
  font-weight: 800;
}

.custom-product-box {
  display: flex;
  padding: 15px;
  gap: 10px;
  align-items: center;
}

.custom-product-box img {
  width: 100px;
}

.custom-price {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: 'Mulis';
}

.custom-price .pr-box-star{
    color: #ff9f00;
    font-size: 28px;
    margin-right: 5px;
    margin-top: -2px;
    text-decoration: none;
}



@media (max-width: 600px) {

    .custom-health-cards{
          padding: 40px 20px;
          gap:10px;

    }
    .custom-pr-box{
      min-height: 350px;
    }

    .custom-price{
     font-size:20px
    }

    .custom-product-box{
         gap: 10px;
    }

    .custom-pr-box-title{
      margin:0;
      font-size:15px;
    }

    .pr-box-text{
      font-size:13px;
      line-height:20px;
    
    }

  .custom-container {
           display: flex;
        overflow-x: scroll;
  }

  .custom-pr-box-overlay h3 {
    font-size: 14px;
  }

  .custom-pr-box-overlay h3 span {
    font-size: 20px;
  }

  .custom-pr-box-overlay h2 {
    font-size: 20px;
  }

  .custom-product-box img {
    width: 90px;
  }
}


.custom-logo-marquee {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #fff;
  margin:0 auto;
}

.logo-marquee-tittle{
    text-align:center;
    font-size:30px;
    font-weight:700;
    font-family:'Mulis';
    color:#1a1a1a;
    margin:0;

}

.custom-logo-marquee__track {
  display: flex;
  width: max-content;
  animation: customLogoMarquee 18s linear infinite;
  margin-top:30px;
}

.custom-logo-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.custom-logo-marquee__item img {
  max-width: 150px;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

.custom-logo-marquee:hover .custom-logo-marquee__track {
  animation-play-state: paused;
}


.custom-logo-marquee {
  position: relative;
}

.custom-logo-marquee {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}


.custom-logo-marquee::before,
.custom-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.custom-logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.custom-logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}


@keyframes customLogoMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .custom-logo-marquee__item {
    padding: 0 25px;
  }

  .logo-marquee-tittle{
    font-size: 20px;
}

  .custom-logo-marquee__item img{
        max-width: 100px;

}

.custom-logo-marquee{
        padding: 20px 0;
}
}


.product__title>* {
    font-size: 32px;
        font-weight: 600;
    color: #3e3e3e;
    font-family: 'Mulis';
}


.custom-call-btn{
  height: 40px;
  width: 100%;
  background: #22A771;
  padding: 0;
  margin: 0;
  justify-content: center;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 8px;
  }

  .call-icon svg{
  fill: #fff;
  border: 1px solid #fff;
  display:flex;
  padding: 5px;
  width: 30px;
  border-radius: 30px;
  height: 25px;
  }

 .call-text h2{
  color: #fff;
  font-size: 15px;
 }

 .product-form__buttons button{
  border-radius:15px
 }

 .product-form__buttons button:after{
 border-radius:15px

 }

  .product-form__buttons button:before{
  border-radius:15px
 }

 .shopify-payment-button__button--unbranded{
      background-color: rgb(62 76 100) !important;
 }

 .product__title{
    margin: 0 !important;
 }

 
 .custom-badge {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    background: #388E3C;
}

.custom-price-bar {
    display: flex;
    align-items: center;
}

.product__tax{
  display:none 
}

@media(max-width:600px){
  .product__title>*{
    font-size:25px
  }
  .product__info-container>*+*{
        margin: 1rem 0 !important;
  }
}



/* Hide default radio */
.variant-card-radio {
  display: none;
}

/* Wrapper (fieldset already exists) */
.product-form__input--pill {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.variant-card {
    width: 100%;
        max-width: 44rem;
    border: 2px solid #cfd6e4 !important;
    border-radius: 14px !important;
    background: #f6f9ff;
    cursor: pointer !important;
    text-align: center !important;
    overflow: visible;
    transition: all .25s ease !important;
    -webkit-tap-highlight-color: transparent;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px !important;
        margin: 0 !important;
}

.variant-card-radio:checked + .variant-card {
    border-color: #3F4E65 !important;
    background: #fff6f2 !important;
    color: #000 !important;
}

.variant-card__header {
    background: #56637c;
    color: #fff;
    font-weight: 500;
    padding: 3px;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: -55px;
    transform: translate(-50%, -50%);
    width: 130px;
    border-radius: 10px;

}

.variant-card__image img {
  max-width: 70px;
  border-radius:10px;
}

.variant-card__title {
    font-size: 15px;
    border-radius: 20px;
    margin-top: 5px;
}

.variant-card__discount {
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 14px;
}

.pack-price .price {
  font-size: 20px;
  font-weight: 700;
      color: #56637c;
}

.pack-price .compare {
  text-decoration: line-through;
  color: #888;
}

.pack-price {
    display: flex;
    flex-direction: column;
}

.discount-pack{
border-inline: 2px solid #b6b6b6;
    min-width: 135px;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.pack-text {
    background: #56637c;
    padding: 3px 18px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}

h2.custom-product-headline {
    font-size: 15px;
    font-family: 'Mulis';
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
        margin: 15px 0 0;
}

p.custom-rich-text {
    font-size: 15px;
    color: #424153;
    line-height: 22px;
    font-family: 'Mulis';
    margin: 10px 0;
}

/* @media(max-width:600px){
  .price--on-sale .price-item--regular{
    font-size:1.9rem
  }
} */
/* @media screen and (min-width: 750px) {
    
.custom-health-cards .page-width{
  padding:0 !important
}

} */

        .mhb-icon-section {
  padding: 5px 0;
    margin: 0;
}

.mhb-icon-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mhb-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mhb-icon-item img {
  width: 80px;
  height: 80px;
}

@media(max-width:768px){
.mhb-icon-item img {
    width: 52px;
    height: 52px;
}
.mhb-icon-wrap{
    gap: 6px;
}
}


        .payment-badge {
            width: 100%;
            height: auto;
            position: relative;
        }

        .payment-icons {
            display: flex;
            align-items: center;
            justify-content:space-around;
            gap: 10px;
        }

        .payment-icons img{
          width:55px;
          height:auto;
        }

h2.payment-badge-tittle {
    font-size: 15px;
    text-align: center;
    font-family: 'Mulis';
    color: #2c2c2c;
    font-weight: 500;
}

        .customer-proof {
  padding: 50px 0;
  text-align: center;
}

.customer-proof h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.customer-proof h2 span {
  color: #356aa6;
}

.testimonialSwiper {
  margin: auto;
  padding-bottom: 50px;
    max-width: 1400px;
}

/* .swiper-slide {
  display: flex;
  justify-content: center;
} */

.chat-card {
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #f7f7f7;
  background: #fff;
  border: 1px solid #545454;
  
}

.chat-card img {
  width: 100%;
  display: block;
}

/* Arrows */
/* .swiper-button-prev,
.swiper-button-next {
  color: #000;
} */

/* Pagination dots */
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}


/* Key point css  */

        .mhb-help-section {
  margin: 20px auto;
}

.mhb-help-title {
    font-size: 15px;
    font-family: 'Mulis';
    font-weight: 700;
    color: #424153;
    margin: 0;
    margin-bottom: 10px;

}

.mhb-help-list {
  display: flex;
}

.mhb-help-column {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 250px;
}

.mhb-help-item {
  display: flex;
  align-items: center;
  font-family: 'Mulis';
  font-size: 14px;
  margin-bottom: 12px;
  color: #424153;
  font-weight: 400;
}

.mhb-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #485671;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  flex-shrink: 0;
}

@media(max-width:768px){
    .mhb-help-list{
        flex-wrap: wrap;
    }
    .customer-proof h2{
      font-size:24px;
    }
    .ingredients-pagination {
    position: relative;
}
}


.ingredients-simple-final {
  background:#f8f8f85c;
  padding: 60px 0;
      margin-top: 50px;
}

.ingredient-container{
  max-width:1400px;
  margin:0 auto;
}

.ingredients-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin:0;
  margin-bottom:25px;
}
/* 
.ingredient-card {
  background: #eaf7e6;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
} */

.ingredient-card img {
  width: 100%;
  height: auto;
}

.ingredients-desktop {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.ingredients-mobile {
  display: none;
}

@media (max-width: 767px) {
  .ingredients-desktop {
    display: none;
  }

  .ingredients-mobile {
    display: block;
  }

  .ingredients-simple-final{
    padding:30px 20px;
    margin-top:20px;
  }
  .ingredients-title{
    font-size:18px  
  }
}


.faq-section{
  padding-block:30px;
}
.faq-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Mulis';
    color: #414141;
}

.faq-container {
      max-width: 1400px;
  margin: 0 auto;
    user-select: none;
}

.faq-item {
  background: #f0f8ff;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: visible;
}

.faq-question {
  width: auto;
  padding: 18px 22px;
  font-size: 16px;
  text-align: left;
  background: #f0f8ff;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#262626 !important;
  font-weight:600;
  border-radius: 10px;
  font-family: 'Mulis';
}

.faq-icon {
    font-size: 18px;
    transition: transform 160ms ease;
    border: 2px solid #7ab1e1;
    border-radius: 50%;
    padding:10px;
    line-height:12px;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 22px;
  font-family: 'Mulis';
  transition: max-height 170ms cubic-bezier(.4,0,.2,1), opacity 120ms linear;
}

.faq-answer.open {
  opacity: 1;
  padding-bottom: 14px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer p {
  margin: 12px 0 0;
  line-height: 1.6;
}
@media(max-width:600px){
    .faq-section{
    padding:20px
}
.faq-heading{
  font-size:24px 
}
.custom-card-heading {
  font-size:22px !important
}


.grid-card-use .ingredients-grid {
  grid-template-columns: 1fr !important;
}

.grid-card-whats .ingredients-grid {
    display: grid;
  grid-template-columns: 1fr !important;

}
}

      .product-trust-certificate {
        position: relative;        
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #f0f7ff;
        padding: 30px;
      }

      .certificate-container {
        max-width: 1400px;
        margin: 0 auto;
      }

      .certificate-title {
            text-align: center;
    font-weight: 600;
    color:rgb(45, 45, 45);
      }

      .certi-item-container {
          display: grid;
        gap: 8px;
        grid-template-columns: repeat(6, 1fr);
        text-align: center;
      }

      .certi-item img {
        width: 150px;
        height: auto;
        border-radius: 50%;
        mix-blend-mode: darken;
      }

      @media (max-width: 768px) {
        .certi-item-container {
          grid-template-columns: repeat(3, 1fr);
          gap: 0;
        }

        .certi-item img {
          width: 90px;
        }

        span.certi-img-name {
          font-size: 15px;
        }
      }



      .shop-by-concern {
  padding: 40px 0;
}

.concern-container{
max-width:1500px;

}

.shop-by-concern .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family:'Mulis';
  color:#161f31;
  margin-top:0px

}

.concern-card {
  text-align: center;
  display: block;
  text-decoration: none;
}

.concern-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto 12px;
  display: block;
}

.concern-card p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.shop-by-concern .swiper-button-prev,
.shop-by-concern .swiper-button-next {
  color: #000;
}

@media (max-width: 768px) {
  .concern-card img {
    width: 120px;
    height: auto;
  }
}


.accordion__content{
  font-size: 15px;
}

    .cc-comparison-section {
      padding: 60px 20px;
      position:relative;
    }

    img.cc-comparison-img-right {
    position: absolute;
    width: 300px;
    right: 0;
    top: 30%;
    z-index:1
}

      .cc-comparison-heading{
      text-align: center;
      font-weight: 600;
    color: #2d2d2d;
    }


    .cc-container {   
      width: 100%;
      padding: 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      border-radius: 10px;
           margin: 0 auto;
     max-width: 1000px;
    }

    .cc-table {
      display: flex;
      position: relative;
    }

    .cc-column {
      flex: 1;
      display: flex;
      flex-direction: column;
      background: #fcfcfc;
    }

    .cc-column-featured {
      flex: 1;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 2; 
      margin: -20px 0;
    }

    .cc-header {
      padding: 32px 20px;
      font-weight: 700;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      height: 100px;
    }

    .cc-header-featured {
      background: #F0F8FF;
      font-size: 36px;
      border-radius: 16px 16px 0 0;
      padding: 40px 20px 32px;
      height: 120px;
    }

    .cc-header-left {
      border-radius: 16px 0 0 0;
          font-size: 28px;
    }

    .cc-header-right {
      border-radius: 0 16px 0 0;
      background: #fcfcfc;
    }

    .cc-row {
      padding: 35px 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 600;
      background: #fff;
      border-top: 1px solid #e3f2ff;
      height: 100px;
    }

    .cc-row-label {
      justify-content: flex-start;
      padding-left: 10px;
      background: #fcfcfc;
    }

    .cc-row-featured {
      background: #F0F8FF;
      border-top: 1px solid #c5e4ff;
    }

    .cc-row-compare {
      background: #fcfcfc;
    }

    .cc-column:first-child .cc-row:last-child {
      border-radius: 0 0 0 16px;
    }

    .cc-column-featured .cc-row:last-child {
      border-radius: 0 0 16px 16px;
      padding-bottom: 45px;
      height: 120px;
    }

    .cc-column:last-child .cc-row:last-child {
      border-radius: 0 0 16px 0;
    }

    .cc-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      font-weight: bold;
          display: inline-flex !important;
    }

    .cc-icon-check {
      background: #30970d;
      color: #fff;
    }

    .cc-icon-check::after {
      content: '✓';
      font-weight: 900;
    }

    .cc-icon-cross {
      background: transparent;
      color: #e15f5f;
      font-size: 32px;
    }

    .cc-column-img{
        width: 100px;
        height: auto;
    }

    .cc-icon-cross::after {
      content: '✕';
    }

    @media (max-width: 768px) {
      .cc-container {
        padding: 20px;
      }

      img.cc-comparison-img-right{
    width: 100px;
    right: 0;
    top: 70%;
      }

      .cc-column:first-child {
    flex: 1.5;
}

      .cc-header {
        padding: 20px 15px;
        font-size: 18px;
        height: 80px;
      }

      .cc-header-featured {
        font-size: 28px;
        height: 80px;
      }

      .cc-row {
        padding: 20px 15px;
        font-size: 14px;
        height: 80px;
      }

      .cc-row-label {
        padding-left: 20px;
        font-size: 13px;
        line-height:18px;
      }

      .cc-icon {
        width: 30px;
        height: 30px;
        font-size: 22px;
      }

      .cc-column-featured {
        margin:0;
      }

      .cc-column-featured .cc-row:last-child {
        height: 80px;
       align-items: baseline;
      }

      .cc-column-img{
            width: 60px;
    height: auto;
      }
    } 




                .cs-container {
                max-width: 1400px;
                margin: 18px auto;
                padding: 30px;
                display: flex;
                gap: 16px;
                align-items: center;
                background: linear-gradient(90deg, #0ea678, #0aa56a);
                color: #fff;
                border-radius: 12px;
                box-shadow: 0 6px 22px rgba(10, 10, 10, 0.12);
            }

            .cs-left {
                display: flex;
                align-items: center;
                gap: 14px;
                min-width: 0;
            }

            .cs-icon {
                flex: 0 0 56px;
                height: 56px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.12);
                display: grid;
                place-items: center;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
            }

            .cs-icon svg {
                width: 28px;
                height: 28px;
                color: #fff;
            }

            .cs-text {
                min-width: 0;
            }

            .cs-title {
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 2px 0;
                letter-spacing: 0.1px;
                color:#fff
            }

            .cs-sub {
                font-size: 14px;
                margin: 0;
                opacity: 0.95;
            }

            .cs-actions {
                margin-left: auto;
                display: flex;
                gap: 10px;
                align-items: center;
            }

            .cs-btn {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                padding: 10px 16px;
                border-radius: 999px;
                background: #fff;
                color: #0aa56a;
                font-weight: 700;
                text-decoration: none;
                border: 0;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
                cursor: pointer;
            }

            .cs-btn svg {
                width: 18px;
                height: 18px;
            }

            .cs-ghost {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 8px 12px;
                border-radius: 10px;
                background: rgba(255, 255, 255, 0.12);
                color: #fff;
                text-decoration: none;
                font-weight: 600;
                border: 1px solid rgba(255, 255, 255, 0.08);
            }

            @media (max-width:720px) {
                .cs-container {
                    padding: 30px 12px;
                    gap: 18px;
                    border-radius: 0px;
                    flex-wrap: wrap;
                    margin:0;
                }

                .cs-actions {
                  width: 100%;
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
                }

                .cs-title {
                    font-size: 18px;
                }

                .cs-icon {
                    flex: 0 0 48px;
                    height: 48px;
                }
                .cs-btn{
                  font-size:12px;
                }

                .cs-ghost{
                      width: 100%;
    justify-content: center;
                }
            }


            .footer{
              margin-top:0px!important
            }

            .cta-section {
    padding-bottom: 0 !important;
}


.cc-testimonial-section {
  padding: 50px 20px;
  background: #f0f7ff;
}

.cc-testimonial-container {
  max-width: 1400px;
  margin: 0 auto;
}

.cc-testimonial-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 40px;
}

.cc-testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 0px 10px #f7f7f7;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-testimonial-stars {
  color: #f5a623;
  font-size: 18px;
  margin-bottom: 5px;
}

.cc-testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.cc-testimonial-footer {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cc-testimonial-name {
  font-weight: 700;
  font-size: 15px;
}

.cc-testimonial-verified {
  font-size: 12px;
  background: #e6ddff;
  color: #4a3aff;
  padding: 4px 8px;
  border-radius: 20px;
}

/* .pr-review-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
} */

.week-pr-img{
  width:100%;
  height:auto;
}

.cart-drawer .cart-item {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px !important;
    border: 1px solid #efefef;
}

.drawer__contents .quantity {
    width: 120px;
    min-height: 32px;
    background: none;
}


button#CartDrawer-Checkout:after {
    box-shadow: none;
}

button#CartDrawer-Checkout {
    background: #485671;
    border-radius: 10px;
}

button#CartDrawer-Checkout:hover{
      background:rgb(31, 42, 64);
}



    .custom-consulting-container {
      background: white;
      border-radius: 24px;
      box-shadow:0 20px 60px rgb(0 0 0 / 11%);
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
    }

    .custom-consulting-header {
      background: linear-gradient(135deg, #8b9bb9 0%, #485671 100%);
      color: white;
      padding: 40px 30px;
      text-align: center;
    }

    .custom-consulting-header h1 {
      font-size: 32px;
      margin-bottom: 10px;
      font-weight: 600;
      color:#fff
    }

    .custom-consulting-header p {
      font-size: 16px;
      opacity: 0.95;
    }

    .custom-consulting-body {
      padding: 40px 30px;
    }

    .custom-consulting-group {
      margin-bottom: 28px;
    }

    .custom-consulting-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #333;
      font-size: 14px;
    }

    .custom-consulting-required {
      color: #e74c3c;
      margin-left: 3px;
    }

    .custom-consulting-group input,
    .custom-consulting-group select {
      width: -webkit-fill-available;
      padding: 14px 16px;
      border: 2px solid #e0e0e0;
      border-radius: 12px;
      font-size: 15px;
      transition: all 0.3s ease;
      background: #f8f9fa;
    }

    .custom-consulting-group input:focus,
    .custom-consulting-group select:focus {
      outline: none;
      border-color: #6080bd;
      background: white;
      box-shadow: 0 0 0 4px rgba(74, 124, 44, 0.1);
    }

    .custom-consulting-group select {
      cursor: pointer;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      padding-right: 40px;
    }

    .custom-consulting-checkbox {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin: 30px 0;
    }

    .custom-consulting-checkbox input {
      width: 20px;
      height: 20px;
      margin-top: 2px;
      cursor: pointer;
      accent-color: #505f7a;
    }

    .custom-consulting-checkbox label {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
      font-weight: 400;
    }

    .custom-consulting-btn {
      width: 100%;
      padding: 16px;
      background: linear-gradient(135deg, #8b9bb9 0%, #485671 100%);
      color: white;
      border: none;
      border-radius: 12px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgb(86 100 128 / 28%);
    }

    .custom-consulting-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgb(86 100 128 / 28%);
    }

    .custom-consulting-footer {
      text-align: center;
      margin-top: 20px;
      font-size: 13px;
      color: #888;
    }

    @media (max-width: 640px) {
      .custom-consulting-header h1 {
        font-size: 26px;
      }

      .custom-consulting-body {
        padding: 30px 20px;
      }
    }


    .custom-consulting-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-consulting-btn.loading {
  pointer-events: none;
  opacity: 0.85;
}

.btn-spinner {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  display: none;
  animation: spin 0.8s linear infinite;
}

.custom-consulting-btn.loading .btn-spinner {
  display: inline-block;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-consulting-success {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  color: #2d5016;
  font-weight: 500;
}
