:root {
  --text-primary: #ffffff;
  --text-secondary: #000000;
  --primary: #ffffff;
  --secondary: #000000;
  --green: #72B288;
}

.top-header {
  /* transition: all 0.3s ease; */
}

.top-bar #logo {
  margin-top: 20px;
}

.top-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.dna-page-shop-section .right-column {
  z-index: 10 !important;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
}

h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
}

/* header  */
.shop-btn-first a {
  height: auto;
  width: 120px !important;
  padding: 6px 0 !important;
  margin: 0px !important;
}

.top-header {
  border-bottom: 1px solid #ffffff26;
  background-color: #112d1b;
}

.free-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 10px;
}

.free-delivery {
  margin-bottom: 4px;
  font-family: roboto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;

}

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

/* end header  */
.rating {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: start;
  margin-bottom: 0px;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../../images/page-dna-with-social-proof/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-shop {
  background-color: #a0e6b0;
  color: #002d1f;
  font-weight: 500;
  border-radius: 4px;
  padding: 12px 80px;
  transition: 0.3s ease-in-out;
  border: none;
}

.subtext {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 32px;
}

.hero-parent {
  background-image: url("../../images/page-dna-with-social-proof/hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
}

.hero-image {
  display: none;
}

.text-primary {
  color: var(--text-primary);
}

.text-secondary {
  color: var(--text-secondary);
}

span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
}

a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  color: var(--text-secondary);
}

h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
}

.hero-contant {
  max-width: 450px !important;
  width: 100%;
}

.shop-btn a:hover {
  background-color: #000 !important;
  color: #fff;
}

.shop-btn-first a:hover {
  background-color: #57A372 !important;
  color: #fff;
}

.hero-heading {
  margin-top: 8px;
  margin-bottom: 12px;
}

.logo a img {
  width: 74px;
  height: 32px;
}

.button_w_arrow {
  background-color: #57a372;
  color: #000;
  background-image: unset;
  text-align: center;
  justify-content: center;
  display: flex;
  padding-right: unset;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  margin: 20px 0 19px 0;
}

.shop_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header .container {
  margin: 0 auto;
}

/* seecond-section-styling-start now */
.second-section {
  background-color: var(--secondary);
  height: 150px;
  align-content: center;
}

.sec-disc {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.second-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin: 0 auto;
  height: 92px;
  padding: 0px 30px;
}

.second-contant {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

/* seecond-section-styling-end now */
.faq-section {
  padding: 55px 20px;
  margin: 0 auto;
  background: #f9f7ee;
  box-sizing: border-box;
}

.faq-section.section-height.section {
  padding-bottom: 70px;
}

.faq-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
}

.faq-content {
  flex: 1;
  max-width: 600px;
}

.faq-content h2 {
  font-family: "Replica-Regular", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
}

.elementor-kit-27811 h2 {
  color: #111111;
}

.faq-wrapper-content.faq {
  margin: 0;
}

.faq {
  margin-top: 100px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.faq-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.faq-item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.faq-quiz-question {
  background: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.icon {
  font-size: 20px;
  line-height: 1;
  margin-left: 16px;
}

.open .faq-answer {
  display: block;
  font-size: 16px;
  height: auto;
}

.faq-answer {
  margin-top: 8px;
  overflow: hidden;
  transition: height 0.4s ease;
  height: 0;
}

.faq-answer p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #111;
}

.faq-image {
  flex: 1;
  text-align: center;
  width: 425px;
  height: 445px;
}

.faq-image img {
  max-width: 100%;
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* quiz  */
.quiz-results-section {
  background-color: #f9f7ee;
  padding-bottom: 40px !important;
}

.real-results .result-cards {
  position: relative;
  width: 100vw;
  left: 0;
}

.quiz-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  max-width: 1280px;
  margin: 0px auto;
  flex-direction: row;
  justify-content: space-between !important;
  width: 100%;
  padding: 0px 10px
}

.real-results .header {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
  white-space: nowrap;

}

.rating-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  margin-bottom: 5px;
}

.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%;
}

.rating-res {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}

.quiz-container .rating-box .rating-res 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;
}

.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;
}

.real-results {
  margin-top: 64px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  /* margin: 15% 0; */
}

.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;
  object-fit: cover;
  display: block !important;
}

.real-results .result-card-details-time {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.result-card-details-time img {
  height: 13px !important;
  width: 13px !important;
  margin-right: 8px;
}

.just-card-rating img {
  border-radius: 16px;
  height: auto;
  width: auto;
  display: inline !important;
}

.just-card-info img {
  border-radius: 16px;
  height: auto;
  width: auto;
  display: inline !important;
}

.third-container .splide__arrow--next {
  right: 1em;
}

.third-container .splide__arrow--prev {
  left: 1em;
}

.third-container .splide__arrow {
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.real-results .result-card-details-time span {
  font-size: 16px;
  font-weight: 400;
}

.real-results .result-cards .splide__pagination {
  height: auto;
  flex-wrap: nowrap;
  width: 97%;
  position: relative;
  display: none;
}

.splide__pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  flex-wrap: wrap;
  width: 6px;
  margin-left: 0;
  padding-left: 0;
  opacity: 0.5;
  padding-left: calc((100vw - 1240px) / 2);
}

.real-results .result-card {
  background: #e8e5d9;
  border-radius: 8px;
  padding: 16px;
}

/* end */
/* product  */
.dna-page-shop-section-parent {
  background-color: #FFFDF5;
  overflow: hidden;
  display: flex;
}

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

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

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

.mobile-only {
  display: none;
}

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

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

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

.star-rating-top .stars {
  color: var(--green);
}

.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);
  font-size: 16px;
  letter-spacing: 2px;
}

.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);
}

.star.half::after {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: var(--green);
}

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

.review-count a {
  color: black;
}

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

.dna-page-shop-section .price {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

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

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

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

.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: 5px;
}

.web-list-product {
  display: block;
}

.mobile-list-product {
  display: none !important;
}

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

.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 li {
  gap: 5px;
  display: flex;
  width: 29%;
  font-size: 12px;
  margin-bottom: 10px;
  align-items: center;
  margin-right: 4%;
}

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

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

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

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

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

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

.rating-stars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-social-text {
  font-size: 13px;
  font-weight: 400;
  font-style: Regular;
  font-family: Roboto;
  color: #111111;
  margin-bottom: 3px;
}

.product-listing-proof {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

.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-content {
  display: none;
  padding: 0 15px 15px;
  color: #555;
}

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

@media only screen and (min-width: 45em) {
  .col-6 {
    width: 46%;
  }

  .col-2 {
    width: 12.66%;
  }
}

/* end  */
/* Small (sm ≥576px) */
@media (min-width: 576px) {
  .hero-container {
    max-width: 540px;
  }
}

/* Medium (md ≥768px) */
@media (max-width: 1100px) {
  .shop-btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  #logo img {
    height: 24px;
    max-width: 54px;
  }

  .button_w_arrow {
    background-color: #57a372;
    color: #000;
    background-image: unset;
    text-align: center;
    justify-content: center;
    display: flex;
    padding-right: unset;
    width: 120px;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    margin: 20px 0 19px 0;
  }
}

@media (min-width: 768px) {

  .button_w_arrow {
    background-color: #000;
    color: #fff;
    background-image: unset;
    text-align: center;
    justify-content: center;
    display: flex;
    padding-right: unset;
    width: 120px;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    margin: 20px 0 19px 0;
  }

  .hero-container {
    max-width: 720px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .money-back {
    width: 90%;
  }

  .dna-page-shop-section h2 {
    font-size: 19px !important;
  }

  .dna-page-shop-section .description {
    font-size: 12px;
    text-align: left;
  }

  .product-social-text {
    font-size: 9px;
  }

  .money-back h5 {
    font-size: 14px;
  }

  .money-back p {
    font-size: 12px;
  }

  .rooted-genes-data {
    max-width: 92% !important;
  }

  /* Tablet-specific styles */
  .dna-page-shop-section .mobile-only li {
    width: 50% !important;
    margin-right: 3%;
  }

  .third-container .splide__arrow--next {
    right: 0em;
  }

  .third-container .splide__arrow--prev {
    left: 0em;
  }

  .free-delivery {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .web-list-product {
    display: none !important;
  }

  .mobile-list-product {
    display: flex !important;
  }

  .real-results .result-cards .splide__pagination {
    display: flex;
  }

  .real-results .result-cards .splide__pagination li button {
    height: 0px;
    width: 97%;
  }

  .real-results .result-cards .splide__pagination li .is-active {
    background: #333 !important;
    opacity: 1 !important;
  }

  .real-results .result-cards .splide__pagination li .splide__pagination__page {
    background: #DFDAC8;
    opacity: 0.5;
  }

  .real-results .header {
    margin-bottom: 0px;
  }

  .faq-section {
    padding: 40px 25px !important;
    margin: 0 auto;
    background: #f9f7ee;
    box-sizing: border-box;
  }

  .faq-image {
    flex: 1;
    text-align: center;
    width: 100%;
    height: 445px;
  }

  .faq-image img {
    width: 100% !important;
    justify-content: center;
    display: flex;
  }

  .top-header {
    max-height: 50px;
    height: 50px;
  }

  .top-bar {
    height: 50px;
    padding: 0px 0px;
  }

  .faq-image img {
    max-width: 100%;
    border-radius: 24px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .quiz-container {
    flex-direction: column;
    padding: 0px 10px;
    gap: 10px;
  }

  .faq-wrapper {
    padding: 20px 0px !important;
  }

  .faq-content {
    max-width: 100%;
  }

  .faq-section {
    padding: 40px 25px !important;
    margin: 0 auto;
    background: #f9f7ee;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: unset !important;
  }

  .just-card-rating img {
    aspect-ratio: unset;
  }

  .third-heading {
    width: 225px;
  }

  .third-heading h2 {
    margin-bottom: 20px !important;
  }

  .sixth-section {
    padding: 40px 16px !important;
  }

  /* seecond-section-styling-start now */

  .second-section {
    display: none !important;
  }

  /* seecond-section-styling-end now */
  .top-bar #logo {
    margin-top: 20px;
  }

  #logo img {
    height: 30px;
    max-width: 65px;
  }

  .shop-btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .button_w_arrow {
    background-color: #000;
    color: #fff;
    background-image: unset;
    text-align: center;
    justify-content: center;
    display: flex;
    padding-right: unset;
    width: 120px;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    margin: 20px 0 19px 0;
  }

  .hero-parent {
    padding: 16px !important;
    height: unset;
  }

  .btn-shop {
    width: 100%;
  }

  .hero-contant {
    text-align: center;
    margin: 0 auto;
  }

  .rating {
    justify-content: center;
  }

  .hero-image {
    display: block !important;
  }

  .hero-parent {
    background-position: left !important;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 114.99999999999999%;
    text-align: center;
  }
}

/* Large (lg ≥992px) */
@media (min-width: 992px) {
  .hero-container {
    max-width: 960px;
  }
}

/* Extra large (xl ≥1200px) */
@media (min-width: 1200px) {
  .hero-container {
    max-width: 1140px;
  }
}

/* Custom XXL (xxl ≥1320px) */
@media (min-width: 1320px) {
  .hero-container {
    max-width: 1224px;
  }
}

@media (max-width: 786px) {


  .hero-image {
    display: block !important;
  }

  .hero-parent {
    background-position: left left !;
  }

  #dontJustSplide .splide__arrow--next {
    background-image: unset;
  }
}

.fourth-section {
  padding: 15px 108px;
}

.rooted-genes-container {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rooted-genes-img {
  width: 678px;
  height: 538px;
  opacity: 1;
}

.rooted-genes-contant {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rooted-genes-data {
  max-width: 466px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
}

.rooted-genes-btn {
  padding: 12px 80px;
  background: var(--secondary);
  color: var(--primary);
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-top: 32px;
  width: fit-content;
}

.hair-rooted-genes-key-point {
  background: #f9f7ee;
  padding: 10px;
}

.hair-rooted-genes-key-point-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 0;
  margin-bottom: 0;
}

.hair-rooted-genes-key-point-discription {
  margin-top: 0;
  margin-bottom: 0;
}

.rooted-genes-image2 {
  display: none;
}

/* fourth-section-styling-start-now */
/* fifth-section-styling-start-now */
.your-dna-container {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.fifth-section {
  padding: 64px 64px;
  background: #F9F7EE;

}

.your-dna-heading {
  margin-top: 20px;
  margin-bottom: 16px;
}

.your-dna-discription p {
  margin-bottom: 32px;
  padding: 0 36px;
}

.your-dna-btn {
  padding: 12px 80px;
  background: var(--secondary);
  color: var(--primary);
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.shop-now-btn-social {
  padding: 12px 40px;
  width: 150px;
  background: var(--secondary);
  color: var(--primary);
  height: 50px;
  border-radius: 3px;
}

.shop-wrapper-web {
  margin-top: 35px;
  display: block;
}

.shop-wrapper-mobile {
  display: none;
}

/* fifth-section-styling-end-now */
/* sisth-section-styling-start-now */

.sixth-section {
  padding: 80px 0;
}

.third-section {
  background-color: var(--secondary) !important;
  padding: 80px 108px 53px;
}

.comparison-row .fourth-tile {
  padding: 4px !important;
}

.third-container {
  max-width: 1224px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.third-heading {
  margin-bottom: 48px;
  margin: 0 auto;
  text-align: center;
}

.third-heading h2 {
  margin-bottom: 48px;
  color: #fff !important;
}

.dont-card {
  background: #262626;
  border-radius: 10px;
  overflow: hidden;
  padding: 28px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  width: 100%;
  max-width: 400px;
  min-height: 275px;
  height: 100%;
  /* let content define height */
  margin: 0 auto;
  box-sizing: border-box;
}

.splide__slide {
  border-radius: 10px;
  overflow: hidden;
}

.third-container,
#dontJustSplide {
  /* overflow: hidden; */
  box-sizing: border-box;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.splide__slide {
  box-sizing: border-box;
}

.just-card-rating-disc {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin: 16px auto;
}

.just-card-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  align-items: baseline;
}

.custom-card-text {
  min-height: 105px !important;
  margin-top: 0px;
  margin-bottom: 24px;
}

.card-into-title,
.card-into-disc {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  letter-spacing: 0% !important;
  text-align: center 1 !important;
  margin: 0 !important;
}

.card-into-disc {
  font-size: 14px !important;
}

.splide-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 210px;
  margin: 0 auto;
  margin-top: 3.5rem;
  position: relative;
  flex-wrap: wrap;
  padding-right: 20px;
}

.splide__arrow {
  background-color: var(--secondary) !important;
  color: var(--primary);
  border: none;
  height: 56px;
  width: 56px;
  font-size: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid white;
}

.splide__arrow:hover {
  background-color: #000;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.custom-dot {
  width: 8px;
  height: 8px;
  background-color: #aaa;
  border-radius: 50%;
  border: none;
  opacity: 0.6;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  appearance: none;
}

.custom-dot.active {
  opacity: 1;
  transform: scale(1.4);
}

/* Flex container */
.comparison-container {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.comparison-row>div {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.comparison-header>div {
  border-right: 1px solid #ccc;
  padding: 8px;
}

.brand-others>div {
  border-right: 1px solid #ccc;
  padding: 10px;
}

/* Remove the border from the last column */
.comparison-row>div:last-child {
  border-right: none;
}

.comparison-row>div:last-child {
  border-right: none;
}

.comparison-header>div:first-child {
  visibility: hidden;
  border-right: none;
}

.brand-others .brand-cell {
  font-size: 24px;
  font-weight: bold;
}

.brand-roots {
  border-right: none;
}

.left-border {
  border-left: 1px solid #ccc !important;
}

.comparison-contant {
  display: flex;
  flex-wrap: wrap;
  background: #f9f7f1;
  border-radius: 8px;
  padding: 40px;
  align-items: center;
  justify-content: center;
}

/* Image */
.product-image-proof {
  flex: 1 1 250px;
  text-align: center;
  margin-bottom: 20px;
}

.product-image-proof img {
  max-width: 220px;
  height: 250px;
}

/* Table */
.comparison-table {
  flex: 2 1 600px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.2fr repeat(5, 1fr);
  align-items: center;
  text-align: center;
  padding: 14px 8px;
  /* border-top: 1px solid #ddd; */
  font-size: 14px;
}

.comparison-header {
  font-weight: bold;
  border: none;
}

.brand-cell {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}

.brand-roots {
  background-color: #4caf6e;
  color: #fff;
  border-radius: 6px;
}

.brand-roots .brand-cell span {
  font-weight: normal;
  font-size: 12px;
  display: block;
}

.brand-others {
  color: #333;
}

.comparison-heading {
  margin-top: 0;
  margin-bottom: 48px;
}

/* sixth-section styling-end-now */

@media (max-width: 1160px) {

  /* sixth-section-query start now */
  .comparison-header>div {
    border-right: 0px solid #ccc;
  }

  .left-border {
    border-left: 0px solid #ccc !important;
  }

  .brand-others>div {
    border-right: 0px solid #ccc;
    padding: 10px;
  }

  .comparison-row {
    display: flex;
    flex-direction: column;
    gap: 34px;
    border-top: 0px;
    justify-content: space-between;
  }

  .comparison-table {
    flex-direction: row;
  }

  .comparison-contant {
    flex-direction: column;
    padding: 24px 16px;
  }

  .comparison-row {
    font-size: 13px;
    grid-template-columns: 1fr repeat(5, 0.8fr);
    width: 35%;
  }

  .product-image-proof img {
    max-width: 150px;
  }

  .comparison-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .invisible {
    color: transparent !important;
  }

  /* sixth-section-query end now */



  .rooted-genes-image2 {
    width: 100%;
    max-width: 678px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
    /* Ensure the container is visible */
  }

  .rooted-genes-img2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    /* Make sure image is shown */
    object-fit: contain;
  }

  .rooted-genes-image {
    display: none;
  }

  .rooted-genes-contant {
    text-align: center;
  }

  .rooted-genes-btn {
    margin: 0 auto;
    margin-top: 32px;
  }
}

@media (max-width: 576px) {
  .your-dna-discription p {
    margin-bottom: 32px;
    padding: 0;
  }

  .your-dna-btn {
    width: auto;
  }
}

@media (max-width: 768px) {
  .shop-btn-first {
    width: 75% !important;
  }

  .quiz-results-container {
    overflow: hidden;
  }

  .quiz-container .splide__slide {
    width: 340px !important;
  }

  .comparison-row .fourth-tile {
    padding: 0px !important;
  }

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

  .money-back {
    padding: 12px 16px;
  }

  .dna-page-shop-section .targets span {
    display: none;
  }

  .dna-page-shop-section .targets li {
    width: 45%;
  }

  .dna-page-shop-section h2 {
    font-size: 26px !important;
    margin-bottom: 0px;
  }

  .dna-page-shop-section .description {
    margin: 5px 0px;
  }

  .dna-page-shop-section ul.labels {
    gap: 3px !important;
  }

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

  .shop-wrapper-web {
    margin-top: 0px;
    display: none !important;
  }

  .shop-wrapper-mobile {
    display: block;
  }

  .shop-now-btn-social-mobile {
    padding: 12px 40px;
    width: 150px;
    background: var(--secondary);
    color: var(--primary);
    /* height: 50px; */
    border-radius: 3px;
    width: 100%;
    margin: 15px 10px;
    display: flex;
    width: auto;
    text-align: center;
    justify-content: center;
  }

  .sixth-section {
    padding: 40px 16px;
  }

  .comparison-row {
    min-width: 85px;
  }

  .comparison-row>div {
    text-align: left;
    padding: 0;
    font-size: 14px;
  }

  #dontJustSplide .splide__arrow {
    margin-right: 0px;
  }

  .third-container .splide__arrow--prev {
    left: -2em;
  }

  .third-container .splide__arrow--next {
    right: -2em;
  }

  .product-image-proof {
    display: none;
  }

  .rooted-genes-data {
    text-align: left;
  }

  .hair-rooted-genes-key-point {
    padding: 8px;
  }

  .rooted-genes-heading {
    margin-bottom: 4px;
    margin-top: 0px;
  }

  .rooted-genes-image2 {
    padding: 0;
  }

  .fourth-section {
    padding: 32px 16px;
  }

  .rooted-genes-btn {
    /* width: 55%; */
    text-align: center;
  }

  .your-dna-btn {
    width: 55%;
    text-align: center;
    margin: 0 auto;
  }

  /* fourth-section-start-now */
  .rooted-genes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  /* fourth-section-end-now */
  .fifth-section {
    padding: 32px 16px;
  }

  .third-container {
    padding: 0;
  }

  .your-dna-heading h2 {
    font-size: 28px !important;
  }

  h2 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .third-section {
    background-color: var(--secondary) !important;
    padding: 40px 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* Your tablet styles here */
  .shop-btn-first {
    width: 25% !important;
  }
}

.mobile-only .splide__slide img {
  height: auto;
  width: auto;
  /* object-fit: cover; */
  aspect-ratio: 3/2;
}

@media (max-width: 992px) {

  .hero-container {
    align-items: center;
  }

  /* .hero-parent {
          padding: 16px !important;
          height: unset;
      }
      .hero-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    } */
  .dna-page-shop-section {
    padding: 25px 0;
    flex-wrap: wrap;
  }

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

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

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

  .mobile-only {
    display: block;
  }

  .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 .right-column,
  .dna-page-shop-section h2,
  .dna-page-shop-section .description {
    padding-left: 0;
    text-align: left !important;
  }

  .slider-dots {
    display: flex;
  }

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

  .dna-page-shop-section-parent .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;
  }

  .dna-page-shop-section-parent .slider-dots {
    text-align: center;
    margin-top: 10px;
  }

  .dna-page-shop-section-parent .slider-dots .dot.active {
    background-color: #333;
  }
}

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

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

@media (min-width: 481px) and (max-width: 992px) {
  .hero-image {
    display: none !important;
  }

  .dna-page-shop-section .mobile-only li {
    width: 50% !important;
  }

  .dna-page-shop-section-parent .slider-dots .dot {
    width: 100%;
  }

  .rating-box BR {
    display: none;
  }

  .right-wrapper {
    width: 100%;
  }

  .rooted-genes-data {
    max-width: 92% !important;
  }

  .just-card-rating img {
    aspect-ratio: unset;
  }

  .third-section {
    background-color: var(--secondary) !important;
    padding: 80px 20px 38px;
  }

  .comparison-row {
    width: 35%;
  }

  .your-dna-btn {
    width: 12%;
    margin: 0 auto;
  }

  .comparison-heading {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .quiz-container {
    flex-direction: column;
    padding: 0px 10px;
    gap: 10px;
  }

  .shop-wrapper-mobile {
    display: block;
  }

  .shop-wrapper-web {
    margin-top: 0px;
    display: none !important;
  }

  .real-results .result-cards .splide__pagination {
    display: flex;
  }

  .real-results .result-cards .splide__pagination {
    height: auto;
    flex-wrap: nowrap;
    width: 97%;
    position: relative;
    /* display: none; */
  }

  .real-results .result-cards .splide__pagination {
    height: auto;
    flex-wrap: nowrap;
    width: 97%;
    position: relative;
    gap: 15px;
    /* display: none; */
  }

  .real-results .result-cards .splide__pagination li button {
    height: 0px;
    width: 100%;
  }

  .shop-now-btn-social-mobile {
    padding: 12px 40px;
    width: 150px;
    background: var(--secondary);
    color: var(--primary);
    /* height: 50px; */
    border-radius: 3px;
    width: 100%;
    margin: 15px 10px;
    display: flex;
    width: fit-content;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
  }

  .real-results .header {
    margin-bottom: 00px;
  }
}


