  /* style.css */
    html {
      scroll-behavior: smooth;
    }  
  
  body {
      margin: 0;
      font-family: 'Inter', Arial, sans-serif;
      background: #f8f7ec;
      color: #3b341d;
    }
    
    .dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

  .dm-serif-text-regular-italic {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
  }

    
    header {
          background: none;
          padding: 0;
          border-radius: 0;
        }
    .nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.2rem 2rem 0 2rem;
      background: #7D8854;
      border-radius: 0 0 40px 40px;
      min-height: 70px;
    }
    .nav-logo {
      font-size: 2rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-left: 35px;
      margin-bottom: 20px;
    }
    .nav-links {
      gap: 1.5rem;
      font-size: 1rem;
      text-align:right;
      margin-right: 10px;
    }
    .nav-links a, .nav-links button {
      color: #ffffff;
      text-decoration: none;
      background: none;
      border: none;
      font: inherit;
      cursor: pointer;
      padding: 0.3rem 0.8rem;
      border-radius: 20px;
      transition: background 0.2s;
    }

    .nav-actions a {
        color: inherit;          /* take color from the parent (the button text) */
        text-decoration: none;   /* remove underline */
      }

    .nav-actions a:visited {
      color: inherit;          /* override the violet visited color */
    }

    .nav-links a:hover, .nav-links button:hover {
      background: #3b341d;
    }
    .nav-actions {
      display: flex;
      gap: 0.7rem;
    }
    .nav-actions button {
      background: #fff;
      color: #7D8854;
      border: none;
      border-radius: 20px;
      padding: 0.3rem 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s;
    }
    .nav-actions button:hover {
      background: #ebe7dc;
    }
    .hero {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 3.5rem 0 0 4rem;
      gap: 0;
      background: #f8f7ec;
      border-radius: 0 0 40px 40px;
      margin-top: 0;
      min-height: 480px;
      position: relative;
      margin-left: 70px;
    }
    .hero-text {
      max-width: 520px;
      flex: 1;
      margin-right: 0;
      margin-bottom: 0;
    }
    .hero-title {
      font-family: "DM Serif Text", serif;
      font-weight: 400;
      font-style:normal;
      font-size: 5.1rem;
      font-weight: 500;
      margin-bottom: 1.2rem;
      line-height: 1.05;
      letter-spacing: -2px;
      color: #3b341d;
    }
    .hero-desc {
      font-size: 1.25rem;
      margin-bottom: 2.2rem;
      color: #000000;
      font-family: 'Inter', Arial, sans-serif;
      font-weight: 400;
    }
.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

/* Button styles */
.hero-actions button {
  background: #7D8854;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.hero-actions button:hover {
  background: #5e6a3a;
}
/* Link with icon styles */
.hero-actions a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}

.hero-actions a img {
  width: 33px;
  height: 33px;
}

    .hero-img {
      width: 700px;
      max-width: 100vw;
      height: auto;
      margin: 0;
      display: block;
      object-fit: fill;
      object-position: top right;
      box-shadow: none !important;
      filter: none !important;
      border-radius: 0 0 40px 0;
      right: 0;
      top: 0;
      z-index: 1;}

        /* Green divider*/
    .divider-green {
      width: 99vw;
      height: 125px;
      background: #7D8854;
      margin: 0;
      border-radius: 0;
      z-index: 2;
      position: relative;
      display: block;
      padding: 0;
    }
    .section {
      padding: 3rem 2rem;
      max-width: 900px;
      margin: 0 auto;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 1.2rem;
    }
    .features-list {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }
    .feature {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      padding: 1.2rem;
      flex: 1 1 220px;
      min-width: 220px;
    }
    .feature-title {
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
/* testimonials Section */
.testimonials-section {
  max-width: 1000px;
  margin: 2rem auto;
  text-align: center;
  font-family: 'Inter', Arial, sans-serif;
  position: relative;
}
.testimonials-title {
  font-family: "DM Serif Text", serif;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #181a14;
  width: auto;
  text-align: center;
  white-space: nowrap;
}
.testimonials-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #181a14;
}
.testimonial-image {
  width: 100%;
  height: 200px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.testimonial-name {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0.5rem 0 0.3rem 0;
  color: white;
}
.testimonial-text {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-align: justify;
}
/* Carousel */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  height: 500px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px; /* gives 3D depth */
  overflow: visible;
}
.testimonial-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  min-height: 400px;
  background-color: #7D8854;
  color: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease, opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  backface-visibility: hidden;
}
.testimonial-card.hidden {
  opacity: 0;
  pointer-events: none;
}
/* Premium arrows */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  height: 0;
}
.carousel-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 6px solid #000000;   /* arrow color */
  border-right: 6px solid #000000; /* arrow color */
  transform: rotate(45deg);
  margin: auto;
  transition: transform 0.3s ease;
}
/* Left arrow */
.carousel-btn.prev::before {
  transform: rotate(-135deg);
}
/* Right arrow */
.carousel-btn.next::before {
  transform: rotate(45deg);
}
/* Hover effect */
.carousel-btn.prev:hover::before {
  transform: rotate(-135deg) translateX(-4px);
}
.carousel-btn.next:hover::before {
  transform: rotate(45deg) translateX(4px);
}
/* Positioning */
.carousel-btn.prev {
  left: -100px;
}
.carousel-btn.next {
  right: -100px;
}


/* Footer */
footer.footer {
  background-color: #0e0e0d;
  color: white;
  padding: 3rem 2rem 2rem;
  font-family: 'Inter', Arial, sans-serif;
}
.footer-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
/* Left side */
.footer-left {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-left h2 {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 3.2rem;
  margin: 0;
}
.footer-left p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
.footer-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.footer-button {
  background-color: #7D8854;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  width: 200px;
  transition: background-color 0.2s ease;
}
.footer-button:hover {
  background-color: #6b733b;
}
/* Right side */
.footer-right {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
.footer-columns {
  display: flex;
  gap: 3rem;
}
.footer-links b {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.9;
  display: block;
  margin-bottom: 0.3rem;
  opacity: 0.65;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-sdg img {
  height: 40px; /* adjust as needed */
  margin-top: 1rem;
}
/* Bottom row split into two lines */
.footer-bottom {
  max-width: 1100px;
  margin: 2rem auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* Top part: logo left, socials right */
.footer-bottom-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  height: 2.5rem;
}
.footer-copyright {
  color: #A2A2A2;
}
.footer-social-icons {
  display: flex;
  gap: 1rem;
}
.footer-social-icons a {
  color: white;
  font-size: 1.5rem;
  transition: color 0.2s ease;
}
.footer-social-icons a:hover {
  color: #7D8854;
}
/* Bottom part: copyright left, legal right */
.footer-bottom-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  opacity: 0.85;
}
.footer-legal {
  font-size: 0.60rem;
  opacity: 0.8;
}
    /* Section and stress section */
    .section-stress {
      display: flex;
      flex-direction: row;
      gap: 3.5rem;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem 3rem 2rem;
      align-items: flex-start;
      background: #f8f7ec;
      position: relative;
      top: 40px;
    }
    .stress-left {
      flex: 1.2;
      min-width: 340px;
      padding-right: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .stress-title {
      font-size: 4rem;
      font-family: "DM Serif Text", serif;
      font-weight: 400;
      font-style: normal;
      color: #41391E;
      margin-bottom: 1.2rem;
      line-height: 1.08;
      letter-spacing: -1px;
    }
    .stress-desc {
      font-size: 1.15rem;
      color: #4A4A4A;
      margin-bottom: 2.2rem;
      font-family: 'Inter', Arial, sans-serif;
      font-weight: 400;
    }
    .stress-bold {
      font-weight: 900;
      color: #4A4A4A;
      font-family: 'Inter', Arial, sans-serif;
    }
    .stress-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2.2rem;
      min-width: 320px;
      justify-content: center;
    }
    .stress-feature {
      display: flex;
      align-items: flex-start;
      gap: 1.3rem;
      background: none;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
    }
    .stress-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #181a14;
      border-radius: 12px;
      width: 48px;
      height: 48px;
      margin-right: 0.5rem;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .stress-icon img {
      width: 26px;
      height: 26px;
      object-fit: contain;
      display: block;
    }
    .stress-feature-title {
      font-weight: 700;
      font-size: 1.25rem;
      color: #181a14;
      font-family: 'Inter', Arial, sans-serif;
      margin-bottom: 0.2rem;
      display: block;
    }
    .stress-feature-desc {
      font-size: 1.05rem;
      color: #181a14;
      font-weight: 400;
      font-family: 'Inter', Arial, sans-serif;
      margin-top: 0.1rem;
      display: block;
    }
   @media (max-width: 900px) {
      .hero { flex-direction: column; align-items: center; padding: 2rem 0 0 0; min-height: unset; }
      .hero-img { position: static; width: 95vw; border-radius: 0; }
      .hero-text { margin-right: 0; }
      .section-stress { flex-direction: column; gap: 2rem; padding: 2rem 1rem; }
      .stress-left, .stress-right { min-width: 0; padding-right: 0; }
      .stress-title { font-size: 2.1rem; }
    }

/* Meal Planning Section */
.meal-planning-section {
  background-color: #41391E;
  border-radius: 50px;
  color: white;
  max-width: 1000px;
  margin: 3rem auto;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column; /* stack top + bottom */
  gap: 2rem;
  font-family: 'Inter', Arial, sans-serif;
}

/* Top row (left + right aligned at the top) */
.meal-planning-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* ensures both align at the top */
  gap: 2rem;
}

/* left side */
.meal-planning-left {
  flex: 1;
}
.meal-planning-title {
  font-family: "DM Serif Text", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1;
  margin: 0;
}

/* right side */
.meal-planning-right-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-end;
}
.meal-planning-desc {
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  margin-right: 35px;
}

/* button */
.meal-planning-button {
  background-color: white;
  color: #41391E;
  border: none;
  border-radius: 20px;
  padding: 0.7rem 1.8rem;
  font-weight: 600;
  font-size: 1rem;
  width: 400px;
  cursor: pointer;
  margin-top: 0.8rem;
  margin-right: 4px;
}
.meal-planning-button:hover {
  background-color: #7D8854;
  color: white;
}

/* image bottom */
.meal-planning-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}    


/*transitions*/
.hero-text {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeSlideUp 1s ease forwards 0.3s;
}
.hero-img {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeSlideRight 1s ease forwards 0.6s;
}
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}
button, .meal-planning-button, .footer-button {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
button:hover, .meal-planning-button:hover, .footer-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.testimonial-card.active {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.02) translateY(-5px); }
}
footer.footer {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp 2s ease forwards;
  animation-delay: 0.5s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}