:root {
    --green: #0b7a3b;
    --dark: #1e1e1e;
}
html, body {
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Reset */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f6f5ef;
}

/* ===== TOP HEADER ===== */
.top-header {
    background: var(--green);
    color: #000;
    font-size: 14px;
    padding: 6px 0;
}

.top-header a {
    color: #000;
    margin-left: 12px;
    text-decoration: none;
}

/* ===== NAVBAR ===== */
.main-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  padding: 20px 0;
}
/* Force navbar layout */
.main-navbar .navbar-collapse {
  justify-content: flex-end !important;
}

/* Push nav items to the right */
.main-navbar .navbar-nav {
  margin-left: auto !important;
}

/* Optional: spacing & clean look */
.main-navbar .nav-link {
  color: #ffffff;
  font-weight: 500;
  margin: 0 12px;
}

/* Active link style (underline like reference) */
.main-navbar .nav-link.active {
  background: transparent;
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  padding-bottom: 4px;
}


.navbar-logo {
    height: 80px;          /* adjust if needed */
    width: auto;
    object-fit: contain;
}

.navbar-brand {
    font-size: 28px;
}


.btn-green {
    background: var(--green);
    border: none;
    color: #ffffff;
    font-weight: 600;
}

.btn-green:hover {
    background: #0b7a3b ;
}

/* ===== FOOTER ===== */
.footer {
    background: #f6f5ef;
    padding: 0px 0 30px;
}

.newsletter input {
    min-width: 250px;
}

.footer-heading {
    font-size: 36px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
}

.footer-bottom {
    font-size: 14px;
}

.footer-bottom a {
    text-decoration: none;
    color: #333;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .footer-heading {
        font-size: 26px;
    }

    .newsletter {
        text-align: center;
    }

    .newsletter input {
        width: 100%;
        margin-bottom: 10px;
    }
}



/* about */

/* ===== WHY KAPIVA (EDGE BLEED STYLE) ===== */

.why-section {
  padding:40px 0;
  overflow: hidden;
}
.why-fluid {
  padding: 0;
}/* ===== WHY HEADER ===== */

.why-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 120px 30px;
}

/* Title */
.why-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin: 0;
  position: relative;
}

/* Small underline accent under title */
.why-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 48px;
  height: 3px;
  /* background-color: #33C375; */
  border-radius: 2px;
}

/* Tagline */
.why-tagline {
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0b7a3b;
  position: relative;
  padding-left: 60px;
}

/* Horizontal line before tagline */
.why-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #0b7a3b;
  transform: translateY(-50%);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .why-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 80px 40px 40px;
  }

  .why-tagline {
    padding-left: 50px;
  }
}

@media (max-width: 576px) {
  .why-title {
    font-size: 32px;
  }

  .why-tagline {
    font-size: 12px;
    letter-spacing: 3px;
  }
}


.why-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 200px;
  padding: 0 120px;
}

.why-item.reverse {
  flex-direction: row-reverse;
}

/* Content block */
.why-content {
  max-width: 520px;
  z-index: 2;
}

.why-number {
  font-size: 120px;
  color: #0b7a3b;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.why-heading {
  font-weight: 700;
  margin-bottom: 20px;
}

.why-text {
  font-size:20px;
  line-height: 1.7;
}

/* Image block */
.why-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.why-image.right {
  right: 0;
}

.why-image.left {
  left: 0;
}

.why-image img {
  max-width: 360px;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .why-header,
  .why-item {
    padding: 60px 40px;
  }

  .why-item {
    flex-direction: column;
    min-height: auto;
  }

  .why-image {
    position: static;
    transform: none;
    margin-top: 40px;
  }

  .why-content {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .why-number {
    font-size: 80px;
  }

  .why-image img {
    max-width: 260px;
  }
}


/* ===== VALUES SECTION ===== */

.values-section {
background-color: #ffffff;
  padding: 20px 0;
}

.values-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
}

/* Title */
.values-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  color: #143b2b;
  margin-bottom: 90px;
}

/* Grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

/* Item */
.value-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 12px;
  color: #143b2b;
}

.value-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #3f5c50;
}

/* Icon */
.value-icon {
  width: 96px;
  height: 96px;
  border: 3px solid #2f5f4b;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-icon img {
  width: 104px;
  height: auto;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .values-title {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-title {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .values-container {
    padding: 0 20px;
  }
}


/* ================================
   LIFESTYLE SECTION (AG1 MATCH)
================================ */

.lifestyle-section {
  background: #ffffff;
  padding:40px 0;
  overflow: hidden;
}

/* MAIN LAYOUT */
.lifestyle-wrapper {
  max-width: 1440px;
  margin: 0 auto;

  /* IMPORTANT */
  padding-left: 80px;
  padding-right: 0;

  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: start; /* 🔑 NOT CENTER */
  column-gap: 80px;
}

/* ================= TEXT COLUMN ================= */

.lifestyle-content {
  max-width: 560px;
  padding-top: 16px; /* 🔑 aligns heading with image top */
}

.lifestyle-content h2 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 500;
  margin: 0 0 24px;
  color: #000;
}

.intro-text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 28px;
}

/* CHECKLIST */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 44px;
  background: #0b7a3b;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

/* ================= IMAGE COLUMN ================= */

.lifestyle-image {
  width: 100%;
}

.lifestyle-image img {
  width: 100%;
  height: 560px;        /* 🔑 defines section height */
  object-fit: cover;
  display: block;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
  .lifestyle-wrapper {
    padding-left: 60px;
    column-gap: 60px;
  }
}

@media (max-width: 1024px) {
  .lifestyle-wrapper {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lifestyle-image {
    margin-top: 48px;
  }

  .lifestyle-image img {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .lifestyle-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lifestyle-content h2 {
    font-size: 32px;
  }

  .lifestyle-image img {
    height: 300px;
  }
}


/* ================================
   LOGO SECTION (AG1 STYLE)
================================ */

.logo-section {
  background: #ffffff;
  padding: 50px 0;
}

.logo-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  column-gap: 60px;
}

/* Logo sizing */
.logo-item img {
  max-height: 180px;
  width: auto;
  opacity: 0.9;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
  .logo-container {
    padding: 0 40px;
    column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .logo-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media (max-width: 480px) {
  .logo-container {
    padding: 0 20px;
  }

  .logo-item img {
    max-height: 90px;
  }
}
/* ================= MOBILE AUTO SCROLL LOGOS ================= */
@media (max-width: 768px) {

  .logo-section {
    overflow: hidden;
  }

  .logo-container {
    display: flex;
    width: max-content;
    gap: 40px;
    padding: 0 20px;

    animation: logo-scroll 20s linear infinite;
  }

  .logo-item {
    flex: 0 0 auto;
  }

  .logo-item img {
    max-height: 80px;
    width: auto;
  }
}

/* ================= SCROLL ANIMATION ================= */
@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


/* ================================
   HERO SECTION
================================ */


/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-left: 80px;
  padding-top: 180px;
  color: #ffffff;
}

/* Badge */
.hero-badge {
  display: inline-block;
  background: #0b7a3b;
  color: #000;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Heading */
.hero-content h1 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Description */
.hero-content p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 36px;
}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 16px 36px;
  background: #0b7a3b;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .hero-content {
    padding-left: 40px;
  }

  .hero-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    height: auto;
    padding: 120px 0;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 16px;
  }
}


/* ================================
   HOW IT WORKS – STEPS SECTION
================================ */

.steps-section {
  background: #f6f5ef;
  padding: 30px 80px;
}

/* Header */
.steps-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.steps-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.steps-cta {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

/* Grid */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */
.step-card {
  max-width: 360px;
}

.step-image {
  background: #f6f5ef;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.step-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.step-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .steps-section {
    padding: 80px 40px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .steps-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-image img {
    height: 220px;
  }
}

/* ================================
   GUARANTEE / CTA SECTION
================================ */

.guarantee-section {
  background: #ffffff;
  padding: 30px 20px;
}

.guarantee-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Top small text */
.guarantee-eyebrow {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 28px;
}

/* Main title */
.guarantee-title {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
  margin-bottom: 28px;
}

/* Paragraph */
.guarantee-text {
  font-size: 17px;
  line-height: 1.7;
  color: #222;
  max-width: 760px;
  margin: 0 auto 48px;
}

.guarantee-text a {
  color: #000;
  text-decoration: underline;
}

/* Button */
.guarantee-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 44px;
  background: #0b7a3b;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .guarantee-title {
    font-size: 40px;
  }

  .guarantee-text {
    font-size: 16px;
  }

  .guarantee-section {
    padding: 100px 20px;
  }
}

@media (max-width: 480px) {
  .guarantee-title {
    font-size: 32px;
  }
}
/* ================================
   FAQ SECTION (AG1 STYLE)
================================ */

.faq-section {
  background: #f6f5ef;
  padding: 40px 80px;
}

.faq-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 120px;
}

/* LEFT */
.faq-left h2 {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
}

/* RIGHT */
.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 28px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 24px;
  font-weight: 400;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding-bottom: 28px;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  max-width: 720px;
}

/* Active */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
  content: "−";
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .faq-wrapper {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .faq-section {
    padding: 80px 40px;
  }
}

@media (max-width: 576px) {
  .faq-section {
    padding: 60px 20px;
  }

  .faq-left h2 {
    font-size: 36px;
  }

  .faq-question {
    font-size: 16px;
    color:black;
  }
}
/* ================================
   NUTRITION GRAPH SECTION
================================ */


.nutrition-section {
  background: #f6f5ef;
  padding: 40px 80px;
}

.nutrition-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  column-gap: 120px;
  align-items: start;
}

/* LEFT TEXT */
.nutrition-eyebrow {
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 24px;
}

.nutrition-text h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 520px;
}

/* RIGHT GRAPH */
.nutrition-graph {
  display: grid;
  grid-template-columns: auto 120px 120px auto;
  align-items: center;
  column-gap: 40px;
}

/* TEXT COLS */
.graph-col {
  text-align: center;
}

.graph-label {
  display: block;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.graph-percent {
  font-size: 56px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.graph-sub {
  font-size: 14px;
  line-height: 1.4;
}

/* FIGURES */
.graph-figure svg {
  width: 120px;
  height: auto;
  stroke: #0b7a3b;
  stroke-width: 2;
  fill: none;
}

.graph-figure.placebo svg path {
  fill: #d7dbd8;
}

.graph-figure.ag1 svg path {
  stroke: none;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .nutrition-wrapper {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }

  .nutrition-graph {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .nutrition-section {
    padding: 100px 20px;
  }

  .nutrition-graph {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
/* ================================
   PRODUCT SECTION
================================ */

.product-section {
  background: #ffffff;
  padding: 50px 40px;
}

.product-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.product-card {
  background: transparent;
  text-align: center;
}

.product-card img {
  max-width: 320px;
  margin-bottom: 20px;
}

.product-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.price {
  font-size: 14px;
  margin-bottom: 16px;
}

/* OPTIONS */
.purchase-options {
  font-size: 13px;
  text-align: left;
  margin-bottom: 16px;
}

.purchase-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}

.badge {
  background: #f4c430;
  color: #000;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
}

/* BUTTONS */
.btn-primary {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #0b7a3b;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 8px;
  color: #fff;
}

.btn-secondary {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background: none;
  border: 1px solid #ddd;
  font-size: 13px;
  cursor: pointer;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .product-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .product-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   TRANSFORM SECTION
================================ */
/* ===============================
   TRANSFORM SECTION
================================ */

.transform-section {
  padding: 20px;
  background: #f6f5ef;
}

.transform-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* HEADER */
.transform-header {
  text-align: center;
}

.transform-header h2 {
  font-size: 46px;
  font-weight: 700;
  color: #0b7a3b;
}

.transform-header p {
  font-size: 17px;
  color: #555;
 
}

/* CONTENT GRID */
.transform-content {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: center;
}

/* FEATURE COLUMNS */
.feature-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70px;
}

.feature-column.lefts {
  align-items: flex-end;
  text-align: left;
  
}

.feature-column.right {
  align-items: flex-end;
  text-align: left;
 
}

/* FEATURE */
.feature {
  max-width: 280px;
}

.feature h4 {
  color: #0b7a3b;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.feature p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* CENTER IMAGE */
.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-image img {
  max-width: 520px;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .transform-content {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .feature-column {
    align-items: center !important;
    text-align: center !important;
    gap: 35px;
    padding: 0;
  }

  .feature {
    max-width: 100%;
  }

  .center-image img {
    max-width: 360px;
  }
}


/* ================================
   TESTIMONIAL SECTION
================================ */

.testimonial-section {
  background: #f6f5ef;
  padding: 30px 40px;
}

.testimonial-container {
  max-width: 1400px;
  margin: 0 auto;
}

.testimonial-title {
  font-size: 48px;
  font-weight: 500;
}

/* GRID */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.testimonial-card {
  background: #f6f5ef;
  padding: 40px 36px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

/* STARS */
.stars {
  color: #0b7a3b;
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

/* TITLE */
.testimonial-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* TEXT */
.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 30px;
  color: #111;
}

/* AUTHOR */
.testimonial-author {
  margin-top: auto;
  font-size: 13px;
  letter-spacing: 1px;
  color: #444;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-title {
    font-size: 36px;
  }
}
/* ================================
   CONTACT US SECTION
================================ */

.contact-section {
  padding: 30px 20px;
  background: #ffffff;
}

.contact-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* TITLE */
.contact-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-title span {
  color: #0b7a3b;
  font-weight: 600;
}

/* SUBTITLE */
.contact-subtitle {
  font-size: 18px;
  margin-bottom: 60px;
  color: #222;
}

/* FORM */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ROW */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* INPUTS */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #cfd6e0;
  font-size: 16px;
  outline: none;
  background-color: #ffffff;
  border-radius: 10px;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

/* BUTTON */
.btn-submit {
  margin-top: 20px;
  padding: 18px;
  background: #0b7a3b;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 10px;

}

.btn-submit:hover {
  background: #0b7a3b;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .contact-title {
    font-size: 32px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
/* ===============================
   INSTAGRAM REELS SECTION
================================ */

.reels-section {
  background: #ffffff;
  padding: 30px 20px;
}

.reels-container {
  max-width: 1500px;
  margin: 0 auto;
}

/* SCROLL TRACK */
.reels-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: none;
}

.reels-track::-webkit-scrollbar {
  display: none;
}

/* CARD */
.reel-card {
  position: relative;
  min-width: 260px;
  height: 460px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TAG */
.reel-tag {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #7bc9a4;
  color: #053d2c;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  z-index: 2;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background 0.3s ease;
}

.reel-card:hover .play-btn {
  background: rgba(0, 0, 0, 0.4);
}

/* FOOTNOTE */
.reels-note {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 30px;
  max-width: 900px;
  margin-inline: auto;
}
/* =====================================================
   GLOBAL MOBILE FIXES
===================================================== */
@media (max-width: 768px) {
  section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* =====================================================
   NAVBAR
===================================================== */
@media (max-width: 768px) {
  .navbar-logo {
    height: 80px;
  }
}

/* =====================================================
   HERO SECTION
===================================================== */
@media (max-width: 768px) {
  .hero-section {
    height: auto;
    min-height: auto;
    padding: 120px 0;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 15px;
  }
}

/* =====================================================
   LOGO SECTION
===================================================== */
@media (max-width: 768px) {
  .logo-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    padding: 0 20px;
  }

  .logo-item img {
    max-height: 86px;
  }
}

/* =====================================================
   TRANSFORM SECTION
===================================================== */
@media (max-width: 992px) {
  .transform-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-column {
    align-items: center;
    gap: 32px;
  }

  .center-image img {
    max-width: 100%;
  }
}

/* =====================================================
   VALUES SECTION
===================================================== */
@media (max-width: 768px) {
  .values-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .values-title {
    font-size: 28px;
  }
}

/* =====================================================
   WHY SECTION
===================================================== */
@media (max-width: 992px) {
  .why-item {
    padding: 40px 20px;
    flex-direction: column !important;
  }

  .why-image {
    position: static;
    transform: none;
    margin-top: 30px;
  }

  .why-content {
    text-align: center;
  }

  .why-number {
    font-size: 64px;
     text-align: center;
  }
}


/* =====================================================
   LIFESTYLE SECTION
===================================================== */
@media (max-width: 992px) {
  .lifestyle-wrapper {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .lifestyle-image img {
    height: 320px;
  }
}

/* =====================================================
   NUTRITION GRAPH
===================================================== */
@media (max-width: 992px) {
  .nutrition-wrapper {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .nutrition-graph {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    justify-items: center;
  }
}

/* =====================================================
   PRODUCT SECTION
===================================================== */
@media (max-width: 1024px) {
  .product-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .product-wrapper {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   STEPS SECTION
===================================================== */
@media (max-width: 768px) {
  .steps-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   GUARANTEE SECTION
===================================================== */
@media (max-width: 768px) {
  .guarantee-title {
    font-size: 32px;
  }

  .guarantee-text {
    font-size: 15px;
  }
}

/* =====================================================
   TESTIMONIALS
===================================================== */
@media (max-width: 1024px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-title {
    font-size: 32px;
  }
}

/* =====================================================
   INSTAGRAM REELS
===================================================== */
@media (max-width: 576px) {
  .reel-card {
    min-width: 220px;
    height: 380px;
  }
}

/* =====================================================
   FAQ
===================================================== */
@media (max-width: 992px) {
  .faq-wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .faq-left h2 {
    font-size: 32px;
  }
}

/* =====================================================
   CONTACT
===================================================== */
@media (max-width: 768px) {
  .contact-title {
    font-size: 28px;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}


/* HARD override Bootstrap centering */
.main-navbar .navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* Ensure collapse behaves correctly */
/* .main-navbar .navbar-collapse {
  display: flex !important;
  justify-content: flex-end !important;
} */
.hero-section::before {
  content: "";
  position: absolute;
  inset: -4%;                 /* 🔑 extra bleed */
  background: inherit;
  background-size: cover;
  background-position: center;
  z-index: 0;

  animation: heroFade 6s ease-in-out infinite;
  will-change: transform, opacity;
}


/* Subtle fade + zoom effect */
@keyframes heroFade {
  0% {
    opacity: 0.92;
    transform: scale(1.02);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.92;
    transform: scale(1.02);
  }
}
.product-description p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
}


/* ===============================
   DEFICIENT SECTION (GRÜNS STYLE)
================================ */

.deficient-section {
  background: #f6f5ef;
  padding: 40px 0;
}

.deficient-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT */
.deficient-left h2 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #0b7a3b;
  margin-bottom: 16px;
}

.deficient-sub {
  font-size: 18px;
  color: #111;
  margin-bottom: 48px;
}

/* STATS */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.stat h3 {
  font-size: 64px;
  font-weight: 700;
  color: #0b7a3b;
  margin-bottom: 12px;
}

.stat p {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}

/* BUTTON */
.deficient-btn {
  display: inline-block;
  padding: 18px 48px;
  background: #0b7a3b;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 16px;
}

/* SOURCES */
.sources a {
  font-size: 12px;
  color: #444;
  margin-right: 16px;
  text-decoration: underline;
}

/* RIGHT IMAGE */
.deficient-right img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .deficient-wrapper {
    grid-template-columns: 1fr;
    padding: 0 40px;
  }

  .deficient-right img {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .deficient-left h2 {
    font-size: 36px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .deficient-wrapper {
    padding: 0 20px;
  }

  .deficient-right img {
    height: 320px;
  }
}


@media (max-width: 768px) {

  /* Mobile dropdown menu background */
  .main-navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.95); /* dark, premium */
    padding: 16px 20px;
    border-radius: 0 0 12px 12px;
  }

  /* Nav links spacing */
  .main-navbar .navbar-nav {
    background: transparent;
  }

  .main-navbar .nav-link {
    color: #ffffff !important;
    padding: 12px 0;
    margin: 0;
    font-size: 16px;
  }

  /* Active link */
  .main-navbar .nav-link.active {
    border-bottom: none;
    color: #0b7a3b !important;
  }
}
/* Toggler button */
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* White hamburger icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 768px) {
  .navbar-toggler {
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
  }
}
