.banner {
  width: 100%;
  overflow: hidden;
  padding-top: 8%;
  height: 77vh;
  position: relative;
}

.imgcover {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.shampoo-detail-text > pre:nth-child(6){
  white-space: pre-line;
}
.shampoo-detail-text > pre:nth-child(9){
  white-space: pre-line;
}

.read-more-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.hidden {
  display: none; /* Hide items with the 'hidden' class */
}
.read-more-btn {
  background-color: black;
  color: white; /* Add contrasting color for text visibility */
  display: flex; /* Ensure it can use flexbox for alignment */
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-family: "Questrial", sans-serif;
  padding: 10px 20px; /* Add some padding for a better button appearance */
  border: none; /* Remove default borders */
  border-radius: 5px; /* Optional: Add rounded corners */
  cursor: pointer; /* Indicate it's clickable */
  margin: auto;
  margin-top: 10px; /* Center it horizontally */
}

.ingredients-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
}
.ingredients-section span {
  font-size: 32px;
}
.facilities-section {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 64px 0;
}

.sm-box {
  background: var(--background-colour-neutral-colour, #f2f2f2);
  width: 294px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.sm-box span {
  color: black;
}
/* .product-section {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* gap: 32px;
  width: 100%; */
  /* margin-left: 220px 
} */
.product-section img {
  mix-blend-mode: multiply;
}
.product-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; /* Adjust to distribute the boxes */
}
.p-box {
  width: calc(
    33.33% - 20px
  ); /* Adjust width to fit three boxes per row with margin */
  margin: 10px;
  text-align: left; /* Align content to the left */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-box .ingredient-text {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  gap: 4px;
}
.ingredient-text span {
  font-size: 15px;
}

.p-box img {
  max-width: 100%; /* Ensure images fit within their container */
}

.faq-container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  width: 440px;
}

.faq-container h2 {
  font-size: 1.8em;
  margin-bottom: 1em;
}
.page-level-txt {
  font-size: 1rem;
  position: relative;
  padding-top: 18px;
  padding-left: 150px;
}

.top-txt {
  width: 100%;
  padding: 2% 0;
  text-align: center;
  color: #d69308;
  font-size: 2rem;
}
.spashcolour,
.spashcolourleft {
  border-radius: 420.734px;
  opacity: 0.1;
  background: #a7bf48;
  width: 40%;
  height: 550px;
  filter: blur(60px);
  position: absolute;
  right: 0;
  top: 0;
}
.spashcolourleft {
  left: 0;
}

.main-section {
  display: flex;
  /* align-items: center; */
  justify-content: space-evenly;
  position: relative;
}
.main-container {
  position: relative;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.5)
  );
}

.product-section {
  position: relative;
  margin-right: 50px;
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredients-section .product-section {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 32px;
  width: 100%;
  /* margin-left: 220px */
}

.ring {
  width: 300px;
  height: 300px;
  border: 25px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  
}

.product-image {
  width: 300px;
  height: auto;
  position: relative;
  z-index: 99;
}


.text-section {
  /* min-width: 50%; */
  position: relative;
  max-width: 50%;
}

.text-section span {
  font-size: 24px;
}

.text-section h2 {
  font-size: 2rem;
  font-family: "Ovo";
  color: #333;
  padding: 12px 0;
}

.text-section p {
  font-size: 16px;
}

.text-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.text-section ul li {
  margin-bottom: 5px;
}

ul li:hover {
  font-weight: normal !important;
}
.buy-buttons {
  /* margin-top: 20px; */
}
.bt-0 {
  position: relative;
  top: 19px;
}
.img-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  top: 28px;
}
.img-box span {
  font-size: 16px;
  font-weight: bold;
}
.img-box div {
  display: flex;
  gap: 10px;
}
.logo-box {
  display: flex;
  padding: 10px 19px;
  border: 1px solid black;
  cursor: pointer;
}

.logo-box img {
  width: 100px;
}
.size {
  display: flex;
  padding-bottom: 20px;
}
.size p {
  color: grey;
}

.reverse {
  padding-top: 4%;
  position: relative;
  flex-direction: row-reverse;
  padding-bottom: 3%;
}
.reverse .spashcolourleft {
  display: none;
}
.reverse .spashcolour {
  height: 100%;
  width: 100%;
}

.shampoo-detail {
  background-color: #d0ac8c;
  display: flex;
  justify-content: space-evenly;
  padding: 0px 120px;
  /* margin-top: 87px; */
  padding-top: 55px;
  gap: 45px;
}
.shampoo-detail-text {
  width: 50%;
}
.shampoo-detail-text h3 {
  padding-top: 12px;
}
.shampoo-detail-text ul {
  padding: 5px 23px;
}
.shampoo-detail-text ul li pre {
  white-space: pre-wrap;
  padding-top: 16px;
}
.section2 {
  width: 690px;
  display: flex;
  height: 420px;
  overflow: hidden;
}
.section2 video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the area without being cut */
}

.brand-value {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.brand-value h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.brand-value span {
  font-size: 15px;
  color: var(--Secondary-Colour-2, #757977);
}

.probio-section {
  background: #f2f2f2;
  /* margin-top: 50px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 50%;
  justify-content: center;
}

.probio-row {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: flex-end;
}
.first-pd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.heading {
  font-size: 2rem;
}

.faq-div {
  display: flex;
  justify-content: center;
}
.containerr {
  display: flex;
  align-items: flex-start;
  gap: 27px;
  justify-content: center;
  padding: 56px 0;
  width: 95%;
  height: auto;
  margin-left: 10px;
}

.pd {
  min-height: 33.3%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-container {
  text-align: center;
  width: 100%;
}
.form-container span {
  font-size: 2rem;
}
.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 8px;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  margin-right: 5px;
  border-bottom: 2px solid #f2f2f2;
  background-color: white;
}

.tab.active {
  border-bottom: 2px solid black;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-group {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-bottom: 10px;
  gap: 4px;
  justify-content: flex-start;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  border: none;
  color: black;
}

.form-group input.full-width {
  width: 100%;
}

button[type="submit"] {
  padding: 10px 20px;
  border: 1px solid #000;
  cursor: pointer;
  background: white;
}
#addresses {
  height: 20%;
  padding-bottom: 60px;
}
.image-sectionn img {
  height: auto;
}
.faq-sectionn {
  width: 65%;
}

.faq-sectionn h2 {
  font-size: 32px;
  margin-bottom: 20px;
  width: max-content;
}
.accordion1 {
  border-top: 1px solid #ccc;
}
.accordion-item1 {
  border-bottom: 1px solid #ccc;
}
.accordion-button1 {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 1em 0;
  text-align: left;
  font-size: 1.1em;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-button1:after {
  content: "+";
  font-size: 1.2em;
}
.accordion-button1.active:after {
  content: "-";
}
.accordion-content1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-content1 ul {
  padding-left: 16px;
}

.accordion-content1 p {
  margin: 1em 1em;
}
.product-section-row {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  flex-wrap: wrap;
  margin-top: 50px;
}
.item-heading {
  text-transform: capitalize;
}
/* Responsive styles for screens smaller than 600px */
/* @media (max-width: 600px) {
  .product-image {
    width: 180px;
  }

  .ring {
    width: 180px;
    height: 180px;
    border-width: 15px;
  }
} */
@media (max-width: 600px) {
  .banner {
    height: 50%;
    padding-top: 5rem;
  }
  .banner img {
    height: 71vh; /* Maintain natural aspect ratio */
    object-fit: cover; /* Show full image */
  }
  .page-level-txt {
    display: none;
  }
  .section1 {
    width: 100%;
  }
  .top-txt {
    padding: 16px 0;
  }
  .main-section {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 1rem;
  }
  /* .ring {
    width: 300px;
    height: 300px;
  } */
  .product-section {
    width: 100%;
    margin-right: 0;
  }
  /* .spashcolour {
    display: none;
  } */
  .section2 {
    width: 95%;
    height: auto;
    margin-left: 10px;
  }
  /* .spashcolourleft {
    width: 100%;
    height: 50%;
  } */
  .text-section {
    max-width: 100%;
    padding: 0 16px;
  }
  .img-box div {
    min-width: 50%;
    justify-content: center;
  }
  .section1 h1 {
    padding-left: 16px;
  }
  .probio-section {
    height: auto;
  }
  .probio-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .heading {
    padding: 2rem 0;
  }
  .first-pd {
    align-items: center;
  }
  .pd {
    width: 100%;
    padding: 0 32px;
    margin-bottom: 24px;
  }
  .form-group {
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
  }
  .form-group input {
    outline: black;
  }
  button[type="submit"] {
    width: 7rem;
  }
  .ingredient-text {
    width: 100%;
  }
  .ingredient-text span {
    text-align: center;
  }
  .reverse {
    padding-top: 10%;
  }
  .shampoo-detail {
    background-color: #d0ac8c;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 32px 0;
    flex-direction: column-reverse;
  }
  .shampoo-detail h2 {
    font-size: 2rem;
  }
  .shampoo-detail-text {
    padding: 0 16px;
    width: 100%;
  }
  .shampoo-detail-text > pre:nth-child(6){
    white-space: pre-line;
  }
  .shampoo-detail-text > pre:nth-child(9){
    white-space: pre-line;
  }
  .brand-value {
    margin-top: 0;
    height: auto;
  }
  .ingredients-section {
    padding-top: 2rem;
  }
  .containerr {
    width: 93%;
    height: auto;
    margin: 0;
    padding: 0 16px;
  }
  .sm-box {
    width: 45%;
  }
  .facilities-section {
    gap: 2%;
    flex-wrap: wrap;
    margin: 0;
  }
  .image-sectionn {
    display: none;
  }
  .faq-sectionn {
    width: auto;
    padding: 2rem 0;
  }
  .faq-sectionn h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
    width: auto;
  }
  .accordion-button1 {
    font-size: 16px;
  }
  .product-section-row {
    flex-direction: column;
  }
}

@media (max-width: 1200px) and (min-width: 600px) {
  .banner {
    padding-top: 8rem;
    height: 50vh;
  }
  .probio-section {
    height: auto;
  }
  .probio-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .facilities-section {
    gap: 2%;
    flex-wrap: wrap;
  }
  .section1 {
    width: 100%;
  }

  .li-dots {
    left: 0;
  }
  .section2 {
    width: 100%;
  }
  .ring {
    width: 100%;
    max-width: 400px;
  }
  .text-section ul {
    width: 100%;
  }
  .shampoo-detail {
    flex-direction: column-reverse;
    padding: 2rem 16px;
    gap: 16px;
    margin: 1rem 0;
    margin-top: 5rem;
  }
  iframe {
    width: 100%;
  }
  .brand-value {
    margin-top: 0;
  }
  .shampoo-detail-text {
    width: 100%;
    padding: 2rem 0;
  }
  .containerr {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0 16px;
  }
  .image-sectionn {
    display: none;
  }
  .faq-sectionn {
    width: 100%;
  }
  .product-section-row {
    justify-content: start;
    height: auto;
    padding: 2.5rem 2.5rem;
    justify-content: space-between;
  }
  .faq-div {
    padding-top: 1.5rem;
  }
  .form-group {
    width: 90%;
  }
  .form-container {
    padding-top: 2rem;
  }
  .section2 {
    height: auto;
  }
}
@media (max-width: 750px) and (min-width: 600px) {
  .banner {
    padding-top: 8rem;
    height: 50vh;
  }
}
.hair-products-section {
  background: #f4f4f4;
  height: 686.071px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .bx-1 {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    flex: 0 0 50%;
  }
  .hair-products-section {
    padding-bottom: 2rem;
  }
  .hair-product-row {
    gap: 16px;
    width: 100%;
    padding-right: 16px;
    /* justify-content:  start !important; */
  }
}
@media (max-width: 600px) {
  .content-bx h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
  }
  .bx-1 {
    height: 477px;
  }
  .bx-1 {
    flex: 0 0 100%;
  }
  .hair-product-row {
    overflow-x: auto;
    display: flex;
    gap: 2rem;
    padding: 0 16px; /* Adjust for mobile padding */
    width: 100%;
    flex-direction: row;
    justify-content: start !important;
  }
  .hair-product-heading {
    font-size: 2rem;
    margin: 3rem 0;
  }
}
.hair-product-heading {
  font-size: 2rem;
  margin: 3rem 0;
}
.hair-product-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  /* justify-content: start; */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: calc(80% + 22px);
}
.hair-product-row::-webkit-scrollbar-button {
  display: none;
}
.bx-1 {
  flex: 0 0 32%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bx-1 img {
  mix-blend-mode: multiply;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 2.5rem;
}
.content-bx {
  display: inline-flex;
  /* padding: 84px 80px 32px 80px; */
  width: 90%;
  flex: 0 0 50%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.content-bx:hover {
  background-color: transparent;
}
.content-bx button {
  background-color: transparent;
  border: 1px solid black;
  display: inline-flex;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  color: black;
  margin-bottom: 24px;
}
.content-bx button:hover {
  background: #000;
  color: white;
}
.content-bx span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hair-product-row {
    flex-wrap: nowrap; /* Prevent wrapping */
  }

  .bx-1 {
    min-width: 100%;
  }
  .hair-product-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .hair-products-section {
    background: #f4f4f4;
    height: 686.071px;
    display: flex;
    padding-bottom: 69px;
    align-items: center;
    flex-direction: column;
  }
}


