/* Header & Banner CSS */
html {
  scroll-behavior: smooth;
}

.hide-desktop {
  display: none;
}
.dna-template-banner {
    background-image: url('../../images/dna-banner-image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6px 0px 100px 0px !important;
}

.d-flex {
    display: flex;
}

.top-bar {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.shop-btn a{
    padding: 5px 26px;
    font-size: 11px;
    font-weight: 400;
    background-image:none;
}

.brand {
    font-weight: 700;
    font-size: 1.4rem;
}

.brand small {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 2px;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.banner-text{
    padding-right: 10px;
}

.rating-stars {
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.banner-text h2 {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: left;
    width: 80%;
    line-height: 120%;
}

.banner-subtext {
    color: var(--black);
    margin-bottom: 24px;
    width: 77%;
}

.banner-subtext p {
    line-height: 1.5;
    font-size: 16px;
}
.product-image {
    max-width: 350px;
    transform: rotate(-20deg);
    margin-right: 50px;
}

.dna-treatment-page .top-bar img{
    width: 75px;
}

.dna-treatment-page .rating-stars span,.dna-treatment-page .star.half::after,
.dna-treatment-page .rating-stars .star.half{
    color: var(--black);
}

.dna-treatment-page .rating-stars .star {
    font-size: 16px;
    letter-spacing: 2px;
}

.banner-content .button_w_arrow {
    font-size: 14px;
    background-image: none;
    width: 77%;
    text-align: center;
}

.dna-treatment-page .top-bar #logo{
    margin-left: 0;
}

.dna-treatment-page .shop-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-header{
    border-bottom: 0.5px solid black;
}

.section-root-regrowth {
  background: #f9f7ee;
  padding: 100px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card-parent  .title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
  line-height: 120%;
}

.testimonial-card-parent  .subtitle {
  font-size: 15px;
  color: #333; 
  margin-bottom: 40px;
  max-width: 600px;
  text-align: left;
  line-height: 160%;
}

.section-root-regrowth .content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: anchor-center;
}

.section-root-regrowth .testimonial-card {
  background: #FFFDF5;
  border-radius: 8px;
  padding: 17px;
  min-width: 280px;
}

.section-root-regrowth .testimonial-card .quote {
  font-size: 19px;
  line-height: 1.6;
  color: black;
  margin-bottom: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

.section-root-regrowth .doctor-info {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
  gap: 15px;
}

.section-root-regrowth .doctor-photo {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.section-root-regrowth .doctor-text .doctor-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 1px;
}

.section-root-regrowth .doctor-text .doctor-title {
  font-size: 14px;
  color: #555;
}

.product-comparison {
  display: flex;
  gap: 20px;
  flex: 1;
  margin-left: 0px;
}

.section-root-regrowth .product-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px 0;
  flex: 1;
  text-align: center;
  margin-bottom: 0;
}

.section-root-regrowth .product-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
}

.section-root-regrowth .product-card .product-img {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
}

.section-root-regrowth .features {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-top: 17px;
}

.section-root-regrowth .features li {
  margin: 6px 0;
  color: #5C5C5C;
  font-size: 13px;
}

section.root-regrowth{
    padding: 0 !important;
}

.doctor-info img{
  width: 15%;
  height: auto;
  border-radius: 11px;
}

.doctor-text strong{
  font-size: 13px;
  font-weight: 600;
}

.product-comparison img{
    width: 50%;
    margin: 0 auto;
    height: 162px;
}

.product-comparison .roots li::before,
.product-comparison .others li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 5px;
}

.product-comparison .roots li::before {
  background-image: url("../../images/green-tick.svg");
}

.product-comparison .others li::before {
  background-image: url("../../images/grey-cross.svg");
}

.review-count a{
  color: black;
}

.product-comparison .roots li,
.product-comparison .others li {
  padding-left: 0; /* No need for padding now */
  font-size: 14px;
  color: #5C5C5C;
  line-height: 1.5;
}

.product-card.others h3{
  color: #A7A7A7;
}

/* Header & Banner CSS */

/* Bilal's Code start */
/* Real Results */
.real-results .result-cards .splide__pagination {
    height: auto;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    display: none;
}
.quiz-results-section {
  background-color: #F9F7EE;
  padding-bottom: 40px !important;
  padding: 64px 0;
}
.real-results .result-cards {
  position: relative;
  width: 100vw;
  left: 0;
  box-sizing: border-box;
}
.real-results .result-card {
  background: #e8e5d9;
  border-radius: 8px;
  padding: 16px;
}
.real-results .image-pair {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.real-results .image-wrapper {
  position: relative;
  flex: 1;
}
.real-results .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.quiz-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1280px;
  margin: 0px auto;
  flex-direction: row;
  justify-content: space-between !important;
  width: 100%;
}
.real-results .result-card-details-time {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.real-results .result-card-details-time span {
  font-size: 16px;
  font-weight: 400;
}
.result-card-details-time img {
  height: 13px;
  width: 13px;
  margin-right: 8px;
}
.real-results .header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 100%;
}

.quiz-container .rating-box .rating a{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #111;

}
.quiz-container .rating{
  margin-bottom: 0;
}
.quiz-container .rating-box{
  flex-direction: column;
  align-items: baseline;
  gap:12px;
}
.real-results .header h2 {
  font-family: "Replica LL", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  text-align: left !important;
  line-height: 120%;
}
.real-results .result-cards .splide__pagination li button.is-active {
    background-color: #111;
}
.real-results .result-cards .splide__pagination li button {
    height: 4px !important;
    width: 75px;
    background-color: #dfdac8;
    border: 0;
}
.real-results .result-cards .splide__pagination li {
    width: 80px !important;
    height: 5px;
    margin-right: 8px;
    margin-top: 16px;
}
/* Real Results */

/* how-it-work-section start-now */
	.privacy-banner {
      background-color: #111111;
      color: white;
      padding: 32px 16px;
      display: flex;
      align-items: center;
      column-gap: 32px;
      margin: 0 auto;
      width: 100%;
      justify-content: center;
      box-sizing: border-box;
    }
    .privacy-icon {
      flex-shrink: 0;
      margin-right: 0px;
    }
    .privacy-icon img {
      max-width: 100px;
      height: 120px;
    }
    .privacy-text h4 {
      font-weight: 400;
      font-size: 32px;
      margin-bottom: 0px;
      color: #FFFDF5;
    }
    .privacy-text{
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .privacy-text p {
      margin: 0;
      font-size: 16px;
      color: #FFFDF5;
      max-width: 760px;
    }
    .img-num {
      position: absolute;
      background-color: #fff;
      color: #000;
      opacity: 1;
      border-radius: 100px;
      top: 16.35px;
      left: 16px;
      padding: 12px;
      font-size: 20px;
      font-weight: 400;
      line-height: 120%;
    }
    .card-image {
      position: relative;
      border-radius: 8px !important;
      overflow: hidden !important;
    }

    .how-it-work-container {
      max-width: 1200px;
      margin: 0 auto;
      /* padding: 1rem; */
      text-align: center;
    }

    .how-it-work-heading {
      font-family: "Replica LL", sans-serif !important;
      font-weight: 400;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
    }

    .how-work {
      background-color: #F9F7EE;
      color: #111111;
      padding: 2rem 1rem;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 32px;
    }

    .custom-card {
      overflow: hidden;
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 16px;
      border-radius: 8px;
    }

   .custom-card img {
  width: 100%;
  height: 300px;
  /* max-width: 385px; */
  max-height: 491px;
  aspect-ratio: 385 / 491;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 8;
  margin: 0 auto;
  }


 
   
    .custom-card-title {
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 160%;
}

    .custom-card-text {
    color: #111111;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

    .swiper {
      display: none;
      padding-bottom: 50px;
    }

    .swiper-controls {
      display: none;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
      width: 100%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
      background-color: #111111;
      color: #fff;
      border: none;
      font-size: 28px;
      width: 36px;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      cursor: pointer;
      user-select: none;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      display: none;
    }

    .swiper-pagination {
      position: static;
      display: flex;
      justify-content: center;
      gap: 6px;
    }

    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #ccc;
      transition: opacity 0.3s ease;
    }

    .swiper-pagination-bullet-active {
      background: #111111;
    }

    .img-num {
      position: absolute;
      background-color: #fff;
      color: #000;
      border-radius: 100px;
      top: 16.35px;
      left: 16px;
      padding: 12px;
      font-size: 20px;
      font-weight: 400;
    }

    .how-work-btn {
    opacity: 1;
    border-radius: 3px;
    padding-top: 12px;
    padding-right: 80px;
    padding-bottom: 12px;
    padding-left: 80px;
    background: #111111;
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    border: none;
    margin-top: 6px;
}

    /* Show Swiper below 1044px */
    @media (max-width: 1044px) {
      .real-results .result-cards .splide__track{
        width: 100%;
      }
      .real-results .result-cards .splide__pagination{
        display: flex;
      }
          .splide__pagination {
        position: relative !important;
        width: 100%;
        max-width: 100%;
    }

      .mobile-swiper {
          display:block !important;
        }
      .card-grid {
        display: none;
      }

      
       #mobile-splide .splide__arrow--next {
        background-image: unset;
      }
      #mobile-splide .splide__arrow {
        background-color: #111;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
      }
      #mobile-splide .splide__arrows{
        max-width: 345px !important;
        margin: 0 auto;
      }
      #mobile-splide .splide__pagination {
        bottom: 30px;
        left: 5px;
      }
      #mobile-splide .splide__pagination li {
        width: 10% !important;
      }
      #mobile-splide .splide__pagination li button {
        height:7px !important;
       
      } 
      #mobile-splide .splide__pagination li button.is-active {
        background-color: #111111;
      }
      #mobile-splide .splide__arrows {
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
      }
      .splide__pagination li button.is-active {
          background-color: #111;
      }
      .splide__pagination li button  {
            height: 4px !important;
            background-color: #dfdac8;
            border: 0;
      }
      .splide__pagination {
            position: relative !important;
            width: 100%;
            max-width: 250px;
            margin: 0 auto;
        }
    }

    /* Enhanced Mobile Experience */
    @media (max-width: 768px) {
          .splide__pagination {
            position: relative !important;
            width: 100%;
            max-width: 250px;
            margin: 0 auto;
        }
    .privacy-text{
        gap: 0;
      }         

      .privacy-text p {
            font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
      }
      .privacy-icon img {
    max-width: 68px;
    height: 80px;
}
  
      #mobile-splide .splide__arrow--next {
        background-image: unset;
      }
      #mobile-splide .splide__arrow {
        background-color: #111;
        color: #fff;
                width: 40px;
        height: 40px;
      }
      #mobile-splide .splide__arrows{
        max-width: 345px !important;
        margin: 0 auto;
      }
      #mobile-splide .splide__pagination {
        bottom: 30px;
        left: 5px;
      }
      #mobile-splide .splide__pagination li {
        width: 10% !important;
      }
      #mobile-splide .splide__pagination li button {
        height:7px !important;
       
      } 
      #mobile-splide .splide__pagination li button.is-active {
        background-color: #111111;
      }
      #mobile-splide .splide__arrows {
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
      }
      .splide__pagination li button.is-active {
          background-color: #111;
      }
      .splide__pagination li button  {
            height: 4px !important;
            background-color: #dfdac8;
            border: 0;
      }
      .real-results .result-cards{
        width: 100%;
      }
      .hide-desktop{
        display: block;
      }
      .hide-mobile{
        display: none;
      }
      .real-results .header{
        margin-bottom: 16px;
      }
      .quiz-results-section{
        padding: 32px 16px !important;
      }
      .quiz-container {
        flex-direction: column;
        padding: 0px 10px;
        gap: 24px;
      }
      .real-results .header h2 {
    font-size: 32px !important;
}
		    h2 {
			font-family: "Replica LL", sans-serif;
			font-weight: 400;
			font-size: 32px !important; 
			line-height: 120%;
			text-align: center;
		}
		.how-it-work-heading {
			font-family: "Replica LL", sans-serif !important;
    		font-weight: 400;
    		font-size: 32px !important;
        margin-bottom: 24px;
		}
		.privacy-text h4 {
			white-space:nowrap;
			font-size:20px;
		}
		.privacy-banner {
			flex-direction: column;
			text-align: center;
      padding: 24px 16px;
    }
		  .privacy-icon {
			margin-right: 0;
			margin-bottom: 0px;
		  }
		.mobile-swiper{
			display:block;
		}
      .swiper-button-prev,
      .swiper-button-next {
        background-color: #111111 !important;
        color: #fff !important;
        border: none !important;
        font-size: 28px !important;
        width: 36px !important;
        height: 36px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: baseline !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        user-select: none !important;
      }

      .swiper-controls {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        max-width: 250px !important;
        padding: 10px 15px !important;
        z-index: 9999 !important;
        border-radius: 25px !important;
      }

      .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        transition: opacity 0.3s ease !important;
        cursor: pointer !important;
      }

      .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #111111 !important;
      }

      .custom-card-body {
        padding: 0rem !important;
      }

      .custom-card img {
        height: 250px !important;
      }

      .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
        display: block !important;
      }

      .how-work-btn {
        width: 100% !important;
        text-align: center;
        box-sizing: border-box;
      }

      .card-grid {
        display: none;
      }

      .swiper {
        display: block;
        position: relative;
      }

      .swiper-controls {
        display: flex;
      }
    }


 
/* howo-it-work-section-end-now */

/* hair-losse-container  start now*/
.hair-loss-heading {
  font-family:"Replica LL", sans-serif !important;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 120%;
  text-align: center;
  width: 100%;
}

.hair-loss-description {
  font-size: 16px;
  color: #111111;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'Roboto';
  font-style: normal;
  text-align: center;
  line-height: 160%;
}
.hair-loss-description p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px !important;
  line-height: 160%;
  vertical-align: middle;
  text-align: center;
}
.image-box {
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
  max-height: 611px;
}

.hari-loss-tags {
  padding: 15px 0 10px;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
}
.tags-details-wrapper .tags-details-tab.active {
  display: block !important;
}
.tags-details-wrapper .tags-details-tab {
  display: none;
}
.hari-loss-tag {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  margin: 0 0px;
  font-weight: 400;
  border: 1px solid #fff;
  line-height: 160%;
  cursor: pointer;
}

.hari-loss-tags .hari-loss-tag.active {
  display: inline-block;
  background-color: #000;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  margin: 0 0px;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #000;
}

.main-image {
  width: 100%;
  display: block;
      min-height: 550px;
    height: auto;
    max-height: 550px;
    object-fit: cover;
}

.circle-highlight {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #a23430;
  border: 1px dashed mintcream;
  pointer-events: none;
}
.circle-wrapper {
  position: absolute;
  top: 42%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: unset;
  height: 110px;
  width: 110px;
  pointer-events: none;
}
#tag-tab-3 .circle-wrapper {
  left: 43%;
  top: 29%;
}
.circle-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #a23430;
  opacity: 0.3;
}
.circle-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132px;
  height: 132px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tooltip {
  position: absolute;
  bottom: 24px;
  right: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 12px;
  width: 296px;
  text-align: left;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  line-height: 160%;
}

.tooltip strong {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.hormones-wrapper {
  width: 20px;
  border-radius: 25px;
  background-color: #a23430;
  text-align: center;
  height: 20px;
}
.hormones-wrapper svg {
  height: 12px;
  width: 12px;
  padding-top: 4px;
}
.hormones-heading {
  color: #a23430;
  font-family: "Replica LL", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 120%;
}
.hormones-parent {
  display: flex;
  gap: 6px;
}
.excess-text {
  font-size: 12px;
}
.hair-loss-container {
  padding: 26px !important;
  max-width: 1200px;
  margin: 0px auto;
}
.hair-lose-section {
  padding: 4rem 1rem 2rem 1rem !important;
  background: #FFFDF5;
}
/* hair-losse-container  end now*/
.expect-section {
  background-color: #111 !important;
  color: #fff;
  padding: 2rem 1rem !important;
}

h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.subtext {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  margin-top: 18px;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
}

.timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 0;
  border-left: 2px dashed #555;
  transform: translateX(-50%);
  height: 80%;
  margin-top: 200px;
}

.timeline-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  outline: 15px solid #222;
  z-index: 1;
}
.timeline-date {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  width: 40%;
  text-align: right;
  padding-right: 1rem;
  color: #fffdf5;
  align-content: center;

  font-family: 'Roboto';
  font-weight: 600;
  font-size: 21px;
  line-height: 160%;
  vertical-align: middle;
}
.month2 {
  justify-content: start;
}
.month2 img {
  order: 2;
}
.timeline-date i {
  margin-right: 5px;
}

.timeline-content {
  max-width: 432px;
  width: 100%;
  background: #222;
  padding: 20px 27px;
  border-radius: 10px;
  position: relative;
  text-align: left;
  padding-bottom: 0;
}

.right-align::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28.32px;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-top: 25.21px solid transparent;
  border-bottom: 25.21px solid transparent;
  border-left: 30.32px solid #222222;
  opacity: 1;
}
.left-align{
  position: relative;
}
.left-align::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -29.32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 25.21px solid transparent;
  border-bottom: 25.21px solid transparent;
  border-right: 30.32px solid #222222; /* point to the left */
  opacity: 1;
}

.truncate-one-line {
  display: -webkit-box;
  -webkit-box-orient: vertical; /* Required for line-clamp */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* must NOT be nowrap when using line-clamp */
  font-size: 14px;
}
.timeline-content h4 {
  margin-top: 0;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 22px;
  line-height: 160%;
  vertical-align: middle;
  margin-bottom: 0;
}

.timeline-content ul {
  /* padding-left: 1.2rem; */
  padding-left: 0px;
  color: #fffdf5;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  vertical-align: middle;
  margin-top: 2px;
}

.timeline-content ul li {
  list-style: none;
  font-size: 14px;
}
.disc-item {
  font-size: 10px;
  padding: 5px;
  vertical-align: bottom;
}
.right-align {
  text-align: right !important;
}
/* Alternate positioning */
.timeline-item:nth-child(even) .timeline-date {
  order: 2;
  text-align: left;
  padding-left: 1rem;
  padding-right: 0;
}

.timeline-item:nth-child(even) .timeline-content {
  order: 1;
}
.expect-title {
   font-family:"Replica LL", sans-serif !important;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 576px) {
  .circle-outer{
    width: 75px;
    height: 75px;
  }
  .circle-middle{
    width: 65px;
    height: 65px;
  }
  .hair-loss-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .circle-highlight{
    width: 18px;
    height: 18px;
  }
  .timeline-content::after {
    display: none !important;
  }
  .disc-item {
    font-size: 12px;
    padding: 5px;
  }
  .right-align {
    text-align: left !important;
  }
  .month2 img {
    order: unset;
  }
  .expect-section {
    padding: 2rem 16px !important;
  }
  /* Styles for all mobile devices */
  .hair-loss-heading {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px;
            line-height: 120%;
  }
  .hair-loss-heading br {
    display: none;
  }
  .tooltip {
    position: relative;
    bottom: unset;
    right: unset;
    background: #fff;
    border-radius: unset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
   padding: 16px 20px;
    font-size: 12px;
    width: auto;
    text-align: left;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.1); */
    border: 1px solid lightgray;
  }
  .image-box {
    /* border-radius: unset; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: transparent;
  }
  .main-image {
    border-radius: 8px 8px 0px 0px;
    /* transform: scale(2); */
    min-height: 222px;
  }
  .circle-wrapper {
    height: 87px;
    width: 87px;
  }
  .hari-loss-tags {
    padding: 0 0 20px;
    position: relative !important;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    background: white;
    top: unset;
    /* margin-bottom: 10px; */
  }
  .hari-loss-tag {
    color: #000;
    border: 1px solid #eae6d6;
    cursor: pointer;
        padding: 4px 14px;
  }
  .hair-loss-description {
       color: #111111;
    margin-bottom: 20px;
    font-family: Roboto;
font-weight: 400;
font-size: 16px;
line-height: 160%;
text-align: center;
vertical-align: middle;

  }
}
@media (min-width: 768px) {
  .hair-loss-container {
    padding: 0px 66px !important;
  }

  .mobile-swiper {
    display:block;
  }
} 

/* Large screen (≥992px) */
/* @media (min-width: 992px) {
  .hair-loss-container {
    padding: 60px !important;
  }
  .expect-container {
    padding: 60px !important;
  }
} */
@media (min-width: 1300px) {
  /* Styles for extra-large screens */
  .expect-section {
    padding: 80px 108px 40px 80px !important;
  }
  .hair-lose-section {
    padding: 64px 108px !important;
  }
  .how-work{
    padding: 64px 108px !important;
  }
}
@media (max-width : 1200px ){
  .timeline-item::before{
    top: 22px !important;
  }
  .timeline{
    max-width: 600px;
  }
.left-align::after , .right-align::after{
  display: none;
}
  .timeline::after {
    left: 10px;
    height: 77%;
    margin-top: 135px;
  }
  .timeline-content.right-align{
    text-align: left !important;
  }
  .timeline-item {
    margin: 0rem 0 !important;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
  }
  .timeline-date img {
    height: 25px;
    width: 25px;
  }
  .timeline-item::before {
    left: 0;
    transform: none;
  }

  .col-reverse {
    flex-direction: column-reverse !important;
  }
  .timeline-date,
  .timeline-content {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 1rem;
    width: 90%;
  }
  .timeline-content {
    padding: 20px 27px !important;
    width: fit-content !important;
  }
  .timeline-date {
    order: -1;
    display: flex;
    padding-left: 0rem !important;
    align-items: center;
    gap: 8px;
    justify-content: start;
  }
}


/* Bilal's Code end */

.dna-page-shop-section {
  padding: 64px 0;
}

.dna-page-shop-section .right-column{
  padding-left: 74px;
}

.dna-page-shop-section .left-column img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}

.dna-page-shop-section .description {
  margin: 15px 0;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.dna-page-shop-section ul.labels{
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 27px;
  padding: 0;
}

.dna-page-shop-section ul.labels li {
  font-size: 13px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 6px;
}

.dna-page-shop-section .accordion {
  border-top: 1px solid #ccc;
  padding-top: 0;
  border-bottom: 0;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-content {
  display: none;
  padding: 0 15px 15px;
  color: #555;
}

.accordion-content.active {
  display: block;
}

.dna-treatment-page .dna-page-shop-section .rating-stars span,.dna-treatment-page .dna-page-shop-section .star.half::after,
.dna-treatment-page .dna-page-shop-section .rating-stars .star.half{
    color: var(--green);
}

.review-count{
  color: var(--black) !important;
  text-decoration: underline;
  margin-left: 0;
  font-weight: 400;
}

.dna-page-shop-section h2{
  font-size: 24px;
  text-align: left;
  line-height: 120%;
}

.dna-treatment-page .button_w_arrow{
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  margin: 20px 0 19px 0;
}

.dna-page-shop-section .targets li{
  gap: 5px;
  display: flex;
  width: 29%;
  font-size: 12px;
  margin-bottom: 10px;
  align-items: center;
  margin-right: 4%;
}

.dna-page-shop-section .targets ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.dna-page-shop-section .targets span{
  font-size: 14px;
  font-weight: 400;
}

.money-back h5{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: -6px;
}

.money-back p{
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.money-back-icon{
  display: flex;
  align-items: center;
}

.money-back-icon img{
  height: 45px;
}

.money-back {
  background: transparent;
  padding: 4px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #11111126;
  width: 94%;
}

.money-back-content{
  padding-left: 10px;
  width: 94.5%;
}

.dna-page-shop-section-parent{
  background-color: #FFFDF5;
  overflow: auto;
  display: flex;
}

.dna-page-shop-section .accordion-content.active{
  display: block;
  background-color: transparent;
  border: 0;
}

.dna-page-shop-section .accordion-content p{
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.8;
  margin: 0;
}

.accordion-header {
  background: transparent;
  border: none;
  padding: 17px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}


.accordion-header::after {
  content: '+';
  position: absolute;
  right: 6px;
  font-size: 27px;
  transition: transform 0.3s ease;
  font-weight: 100;
  top: 11px;
}

.accordion-header.open::after {
  content: '−';
}

.banner-content br{
  display: block;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: flex;
}

.dna-page-shop-section .desktop-only{
  display: block;
}

@media (max-width : 786px ){
  .dna-template-banner{
    background-image: url('../../images/dna-page-banner-mobile.png');
    padding: 0 !important;
    height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .banner-text h2,.banner-subtext{
    width: 100%;
    color: #fff;
  }

  .banner-text{
    padding: 0;
  }

  .banner-content{
    justify-content: center;
    text-align: center;
  }

  .banner-content br{
    display: none;
  }

  .dna-treatment-page .rating-stars span, .dna-treatment-page .star.half::after, .dna-treatment-page .rating-stars .star.half{
    color: #fff;
  }

  .top-header{
    position: absolute;
    top: 0;
    width: 100%;
  }

  .banner-content h2{
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .banner-subtext p {
    font-size: 17px;
  }

  .dna-treatment-page .button_w_arrow{
    padding: 12px 0;
    font-size: 14px;
  }

  .dna-treatment-page .top-bar .shop-btn{
    justify-content: flex-end;    
  }

  .dna-treatment-page .top-bar .shop-btn a{
    width: 80%;
    padding: 9px 0;
    font-size: 16px;
    margin: 0;
  }

  .testimonial-card-parent .title,.testimonial-card-parent .subtitle{
    text-align: left !important;
    font-weight: 400 !important;
  }

  .section-root-regrowth{
    padding: 30px 0px 3px 3px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .product-comparison{
    margin-left: 0;
    width: 100%;
    gap: 19px;
  }

  .product-comparison img{
    height: 130px;
  }

  .section-root-regrowth .product-card h3{
    font-size: 22px;
  }

  .section-root-regrowth .product-card{
    padding: 0;
    padding-bottom: 9px;
    margin-bottom: 21px;
  }

  .testimonial-card-parent{
    width: 100% !important;
  }

  .product-comparison .roots li, .product-comparison .others li{
    font-size: 12px;
  }

  .testimonial-card-parent .subtitle{
    margin-bottom: 28px;
  }

  .section-root-regrowth .testimonial-card .quote{
    font-size: 17px;
    padding: 10px;
  }

  .section-root-regrowth .doctor-info{
    padding-top: 13px;
  }

  .doctor-info img{
    width: 20%;
  }

  .dna-page-shop-section{
    flex-wrap: wrap;
  }

  .dna-page-shop-section .right-column,.dna-page-shop-section h2,.dna-page-shop-section .description{
    padding-left: 0;
    text-align: left !important;
  }

  .dna-page-shop-section ul.labels{
    width: 100%;
  }

  .dna-page-shop-section ul.labels li{
    font-size: 10px;
  }

  .money-back-icon{
    width: 20%;
  }

  .money-back p{
    line-height: 1.5;
  }

  .dna-page-shop-section .targets li{
    width: 50%;
    margin-right: 0;
  }

  .dna-page-shop-section .desktop-only{
    display: none !important;
  }

  .image-slider {
    margin-bottom: 20px;
  }

  .slider-dots {
    display: flex;
  }

  .left-column {
    width: 100%;
    padding: 0;
  }

  .dna-page-shop-section .left-column img{
    height: auto;
  }

  .dna-page-shop-section{
    padding: 25px 0;
  }

  .dna-page-shop-section .mobile-only img{
    height: 369px;
    border-radius: 5px;
  }

  .dna-page-shop-section .mobile-only li{
    width: calc(86%) !important;
    margin-right: 3%;
  }

  .root-regrowth .product-card  img{
    height: 100px !important;
  }

  .timeline-content h4{
    font-size: 19px;
  }

  .timeline-content {
    padding: 12px 10px 5px 16px !important;
  }

  .timeline-item{
    padding-left: 39px;
  }

  .timeline-date{
    font-size: 15px;
  }

  .timeline-content ul li{
    font-size: 13px;
  }

  .timeline-content h4{
    font-size: 18px;
  }

  .timeline-item::before{
    width: 15px;
    height: 15px;
    outline: 8px solid #222;
  }

  .timeline::after {
    left: 15px;
  }

  .timeline-item::before{
    left: 7px;
  }
}

.slider-dots {
  text-align: center;
  margin-top: 10px;
}

.slider-dots .dot {
  display: inline-block;
  width: 82px;
  height: 0;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0;
  padding: 2px;
  margin-bottom: 20px;

}

.slider-dots .dot.active {
  background-color: #333;
}



/* Sikandar Changes */

.right-wrapper {
  position: relative;
}

.sticky-target-right {
  z-index: 1000;
  transition: top 0.2s ease, bottom 0.2s ease, position 0.2s ease;
}