* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
@font-face {
  font-family: 'Metropolis';
  src: url('font/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('font/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: #fff;
  overflow-x: hidden;
   font-family: 'Metropolis', sans-serif;
}
p {
    font-size: 16px;
    font-weight: 400;
     font-family: 'Metropolis', sans-serif;
    line-height: 20px;
    margin: 0;
    margin-bottom: 20px;
}
ul {
    padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}
table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
}
th, td {
    border: 0px solid #ccc;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    max-width: 121px;
}
td:first-child{
    text-align: start;
}
th{
    font-weight: 800;
}
tr{
    border-bottom: 0.5px solid #000000;
}
.input-wrapper {
  padding: 1px;
  background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
  border-radius: 25px;
  display: block;
}

.input-wrapper input,
.input-wrapper textarea, .input-wrapper select {
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #333;
  outline: none;
  box-sizing: border-box;
}
.check i{
    background-color: #009356;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.cross i{
    background-color: #B20003;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.neutral i{
    background-color: #E9B620;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.mt-20{
    margin-top: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x: 3.5rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.common-padding{
    padding: 50px 0;
}
.btn {
  background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 999px; /* pill shape */
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.btn-lg{
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 1rem 1.5rem;
    margin: 0 auto;
    min-width: 160px;
}
.btn:hover {
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}
.title{
    font-size: 27px;
    line-height: 32px;
    font-weight: 800;
    color: #000;
    margin: 0;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 100.48px;
  height: 38px;
  object-fit: contain;
}
.offcanvas-body{
    padding: 0;
    padding-top: 30px;
}
.navbar{
    padding: 15px 0;
}
.navbar-toggler{
    border: 0;
    text-align: end;
    padding: 0;
    padding-left: 10px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.nav-item{
    border-top: 0px solid #BDBDBD ;
    border-bottom: 0px solid #BDBDBD ;
}
.nav-item:hover, .nav-item.active{
   background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
   border-top: 1px solid transparent ;
    border-bottom: 1px solid transparent ;
}
.nav-item:hover a, .nav-item.active a{
    color: #fff !important;
}
.navbar-nav .nav-item:first-child{
    border-top: 0px;
}
.nav-link{
    padding: 10px 6px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.offcanvas{
    max-width: 65%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sidebar {
  background: white;
  border-right: 1px solid #ccc;
  width: 260px;
  padding: 16px;
  position: absolute;
  top: 64px;
  left: 0;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.sidebar .active {
  background-color: #f4c14d;
  font-weight: bold;
}

.hero {
  text-align: center;
  margin-top: 16px;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 500px !important;
  height: auto;
  display: block;
  object-fit: cover;
}

/* About */
.about img.logo{
    width: 162px;
    height: 61px;
    object-fit: contain;
}
.about h2{
    margin-top: 20px;
	background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
	background-clip: text;
	color: transparent;
}
.about P{
    margin-top: 16px;
    margin-bottom: 0;
}

/* ad */
.ad-title h1{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
    margin: 0;
}
.ad-box{
    background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    display: flex;
    --bs-gutter-x: 4.5rem;
    padding: 5px 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.50rem;
}
.ad-box h1{
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.ad-box p{
    text-align: start;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.ad-box span{
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.item-box{
    margin-top: 20px;
    border-radius: 15px;
    position: relative;
    height: 577px;
    /* box-shadow: 6px 6px 10px 1px #00000054; */
}
.item-box img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-box::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.item-content {
    position: absolute;
    z-index: 111111;
    bottom: 15px;
    padding: 20px;
}
.item-content h4{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.item-content p{
    color: #fff;
    font-size: 14px;
}
.owl-theme .owl-nav {
    position: relative;
    margin-top: 20px;
}
.owl-carousel .owl-nav .owl-prev{
    font-size: 40px !important;
    position: absolute;
    left: 25%;
    top: -30px;
}
.owl-carousel .owl-nav .owl-next{
    font-size: 40px !important;
    position: absolute;
    right:  25%;
    top: -30px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: #000;
}
/* Solution */
.solution-section{
    position: relative;
   background: #fff;
}
.solution h2{
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
    margin-bottom: 30px;
}
.solution p{
    color: #000;
    margin-bottom: 20px;
}
.comparison-table{
    overflow-x: auto;
}
.comparison-table table{
    min-width: 600px;
}

/* technology-section */
.technology-section{
    position: relative;
    background-color: #fff;
}
.technology-section::before{
    content: "";
    background-image: url(img/molecular.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 265px;
    width: 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 111;
}
.technology {
    padding-right: 60px;
}
.technology .title{
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}
.technology p{
    color: #000;
    margin-bottom: 20px;
}

/* Post CAre */
.post-care-container .card {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 12px;
      box-shadow: 4px 4px 15px 0.5px rgb(0 0 0 / 25%);
      padding: 25px;
      max-width: 600px;
      width: 100%;
      gap: 20px;
      margin-bottom: 25px;
}
.post-care-container .card img{
    width: 50px;
    height: 164px;
}
.post-care-container .card .card-body{
    text-align: start;
    padding-left: 30px;
}
.post-care-container .card .card-body .card-title{
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
	text-transform: uppercase;
}
.post-care-container .card .card-body .card-text{
    font-size: 14px;
}

/*  */
.comparison-section .comparison-container {
  position: relative;
  height: 550px;
  overflow: hidden;
  border-radius: 10px;
  user-select: none;
  touch-action: none;
  max-width: 35%;
  margin: 0 auto;
}

.comparison-section .comparison-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}

.comparison-section .comparison-container .after-img {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.1s ease-out;
  z-index: 1;
}

.comparison-section .comparison-container .before-img {
  z-index: 0;
}

.comparison-section .comparison-container .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: ew-resize;
}

.comparison-section .comparison-container .slider::before,
.comparison-section .comparison-container .slider::after {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.comparison-section .comparison-container .slider::before {
  content: '\f104';
  left: -24px;
}

.comparison-section .comparison-container .slider::after {
  content: '\f105';
  right: -24px;
}

.comparison-section .comparison-container .label-before,
.comparison-section .comparison-container .label-after {
  position: absolute;
  bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
  z-index: 3;
}

.comparison-section .comparison-container .label-before {
  left: 15%;
}

.comparison-section .comparison-container .label-after {
  right: 15%;
}

.comparison-section .comparison-img-box {
  width: 50%;
  margin: 10px auto 0;
}

/* SCOPED Owl Carousel thumbnail dots */
.comparison-section .owl-dot img {
  width: 50px;
  height: auto;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s;
  margin: 5px;
}

.comparison-section .owl-dot.active img {
  border-color: #00cc88;
}


/*  */
.accordion-item {
    border: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item button.accordion-button{
    font-size: 16px;
    font-weight: 600;
}
.accordion-item:first-of-type{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-body{
    text-align: start;
}
.glossary-section .accordion-button::after {
    display: none; /* Hide default Bootstrap arrow */
}

 .glossary-section .accordion-button .icon {
    margin-left: auto;
    transition: transform 0.2s ease;
  }

 .glossary-section .accordion-button.collapsed .icon::before {
    content: "\2b"; /* Font Awesome plus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }

 .glossary-section .accordion-button:not(.collapsed) .icon::before {
    content: "\f068"; /* Font Awesome minus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
.faq-content .btn {
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
    margin-top: 30px;
} 

#userTypeModal .modal-body{
        background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    padding: 30px;
}
.modal-body h2{
    color: #fff;
    margin-bottom: 20px;
}
.comparison-section h2.title {
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}
/* Mobile styles (applies to screens up to 767px wide) */
@media only screen and (min-width: 768px) {
    
#thumbCarousel .owl-item {
    width: 60px !important;
}

#thumbCarousel .owl-stage {
        display: ruby;
}
p.card-text {
    min-height: 60px;
}
.hair-treatment-slider .item-content {
    height: 45%;
}
.hair-products .item-content {
    height: unset;
}
.solution h2, .solution p, .solution li {
    text-align: left;
}

}
@media only screen and (max-width: 767px) {
    p {
    font-size: 16px;
    font-weight: 400;
     font-family: 'Metropolis', sans-serif;
    line-height: 20px;
    margin: 0;
    margin-bottom: 20px;
}
li {
    font-size: 16px;
    font-weight: 400;
     font-family: 'Metropolis', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}
table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
}
th, td {
    border: 0px solid #ccc;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    
}
th:first-child, td:first-child{
     max-width: 80px;
}
 
td:first-child{
    text-align: start;
}
th{
    font-weight: 800;
}
tr{
    border-bottom: 0.5px solid #000000;
}
.input-wrapper {
  padding: 1px;
  background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
  border-radius: 25px;
  display: block;
}

.input-wrapper input, .input-wrapper textarea, .input-wrapper select {
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #333;
  outline: none;
  box-sizing: border-box;
}
.check i{
    background-color: #009356;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.cross i{
    background-color: #B20003;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.neutral i{
    background-color: #E9B620;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.mt-20{
    margin-top: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x: 3.5rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.common-padding{
    padding: 50px 0;
}
.btn {
  background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 999px; /* pill shape */
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.btn-lg{
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 1rem 1.5rem;
    margin: 0 auto;
    min-width: 160px;
}
.btn:hover {
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}
.title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #000;
    margin: 0;
}
#testimonials h2.title {
    font-weight: 800;
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 100.48px;
  height: 38px;
  object-fit: contain;
}
.offcanvas-body{
    padding: 0;
    padding-top: 30px;
}
.navbar{
    padding: 15px 0;
}
.navbar-toggler{
    border: 0;
    text-align: end;
    padding: 0;
    padding-left: 10px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.nav-item{
    border-top: 1px solid #BDBDBD ;
    border-bottom: 1px solid #BDBDBD ;
}
.nav-item:hover, .nav-item.active{
   background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
   border-top: 1px solid transparent ;
    border-bottom: 1px solid transparent ;
}
.nav-item:hover a, .nav-item.active a{
    color: #fff !important;
}
.navbar-nav .nav-item:first-child{
    border-top: 0px;
}
.nav-link{
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-align: start;
}
.menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.offcanvas{
    max-width: 65%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sidebar {
  background: white;
  border-right: 1px solid #ccc;
  width: 260px;
  padding: 16px;
  position: absolute;
  top: 64px;
  left: 0;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.sidebar .active {
  background-color: #f4c14d;
  font-weight: bold;
}

.hero {
  text-align: center;
  margin-top: 16px;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: auto !important;
  display: block;
  object-fit: cover;
}

/* About */
.about img.logo{
    width: 162px;
    height: 61px;
    object-fit: contain;
}
.about h2{
    margin-top: 20px;
}
.about P{
    margin-top: 16px;
    margin-bottom: 0;
}
.solution li {
	text-align: left;
}
/* ad */
.ad-title h1{
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
	margin-bottom: 5px;
}
.ad-box h5 {
    color: #fff;
    margin: 10px 0;
}
.hair-treatment h2.title {
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
	text-transform: uppercase;
	line-height: 25px;
}
.ad-box{
    background: linear-gradient(90deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    display: flex;
    --bs-gutter-x: 4.5rem;
    padding: 5px 0;
    padding-right: calc(var(--bs-gutter-x) * .3);
    padding-left: calc(var(--bs-gutter-x) * .3);
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 0.50rem;
}
.ad-box h1{
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.ad-box p{
    text-align: start;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.ad-box span{
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.item-box{
    margin-top: 20px;
    border-radius: 15px;
    position: relative;
    height: 577px;
    /* box-shadow: 6px 6px 10px 1px #00000054; */
}
.item-box img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-box::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.item-content {
    position: absolute;
    z-index: 111111;
    bottom: 15px;
    padding: 20px;
}
.hair-treatment-slider .item-content {
	height: 50%;
}
.hair-products .item-content {
	height: unset;
}
.item-content h4{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.item-content p{
    color: #fff;
    font-size: 14px;
}

/* Solution */
.solution-section{
    position: relative;
   background: #fff;
}
.solution h2{
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
    margin-bottom: 30px;
}
.solution p{
	color: #000;
	margin-bottom: 20px;
	text-align: left;
}
.comparison-table{
    overflow-x: auto;
}
.comparison-table table{
    min-width: 600px;
}

/* technology-section */
.technology-section{
    position: relative;
    background-color: #fff;
}
.technology-section::before{
        content: "";
        background-image: url(img/molecular.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 200px;
        width: 115px;
        position: absolute;
        top: 5px;
        bottom: 0;
        right: 0;
        z-index: 111;
}
.technology {
    padding-right: 60px;
}
.technology .title{
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}
.technology p{
    color: #000;
    margin-bottom: 20px;
}

/* Post CAre */
.post-care-container .card {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 12px;
      box-shadow: 4px 4px 15px 0.5px rgb(0 0 0 / 25%);
      padding: 25px;
      max-width: 600px;
      width: 100%;
      gap: 20px;
      margin-bottom: 25px;
}
.post-care-container .card img{
    width: 50px;
    height: 164px;
}
.post-care-container .card .card-body{
    text-align: start;
    padding-left: 30px;
}
.post-care-container .card .card-body .card-title{
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
}
.post-care-container .card .card-body .card-text{
    font-size: 14px;
}

.comparison-section .comparison-container{
    max-width: 100%;
	height: 500px;
}
.comparison-section .comparison-img-box{
    width: 80%;
}
/*  */
.accordion-item {
    border: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item button.accordion-button{
    font-size: 16px;
    font-weight: 600;
}
.accordion-item:first-of-type{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-body{
    text-align: start;
}
.glossary-section .accordion-button::after {
    display: none; /* Hide default Bootstrap arrow */
}

 .glossary-section .accordion-button .icon {
    margin-left: auto;
    transition: transform 0.2s ease;
  }

 .glossary-section .accordion-button.collapsed .icon::before {
    content: "\2b"; /* Font Awesome plus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }

 .glossary-section .accordion-button:not(.collapsed) .icon::before {
    content: "\f068"; /* Font Awesome minus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
.faq-content .btn {
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
    margin-top: 30px;
} 

#userTypeModal .modal-body{
    padding: 30px;
}
.modal-body h2{
 
    margin-bottom: 20px;
}
}
.bg-black {
    background: #000;
}
.height-auto {
    height: auto !important;
}
#thumbCarousel .owl-item.active img{
    opacity: 0.5;
} 
#thumbCarousel .owl-item.active img.thumb-selected {
    opacity: 1;
  border: 2px solid #ffc107;  /* gold border */
  border-radius: 5px;         /* optional: rounded corners */
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);  /* optional: glow */
}

@media only screen and (max-width: 767px) {
  .comparison-table {
    overflow-x: auto;
    width: 100%;
  }

  .comparison-table table {
    width: max-content;
    table-layout: auto;
    min-width: 100%;
  }

  /* Keep first column normal */
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    white-space: normal;
    max-width: 112px;
  }

  /* Make other columns tight, no wrapping */
  .comparison-table th:not(:first-child),
  .comparison-table td:not(:first-child) {
    white-space: nowrap;
    padding: 8px 6px;
    text-align: center;
    vertical-align: middle;
  }
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.hair-treatment h3.heading {
    color: #A7772F;
    margin-top: 25px;
    font-family: 'Poppins';
    font-weight: 400;
	font-size: 30px;
    letter-spacing: 2px;
}
.hair-treatment h5.dec {
    color: #A7772F;
    font-family: 'Poppins';
    font-weight: 300;
}
.divider {
    background: #000;
    width: 90%;
    height: 1px;
    margin: auto;
}
.hair-products .item-box::after {
    background: none;
}
.hair-products .item-content {
    width: 100%;
        bottom: 0;
}
.post-care-section h2.title {
    background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
    background-clip: text;
    color: transparent;
}

#userTypeModal .modal-content .btn {
    background: #fff;
    color: #000;
}
.ad-box h5 {
        color: #fff;
        margin: 20px 0;
    }
    .hair-treatment h2.title {
        background: linear-gradient(270deg, #F3CA52 0%, #D6B870 35%, #A3722A 65%, #D7922B 100%);
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        line-height: 25px;
    }
	.hair-products img.logo {
    width: 320px;
}

.extra-faqs .accordion-item {
    border-top: none;
}

