html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  font-family: "Playfair Display", serif;
}

body {
  padding-top: 68px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2em;
}

.navbar {
  background: linear-gradient(90deg, #ab1e22, #c92a2f);
  padding: 10px 0;
}

.logo {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
}

.btn-custom-red {
  background: linear-gradient(45deg, #ff4d4d, #ff1e1e);
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 30px;
  transition: 0.3s ease;
}

.btn-custom-red:hover {
  background: linear-gradient(45deg, #ff1e1e, #cc0000);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.slide-left,
.slide-right {
  opacity: 0;
}

.slide-left {
  transform: translateX(-80px);
}

.slide-right {
  transform: translateX(80px);
}

.show {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease;
}

.navcolor,
.sectioncolor {
  background-color: #ab1e22;
}

.navtext {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}

.navtext:hover {
  color: #ffdede !important;
}

.feature-box {
  background: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 35px 25px;
}

.review-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  text-align: center;
}

.ing {
  border-radius: 12px;
}

.product-img {
  width: 100%;
}

.gurentybadge {
  width: 350px;
}

.about1 {
  margin-top: -8px;
}

.bottle-6 {
  width: 40vw;
}

.custom-toggler {
  border: none;
  background: transparent;
  padding: 8px;
}

.custom-toggler span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px 0 0 0;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

section {
  scroll-margin-top: 68px;
}

.custom-hover {
  color: rgb(250, 250, 250);
  text-decoration: none;
}

.custom-hover:hover {
  color: #edf505;
  text-decoration: underline;
}

.purchase-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  max-width: 300px;
  z-index: 9999;
  display: none;
  transform: translateX(-120%);
  transition: transform 0.5s ease;
  font-family: Arial, sans-serif;
}

.purchase-proof strong {
  color: #1e7e34;
}

.purchase-proof small {
  color: #777;
}

.section-text {
  font-size: 1.45rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.benefit-list li {
  font-size: 1.35rem;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 34px;
  position: relative;
  color: #222;
}

.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f6b3b;
  font-weight: bold;
}

.order-btn {
  background: #e63946;
  color: #fff;
  font-size: 30px;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
}

.order-btn:hover {
  background: #c72c39;
  color: #fff;
}

/* Ingredient Image Same Size Fix */
.ingredient-img {
  width: 185px;
  height: 185px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Optional: Ingredient card image alignment */
.card .ingredient-img {
  flex-shrink: 0;
}


/* HEADING */
h2 {
  font-size: 32px;
  text-align: center;
}

/* SUB TEXT FIX */
.section-subtext {
  font-size: 20px;
  line-height: 1.7;
  max-width: 900px;
  color: #333;
}

/* CARD */
.ingredient-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}

/* IMAGE SAME SIZE */
.ingredient-img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* TITLE */
.ingredient-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* TEXT FIX (IMPORTANT) */
.ingredient-card p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
  color: #444;
}
.ingredient-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.ingredient-card:hover {
  transform: translateY(-5px);
}

.ingredient-img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.ingredient-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ingredient-card p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
  color: #444;
}

@media (max-width: 992px) {
  body {
    margin-top: -15px;
  }

  .gurentybadge,
  .claim,
  .bottle-6 {
    width: 100%;
  }

  .section-text {
    font-size: 1.2rem;
  }

  .benefit-list li {
    font-size: 1.15rem;
  }

  .ingredient-img {
    width: 165px;
    height: 165px;
  }
}

@media (max-width: 768px) {
  .btn1 {
    width: 100%;
  }

  body {
    margin-top: -15px;
  }

  .bottle-6,
  .gurentybadge {
    width: auto;
  }

  .section-text {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .benefit-list li {
    font-size: 1rem;
    padding-left: 28px;
  }

  .ingredient-img {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 1200px) {
  .bottle-6 {
    width: auto;
  }
}