/* =========================
   GLOBAL RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

/* =========================
   NAVBAR
========================= */
.navbar {
  background-color: #C5D89D;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.navbar span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

/* Order Button */
.ordernowbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
   background-color: rgb(204, 241, 69);
  color: black;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ordernowbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.section {
  margin-top: 10px; /* upar ka space adjust karo */
  padding-top: 20px; /* agar thoda padding chahiye */
}

/* =========================
   HERO SECTION
========================= */
.hero-image-wrapper {
  position: relative;
}

.hero-main-img {
  max-width: 600px;   /* Bada size */
  width: 100%;
}

.hero-secondary-img {
  max-width: 550px;   /* Thoda chhota */
  width: 100%;
}

.hero-img {
  max-width: 520px;
  width: 100%;
}

.section-one h1 {
  font-size: 38px;
}

.section-one p {
  font-size: 18px;
  line-height: 1.8;
}
/* Floating Animation */
.floating-img {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* =========================
   SECTION HEADING STRIP
========================= */
.section-two {
  text-align: center;
  font-weight: bold;
  background-color: #C5D89D;
  color: black;
  margin: 0;
  padding: 30px 0;
}

/* =========================
   WHAT IS SECTION
========================= */

.main-product-img {
  max-width: 600px;
  width: 100% ;
}

.content-text {
  font-size: 25px;
  line-height: 1.9;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.bottom-disclaimer {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* =========================
   BENEFITS SECTION
========================= */
.benefit-stack-section {
  background: #f4f4f4;
}

.benefit-box {
  background: linear-gradient(135deg, #4fe970, #6eeb83);
  color: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.benefit-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.benefit-box h5 span {
  font-weight: 800;
  margin-right: 6px;
}

.benefit-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.benefits-section {
  background: #f8fafc;
}

.benefit-card {
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.benefit-number {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card h4 {
  font-weight: 600;
}

.benefit-card p {
  color: #555;
  line-height: 1.7;
}

/* INGREDIENTS  */

.ingredient-section {
  background-color: #efefef;
}

.ingredient-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ingredient-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.ingredient-img {
  border-radius: 10px;
  max-height: 130px;
  object-fit: cover;
}

.ingredient-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.ingredient-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
}

/* INGREDIENTS  */



/* =========================
   FAQ SECTION
========================= */
.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #198754;
  color: #fff;
}

.accordion-body {
  font-size: 16px;
  line-height: 1.8;
}

/* =========================
   PRICING SECTION
========================= */
.pricing-section {
  background: #000;
  padding: 60px 0;
}

.pricing-card {
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  transition: 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.card-head {
  padding: 20px;
  font-weight: 700;
}

.card-head.gray {
  background: #7a7f83;
  color: #fff;
}

.card-head.gold {
  background: #f3b400;
  color: #000;
}

.card-head h3 {
  margin: 0;
  font-size: 22px;
}

.card-img {
  padding: 30px 0;
}

.card-img img {
  max-width: 220px;
  width: 100%;
}

.price-circle {
  background: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.price-circle span {
  font-size: 14px;
  color: #555;
}

.price-circle h4 {
  font-size: 22px;
  margin: 0;
}

.price-circle small {
  font-size: 12px;
  color: #777;
}



.footer-section {
  background-color: #C5D89D;
  color: black;
}

.footer-links span {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-link:hover {
  color: #ffc107;
  text-decoration: underline;
}

.footer-heading {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 900px;
  margin: 0 auto 20px auto;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 30px auto;
  width: 60%;
}

.copyright-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.copyright-text a {
  color: #ffc107;
  text-decoration: none;
}

.copyright-text a:hover {
  text-decoration: underline;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .section-one h1 {
    font-size: 28px;
    text-align: center;
  }

  .section-one p {
    text-align: center;
  }

  .hero-img {
    max-width: 380px;
  }

  .content-text,
  .bottom-disclaimer {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .ordernowbtn {
    font-size: 16px;
    padding: 6px 18px;
  }

  .section-one h1 {
    font-size: 24px;
  }

  .price-circle {
    width: 110px;
    height: 110px;
  }
}
