* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";

}
 body {
  padding-top: 90px;
} 

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #0a0501;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.navcolor {
  background-color: white;
}

#what {
    scroll-margin-top: 80px;
}

#benefits{
  scroll-margin-top: 80px;

}

#ingredients{
  scroll-margin-top: 80px;

}

.footer li {
  margin-bottom: 10px;
}

.footer .nav-link:hover {
  text-decoration: underline !important;
}

.section-title {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  background-color: #4F7942;
  color: #fff;
  padding: 1.2rem;
}

.text-just {
  text-align: justify;
}

.free-shipping {
  background-color: white;
  color: #050000;
}

.foot {
  background-color: #5F9D17 !important;
}

.benefit-box {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.benefit-box h3 {
  font-weight: 700;
  margin-bottom: 6px;
}

.benefit-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.benefit-card h3 {
  font-weight: 700;
  margin-bottom: 8px;
}

.glass-red {
  background-color: #4F7942;
}


.ingredient-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.ingredient-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.ingredient-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.ingredient-card p {
  font-size: 24px;
  color: #050000;
}

.revimg {
  width: 150px;
}

.hero-bg {
  min-height: 10vh;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  padding: 6rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* Title */
.hero-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

/* Glass box */


/* Feature text */
.feature-item {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  text-align: left;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .glass-features {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-item {
    text-align: center;
  }
}

.card-bg {
  background-color: #024471;
}

/* faq */
.accordion-item {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}