html{
  scroll-behavior: smooth !important;
}
.purple-bg{
    background-color: #DED1F3;
}
.light-bg{
	background-color: #FAF6FF;
}
.p1{
	padding: 50px 20px;
}
.main-img{
width: 45%;
}
.main-img img {
    width: 100%;
    max-width: 400px;
}
.hero-details {
    width: 55%;
}
.cart-btn{
color: #fff;
background-color: #634E86;
text-align: center;
margin: 20px 0px;
max-width: 250px;
padding: 15px;
font-size: 22px;
border-radius: 10px;
}
.cart-btn:hover{
background-color: #9275c2;
}
.trust-b{
justify-content: space-between;
align-items: center;
}
.align-c{
align-items: center;
}
.g10{
gap: 10px;
}
.g20{
gap: 20px;
}
.stars-r{
max-width: 100px;
}
.ecomm-hero.purple-bg.p1 {
    padding-bottom: 100px;
}
.benefit-icons {
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: -60px;
    gap: 20px;
}
.benefit-icons p{
font-size: 18px;
}
.benefit-icons div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 20%;
}
.benefit-icons img{
max-width: 70px;
}
.linda{
max-width: 180px;
}
.thyroid-c{
max-width: 400px;
width: 100%;
}
.struggles-list{
flex-wrap: wrap;
gap: 20px;
}
.struggle-item{
max-width: max-content;
background-color: #fff;
padding: 15px;
border-radius: 5px;
gap: 10px;
border: 1px #634D86 solid;
}
.support-sec {
    padding: 50px 10px 50px;
}

.carousel {
      position: relative;
      width: 700px;
      max-width: 95%;
      background: white;
			margin: 0px auto;
      border-radius: 12px;
      padding: 30px 50px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .slide {
      display: none;
      flex-direction: row;
      align-items: flex-start;
      gap: 20px;
      animation: fade 0.5s ease-in-out;
    }

    .slide.active {
      display: flex;
    }

    .avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #ddd;
      flex-shrink: 0;
			clip-path: circle(50%);
    }

    .meta-container {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

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

    .name {
      font-weight: bold;
      color: #4a2c82;
      font-size: 1.1em;
    }

    .verified {
      font-size: 0.9em;
      color: #6b6b6b;
      margin-left: 10px;
    }

    .date {
      font-size: 0.9em;
      color: #9a9a9a;
    }

    .stars {
      display: inline-flex;
      vertical-align: middle;
    }

    blockquote {
      margin: 0;
      font-style: italic;
      color: #333;
      line-height: 1.5;
			font-size: 20px;
      margin-top: 5px;
    }

    /* Arrows */
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      border: 2px solid #ddd;
      color: #4a2c82;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0,0,0,0.25);
      z-index: 10;
      transition: all 0.2s ease;
    }

    .prev {
      left: -20px;
    }

    .next {
      right: -20px;
    }

    .arrow:hover {
      background: #4a2c82;
      color: #fff;
    }

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

		/*comparison table*/
		.comparison-table {
      border-collapse: collapse;
      max-width: 900px;
      width: 100%;
			margin: 0px auto;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .comparison-table thead th {
      padding: 15px;
      text-align: center;
      font-size: 20px;
    }

    .comparison-table th:first-child {
      background: transparent;
      color: #000;
      text-align: left;
      font-size: 18px;
    }

    .comparison-table th.complete {
      background: #5b2c83;
      color: #fff;
    }

    .comparison-table th.other {
      background: #bca5d9;
      color: #fff;
    }

    .comparison-table td {
      padding: 15px;
      border-top: 1px solid #e5e0eb;
      font-size: 20px;
    }

    .comparison-table td:first-child {
      text-align: left;
      font-weight: 500;
      color: #333;
    }

		/* 2nd column (Complete Thyroid) */
    .comparison-table th:nth-child(2),
    .comparison-table td:nth-child(2) {
      width: 25%; 
    }

    /* 3rd column (Other Options) */
    .comparison-table th:nth-child(3),
    .comparison-table td:nth-child(3) {
      width: 35%;
    }

    .check-cell {
      background: #f1e6fa;
    }
    .cross-cell {
      background: #f2f2f2;
    }

    .icon {
      width: 20px;
      height: 20px;
    }

/* Sticky Button (hidden by default) */
    .sticky-atc {
      display: none;
      position: fixed;
      bottom: 20px;
      max-width: 320px;
			margin: 0px auto;
      left: 0;
      right: 0;
      background: #6a1b9a; /* Purple */
      color: #fff;
      text-align: center;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      z-index: 9999;
 }

img.newbadge-001{
width: 190px;
margin-top: -20px;
}
.slow-down{
	width: 60%;
}

@media (max-width: 1439px) and (min-width: 768px) {
	.p1{
	padding: 3.50vw 1.40vw;
}
.cart-btn{
margin: 1.40vw 0vw;
max-width: 17.48vw;
padding: 1.05vw;
font-size: 1.54vw;
border-radius: 0.70vw;
}
.g10{
gap: 0.70vw;
}
.g20{
gap: 1.40vw;
}
.stars-r{
max-width: 7.00vw;
}
.ecomm-hero.purple-bg.p1 {
    padding-bottom: 7.00vw;
}
.benefit-icons {
    padding: 1.40vw 1.40vw;
    border-radius: 1.40vw;
    margin-top: -4.20vw;
    gap: 1.40vw;
}
.benefit-icons p{
font-size: 1.26vw;
}
.benefit-icons img{
max-width: 4.90vw;
}
.linda{
max-width: 12.59vw;
}
.thyroid-c{
max-width: 27.97vw;
}
.struggles-list{
gap: 1.40vw;
}
.struggle-item{
padding: 1.05vw;
border-radius: 0.35vw;
gap: 0.70vw;
border: 0.07vw #634D86 solid;
}
.support-sec {
    padding: 3.50vw 0.70vw 3.50vw;
}
.carousel {
      width: 48.95vw;
			margin: 0vw auto;
      border-radius: 0.84vw;
      padding: 2.10vw 3.50vw;
      box-shadow: 0 0.28vw 0.84vw rgba(0,0,0,0.15);
}
.slide {
      gap: 1.40vw;
}
.avatar {
      width: 8.39vw;
      height: 8.39vw;
}
.meta-container {
      gap: 0.56vw;
}
.verified {
      margin-left: 0.70vw;
}
blockquote {
			font-size: 1.40vw;
      margin-top: 0.35vw;
}
.arrow {
      border: 0.14vw solid #ddd;
      font-size: 1.05vw;
      width: 2.10vw;
      height: 2.10vw;
      box-shadow: 0 0.28vw 0.70vw rgba(0,0,0,0.25);
}
.prev {
      left: -1.40vw;
}
.next {
      right: -1.40vw;
}
@keyframes fade {
      from { opacity: 0; transform: translateY(0.70vw); }
}
.comparison-table {
      max-width: 62.94vw;
			margin: 0vw auto;
      border-radius: 0.70vw;
      box-shadow: 0 0.14vw 0.70vw rgba(0,0,0,0.05);
}
.comparison-table thead th {
      padding: 1.05vw;
      font-size: 1.40vw;
}
.comparison-table th:first-child {
      font-size: 1.26vw;
}
.comparison-table td {
      padding: 1.05vw;
      border-top: 0.07vw solid #e5e0eb;
      font-size: 1.40vw;
}
.icon {
      width: 1.40vw;
      height: 1.40vw;
}
.sticky-atc {
      bottom: 1.40vw;
      max-width: 22.38vw;
			margin: 0vw auto;
      padding: 1.05vw;
      font-size: 1.26vw;
}
img.newbadge-001{
width: 13.29vw;
margin-top: -1.40vw;
}

}
@media (max-width: 767px) {
  img.newbadge-001{
  margin-top: 0px;
  }
  .main-img img{
  margin: 0px auto;
	display: block;
  }
  .sticky-atc{
  	display: block;
		border-radius: 10px;
  }
	.p1 {
    padding: 20px 20px;
	}
  .flex-col-m{
  flex-direction: column;
  }
  .flex-col-r{
  flex-direction: column-reverse;
  }
  .w100m{
  width: 100%;
  }
  .trust-b {
    justify-content: center;
    gap: 20px;
	}
  .cart-btn{
  margin: 20px auto;
  }
	.benefit-icons img {
    max-width: 50px;
	}
	.benefit-icons div {
    flex-direction: row;
    justify-content: start;
    text-align: left;
    width: 100%;
	}
  .benefit-icons{
  width: 95%;
	margin-right: auto;
	margin-left: auto;
  }
	.benefit-icons br {
    display: none;
	}
	.thyroid-c{
  width: 100%;
  }
	/*carousel*/
  .carousel{
  padding: 20px;
  }
  .slide{
  flex-direction: column;
	align-items: center;
  }
	/*table*/
	.comparison-table {
        width: 100%;
   }
  .comparison-table th, .comparison-table td {
        font-size: 14px;
        padding: 10px;
    }
   .icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 500px) {
  .hero-details h3{
  font-size: 21px;
	line-height: 24px;
	text-align: center;
  }
  .hero-details h1{
		text-align: center;
		font-size: 26px;
		line-height: 30px;
  }
  .center-m{
  text-align: center;
  }
	.main-img {
    max-width: 300px;
    margin: 0px auto;
	}
	.support-sec {
    padding: 20px 10px 20px;
	}
	/* 1st column (Complete Thyroid) */
    .comparison-table th:nth-child(1),
    .comparison-table td:nth-child(1) {
      width: 50%; 
    }
		td.check-cell span {
    display: none;
		}
		td.cross-cell span {
    display: none;
		}
  .comparison-table thead th{
  font-size: 15px;
  }
  .comparison-table th, .comparison-table td{
  text-align: center;
  }
}