.modal-backdrop {
    z-index: auto !important;
}
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-radio label:hover {
  border-color: #000;
}

.custom-radio input[type="radio"]:checked+label {
  border-color: #000;
  color: #000;
}

.price {
  color: #382454 !important;
  font-family: 'Poppins', sans-serif;
}

.form-label {
  font-weight: 600;
}

.mw-embed-iframe,
.mwembed {
  min-height: 0px !important;
}

.product-title {
  color: #382454 !important;
  font-family: 'Poppins', sans-serif;
}

/*logo*/
.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

.icon-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.icon-box:hover {
  transform: scale(1.05);
}

.icon-box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}


@media (max-width: 768px) {
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .icon-box {
    padding: 8px;
  }

  .icon-box img {
    max-height: 60px;
  }

}

/*logo*/
/*FAQ*/
.noedit p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.mw-accordion-faq-skin-button {
  height: 50px !important;
  background-color: #f1edf7 !important;
  border: 1px solid #382454 !important;
  border-radius: 5px !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  color: #333;

  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}

.mw-accordion-faq-skin-button h5 {
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif;
}

/*FAQ END*/
/*Simplifying your serach*/
.job-banner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}

.job-banner-content {
  flex: 1;
  max-width: 50%;
}

.job-banner-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #000, #555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
}

.job-banner-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #666;
}

.banner-cta-btn {
  background-color: #424242;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.banner-cta-btn:hover {
  color: #000 !important;
}

.job-banner-image-wrapper {
  flex: 1;
  max-width: 45%;
  position: relative;
}

.job-banner-image-wrapper img {
  width: 100%;
  border-radius: 20px;
}

.experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #ddef40;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.experience-badge span {
  font-size: 30px;
  font-weight: 700;
  color: #424242;
  line-height: 1.4 !important;
}

.experience-badge small {
  display: block;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .job-banner-section {
    flex-direction: column;
  }

  .job-banner-content,
  .job-banner-image-wrapper {
    max-width: 100%;
  }

  .job-banner-image-wrapper {
    margin-top: 30px;
  }

  .experience-badge {
    bottom: 10px;
    right: 10px;
    padding: 16px;
  }
}

/*Simplifying your serach END*/
/*Product ineeer goodess of millites 4 img sectiom*/
.image-scroll-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
}

.image-item {
  flex: 0 0 auto;
  width: 200px;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}


@media (min-width: 768px) {
  .image-scroll-wrapper {
    overflow-x: hidden;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .image-item {
    flex: 1 1 22%;
    max-width: 22%;
  }
}

/*Product ineeer goodess of millites 4 img section END*/
/*product beefits*/
.simple-table {
  max-width: 800px;
  margin: auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.simple-table th,
.simple-table td {
  text-align: left;
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 13px;
  color: #555;
  line-height: 1.9;
}

.simple-table th {
  font-size: 15px;
  font-weight: 500;
  background-color: #382454;
  color: #fff;
}

@media (max-width: 600px) {
  .simple-table {
    width: 100%;
  }
}

/*product beefits END*/
/*step:1sleect your size*/
.scalp-heading {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.scalp-types {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}

.scalp-box {
  text-align: center;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  flex: 1;
  min-width: 0;
  transition: all 0.3s ease;
}

.scalp-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #382454;
}

.scalp-box img {
  width: 50px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .scalp-box img {
    width: 40px;
  }

  .scalp-box {
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .scalp-box {
    padding: 6px;
  }

  .scalp-box div {
    font-size: 12px;
  }
}

/*scale done*/

/*Treatment Kit conatiner goli*/
.treatment-kit-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.treatment-kit-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 16px;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s;
}

.treatment-kit-card:hover {
  transform: translateY(-5px);
}

.treatment-kit-card img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.treatment-kit-card h3 {
  font-size: 18px;
  color: #003f73;
  margin-bottom: 8px;
}

.treatment-kit-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 600px) {
  .treatment-kit-container {
    flex-direction: column;
    align-items: center;
  }

  .treatment-kit-card {
    width: 90%;
  }
}

/*Treatment Kit conatiner goli END*/
/*product desc understading roots causes*/
.root-causes-title {
  text-align: center;
  font-size: 28px;
  margin: 30px 0 20px;
  font-weight: 600;
  color: #1e3a8a;
}

.root-causes-section {
  display: flex;
  gap: 20px;
  padding: 0 16px 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.root-card {
  background: #f5fbff;
  border: 1px solid #cce5ff;
  border-radius: 16px;
  min-width: 270px;
  max-width: 280px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0, 123, 255, 0.15);
  transition: transform 0.3s;
}

.root-card:hover {
  transform: translateY(-4px);
}

.root-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

.root-card h3 {
  font-size: 20px;
  margin: 10px 0 8px;
  color: #0b3558;
}

.root-card p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .root-causes-section {
    overflow-x: visible;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .root-card {
    flex: 1 1 22%;
    max-width: 250px;
  }
}

/*product desc understading roots causes*/

/*Icon no side effect*/
.icon-line-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 10px;
  gap: 10px;
}

.icon-card {
  flex: 1;
  text-align: center;
  max-width: 100px;
}

.icon-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 8px;
}

.icon-card p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .icon-card img {
    width: 50px;
    height: 50px;
  }

  .icon-card p {
    font-size: 12px;
  }
}

/*Icon no side effect*/
/*Custom radio code*/
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-radio label:hover {
  border-color: #000;
}

.custom-radio input[type="radio"]:checked+label {
  border-color: #000;
  color: #000;
}

/*Custom radio code*/
/*Single product description key integration*/
.key-integration-hair-loss {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.key-integration-hair-loss h2 {
  font-size: 28px;
  font-weight: bold;
}

.key-integration-hair-loss p {
  color: #555;
  font-size: 15px;
  max-width: 700px;
  margin: 10px auto 30px;
}

.ingredients-container {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.ingredient-card {
  flex: 0 0 220px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  scroll-snap-align: start;
}

.ingredient-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.ingredient-card h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ingredient-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}


@media (min-width: 768px) {
  .ingredients-container {
    overflow-x: visible;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ingredient-card {
    flex: 0 0 180px;
  }
}

/*Single product description key integration END*/
/*review*/
.customer-reviews {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

.customer-reviews h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-user {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.review-user img {
  width: 20px;
  height: 20px;
}

.review-stars {
  color: gold;
  font-size: 18px;
}

.review-text {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.verified {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
  margin-top: 10px;
}

.verified img {
  width: 14px;
  height: 14px;
}

/*Review End*/
/*why trust health*/
.trust-section {
  text-align: center;
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}

.trust-section h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.trust-section p {
  font-size: 15px;
  color: #444;
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}

.trust-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.trust-item {
  text-align: center;
  flex: 0 0 auto;
}

.trust-item img {
  width: 80px;
  height: auto;
}

.trust-item p {
  font-size: 14px;
  margin-top: 8px;
  color: #333;
}

@media (max-width: 768px) {
  .trust-icons {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .trust-item {
    min-width: 120px;
    scroll-snap-align: center;
  }
}

/*why trust health END*/
/*Discover the benefits*/
.benefits-section {
  text-align: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.benefits-section h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.benefits-section p {
  font-size: 15px;
  color: #444;
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}

.benefits-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.benefit-card {
  text-align: center;
  flex: 0 0 auto;
  max-width: 200px;
}

.benefit-card img {
  width: 80px;
  height: auto;
}

.benefit-card h3 {
  font-size: 16px;
  margin-top: 10px;
}

.benefit-card p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .benefits-cards {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .benefit-card {
    min-width: 160px;
    scroll-snap-align: center;
  }
}

/*Discover the benefits END*/
/*product page css  add to cart*/
@media (max-width: 768px) {
  .shop-inner-page2 .mw-price-item {
    background-color: #fff !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000;
    padding: 10px 2px;
    display: flex;
    justify-content: space-evenly;
    align-items: end !important;
    position: fixed;
  }

  .shop-inner-page2 .mw-price-item .row {
    width: 100% !important
  }

  .shop-inner-page2 .mw-price-item .col-lg-6 {
    width: 50% !important;
  }
}

/*End Product page add to cart*/
/*key Ingredients section Stage-1*/
.ingredients-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #222;
}

.ingredients-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.ingredient-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 280px;
}

.ingredient-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
}

.ingredient-photo {
  flex-shrink: 0;
}

.ingredient-photo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #eee;
}

.ingredient-text {
  flex: 1;
}

.ingredient-text h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #222;
}

.ingredient-text p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

.ingredient-text strong {
  color: #000;
}

@media (max-width: 768px) {
  .ingredients-section {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 10px;
  }

  .ingredient-item {
    flex: 0 0 85%;
    scroll-snap-align: center;
    flex-direction: column;
    text-align: center;
  }

  .ingredient-photo img {
    width: 80px;
    height: 80px;
  }

  .ingredient-text h2 {
    font-size: 18px;
  }

  .ingredient-text p {
    font-size: 13px;
  }

  .ingredients-section::-webkit-scrollbar {
    display: none;
  }

  .ingredients-section {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/*key Ingredients section Stage-1 END*/
/* Payment container */
.methods .checkout-v2-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.payment-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-radio {
  width: 14px;
  height: 14px;
  border: 2px solid #03a9f4;
  border-radius: 50%;
  position: relative;
}

.payment-radio::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #03a9f4;
  border-radius: 50%;
}
.payment-text {
  font-size: 14px;
  color: #333;
}

.safe-text {
  font-size: 12px;
  color: #888;
}
.payment-logo img {
  height: 20px;

}

.payment-logo {
  display: contents;
}

.shop-payments-gateways-razorpay {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 0 !important;
 
}

.shop-payments-gateways-razorpay input[type="radio"] {
  margin: 0 !important;
  transform: scale(1.2) !important;
}


.shop-payments-gateways-razorpay .payment-option {
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 15px !important;
}


.shop-payments-gateways-razorpay .payment-left {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.shop-payments-gateways-razorpay .payment-text {
  font-weight: 500 !important;
  color: #222 !important;
}

.shop-payments-gateways-razorpay .safe-text {
  font-size: 12px !important;
  color: #888 !important;
}

.shop-payments-gateways-razorpay .payment-logo img {
  height: 19px !important;
  display: block !important;
  position: relative;
  top: 15px;
  right: 116px;
}


/*REview before /after section*/
 .client-testimonial-section {
    padding: 50px 20px;
    text-align: center;
  }

  .client-testimonial-header {
    font-size: 24px;
    color: #382454;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .client-testimonial-sub {
    font-size: 32px;
    color: #ffc107;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .client-slider-container {
    max-width: 1200px;
    margin: 40px auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .client-slider {
    display: flex;
    gap: 20px;
    padding: 10px;
  }

  .client-card {
    flex: 0 0 90%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(to bottom right, #f3dcff, #e8e1f5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
    transition: transform 0.3s ease;
  }

  .client-card img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    margin: 10px auto;
  }

  .client-card p {
    font-size: 14px;
    text-align: left;
    line-height: 1.9;
    margin-top: 10px;
  }

  .client-name {
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
  }

  .client-stars {
    color: gold;
    text-align: left;
    margin-top: 5px;
  }

  .client-verified {
    font-size: 14px;
    color: #555;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .client-verified::before {
    content: "✔️";
    margin-right: 5px;
    color: purple;
  }

  @media (min-width: 768px) {
    .client-card {
      flex: 0 0 48%;
    }
  }

  @media (min-width: 1024px) {
    .client-card {
      flex: 0 0 31.5%;
    }
  }
/*REview before /after section*/
/*Backed by evidence*/
.stat-card p{
    color:#fff;
    font-size:14px !important;
    line-height:2.2 !important;
    }
    .stat-card h1{
    color:#fff;
    }

    .section-wrapper {
      background: linear-gradient(to right, #f3f4ff, #e6ecff);
      padding: 40px 20px;
    }

    .section-header {
      max-width: 900px;
      margin: 0 auto 30px;
      text-align: center;
    }

    .section-header h2 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 10px;
    }

    .section-header p {
      font-size: 1rem;
      color: #7027d6;
      font-weight: 500;
      margin: 0;
    }

    .text-purple {
      color: #382454;
    }

    .text-yellow {
      color: #ffc107;
    }

    .card-row {
      display: flex;
      overflow-x: auto;
      gap: 16px;
      scroll-snap-type: x mandatory;
      padding-bottom: 10px;
      padding-left: 10px;
    }

    .stat-card {
      flex: 0 0 85%;
      max-width: 85%;
      background: linear-gradient(145deg, #8c5eff, #642cc3);
      color: #fff;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 12px 25px rgba(101, 50, 185, 0.3);
      scroll-snap-align: start;
      position: relative;
      text-align: left;
    }

    .stat-card::before {
      content: "✔";
      font-size: 1.2rem;
      background: #ffffff;
      color: #642cc3;
      padding: 6px;
      border-radius: 50%;
      position: absolute;
      top: 12px;
      right: 12px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
      z-index: 10;
    }

    .stat-card h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .stat-card p {
      font-size: 15px;
      line-height: 1.6;
      margin: 0;
    }

    .card-row::-webkit-scrollbar {
      height: 6px;
    }

    .card-row::-webkit-scrollbar-thumb {
      background: #8c5eff;
      border-radius: 10px;
    }

    .card-row::-webkit-scrollbar-track {
      background: #dcdcf7;
    }

    @media (min-width: 768px) {
      .section-header {
        text-align: left;
      }

      .card-row {
        overflow-x: hidden;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
      }

      .stat-card {
        flex: 0 0 300px;
        max-width: 300px;
      }
    }
/*Backed by evidence END*/
/*Beign Your Hair Growth Journey*/
.hairgrow-wrapper {
    padding: 0px 30px;
    max-width: 1400px;
    margin: auto;
  }

  h2 {
    text-align: center;
    color: #222;
    font-size: 28px;
    margin-bottom: 10px;
  }

  p.subtitle {
    text-align: center;
    font-size: 16px;
    color: #444;
    margin-bottom: 40px;
  }

  .hairgrow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 40px 0;
  }

  .hairgrow-card {
    background: linear-gradient(to bottom right, #5a2a95, #8f3aff);
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: fadeInUp 1s ease-in-out;
    border-radius: 20px;
  }

  .hairgrow-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  }

  .hairgrow-number {
    background: #ffc107;
    color: #382454;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .hairgrow-card img {
    width: 220px;
    height: 160px;
    margin-bottom: 20px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 4px solid #fff;
    transition: transform 0.4s ease;
  }

  .hairgrow-card img:hover {
    transform: scale(1.05);
  }

  .hairgrow-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }

  .hairgrow-description {
    font-size: 13px;
    color: #eee;
    line-height: 1.9;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 1024px) {
    .hairgrow-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .hairgrow-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 20px 0;
    }

    .hairgrow-card {
      padding: 20px 16px;
      border-radius: 18px;
    }

    .hairgrow-card img {
      width: 100%;
      height: 180px;
      border-radius: 14px;
    }

    .hairgrow-title {
      font-size: 18px;
    }

    .hairgrow-description {
      font-size: 13.5px;
    }
  }
/*Beign Your Hair Growth Journey End*/
/*stage 1 2 3*/
.hairloss-stage-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap; 
}
.hairloss-stage-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}
.hairloss-stage-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transform: translateY(-4px);
}
.hairloss-stage-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.hairloss-stage-card h3 {
  font-size: 14px;
  margin: 5px 0 2px;
  color: #382454;
}
.hairloss-stage-card p {
  font-size: 12px;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .hairloss-stage-wrapper {
    flex-wrap: nowrap;  
    overflow-x: hidden;  
    justify-content: center;
  }
  .hairloss-stage-card {
    flex: 1;            
    max-width: 80px;    
    padding: 6px;
  }
  .hairloss-stage-card img {
    width: 40px;
    height: 40px;
  }
  .hairloss-stage-card h3 {
    font-size: 12px;
  }
  .hairloss-stage-card p {
    font-size: 10px;
  }
}
/*stage 1 2 3 END*
/
/* cupon code cart page */
.coupon_code_apply_wrapper-shop-cart-mw-module-1753501744747-1-shop-coupons{
     margin-top: 11px;
}
.js-coupon-code-shop-cart-mw-module-1753501744747-1-shop-coupons{
  width:12rem !important;
}