.body {
   font-family: 'Segoe UI', Arial, sans-serif;
}
.main-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(150, 150, 150, 0.065);
  padding: 0;
  position: relative;
  z-index: 10;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 42px 13px 20px;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5px;
  min-width: 300px;

}

.nav-logo img {
  height: 50px;
  width:80px;

  margin-bottom: 2px;
}

.company-title {
  font-size: 18px;
  font-weight: 500;
  color: #8b864e;
  margin-bottom: 1px;
}

.company-tag {
  font-size: 12px;
  color: #98a171;
  margin-top: -3px;
}

.nav-menu {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.nav-link {
  color: #555;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 19px;
  border-radius: 17px;
  transition: background 0.16s, color 0.16s;
}

.nav-link.active,
.nav-link:hover {
  background: #b6c68d;
  color: #fff;
}

.nav-quote-btn {
  background: #8ebf52;
  color: #fff;
  font-weight: 600;
  border-radius: 18px;
  padding: 8px 23px;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.21s;
}

.nav-quote-btn:hover {
  background: #6d983e;
}


.product-details-container {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.product-img {
  width: 360px;
  height: 700px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.spec-section {
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.spec-section ul {
  padding-left: 20px;
}

.benefits-section {
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-top: 10px;
  
}

.benefits-section ul {
  padding-left: 20px;

}
.heading {
  font-size: 24px;
  color: #4a4a4a;
  margin-bottom: 15px;
  text-align: center;

}

.product-title {
  text-align: center;
  font-size: 38px;
  color: #6b4e3e;
  margin-bottom: 30px;
  font-family: Georgia, serif;
}

.product-details-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  max-width: 1100px;
}

.image-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.product-img {
  width: 100%;
  max-width: 420px;
  height: 340px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.spec-column {
  background: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.spec-column h3 {
  font-size: 22px;
  color: #6b4e3e;
  margin-bottom: 15px;
}

.spec-column ul {
  padding-left: 20px;
  line-height: 1.6;
  color: #444;
  font-size: 15px;
}

.product-title {
  text-align: center;
  font-size: 38px;
  color: #6b4e3e;
  margin-bottom: 35px;
  font-family: Georgia, serif;
}

/* MAIN ROW */
.product-details-wrapper {
  max-width: 1100px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* IMAGE */
.image-column {
  display: flex;
  justify-content: center;
}

.product-img {
  width: 100%;
  max-width: 420px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* SPECIFICATIONS */
.spec-column {
  background: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.spec-column h3 {
  font-size: 22px;
  color: #6b4e3e;
  margin-bottom: 14px;
}

.spec-column ul {
  padding-left: 20px;
  line-height: 1.7;
  color: #444;
  font-size: 15px;
}

/* HEALTH BENEFITS – BOTH BLOCKS */
.health-benefits-section {
  max-width: 1100px;
  margin: 0 auto 40px auto;
  background: #fff;
  padding: 30px 35px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.health-benefits-section h2 {
  font-size: 26px;
  color: #6b4e3e;
  margin-bottom: 20px;
  text-align: center;
}

.hb-list {
  list-style: disc;
  padding-left: 40px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.long-benefits .hb-list ul {
  margin-top: 8px;
  padding-left: 20px;
}
.product-title {
  text-align: center;
  font-size: 38px;
  color: #6b4e3e;
  margin-bottom: 35px;
  font-family: Georgia, serif;
}

/* MAIN ROW */
.product-details-wrapper {
  max-width: 1100px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* IMAGE */
.image-column {
  display: flex;
  justify-content: center;
}

.product-img {
  width: 100%;
  max-width: 420px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* SPECIFICATIONS */
.spec-column {
  background: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.spec-column h3 {
  font-size: 22px;
  color: #6b4e3e;
  margin-bottom: 14px;
}

.spec-column ul {
  padding-left: 20px;
  line-height: 1.7;
  color: #444;
  font-size: 15px;
}

/* HEALTH BENEFITS – BOTH BLOCKS */
.health-benefits-section {
  max-width: 1100px;
  margin: 0 auto 40px auto;
  background: #fff;
  padding: 30px 35px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.health-benefits-section h2 {
  font-size: 26px;
  color: #6b4e3e;
  margin-bottom: 20px;
  text-align: center;
}

.hb-list {
  list-style: disc;
  padding-left: 40px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.long-benefits .hb-list ul {
  margin-top: 8px;
  padding-left: 20px;
}
.product-details-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.product-details-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}
.main-footer {
  background: linear-gradient(180deg, #93694c 50%, #856042 100%);
  color: #fff;
  
  padding-top: 38px;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.footer-cta {
  text-align: center;
  padding-bottom: 28px;
}

.footer-cta h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 13px;
}

.footer-cta p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 14px;
}

.enquire-btn {
  background: #98c159;
  color: #fff;
  padding: 8px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-top: 7px;
  transition: background 0.2s;
  border: none;
}

.enquire-btn:hover {
  background: #789e3e;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 8px 22px 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-col {
  flex: 1;
  min-width: 170px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo {
  height: 44px;
}

.footer-brand {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
}

.footer-desc {
  font-size: 14px;
  color: #e4d1ba;
}

.footer-social {
  margin-top: 14px;
  display: flex;
  gap: 13px;
}

.footer-icon {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #e4d1ba;
  padding: 2px 0;
}

.footer-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #ffeee3;
}

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

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

.footer-links a {
  color: #fff0ee;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #d3e374;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #ffeee3;
}

.footer-contact-icon {
  margin-right: 7px;
  font-size: 16px;
}

.footer-copy {
  text-align: center;
  padding: 21px 0 23px 0;
  font-size: 14px;
  color: #ecd3ba;
  border-top: 1px solid rgba(255,255,255,0.08);
  letter-spacing: 0.2px;
}
@media (max-width: 992px) {
  .product-details-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
  }
  .spec-column {
    max-width: 500px;
    margin: 0 auto;
  }
  .product-img {
    max-width: 390px;
    height: auto;
  }
  .product-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    padding: 12px 20px;
    gap: 12px;
  }
  .nav-menu {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    text-align: center;
  }
  .nav-quote-btn {
    width: 100%;
    text-align: center;
  }
  .product-details-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
  .product-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .product-img {
    width: 95%;
    max-width: 330px;
    height: auto;
  }
  .spec-column {
    padding: 20px 18px;
    border-radius: 10px;
  }
  .spec-column h3 {
    font-size: 20px;
  }
  .spec-column ul {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .navbar {
    gap: 8px;
  }
  .company-title {
    font-size: 16px;
  }
  .company-tag {
    font-size: 11px;
  }
  .product-title {
    font-size: 22px;
  }
  .product-img {
    max-width: 290px;
  }
  .spec-column {
    padding: 18px 15px;
  }
  .spec-column h3 {
    font-size: 18px;
  }
  .spec-column ul {
    font-size: 13px;
    padding-left: 15px;
  }
  .footer-main {
    flex-direction: column;
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
}
.floating-contact {
  position: fixed;
  bottom: 28px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 99999;
}

.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  animation: popIn 0.9s ease-out forwards;
  transform: scale(0.3);
  opacity: 0;
}

.float-btn.whatsapp {
  background: #25D366;
}

.float-btn.call {
  background: #714f3a;
}

.float-btn:hover {
  transform: scale(1.15) translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.30);
  transition: 0.25s ease;
}

.float-btn.whatsapp {
  animation-delay: 0.2s;
}

.float-btn.call {
  animation-delay: 0.4s;
}

@keyframes popIn {
  60% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 480px) {
  .floating-contact {
    bottom: 20px;
    right: 16px;
  }
  .float-btn {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}


