/* Fix your existing CSS by adding missing closing braces */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #1c1826;
  overflow-x: hidden;
  overflow-y: scroll; /* Add this */
  /* scroll-snap-type: y mandatory; /* Add this - forces vertical snap */
  height: 100vh; /* Add this - viewport height */
}

section {
  width: 100%;
  /* max-width: 1522px; */
  margin: 0 auto;
  position: relative;
  padding: 60px 40px;
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

p {
  font-size: 1rem;
  line-height: 1.6;
}

button,
.cta-btn {
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover,
.cta-btn:hover {
  background: #2c65a7;
  color: #fff;
}

/* MAIN BOTTLE - GSAP handles position/scale */
.bottle {
  position: fixed;
  top: 50%; /* anchor from vertical center */
  left: 50%; /* anchor horizontal center */
  width: 550px;
  height: auto; /* let image keep proportions */
  transform: translate(-50%, -50%) rotate(-15deg); /* centered + tilted start */
  z-index: 9999;
  pointer-events: none; /* avoid blocking clicks */
}

/* Hide extra bottle images */
.about-bottle,
.benefits-bottle {
  display: none !important;
}

/* Ensure scroll snap works properly */
html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  /* Remove scroll-snap for better GSAP compatibility */
  overflow-y: auto;
}

section {
  min-height: 100vh;
  /* Remove scroll-snap-align for smoother animations */
}

/* ========== NAVBAR ========== */
.navbar {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.nav-logo {
  width: 160px;
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}

.nav-links li {
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nav-links li:hover {
  color: #ff9000;
}

/* .nav-links li.active {
  color: #2c65a7;
} */

/* Hamburger Icon */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  z-index: 2000; /* add this */
  position: relative; /* ensure it's positioned */
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ========== HERO (Frame 1–2) ========== */
.hero {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0) 60%
    ),
    url("assets/background.jpg") center/cover no-repeat;
  height: 777px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 165px;
}

.hero-left {
  position: absolute;
  top: 35%;
  left: 5%;
  width: 365px;
}

.tagline {
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-center {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.headline span {
  font-size: 159.68px;
  font-weight: 400;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #2c65a7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: 5px;
  font-family: "Anton", sans-serif;
  margin-top: -120px;
}

.headline span.bottom-text {
  font-size: 230px !important;
}

.btn-header {
  padding-top: 350px;
}

.cta-btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: auto;
  right: 10%;
  background: rgba(255, 255, 255, 0.9);
  color: #1c1826;
  font-size: 1rem;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* ========== ABOUT (Frame 3) ================================================================================ */
.about {
  background: url("assets/Group\ 29.jpg") center/cover no-repeat;
  height: 700px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: flex;
  overflow: hidden;
  padding: 0;
}

.about-left {
  padding: 0;
  z-index: 100; /* Ensure content appears above bottle */
  text-align: justify;
  /* position: absolute;
  top: 10%;
  left: 65px; */
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.about-left h2 {
  font-size: 80px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  font-family: "Anton", sans-serif;
  margin: 0;
}

.about-right {
  padding: 0 20px;
  z-index: 100;
  /* position: absolute;
  top: 2%;
  left: 780px; */
  width: 500px;
  text-align: justify;
}

.about-right p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.7;
  max-width: 600px;
  margin-left: auto; /* makes paragraph box hug the right edge */
  text-align: right;
}

/* ========== BENEFITS (Frame 4) ========== */
.benefits {
  background: url("assets/Benefits-main-ph8.jpg") center/cover no-repeat;
  height: 777px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benefit-icons {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.benefit-icons div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.benefit-icons img {
  width: 60px;
  height: 60px;
}

.benefit-icons p {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
}

/* ========== PRODUCTS (Frames 5–6) ========== */
.products {
  background: url("assets/product-back.jpg") center/cover no-repeat;
  text-align: center;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.products h2 {
  color: #1c1826;
  margin-bottom: 0px;
  font-size: 80px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
}

.products p {
  max-width: 794px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #000;
}

.product-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.products .card {
  width: 320px;
  height: 420px;
  border-radius: 20px;
  background: url("assets/product-grid-card.png") center/cover no-repeat;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.products .card:hover {
  transform: translateY(-10px);
}

.products .card img {
  width: 50%;
  height: auto;
  transition: transform 0.3s ease;
}

.products .card img:hover {
  transform: scale(1.05);
}

#products.products {
  background: url("assets/product-back.jpg") no-repeat center center;
  background-size: cover; /* makes sure the image covers entire section */
  background-attachment: fixed; /* optional: parallax effect */
}

.product-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  /* flex-wrap: wrap; */
  padding: 40px 0;
  width: 100%;
}

.product {
  position: relative;
  width: 285px;
  height: 265px;
  background-color: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.6s ease;
}

/* Blue background shape */
.product-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #2c65a7;
  border-top-left-radius: 100% 60%;
  border-top-right-radius: 100% 60%;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

/* Main content */
.product-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.product-img {
  /* width: 140px; */
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: center bottom;
  z-index: 3;
}

.product-1 {
  width: 160px;
}

.product-2 {
  width: 160px;
}

.product-3 {
  width: 150px;
}

.product-4 {
  width: 110px;
}

.product-info {
  position: absolute;
  right: 40px;
  opacity: 0;
  transform: translateX(40px) scale(0.9);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 3;
}

.product-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
}

.product-info li img {
  width: 14px;
}

.product:hover {
  background-color: #2c65a7;
}

.product:hover .product-bg {
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /* transform: translateY(0px); */
}

.product:hover .product-img {
  transform: translate(-110px, -10px) rotate(10deg);
}

.product:hover .product-info {
  opacity: 1;
  transform: translateX(0) scale(1.08);
}

/* Responsive behavior */
@media (max-width: 1200px) {
  .product-section {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product {
    width: 320px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .product-section {
    flex-wrap: wrap;
  }
  .product {
    width: 320px;
    height: 300px;
  }
}

/* transform: translate(-100px, -10px) rotate(12deg); */

/* ========== TESTIMONIALS (Frame 7) ========== */
.testimonials {
  background: url("assets/back-test.png") center/cover no-repeat;
  text-align: center;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
}

.testimonials h2 {
  margin-bottom: 0px;
  font-family: "Anton", sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.testimonials > p {
  max-width: 600px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
}

.testimonial-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  color: #1c1826;
  padding: 30px;
  border-radius: 15px;
  width: 320px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-card h4 {
  margin: 0;
  font-weight: 700;
  color: #2c65a7;
}

/* ========== CONTACT (Frame 8) ========== */
.contact {
  background: #f8f9fa;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact h2 {
  color: #1c1826;
  margin-bottom: 0px;
  font-family: "Anton", sans-serif;
  font-size: 80px;
  font-weight: 400;
  margin: 0;
}

.contact > p {
  color: #666;
  max-width: 500px;
  margin: 0 auto 50px;
}

/* ---------------------form------------------- */

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 90%;
  width: 100%;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  max-width: 800px;
  width: 65%;
  text-align: left;
}

label {
  display: block;
  font-size: 13.8px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #555;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 10px 14px;
  border: 0.86px solid #dcdcdc;
  border-radius: 10.25px;
  outline: none;
}

textarea {
  overflow: hidden; /* removes scroll */
  height: 40px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-column: 1 / 3;
  margin-top: 10px;
}

.checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2c65a7;
}

.checkbox .checkbox-label {
  margin-bottom: 0;
}

.submit-btn {
  background: #2c65a7;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  cursor: pointer;
  grid-column: 1 / 3;
  justify-self: start;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #1f4b7b;
}

.thankyou {
  display: none;
  grid-column: 1 / 3;
  color: #2c65a7;
  font-weight: 600;
  margin-top: 10px;
}

.image-box img {
  width: 70%;
  max-width: 500px;
  border-radius: 20px;
  object-fit: cover;
}

/* ========== FOOTER ========== */
/* ==========================
   Footer Section
========================== */

/* ---------- Footer ---------- */
.footer {
  background-color: #2c65a7;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 40px 60px 20px;
  width: 100%;
  /* max-width: 1522px; */
  margin: 0 auto;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap;
  gap: 40px; */
  padding-bottom: 25px;
}

/* ---------- Left Section ---------- */
.footer-left {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 35%;
}

.footer-left img {
  width: 273px;
  border-radius: 6px;
}

.footer-line-left {
  height: 1px;
}

/* ---------- Center Section ---------- */
.footer-center {
  min-width: 150px;
  width: 13%;
}

.footer-center h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-center .footer-links li {
  margin-bottom: 15px;
}

.footer-center .footer-links li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
}

.footer-center ul li a:hover {
  color: #ff9000;
}

/* ---------- Right Section ---------- */
.footer-right {
  min-width: 280px;
  width: 45%;
}

.footer-right h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-details {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
}

.office {
  flex: 1;
  min-width: 220px;
}

.office h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  margin: 0;
}

.office p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 300;
}

.office strong {
  font-weight: 600;
}

.footer-line-right {
  height: 223px;
  width: 1px;
}

/* ---------- Bottom Bar ---------- */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 400;
}

.footer-copy {
  font-size: 14px;
  opacity: 0.9;
  padding-right: 100px;
}

.footer-designer {
  font-size: 16px;
  opacity: 0.9;
}

.footer-designer a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom-line {
  width: 100%;
  height: 1px;
}

.address-link {
  color: inherit;
  text-decoration: none;
  font: inherit;
  transition: color 0.3s ease;
}

.contact-link {
  color: inherit;
  text-decoration: none;
  font: inherit;
  transition: color 0.3s ease;
}

/* ---------------------=================================
======================Footer links====================
========================== */

/* --- Modal (Pop-up) Styling --- */
/* The Modal Background */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 700px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header Styling */
.modal-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.modal-header h2 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

/* Modal Body Styling (for the actual content) */
.modal-body p,
.modal-body ul,
.modal-body ol {
  line-height: 1.6;
  color: #555;
}

.modal-body h3 {
  color: #333;
  margin-top: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .modal-content {
    width: 95%;
    margin: 10% auto;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
  }
}

/* ==========================
   Sustainability Section
========================== */
/* Sustainability Section */
.sustainability {
  text-align: center;
  padding: 50px 40px;
  background: #ffffff;
}

.sustainability h2 {
  font-size: 80px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: "Anton", sans-serif;
  margin-bottom: -10px;
}

.sustainability h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: -120px;
  color: white;
}

.sustainability-cards p {
  font-size: 18px;
  font-weight: 400;
  color: white;
  max-width: 350px;
  margin-top: -20px; /* top:0, left/right:auto, bottom:30px */
  line-height: 150%;
}

.sustainability .subtitle {
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: #000000;
}

.sustainability-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.sustainability-cards .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sustainability-cards img {
  width: 100%;
  max-width: 480px; /* keeps card image size uniform */
  height: auto;
  border-radius: 12px; /* optional rounded corners */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sustainability .footer-note {
  font-weight: 600;
  margin-top: 20px;
  font-size: 24px;
  color: #222;
}

/* ================= Tablet RESPONSIVE FIXES ================= */

/* Tablets */
@media (max-width: 1024px) {
  .hero {
    min-height: 60vh;
    padding-top: 150px;
  }
  .headline span.bottom-text {
    font-size: 110px !important;
  }
  .headline span {
    margin-top: 0;
    line-height: 1;
  }
  .btn-header {
    padding-top: 100px;
  }
  .headline {
    padding-top: 20px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .nav-links {
    gap: 20px;
  }

  /* ---------------------about------------------------- */

  .about {
    flex-direction: column;
    min-height: 600px;
  }

  .about-left,
  .about-right {
    position: static;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .about-left h2 {
    font-size: 60px;
  }

  .about-right p {
    font-size: 16px;
  }

  .about-bottle {
    width: 150px;
    margin: 20px auto;
  }

  /* -----------------benefits--------------- */

  .benefits {
    min-height: 430px;
    height: 450px;
    padding: 40px 20px;
    background-size: cover;
  }

  .benefits-bottle {
    width: 200px;
    margin-bottom: 15px;
  }

  .benefit-icons {
    gap: 40px;
    margin-top: 40px;
  }

  .benefit-icons img {
    width: 50px;
    height: 50px;
  }

  .benefit-icons p {
    font-size: 0.85rem;
  }

  /* ---------------------products----------------- */

  .products h2 {
    font-size: 60px;
  }

  .products p {
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 30px;
  }

  .product-grid {
    gap: 30px;
  }

  .products .card {
    width: 280px;
    height: 380px;
  }

  .products .card img {
    width: 55%;
  }

  /* ----------------------sustainability----------------------- */

  .sustainability {
    min-height: 80vh;
  }

  .sustainability h2 {
    font-size: 60px;
  }

  .sustainability h3 {
    font-size: 24px;
    margin-top: -125px;
    margin-bottom: -5px;
    color: #ffffff; /* adjust if background requires */
  }

  .sustainability .subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .sustainability-cards p {
    font-size: 16px;
    max-width: 300px;
    margin-top: 10px;
    color: #ffffff;
  }

  .sustainability-cards {
    gap: 30px;
  }

  /* ----------------contact---------------- */

  .contact h2 {
    font-size: 60px;
  }

  .contact > p {
    font-size: 16px;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  form {
    grid-template-columns: 1fr 1fr; /* 2 columns */
    gap: 20px 20px; /* adjust horizontal and vertical spacing */
    width: 90%;
  }

  .submit-btn,
  .checkbox {
    grid-column: 1 / 3; /* span both columns */
  }

  /* ----------------footer-------------- */

  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%; /* 2 per row if possible */
  }

  .footer-left {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }

  .footer-line-left {
    display: none;
  }

  .footer-center {
    margin-top: 20px;
  }

  .contact-details {
    flex-direction: row;
  }

  .footer-line-right {
    display: none; /* hide vertical line on tablet */
  }

  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .footer-copy,
  .footer-designer {
    padding-right: 0;
  }
}

/* ================= mobile RESPONSIVE FIXES ================= */
/* Responsive Styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 0;
    width: 220px;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    gap: 20px;
    transform: translateX(120%);
    transition: transform 0.4s ease-out; /* A slower easing for smoothness */
  }

  .nav-links.open {
    transform: translateX(0); /* Move the menu in */
  }

  .nav-links a {
    color: #000;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .nav-links a:hover {
    color: #007bff; /* Change to your desired hover color */
    transform: scale(1.05); /* Slight scaling effect for hover */
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links li {
    text-align: left;
  }

  /* Hamburger Animation */
  .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .nav-links {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
  }

  .hero {
    height: auto;
    padding: 120px 20px;
    flex-direction: column;
    text-align: center;
  }

  .hero-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-center {
    position: static;
    transform: none;
    padding-top: 50px;
  }

  .hero {
    min-height: 70vh; /* even less height */
    padding: 40px 20px; /* add breathing space */
  }

  .headline span {
    font-size: 35px !important;
  }

  .hero-content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-left,
  .hero-center {
    /* position: static; */
    transform: none;
    text-align: center;
  }

  .headline span {
    font-size: 70px;
    line-height: 1.2;
  }

  .headline span.bottom-text {
    font-size: 46px !important;
  }

  .bottle {
    width: 150px;
    margin: 30px auto;
  }

  .btn-header {
    padding-top: 0;
    text-align: center;
  }

  .cta-btn {
    position: relative;
    right: auto;
    padding: 12px 25px;
  }

  /* ---------------------about------------------- */

  .about {
    min-height: auto;
    padding: 40px 15px;
  }

  .about-left h2 {
    font-size: 40px;
    text-align: center;
  }

  .about-right p {
    font-size: 14px;
    text-align: center;
  }

  .about-bottle {
    width: 120px;
  }

  /* --------------------benefits ------------------- */

  .benefits {
    min-height: auto;
    padding: 30px 15px;
    height: 210px;
    background-size: cover;
    margin-bottom: 25px;
  }

  .benefits-bottle {
    width: 150px;
    margin-bottom: 10px;
  }

  .benefit-icons {
    gap: 20px;
    margin-top: 30px;
    flex-direction: column; /* stack icons vertically */
  }

  .benefit-icons img {
    width: 40px;
    height: 40px;
  }

  .benefit-icons p {
    font-size: 0.8rem;
  }

  /* ------------------------products----------------------- */

  .products {
    margin-top: 0px;
  }
  .products h2 {
    font-size: 40px;
    margin: 0;
  }

  .products p {
    font-size: 14px;
    max-width: 90%;
    margin-bottom: 20px;
  }

  .product-grid {
    flex-direction: column;
    gap: 20px;
  }

  .products .card {
    width: 90%;
    max-width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .products .card img {
    width: 60%;
  }

  /* ----------------------sustainability-------------------------- */

  .sustainability {
    padding: 40px 20px;
  }

  .sustainability h2 {
    font-size: 40px;
    margin: 0;
  }

  .sustainability h3 {
    font-size: 20px;
    margin-top: -85px;
  }

  .sustainability .subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .sustainability-cards {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .sustainability-cards p {
    font-size: 14px;
    max-width: 90%;
    margin-top: 10px;
  }

  .sustainability .footer-note {
    font-size: 18px;
    margin: 0;
  }

  /* -----------------------contact------------------- */

  .contact h2 {
    font-size: 40px;
  }

  .contact > p {
    font-size: 14px;
    max-width: 90%;
  }

  form {
    grid-template-columns: 1fr; /* single column */
    gap: 15px 0; /* vertical spacing only */
    width: 100%;
  }

  label {
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .checkbox .checkbox-label {
    margin: 0;
  }

  .submit-btn,
  .checkbox {
    grid-column: 1 / 2; /* span single column */
    justify-self: stretch; /* button full width */
  }

  /* -------------------footer------------------ */

  .footer {
    padding: 30px 15px;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%; /* full width */
  }

  .footer-line-left {
    display: block;
  }

  .footer-left {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }

  .footer-left img {
    width: 100%;
    max-width: -webkit-fill-available; /* smaller logos on mobile */
  }

  .footer-center {
    margin-top: 10px;
  }

  .footer-center h3 {
    margin-top: 0;
  }

  .contact-details {
    flex-direction: column;
    gap: 15px;
  }

  .footer-line-right {
    display: none;
  }

  .footer-right h3 {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-links a {
    margin-right: 15px;
    font-size: 14px;
  }

  .footer-copy,
  .footer-designer {
    font-size: 13px;
    text-align: start;
    width: 100%;
  }

  .footer-bottom .footer-links {
    display: flex;
    width: 100%;
  }

  .footer-container {
    padding-bottom: 10px;
  }
}

/* Mobile landscape */
@media (max-width: 768px) {
  .cta-btn {
    transform: none;
    margin-top: 20px;
  }

  .about {
    height: auto;
    flex-direction: column;
    padding: 40px 20px;
  }

  .about-left,
  .about-right {
    width: 100%;
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  /* .headline span {
    font-size: 2.8rem;
  } */

  .tagline {
    font-size: 0.9rem;
  }

  .bottle {
    width: 150px;
  }

  .products .card {
    width: 90%;
    height: auto;
  }

  .testimonial-card {
    width: 100%;
  }

  .contact-grid {
    flex-direction: column;
    gap: 30px;
  }

  .contact-form,
  .contact-image {
    width: 100%;
  }

  .footer-main {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-main .footer-logo img {
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* About section responsive alignment fix */
@media (max-width: 768px) {
  .about {
    flex-direction: column;
    align-items: stretch; /* allow full width */
  }

  .about-left {
    position: static;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    flex-direction: column;
  }

  .about-right {
    text-align: right; /* keep right aligned */
  }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
  .contact-grid {
    flex-direction: column;
    gap: 40px;
  }

  .contact-form,
  .contact-image {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 900px) {
  .bottle {
    width: 450px; /* Adjusted for mobile */
    left: 50%;
  }

  .hero-left {
    top: 25%;
    width: 280px;
  }

  .headline span {
    font-size: 4.5rem;
  }

  section {
    padding: 40px 20px;
  }

  .benefit-icons {
    gap: 40px;
  }

  .testimonial-grid {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .bottle {
    width: 250px; /* Smaller for mobile */
    left: 50%;
    bottom: 80px;
  }

  .hero-left {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }

  .headline span {
    font-size: 3.5rem;
  }

  .hero-center {
    top: 50%;
  }

  .cta-btn {
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
  }

  section {
    padding: 40px 15px;
  }

  .product-grid {
    gap: 20px;
  }

  .products .card {
    width: 280px;
    height: 360px;
  }

  .benefit-icons {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .benefit-icons > div {
    flex-direction: row;
    gap: 15px;
  }

  .testimonial-card {
    width: 100%;
    max-width: 350px;
  }

  .navbar {
    width: 90%;
  }

  .nav-links {
    gap: 15px;
    font-size: 0.9rem;
  }
}




#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #0488DA;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

#scrollTopBtn:hover {
    background: #036bb0;
}
