body {
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-family: 'Poppins', sans-serif;

}

.container-v2 {
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}

h2{
    font-size: 39px;
    font-weight: 500;
}
h5{
    font-size: 1.25rem;
}
p{
    font-size: 1rem;
}
 a{
  
  font-family: 'Poppins', sans-serif !important;
}

/* code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
} */


  .impact-img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .impact-img1{
        width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  @media (max-width: 768px) {
    .impact-img {
      height: auto !important; /* on small screens let images shrink naturally */
    }
    .impact-img1{
        height: 100% !important;
    }
  }



  .section-intro p {
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.6;
}

.section-intro h2 {
  /* font-size: 2rem; */
  color: #193A43;
}

.section-intro h5 {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .section-intro h5 {
    font-size: 1.1rem;
  }
  .section-intro p {
    font-size: 0.95rem;
  }
}


/* See Impact in Action */
/* Section Styling */
.impact-section {
  background: #F8F8F8;
}

.impact-section h5{
    color: #193A43;
    line-height: 1.5;
}

/* Sidebar list */
.impact-list {
  border-left: 2px solid #0b3d3b; /* vertical line */
  padding-left: 15px;
}

.impact-list li {
  margin-bottom: 2.2rem;
  color: #193A43;
  font-size: 0.95rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.impact-list li:hover {
  color: #193A43;
}

.impact-list li.active {
  font-weight: 600;
  position: relative;
  color: #193A43;
}

.impact-list li.active::before {
  content: "●";
  position: absolute;
  left: -21px;
  color: #193A43;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .impact-list {
    /* border-left: none;
    border-top: 2px solid #193A43; */
    padding-top: 15px;
  }

  .impact-list li {
    /* display: inline-block; */
    margin-right: 20px;
  }
}

/*  */
/* FoundersCorner.css */
.founder-section {
  background: #ffffff;
}

/* Title */
.founder-title {
  margin-bottom: 18px;
}

/* Quote wrapper - central block */
.founder-quote-wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 90px; /* space for the decorative quote-images */
}

/* Quote text */
.founder-quote {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.2px;
}

/* Quote images (shared) */
.quote-img {
  position: absolute;
  /* top: 50%; */
  width: 56px;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none; /* decorative */
  opacity: 0.95;
}

/* Left quote: slightly outside the text block to the left */
.quote-left {
  left: 20px;
  top: 0;
  transform: translate(-50%, -50%); /* move half-width outside for the decorative look */
}

/* Right quote: slightly outside the text block to the right */
.quote-right {
  right: 20px;
  top: 50%;
  transform: translate(50%, -50%);
}

/* Author (aligned to right on larger screens) */
.founder-author {
  margin-top: 22px;
  text-align: right;
  color: #0b3d3b;
  font-weight: 600;
}

/* -----------------------------
   Responsive adjustments
   ----------------------------- */

/* Medium screens (tablets) */
@media (max-width: 992px) {
  .founder-quote-wrapper {
    padding: 0 60px;
  }
  .quote-img {
    width: 48px;
  }
}

/* Small screens (phones) */
@media (max-width: 768px) {
  .founder-quote-wrapper {
    padding: 0 50px;        /* reduce side padding */
  }

  /* Move quotes inside/top and make them smaller so they don't overlap text */
  .quote-left {
    left: 12px;
    top: -6px;
    transform: none;
    width: 36px;
  }
  .quote-right {
    right: 12px;
    top: -6px;
    transform: none;
    width: 36px;
  }

  .founder-quote {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }

  .founder-author {
    text-align: center;
    margin-top: 14px;
  }
}

/* Very small screens */
@media (max-width: 420px) {
  .quote-img {
    width: 30px;
  }
  .founder-title {
    font-size: 20px;
  }
  .founder-quote {
    font-size: 15px;
  }
}



/* Nature Section */
/* Section Styling */
.nature-section {
  background: #F8F8F8;
}

section .section-title {
  color: #193A43;
  text-transform: none;
}


.section-subtitle {
  margin: 0 auto;
}

/* Card Styling */
.nature-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
  height: 100%;
}

.nature-card:hover {
  transform: translateY(-6px);
}

.nature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Overlay with Title */
.nature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.89));
  border-radius: 0 0 12px 12px;
}

.nature-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.nature-sub-title{
    color: #fff;
  font-size: 0.95rem;
  margin: 0;
  padding: 10px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 14px;
  }
  .nature-title {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .nature-overlay {
    padding: 10px;
  }
  .nature-title {
    font-size: 15px;
  }
}



/* Giving back */
.giving-back-section {
  background: #fff;
}

.section-title {
  font-size: 33px;
  font-weight: 500;
  color: #0b3d3b;
}

/* .section-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
} */

/* Stats */
.stat-card {
  text-align: center;
  display: inline-flex;
}

.leaf-icon {
  width: 50px;
  height: 50px;
  align-self: center;
}

.stat-title {
  font-size: 16px;
  font-weight: 600;
  color: #0b3d3b;
  margin-bottom: 5px;
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #0b3d3b;
  margin: 0;
}

.stat-label {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

@media (max-width: 906px) {
.stat-card{
  display: unset;
}
}

@media (max-width: 1024px) {
  .section-title,h2 {
    font-size: 33px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }
  .stat-number {
    font-size: 24px;
  }
  .stat-title {
    font-size: 15px;
  }
  h2{
    font-size: 30px;
  }
  .leaf-icon{
    width: 40px;
    height: 40px;
  }
  .nature-card img{
    max-height: 260px;
    min-height: 260px;
  }

  .features-section .marquee-content div{
    width: 150px !important;
  }

  .post-thumbnail.img-full.desktop-view{
    height: 70vw !important;
  }
}

footer .form-b-radius{
  border-top-left-radius:6px !important;
  border-bottom-left-radius:6px !important;
  border-top-right-radius:0px !important;
  border-bottom-right-radius:0px !important;
}

footer button{
  border-radius: 0px;
  border-top-left-radius:0px !important;
  border-bottom-left-radius:0px !important;
}

@media (min-width:767px) and (max-width: 923px) {
  .form-b-radius{
    border-radius: 6px !important;
  }
  footer button{
  border-radius: 6px !important;
}
footer .form-inline .form-control{
  border-radius: 6px !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .desktop-view{
  display: block !important;
  }
  .blog-section{
    padding-bottom:30px !important;
  }
  .blog-section{
    padding-top:30px !important;
  }
}
.blog-banner-section:hover{
  transform: unset;
}

@media (max-width: 575px) {
  .section-subtitle {
    font-size: 14px;
  }
  .stat-number {
    font-size: 22px;
  }

  .section-title{
    margin-top: 0px !important;
  }

  .nature-card img{
    max-height: 300px;
    min-height: 300px;
  }
  .form-b-radius{
    border-radius: 6px !important;
  }
  footer button{
  border-radius: 6px !important;
}
footer .form-inline .form-control{
  border-radius: 6px !important;
}

.blog-banner-section {
height: 70vw;
}

.blog-section.section{
  padding-top: 30px !important;
}

.impact-section h2{
  margin-bottom: 16px !important;
}
}



.row-gap-10 {
    row-gap: 10px;
  }

.features-section {
  position: relative;
  width: 100%;
}

.marquee {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
}

.feature-icon {
  height: 60px;
  object-fit: cover;
}

/* Pause animation when hovered */
.marquee-content:hover {
  animation-play-state: paused;
}



/* ingrdients */
/* .flip{
  box-shadow: unset;
}
.fliphead {
  bottom: 35px;
} */


.flip>.front{
  background-size: 100% auto;
  backface-visibility: hidden;
  height: 260px;
}
.flip>.back{
  height: 260px;
}

.flipsmall p a{
  transform: none;
  position: unset;
}
.flip:hover>.back{
  align-content: center;
}

.filters{
  row-gap: 10px;
}
.flip>.front{
  background-size: 100% 90%;
}


/* @media (max-width: 576px) {
.section-title{
  margin-bottom: 25px !important;
}
}

/* Ingredient Detail */
.subingri{
  box-shadow: none;
}

.single-product{
  box-shadow: none !important;
  border: none;
  background-color: unset;
  margin-bottom:0px !important;
}
.single-product .product-img{
  /* margin-bottom: 0px !important; */
  margin-bottom: 15px;
 overflow: unset;
 padding: 0px !important;
}
.single-product:hover{
  box-shadow: none !important;
}

.single-product .product-content h3{
  height: auto;
}

.single-product .product-img a img{
  object-fit:cover;
  width: 80% !important;
}

.single-product{
  display:flex;
  height:100%;
  flex-direction: column;
}
.single-product .product-content{
  display:flex;
  height:100%;
  flex-direction: column;
}

.shop-banner-title h2{
  color: rgb(25, 58, 67) !important;
}

@media only screen and (max-width: 767px) {
    .single-product>.product-content h3 a {
        height: auto;
    }
}

.section, .main-wrapper{
  float: unset;
}

.purpose{
  background-color: #F8F8F8 !important;
}

.cardv2{
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.cardv2{
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.card-header-v2{
  background-color: #fff;
  border-bottom:none;
  padding: 0.75rem 0rem;
}
.card-body-v2{
  padding: 0.5rem 0rem;
}

.font-semi-bold{
  font-weight: 600;
}

@media (max-width: 768px) {
  .our-promises .col-md-5 {
    order: 1;
    text-align: center !important;
  }

  .our-promises .col-md-7 {
    order: 2;
  }
}

  .our-promises2 .card-header-v2{
    background-color: #F8F8F8;
}
.our-promises2 .card-body-v2{
  background-color: #F8F8F8;
}

.feature-item-txt-v2{
  margin-top: 0px !important;
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
    .section-title-shipping-v2 {
        padding-top: 30px !important;
    }
}

.addremove{
  position: static;
}
    .order-confirm-outer{
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
    .order-confirm-outer{
  padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}

.myaccount-table2{
  border-left: none !important;
}
}

.spacebetween{
      display: flex;
    justify-content: space-between;
}
