:root {
  --primary-green: #003d2b;
  --light-green: #0d5b42;
  --gold: #e8c44f;
  --orange: #ff5b19;
  --white: #ffffff;
  --main-font: "Eczar", "Noto Sans Devanagari", Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--main-font);
  line-height: 1.3;
}
/* ==========================
    COMMON CTA BUTTONS
========================== */
.common-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.common-btn {
  min-width: 140px;
  height: 45px;
  padding: 0 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s ease;
}
.common-btn i {
  font-size: 18px;
}
/* GREEN BUTTON */
.call-btn {
  background: #087344;
  border: 2px solid #0b9157;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* ORANGE BUTTON */
.submit-btn {
  background: #ff5515;
  border: 2px solid #ff8a55;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* HOVER */
.common-btn:hover {
  transform: translateY(-2px);
  color: white;
}
/* MOBILE */
@media (max-width: 768px) {
  .common-buttons {
    gap: 10px;
  }
  .common-btn {
	min-width: 160px;
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
  }
  .common-btn i {
    font-size: 15px;
  }
}

/* HERO */
.topbar {
  position: relative;
  z-index: 4;
}
.brand-lockup {
  /* display: flex; */
  align-items: center;
  gap: 0.55rem;
  color: #053b2d;
  text-decoration: none;
  text-align: center;
}
.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: conic-gradient(
    from 25deg,
    #004f83,
    #d52419,
    #004f83,
    #d52419,
    #004f83
  );
  color: #fff;
  font-size: 1.75rem;
  transform: rotate(-8deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.brand-lockup strong {
  display: block;
  color: #ad1413;
  font: 800 1rem/1 "Poppins";
}
.brand-lockup small {
  display: block;
  font: 700 0.72rem/1.15 "Poppins";
  margin-top: 0.18rem;
  font-size: 9px;
}
.trust-strip {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  gap: 0.5rem;
  line-height: 1.2;
  color: #08382d;
}

.trust-strip > span:not(.separator) {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0 0.2rem;
}
.trust-strip i {
  color: #08763f;
  font-size: 1.25rem;
}
.hero-section {
  width: 100%;
  min-height: 720px;
  background-image: url("../img/BG-01.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-overlay {
  width: 100%;
}
.hero-content {
  padding-top: 40px;
}
.hero-content h1 {
  color: #064531;
  font-size: 55px;
  line-height: 0.9;
  font-weight: 800;
}
.hero-content h1 span {
  color: #a77f07;
  font-size: 38px;
}
.hero-subtitle {
  color: #164c38;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}
.formula-box {
  margin-top: 25px;
  background: linear-gradient(90deg, #f4d45c, #e9bc35);
  width: max-content;
  margin: auto;
  padding: 15px 35px;
  border-radius: 18px;
  color: #163d2e;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.benefit-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.benefit-icons div {
  text-align: center;
  color: #174533;
  line-height: 1;
  width: 80px;
}
.benefit-icons i {
  display: block;
  font-size: 28px;
  color: #194f3b;
  background: #f6db8a;
  border: 1px solid #194f3b;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}
.benefit-icons span {
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 1400px) {
  .hero-section .container {
    max-width: 1700px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background-image: url("../img/BG-01-mob.webp");
    min-height: 750px;
  }
  .hero-overlay {
    min-height: 850px;
    display: block;
  }
  .trust-strip {
    font-size: 12px;
  }
  .hero-content {
    text-align: center;
    padding-top: 20px;
  }
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-subtitle {
    font-size: 17px;
  }
  .formula-box {
    margin: 20px auto;
    font-size: 15px;
    padding: 12px 20px;
  }
  .benefit-icons {
    justify-content: center;
    gap: 8px;
  }
  .benefit-icons div {
    width: 65px;
  }
  .benefit-icons span {
    font-size: 10px;
  }
  .hero-content h1 span {
    font-size: 18px;
  }
}
/* =====================
    PROBLEM SECTION
===================== */
.problem-section {
  width: calc(100% - 40px);
  margin: 20px auto;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("../img/2nd_Section.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.problem-overlay {
  width: 100%;
}
.problem-content {
  max-width: 650px;
  margin: auto;
      padding-top: 30px;
    padding-bottom: 30px;
  text-align: left;
}
.problem-content h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #064532;
}
.heading-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 15px 0 25px;
}
.heading-line span {
  height: 1px;
  width: 90px;
  background: #b89135;
}
.heading-line i {
  color: #3b8058;
  font-size: 22px;
}
.problem-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: fit-content;
}
.problem-list li {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.problem-list i {
  color: #168447;
  font-size: 22px;
}
.problem-list span {
  font-weight: 600;
}
@media (max-width: 768px) {
  .problem-section {
    width: calc(100% - 30px);
    margin: 15px auto;
    min-height: 850px;
    border-radius: 18px;
    background-image: url("../img/2nd_Section_mob.webp");
    background-position: center;
    display: block;
  }
  .problem-content {
    padding-top: 30px;
    width: 100%;
  }
  .problem-content h2 {
    font-size: 24px;
  }
  .heading-line span {
    width: 50px;
  }
  .problem-list {
    width: 100%;
  }
  .problem-list li {
    font-size: 15px;
    line-height: 1.4;
  }
  .problem-list i {
    font-size: 18px;
  }
}
/* ==========================
    BENEFITS SECTION
========================== */
.benefits-section {
  /* width: calc(100% - 40px);
        margin: 20px auto;
    border-radius: 20px; */
  overflow: hidden;
  background: url("../img/Green-BG.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 45px 20px 70px;
  color: white;
}
.benefits-wrapper {
  position: relative;
  z-index: 2;
}
.benefit-title h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}
.leaf-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.leaf-line span {
  width: 70px;
  height: 2px;
  background: #e8c44f;
}
.leaf-line i {
  color: #e8c44f;
  font-size: 22px;
}
/* ICON CARDS */
.benefit-items {
  align-items: start;
}
.benefit-card {
  text-align: center;
}
.benefit-card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.benefit-card p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  color: white;
}
@media (max-width: 768px) {
  .benefits-section {
    width: calc(100% - 30px);
    margin: 15px auto;
    padding: 35px 15px 60px;
  }
  .benefit-title {
    text-align: center;
    margin-bottom: 25px;
  }
  .benefit-title h2 {
    font-size: 24px;
  }
.leaf-line {
  justify-content: center;
}
  .benefit-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .benefit-card img {
    width: 75px;
    height: 75px;
  }
  .benefit-card p {
    font-size: 14px;
  }
}
/* ===========================
    INGREDIENT SECTION
=========================== */
.ingredients-section {
  /* width:calc(100% - 40px);
        margin:20px auto;
    border-radius:20px; */
  overflow: hidden;
  background: linear-gradient(
    rgba(255, 248, 225, 0.9),
    rgba(255, 248, 225, 0.9)
  );
  background-size: cover;
  background-position: center;
  padding: 55px 25px 25px;
  position: relative;
}
/* GOLD TOP CURVE BORDER */
.ingredients-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(90deg, #d6a928, #ffe77a, #d6a928);
  /* border-radius:50% 50% 0 0; */
  z-index: 2;
}
/* TITLE */
.ingredients-title {
  text-align: center;
  color: #073e2d;
}
.ingredients-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
}
.title-leaf i {
  color: #3e7d49;
  font-size: 30px;
}
/* CARDS */
.ingredient-list {
  align-items: center;
}
.ingredient-list .col {
  align-items: center;
  justify-content: center;
  display: flex;
}
.ingredient-card {
  text-align: center;
  display: inline-grid;
  gap: 5px;
}
.ingredient-card img {
  width: 150px;
  height: 110px;
  object-fit: contain;
}
.ingredient-card h3 {
  display: inline-block;
  background: #f3d15a;
  padding: 5px 18px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
  color: #1b281d;
}
.ingredient-card p {
  font-size: 17px;
  font-weight: 700;
  color: #1c3026;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .ingredients-section {
    width: calc(100% - 30px);
    padding-top: 45px;
    margin: 15px auto;
    padding: 35px 15px;
  }
  .ingredients-section::before {
    height: 12px;
  }
  .ingredients-title h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .ingredient-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ingredient-card img {
    width: 110px;
    height: 80px;
  }
  .ingredient-card h3 {
    font-size: 16px;
    padding: 4px 12px;
  }
  .ingredient-card p {
    font-size: 13px;
  }
}
/* =====================
    FORM SECTION
===================== */
.form-section {
  width: calc(100% - 40px);
  margin: 20px auto;
  border-radius: 20px;
  overflow: hidden;
  background: url("../img/Green-BG.webp");
  background-size: cover;
  background-position: center;
  padding: 45px 25px;
  position: relative;
}
/* GOLD BOTTOM CURVE */
.form-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #d6a928, #ffe67a, #d6a928);
}
/* LEFT */
.choose-content h2 {
  font-size: 45px;
  font-weight: 800;
  color: white;
}
.choose-content h2 span {
  color: #f4d05b;
}
.choose-points {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
.choose-item {
  text-align: center;
  width: 90px;
}
.choose-item i {
  height: 45px;
  width: 45px;
  border: 2px solid #e8c44f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 22px;
  color: #e8c44f;
}
.choose-item p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.family-badge {
  margin-top: 25px;
  background: #e9c53d;
  color: #143525;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 25px;
  font-weight: 800;
}
/* FORM BOX */
.contact-box {
  background: #fff5d9;
  border-radius: 25px;
  padding: 30px;
}
.contact-box h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #063d2c;
}
.contact-box p {
  text-align: center;
  font-weight: 600;
}
.input-box {
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 12px;
}
.input-box i {
  color: #174c38;
  margin-right: 12px;
}
.input-box input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 16px;
}
.submit-form-btn {
  width: 100%;
  border: 0;
  background: #ff520d;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 12px;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .form-section {
    width: calc(100% - 30px);
    padding: 35px 15px;
  }
  .choose-content {
    text-align: center;
  }
  .choose-content h2 {
    font-size: 24px;
  }
  .choose-points {
    justify-content: center;
    gap: 8px;
  }
  .choose-item {
    width: 70px;
  }
  .choose-item p {
    font-size: 11px;
  }
  .contact-box {
    margin-top: 30px;
    padding: 20px;
  }
  .contact-box h3 {
    font-size: 25px;
  }
}
.footer-bar {
  background: linear-gradient(180deg, #ffe77c, #f0c447);
  color: #12351d;
  padding: 0.6rem 0;
  font-weight: 800;
  font-size: 1rem;
  border-top: 1px solid #e4b12b;
}
.footer-bar i {
  margin-right: 0.3rem;
}
.footer-sep {
  width: 1px;
  height: 25px;
  background: #173f22;
  display: inline-block;
}

/* ==========================
   LEAD POPUP MODAL
========================== */

.lead-modal {
  background: #fff5d9;
  border-radius: 25px;
  overflow: hidden;
  border: none;
}

.lead-modal .modal-header {
  background: #003d2b;
  padding: 20px 25px;
  border: none;
}

.lead-modal .modal-header h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}

.lead-modal .btn-close {
  filter: brightness(0) invert(1);
}

.lead-modal .modal-body {
  padding: 30px;
}

.lead-modal .modal-body p {
  text-align: center;
  font-weight: 600;
  color: #163d2e;
  margin-bottom: 20px;
}

.lead-modal .input-box {
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 12px;
}

.lead-modal .input-box i {
  color: #174c38;
  margin-right: 12px;
}

.lead-modal .input-box input {
  border: 0;
  outline: none;
  width: 100%;
}

.lead-modal .submit-form-btn {
  width: 100%;
  background: #ff520d;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .lead-modal .modal-body {
    padding: 20px;
  }

  .lead-modal .modal-header h3 {
    font-size: 22px;
  }
}
