:root {
  --green: #0c3b1c;
  --lime: #5a8d12;
  --cream: #fbfaf4;
  --gold: #efad13;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #14271a;
  font-family: "DM Sans", sans-serif;
  background: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}
a { text-decoration:none;}
h2 {
  font-size: 42px;
  margin: 12px 0;
  color: var(--green);
  font-weight: 700;
}
p {
  line-height: 1.7;
}
.shipping-bar {
  background: #103c1d;
  color: #fff;
  text-align: center;
  padding: 11px;
  font-size: 14px;
}
.shipping-bar i {
  color: #93bd38;
  margin: 0 5px;
}
.main-header {
  background: #fffdf9;
}
.navbar {
  height: 109px;
}
.navbar-brand img {
  width: 245px;
}
.navbar-nav {
  gap: 33px;
}
.navbar-nav a {
  display: block;
  color: #102d18;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 0;
  border-bottom: 2px solid transparent;
}
.navbar-nav a.active,
.navbar-nav a:hover {
  color: #568612;
  border-color: #568612;
}
.navbar-nav i {
  font-size: 11px;
  margin-left: 4px;
}
.nav-actions {
  display: flex;
  gap: 20px;
}
.nav-actions button {
  border: 0;
  background: none;
  font-size: 22px;
  position: relative;
  color: #102d18;
}
.nav-actions b {
  position: absolute;
  background: #578b10;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  right: -11px;
  top: -9px;
  padding-top: 3px;
}
.mobile-header-actions {
  gap: 18px;
}
.nav-actions-mobile {
  gap: 16px;
}
.nav-actions-mobile button,
.nav-actions-mobile a {
  font-size: 19px;
}
.mobile-header-actions .navbar-toggler {
  padding: 0;
  border: 0;
  font-size: 22px;
  line-height: 1;
  box-shadow: none !important;
}
.hero-slide {
  background-size: cover;
  background-position: center;
}
.hero-one {
  background-image: url("../images/banner-1.jpg");
}
.hero-two {
  background-image: url("../images/banner-2.jpg");
}
.hero-copy {
  padding-top: 126px;
}
.eyebrow {
  color: #5a8919;
  font-size: 16px;
  font-weight: 700;
}
.hero h1,
h1 {
}
.hero-copy h1 {
  font-size: 74px;
  line-height: 1.18;
  margin: 27px 0;
  color: #0b3c1c;
}
.hero-copy h1 em,
.review-section h2 em {
  font-style: normal;
  color: #7fa727;
}
.leaf-icon {
  font-size: 40px;
  vertical-align: middle;
  margin-left: 7px;
  color: #7fa727;
}
.hero-copy p {
  font-size: 20px;
  color: #323833;
}
.mini-benefits {
  display: flex;
  gap: 28px;
  margin: 38px 0 44px;
}
.mini-benefits span,
.wide-features span,
.trust-strip > div,
.value-strip span,
.stats-strip span {
  display: flex;
  align-items: center;
  gap: 11px;
}
.mini-benefits > span > i,
.trust-strip > div > i,
.wide-features > span > i,
.value-strip > span > i {
  font-size: 25px;
  color: #528215;
  border: 1px solid #8fab50;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
}
.mini-benefits b,
.trust-strip b,
.wide-features b,
.value-strip b,
.stats-strip b {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.mini-benefits small,
.trust-strip small,
.wide-features small,
.value-strip small,
.stats-strip small {
  font-weight: 400;
  color: #444;
  margin-top: 3px;
}
.btn {
  font-weight: 700;
  padding: 14px 31px;
  border-radius: 5px;
  transition: 0.25s;
}
.btn-primary {
  background: #56890e;
  border-color: #56890e;
}
.btn-primary:hover {
  background: #103d1d;
  border-color: #103d1d;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px #35600a42;
}
.btn-outline {
  border: 1px solid #5b8920;
  color: #4f7e16;
  margin-left: 12px;
}
.btn-outline:hover {
  background: #5b8920;
  color: #fff;
}
.overlap {
  margin-top: -66px;
  position: relative;
  z-index: 2;
}
.trust-strip,
.wide-features,
.value-strip,
.stats-strip {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 28px #1b3b1420;
  display: flex;
  padding: 35px 28px;
  justify-content: space-between;
}
.trust-strip > div {
  padding: 0 25px;
  border-right: 1px solid #e4e6d9;
  flex: 1;
  justify-content: center;
}
.trust-strip > div:last-child {
  border: 0;
}
.section-bg {
  background: #fdfcf7;
}
.category-section {
  padding: 115px 0 65px;
  background: url("../images/ayurvedic-range-bg.jpg") center/cover;
}
.ornament:before,
.ornament:after {
  content: "— ❧";
  margin: 0 14px;
}
.ornament:after {
  content: "❧ —";
}
.section-subtitle {
  font-size: 19px;
  color: #4a4a4a;
  margin-bottom: 40px;
}
.category-slider {
  margin: 0 30px;
}
.category {
  padding: 8px;
  text-align: center;
	    text-decoration: none;
}
.category a { text-decoration:none; }
.category img {
  width: 166px;
  border-radius: 50%;
  padding: 2px;
  border: 7px solid #fff;
  box-shadow: 0 5px 13px #27371225;
  margin: auto;
}
.category h3 {
  font-size: 18px;
  line-height: 1.45;
  margin-top: 15px;
      color: #333;
    text-decoration: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 43%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #4b7b13;
  box-shadow: 0 4px 12px #1a291a1b;
}
.slick-prev {
  left: -55px;
}
.slick-next {
  right: -55px;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 14px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}
.slick-dots button {
  border: 0;
  border-radius: 50%;
  background: #d8e2b8;
  font-size: 0;
  width: 14px;
  height: 14px;
}
.slick-dots .slick-active button {
  background: #397a12;
}
.products-section {
  padding: 72px 0;
  background: url("../images/ayurvedic-products-bg.jpg") top center/cover;
}
.heading-row {
  display: flex;
  align-items: center;
}
.desktop-btn {
  white-space: nowrap;
}
.wide-features {
  padding: 20px;
  margin: 37px 7.5% 41px;
  border: 1px solid #e1e3c9;
  box-shadow: none;
  border-radius: 15px;
}
.wide-features span {
  flex: 1;
  border-right: 1px solid #e5e7d4;
  padding-left: 10px;
}
.wide-features span:last-child {
  border: 0;
}
.wide-features > span > i {
  width: 48px;
  height: 48px;
  font-size: 22px;
}
.product-slider {
  padding: 0 4px;
}
.product-slider .slick-list,
.review-slider .slick-list {
  padding: 8px 0;
}
.product-card {
  background: #fff;
  border-radius: 14px;
  margin: 0 8px;
  padding: 11px;
  box-shadow: 0 4px 17px #31411e17;
  min-height: 420px;
}
.product-image {
  display: block;
  position: relative;
}
.product-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-image span {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #397512;
  color: #fff;
  padding: 7px 11px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
}
.stars {
  color: #f4aa0b;
  margin: 13px 8px 8px;
  font-size: 15px;
}
.stars small {
  color: #49504a;
  margin-left: 6px;
}
.product-card h3 {
      font-size: 17px;
    margin: 0 8px 5px;
    text-decoration: none;
    color: #333;
  
}
.product-card p {
  font-size: 13px;
  line-height: 1.45;
  color: #535853;
  margin: 0 8px 13px;
  height: 39px;
}
.product-card strong {
  color: #4c8613;
  font-size: 18px;
  margin: 0 8px;
}
.product-card del {
  color: #767676;
  font-size: 13px;
  margin-left: 6px;
}
.product-actions {
  display: flex;
  gap: 7px;
  margin: 16px 8px 8px;
}
.product-actions button {
  height: 41px;
  padding: 0 11px;
  border: 1px solid #d8dec7;
  border-radius: 6px;
  color: #4c8013;
  background: #fff;
}
.product-actions .add {
  background: #4f850e;
  color: #fff;
  font-size: 12px;
  text-transform: none;
  flex: 1;
  font-weight: 700;
}
.product-actions button:hover {
  transform: translateY(-2px);
  background: #123e1d;
  color: white;
}
.value-strip {
  margin-top: 54px;
  background: #f5f7e7;
  box-shadow: none;
  padding: 28px;
}
.value-strip span {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #d9dfc3;
}
.value-strip span:last-child {
  border: 0;
}
.value-strip small {
  max-width: 130px;
}
.offer-section {
  padding: 64px 12px 30px;
}
.offer {
  background: url("../images/offer-img.jpg") center/cover;
  border-radius: 17px;
}
.offer-copy {
  padding: 53px 0 0 9.8%;
  width: 52%;
}
.offer h2 {
  font-size: 56px;
  line-height: 1.15;
}
.offer p {
  font-size: 19px;
  color: #404843;
}
.offer-points {
  display: flex;
  gap: 25px;
  font-size: 13px;
  font-weight: 700;
  margin: 22px 0 32px;
}
.offer-points i {
  display: block;
  font-size: 26px;
  color: #528616;
  margin-bottom: 5px;
}
.review-section {
  padding: 70px 0 58px;
  background: url("../images/customer-bg.jpg") center/cover;
}
.review-section h2 {
  font-size: 52px;
}
.rating-summary {
  margin: 32px auto 35px;
  border-radius: 15px;
  background: #f5f6e8;
  width: max-content;
  padding: 14px 30px;
  font-size: 18px;
}
.rating-summary span {
  font-size: 27px;
  color: #f4a900;
}
.rating-summary b {
  font-size: 27px;
  color: #427515;
  margin: 0 18px;
}
.rating-summary i {
  border-left: 1px solid #94a864;
  padding: 0 9px;
}
.review-card {
  background: #fff;
  border-radius: 18px;
  margin: 0 10px;
  padding: 28px 26px;
  text-align: left;
  min-height: 360px;
  box-shadow: 0 5px 18px #24391c16;
}
.quote {
  font-size: 31px;
  color: #588b19;
}
.review-card p {
  font-size: 16px;
  margin: 17px 0 14px;
  min-height: 118px;
}
.review-card hr {
  border-color: #c6d2ad;
}
.review-card > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-card img {
  width: 68px;
  border-radius: 50%;
  height: auto;
}
.review-card b {
  font-size: 17px;
}
.review-card b small {
  display: block;
  color: #f4ac08;
  font-size: 20px;
  margin-top: 4px;
}
.review-card em {
  display: block;
  font-style: normal;
  color: #57901a;
  font-size: 13px;
  margin-top: 7px;
}
.stats-strip {
  background: #f4f5e5;
  box-shadow: none;
  margin-top: 36px;
}
.stats-strip span {
  flex: 1;
  border-right: 1px solid #d5dec0;
  padding: 0 27px;
}
.stats-strip span:last-child {
  border: 0;
}
.stats-strip i {
  background: #628d1e;
  color: #fff;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
}
.stats-strip b {
  font-size: 27px;
}
.footer-top {
  position: relative;
  margin-bottom: -21px;
  z-index: 2;
}
.footer-top .trust-strip {
  box-shadow: 0 4px 20px #0d32151c;
}
.footer-top .trust-strip small {
  max-width: 110px;
}
footer {
  background: #062f17 url("../images/footer-bg.jpg") center/cover;
  color: #fff;
  padding: 86px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr 1.45fr;
  gap: 35px;
}
.footer-about img {
  width: 205px;
  filter: brightness(0) invert(1) sepia(0.5);
}
.footer-grid p {
  font-size: 14px;
  line-height: 1.75;
  color: #f3f7ed;
}
.footer-grid hr {
  width: 80px;
  border-color: #abc75c;
}
.footer-grid h4 {
  color: #b8d85e;
  text-transform: uppercase;
  font-family: "DM Sans";
  font-size: 17px;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #668443;
}
.footer-grid > div > a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
  font-size: 14px;
}
.footer-grid > div > a:hover {
  color: #b9dc58;
  padding-left: 4px;
}
.social {
  display: flex;
  gap: 12px;
}
.social a {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #254d25;
  color: #d0e46e;
}
.newsletter {
  display: flex;
  border: 1px solid #668449;
  border-radius: 6px;
  overflow: hidden;
}
.newsletter input {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 13px;
  width: 100%;
  outline: none;
  font-size: 13px;
}
.newsletter button {
  border: 0;
  background: #b7d95c;
  color: #133b1c;
  width: 48px;
}
.footer-grid p i {
  color: #b7d95c;
  width: 25px;
}
.copyright {
  text-align: center;
  border-top: 1px solid #496d46;
  margin-top: 40px;
  padding: 22px;
  font-size: 14px;
  color: #d5ddcf;
}
.copyright i {
  color: #93c542;
}
@media (max-width: 991px) {
  .navbar {
    height: auto;
    padding: 15px;
  }
  .navbar-collapse {
    background: #fff;
    padding: 12px;
  }
  .navbar-nav {
    gap: 0;
  }
  .hero-copy {
    padding-top: 80px;
  }
  .hero-copy h1 {
    font-size: 57px;
  }
  .trust-strip {
    padding: 22px 8px;
  }
  .trust-strip > div {
    padding: 0 8px;
  }
  .trust-strip > div > i {
    display: none;
  }
  .wide-features {
    display: none;
  }
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .offer-copy {
    width: 65%;
  }
  .review-section h2 {
    font-size: 42px;
  }
}
@media (max-width: 650px) {
  h2 {
    font-size: 31px;
  }
  .shipping-bar {
    font-size: 11px;
  }
  .navbar-brand img {
    width: 150px;
  }
  .nav-actions {
    gap: 10px;
  }
  .hero-copy {
    padding: 60px 24px;
  }
  .hero-copy h1 {
    font-size: 42px;
  }
  .hero-copy p {
    font-size: 16px;
  }
  .mini-benefits {
    gap: 12px;
    margin: 25px 0;
  }
  .mini-benefits span:nth-child(2),
  .mini-benefits span:nth-child(3) {
    display: none;
  }
  .overlap {
    margin-top: -15px;
  }
  .trust-strip {
    flex-wrap: wrap;
    gap: 18px;
  }
  .trust-strip > div {
    flex: 40%;
    border: 0;
    justify-content: flex-start;
  }
  .category-section {
    padding: 70px 0 50px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .section-subtitle br {
    display: none;
  }
  .ornament:before,
  .ornament:after {
    margin: 0 6px;
  }
  .heading-row {
    display: block;
  }
  .desktop-btn {
    display: none;
  }
  .product-slider {
    margin: 0 32px;
  }
  .product-card {
    margin: 0 4px;
  }
  .offer-copy {
    padding: 38px 25px;
    width: 90%;
  }
  .offer h2 {
    font-size: 40px;
  }
  .offer-points {
    gap: 9px;
    font-size: 10px;
  }
  .review-section h2 {
    font-size: 34px;
  }
  .rating-summary {
    font-size: 14px;
    padding: 10px;
    width: 95%;
  }
  .rating-summary span,
  .rating-summary b {
    font-size: 20px;
    margin: 0 4px;
  }
  .stats-strip,
  .value-strip {
    overflow: auto;
    justify-content: flex-start;
  }
  .stats-strip span,
  .value-strip span {
    min-width: 220px;
  }
  .footer-top {
    margin: 0;
  }
  .footer-top .trust-strip {
    border-radius: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 28px;
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .slick-prev {
    left: -29px;
  }
  .slick-next {
    right: -29px;
  }
  .category-slider {
    margin: 0 25px;
  }
  .category img {
    width: 135px;
  }
  .hero-buttons .btn {
    padding: 12px 18px;
  }
  .btn-outline {
    margin-left: 4px;
  }
  .footer-top .trust-strip > div {
    flex: 100%;
    justify-content: center;
  }
  .footer-top .trust-strip > div > i {
    display: grid;
  }
  .review-card {
    min-height: 340px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 23px;
    margin: 8px 0;
  }
  p {
    line-height: 1.6;
  }
  .eyebrow {
    font-size: 12px;
  }
  .navbar-brand img {
    width: 128px;
  }
  .hero-copy {
    padding: 40px 18px;
  }
  .hero-copy h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .hero-copy p {
    font-size: 13px;
  }
  .hero-buttons .btn {
    font-size: 12px;
    padding: 10px 14px;
  }
  .section-subtitle {
    font-size: 13px;
  }
  .category-section {
    padding: 45px 0 32px;
  }
  .category img {
    width: 100px;
  }
  .category span {
    font-size: 12px;
  }
  .offer h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .offer p {
    font-size: 13px;
  }
  .offer-points {
    font-size: 9px;
    gap: 6px;
  }
  .offer-points i {
    font-size: 20px;
  }
  .review-section h2 {
    font-size: 24px;
  }
  .rating-summary {
    font-size: 12px;
    padding: 10px 14px;
  }
  .rating-summary span,
  .rating-summary b {
    font-size: 16px;
    margin: 0 3px;
  }
  .review-card p {
    font-size: 14px;
    min-height: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .footer-about {
    grid-column: auto;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .product-card h3 {
    font-size: 14px;
  }
  .product-card p {
    font-size: 12px;
    height: 34px;
  }
  .product-card strong {
    font-size: 15px;
  }
  .stars {
    font-size: 13px;
  }
}

.whatsapp-app {
    bottom: 4%;
}

.google-app, .ios-app, .whatsapp-app {
    position: fixed;
    z-index: 2147483646;
    right: 38px;
}
