body {
    font-family: "Poppins", sans-serif;
}

/* #6BBB1F */

.header-section {
    /* background-color: #215c0c; */
    background-color: #4CAF50;
    padding: 5px 0;
}

img {
    width: 100%;
    max-width: 100%;
}

.logo img {
    width: 45%;
    max-width: 100%;
}

.navbar-container {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    position: relative;
}

.logo {
    position: absolute;
    top: 50px;
    left: 62%;
    transform: translate(-50%);
    z-index: 9;
}

.navbar ul {
    display: flex;
    gap: 20px;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

.marqueee-bg {
    background-color: #163C09;
    color: #ffffff;
    padding: 10px 0;
    margin-bottom: -6px;
}

/* .logo {
    position: relative;
    display: inline-block; 
}

.logo::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo-bg.png) center center no-repeat;
    background-size: cover; 
    z-index: -1;
} */
.my-order {
    color: #ffffff;
    font-size: 18px;
    white-space: nowrap;
    text-decoration: none;

}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

.cart {
    margin-top: 7px;
}

.navbar-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.slide {
    width: 100%;
    max-height: calc(100vh - 73px) !important;
    height: 100%;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slick-slider {
    position: relative;
    z-index: 1;
}

.slick-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    pointer-events: none;
}

/* 
.form-container {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 40px;
} */

.off-section {
    text-align: center;
    background-color: #4CAF50;
}

.stroke-text {
    font-size: 60px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 4px #163C09;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.pd-10 {
    padding: 70px 0;
}

.use-section {
    /* background-color: #215c0c; */
    position: relative;
    overflow: hidden;
}

.use-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.4;
}

.step-use {
    border: #4CAF50 4px solid;
    padding: 40px;
    color: black;
    box-shadow:
        10px 10px 0 0 #4CAF50,
        inset 10px 10px 0 0 #4CAF50;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.step-use:hover,
.step-use:focus {
    box-shadow:
        0 0 0 0 #4CAF50,
        inset 43em 3.5em 0 0 #4CAF50;
    border: none;
    color: #fff;
}

.steps {
    position: absolute;
    top: -31px;
    left: 39%;
    background-color: #fff;
    color: transparent;
    -webkit-text-stroke: 4px #4CAF50;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    border-radius: 50%;
    font-size: 20px;
}

.btn-use {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.btn-use:hover {
    transition: 1s ease-in-out;
    background: #4F95DA;
}

.btn-use:hover svg {
    stroke-dashoffset: -480;
}

.btn-use span {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

.heading-use {
    font-size: 18px;
    color: #163C09;
    font-weight: 700;
}

.para-tab {
    font-size: 16px;
    color: #222;
}

.about-content {
    color: transparent;
    -webkit-text-stroke: 2px #4CAF50;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.abt-img {
    /* height: 400px;
    object-fit: contain; */
    width: 100%;
}

.counter {
    font-size: 3rem;
    font-weight: bold;
    color: #222;
}

.label {
    font-size: 15px;
    color: #555;
    text-align: center;
}

.about-img {
    position: relative;
}

.container-animation {
    text-align: center;
    background-color: #4CAF50;
    position: absolute;
    bottom: 84px;
    padding: 30px;
    border-radius: 50px;
    right: -84px;
}

.img-provide img {
    width: 100%;
    border-radius: 25px;
}

li {
    list-style: none;
}

.tick-li {
    color: #4CAF50;
    padding: 5px;
    border-radius: 50%;
}

.label-provision {
    color: #bc1414;
    background-color: #ff00002e;
    padding: 5px;
    border-left: 5px solid red;
}

.button-btn {
    display: inline-block;
    padding: 12px 24px;
    width: 26%;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-btn:hover {
    background-color: #45a049;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.steps-section {
    position: relative;
    overflow: hidden;
}

.steps-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Adivasi-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.4;
}


.card {
    position: relative;
    width: 350px;
    height: 400px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 15px 60px rgba(0, 0, 0, .5);
    border-radius: 15px;
}

.card .face {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .face.face1 {
    box-sizing: border-box;
    padding: 20px;
}

.card .face.face1 h2 {
    margin: 0;
    padding: 0;
}

.card .face.face1 .content {
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: 500;
}

.card .face.face2 {
    background: #111;
    transition: 0.5s;
}

.card .face.face2 {
    background: linear-gradient(45deg, #163C09, #4CAF50);
    border-radius: 15px;
}

.card:hover .face.face2 {
    height: 60px;
    border-radius: 0 0 15px 15px;
}

.card .face.face2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px 0 0 15px;
}

.card .face.face2 h2 {
    margin: 0;
    padding: 0;
    font-size: 10em;
    color: transparent;
    -webkit-text-stroke: 4px #ffffff;
    transition: 0.5s;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.card:hover .face.face2 h2 {
    font-size: 30px;
}

.use-provision {
    color: #38753a;
    background-color: #4caf506e;
    padding: 5px;
    border-left: 6px solid #4CAF50;
}

.thumbnail img {
    max-width: 22%;
}

.thumbnail {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.heading-product {
    font-size: 14px;
    color: #163C09;
    font-weight: 500;
}

.product-sub {
    background-color: #D1FAE5;
    padding: 5px 42px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #163C09;
    font-size: 13px;
}

.product-sub-1 {
    background-color: #ff00002e;
    padding: 5px 42px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #bc1414;
    font-size: 13px;
}

.product-sub-2 {
    background-color: #dbEAFE;
    padding: 5px 42px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #1E40AF;
    font-size: 13px;
}

.product-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* .ayurvedic { background: #4caf50; }
    .bestseller { background: #ff9800; }
    .organic { background: #3f51b5; } */

h2 {
    margin-top: 10px;
}

.thumbnail img {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.thumbnail img.active {
    border: 2px solid #000;
    opacity: 1;
}

#main-image {
    height: 445px;
    object-fit: contain;
}

.rating {
    margin: 10px 0;
    color: #f9a825;
}

.price-section {
    margin: 15px 0;
}

.price {
    font-size: 24px;
    color: #4CAF50;
    font-weight: bold;
}

.old-price {
    text-decoration: line-through;
    margin-left: 10px;
    color: grey;
}

.discount {
    margin-left: 10px;
    color: #4CAF50;
    font-weight: bold;
}

.size-buttons button {
    padding: 10px;
    margin-right: 10px;
    border: 2px solid #4CAF50;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
}

.size-buttons .active {
    background-color: #4caf50;
    color: white;
}

.quantity {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.quantity button {
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}

.quantity span {
    margin: 0 15px;
    font-size: 18px;
}

.low-stock {
    color: green;
    font-size: 14px;
    margin-top: 10px;
}

.delivery {
    margin: 15px 0;
    font-size: 14px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.buttons button {
    padding: 12px;
    /* width: 48%; */
    width: 100%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.add-cart {
    background-color: #fff;
    color: #4caf50;
    border: 2px solid #4caf50 !important;
}

.buy-now {
    background-color: #009900;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    animation: vibrate 0.5s infinite;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.buy-now:hover {
    animation: none;
    box-shadow: 0 0 15px 3px hotpink;
}

@keyframes vibrate {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-2px);
    }

    40% {
        transform: translateX(2px);
    }

    60% {
        transform: translateX(-2px);
    }

    80% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

.expect-date {
    display: flex;
    justify-content: space-between;
}

.review-section {
    background-color: #f8f9fa;
}

.review-box {
    transition: transform 0.3s ease;
    min-height: 280px;
}

.review-box:hover {
    transform: translateY(-5px);
}

.review-img img {
    border: 2px solid #dee2e6;
}

.review-stars {
    font-size: 1.2rem;
    color: #ffc107;
}

.section-title h2 {
    font-size: 2.2rem;
}

.para-ahead {
    font-size: 12px;
}

.badge {
    padding: 5px !important;
    text-transform: none !important;
    font-size: 11px;
    font-weight: 500;
    background-color: #D1FAE5;
    color: #163C09;
}

.use-provision-1 {
    background-color: #c8d3cd6b;
}

.heading-after {
    font-size: 18px;
}

.after-effect {
    position: relative;
}

.absolute-content {
    position: absolute;
    background-color: #4CAF50;
    padding: 10px;
    top: -18px;
    right: 0;
    border-radius: 25px;
}

.footer-section {
    background-color: #4CAF50;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-container {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    max-width: 500px;
    width: 90%;
    position: relative;
    height: 100vh;
    overflow-y: scroll;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}

.owl-nav {
    display: none;
}

.product-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.product-summary img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.product-summary .price {
    margin-left: auto;
    font-weight: bold;
}

.price-summary {
    margin: 15px 0;
    font-size: 16px;
}

.price-summary div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.price-summary .total {
    font-size: 18px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-order-btn {
    width: 100%;
    padding: 12px;
    background: #111;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
}
.text-banner{
    position: absolute;
    top: 40%;
    color: white;
    z-index: 9;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
}
.faq-section {
  background: #f9f9f9;
  padding: 60px 20px;

}

.faq-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  color: #333;
}

.faq-item {
  max-width: 800px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.2em;
  padding: 15px 0;
  cursor: pointer;
  color: #222;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 1.5em;
  color: #666;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 1em;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 0;
}
.contact-section {
  padding: 60px 20px;
  background-color: #f8f5f0;
}


.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.contact-form, .contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.contact-form button {
  background-color: #4caf50;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #388e3c;
}

.contact-info h3 {
  margin-bottom: 15px;
  font-size: 1.5em;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 1em;
}

.contact-info a {
  color: #4caf50;
  text-decoration: none;
  margin: 0 5px;
}

.contact-info a:hover {
  text-decoration: underline;
}
/* .section-title {
  font-size: 2.5rem;
  color: #1a3e2f;
  margin-bottom: 20px;
  text-align: center;
}

.intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-align: center;
  color: #555;
}

.tribe-note {
  background: #fff9ec;
  border-left: 5px solid #ffa726;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 6px;
}

.tribe-note h3 {
  margin-bottom: 10px;
  color: #c45500;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.feature-box {
  background: #f4f9f4;
  border: 1px solid #cce7cc;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.feature-box h4 {
  margin-bottom: 15px;
  color: #2e7d32;
}

.feature-box ul {
  padding-left: 20px;
}

.feature-box li {
  margin-bottom: 10px;
}

.why-choose {
  background: #eaf6ff;
  border-left: 4px solid #42a5f5;
  padding: 20px;
  border-radius: 6px;
}

.why-choose h2 {
  margin-bottom: 15px;
  color: #1565c0;
}

.why-choose ul {
  padding-left: 20px;
}

.why-choose li {
  margin-bottom: 10px;
} */

.product-tab {
    padding: 40px;
    box-shadow: 0 4px 29px rgba(0, 0, 0, 0.1);
}

    .tabs {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px;
      border-bottom: 2px solid #ccc;
    }

    .tab-button {
      padding: 12px 20px;
      cursor: pointer;
      background: none;
      border: none;
      border-bottom: 3px solid transparent;
      font-size: 1rem;
      transition: 0.3s;
    }

    .tab-button.active {
      border-bottom: 3px solid #4CAF50;
      color: #4CAF50;
      font-weight: bold;
    }

    .tab-content {
      display: none;
      animation: fadeIn 0.3s ease-in-out;
    }

    .tab-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .section-title {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #2e7d32;
    }

    .intro-text {
      font-size: 15px;
      margin-bottom: 20px;
    }

    .tribe-note {
      background: #fff3e0;
      border-left: 5px solid #ff9800;
      padding: 20px;
      margin-bottom: 30px;
      border-radius: 6px;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-bottom: 30px;
    }

    .feature-box {
      background: #e8f5e9;
      padding: 20px;
      border-radius: 8px;
    }

    .why-choose {
      background: #e3f2fd;
      padding: 20px;
      border-radius: 8px;
    }

    ul {
      padding-left: 20px;
    }

    li {
      margin-bottom: 10px;
    }
    .howto-tabs {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  color: #1e1e1e;
}

.section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subtext {
  font-size: 15px;
  margin-bottom: 30px;
  color: #333;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.step-box {
  display: flex;
  gap: 12px;
  background: #ffffff;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  transition: background 0.3s;
}

.step-box:hover {
  background: #e9f9f4;
}

.step-badge {
  background: #a6f0d3;
  color: #1abc9c;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.step-box h4 {
  font-size: 16px;
  margin: 0 0 5px;
}

.step-box p {
  font-size: 14px;
  margin: 0;
  color: #444;
}

.recommended-usage {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333;
}

.pro-tip {
  background: #e4f9f0;
  border-left: 4px solid #00b894;
  padding: 10px 15px;
  font-size: 14px;
  color: #02735e;
  border-radius: 6px;
}
.hakki-pikki-ingredients-container {
    margin: 20px auto;
    padding: 10px;
}

.intro-text p:first-child {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.intro-text p:last-child {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 15px;
}

.free-from-banner {
    display: flex;
    align-items: center;
    background-color: #e6ffe6;
    border: 1px solid #c8e6c9;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.free-from-banner .check-icon {
    color: #4CAF50;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 10px;
}

.free-from-banner p {
    margin: 0;
    color: #388e3c;
    font-size: 0.9em;
}

.search-box {
    margin-bottom: 25px;
}

.search-box input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.ingredient-tag {
    padding: 15px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #333;
    background-color: #fff;
    cursor: default;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: background-color 0.2s;
}

.ingredient-tag:hover {
    background-color: #f9f9f9;
}

.sustainability-note {
    display: flex;
    align-items: center;
    font-size: 0.85em;
    color: #555;
    padding: 10px 0;
    border-top: 1px solid #eee;
}


@media (max-width: 600px) {
    .ingredients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.search-box {
  position: relative;
  width: 100%;
}

.search-box input {
  width: 100%;
  padding: 10px 40px 10px 15px; 
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 1em;
  pointer-events: none;
}
