/** Shopify CDN: Minification failed

Line 93:10 Expected identifier but found whitespace
Line 93:12 Unexpected "{"
Line 93:21 Expected ":"
Line 106:9 Expected identifier but found whitespace
Line 106:11 Unexpected "{"
Line 106:20 Expected ":"
Line 110:10 Expected identifier but found whitespace
Line 110:12 Unexpected "{"
Line 110:21 Expected ":"
Line 115:10 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
body, h1, h2, h3, h4, h5, h6, p, a, button {
  font-family: 'Teachers', cursive, sans-serif !important;
}

a.menu-list__link {
    font-size: 17px;
    color: #444;
    font-weight:500;
    margin-right:.25rem !important;
}
/* Resonsive slider */
    .custom-slider {
      width: 100%;
      overflow: hidden;
      position: relative;
      margin: 0 auto;
      max-width: 100%; /* you can adjust */
    }

    .slider-container {
      position: relative;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .slide {
      flex: 0 0 100%;
      text-align: center;
    }

    .slide img {
      width: 100%;
      height: auto;
      max-height: 1080px;
      object-fit: contain;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
    }

    /* Navigation buttons */
    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.4);
      color: #fff;
      border: none;
      font-size: 24px;
      padding: 8px 14px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 2;
    }
    .prev:hover, .next:hover {
      background: rgba(0,0,0,0.7);
    }
    .prev { left: 10px; }
    .next { right: 10px; }

    @media (max-width: 768px) {
      .slide img {
        max-height: 500px;
      }
    }
/* TOP BAR */
   .top-bar {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 60px 5%;
    color: {{ section.settings.text_color }};
  }

  .top-bar .left,
  .top-bar .right {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .top-bar svg {
    width: 16px;
    height: 16px;
    fill: {{ section.settings.icon_color }};
  }

  .top-bar a {
    color: {{ section.settings.text_color }};
    text-decoration: none;
  }

  .top-bar a:hover {
    color: {{ section.settings.icon_color }};
  }

  @media (max-width: 768px) {
    .top-bar {
      flex-direction: column;
      text-align: center;
      gap: 4px;
    }
  }

/* ===== Welcome Kissan Section ===== */
.kissan-section {
  padding: 60px 5%;
  background-color: #fdf7ef;
}

.kissan-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}

/* ===== Left Text ===== */
.kissan-text {
  flex: 0 0 48%;
  max-width: 48%;
}

.kissan-heading1 {
  color: #a05000;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kissan-heading2 {
  color: #0c6639;
  font-weight: 800;
  font-size: 42px;
  margin-top: 0;
}

.kissan-subheading {
  color: #c36a0a;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
}

.kissan-content {
  color: #4d3d29;
  font-size: 16px;
  line-height: 1.7;
}

/* ===== Right Gallery ===== */
.kissan-gallery {
  flex: 0 0 48%;
  max-width: 48%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  justify-items: center;
  align-items: center;
}

.kissan-img {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  width: 100%;
}

.kissan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kissan-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.hover-text {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  .kissan-container {
    flex-wrap: wrap;
  }

  .kissan-text,
  .kissan-gallery {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .kissan-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .kissan-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .kissan-gallery {
    grid-template-columns: 1fr;
  }

  .kissan-heading1 {
    font-size: 30px;
  }

  .kissan-heading2 {
    font-size: 34px;
  }
}


/* Top Pick Tabs */
.top-picks-section {
  background: linear-gradient(to bottom, #fdfdf3, #f5f8e6);
  padding: 70px 5%;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0c6639;
  margin-bottom: 30px;
}

.top-picks-layout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.top-picks-banner {
  flex: 0 0 25%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.top-picks-banner img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.banner-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.top-picks-content {
  flex: 1;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-btn {
  background: #cddfb3;
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.tab-btn.active, .tab-btn:hover {
  background: #0c6639;
  color: #fff;
}

.swiper {
  width: 100%;
  padding-bottom: 40px;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
  padding: 20px;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card img {
  width: 100%;
  border-radius: 8px;
}

.product-card h4 {
  font-size: 16px;
  margin: 10px 0;
  color: #0c6639;
}

.product-card .price {
  color: #444;
  margin-bottom: 10px;
}

.product-card .btn {
  background: #0c6639;
  color: white;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0c6639;
}


/* Home Card */
.farm-thanks-section {
  background-color: #f9fff6;
  padding: 60px 20px;
}
.farm-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.farm-left {
  flex: 1 1 40%;
  position: relative;
  text-align: center;
}
.farm-left img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  color: #0c6639;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.farm-right {
  flex: 1 1 55%;
}

.farm-subtitle {
  color: #0c6639;
  font-weight: 600;
  margin-bottom: 10px;
}

.farm-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.farm-description {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.farm-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.benefit-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.benefit-box:hover {
  transform: translateY(-5px);
}
.benefit-icon img {
  display: block;
}
.benefit-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #0c6639;
}
.benefit-text p {
  font-size: 14px;
  color: #555;
  margin-top: 4px;
}

.farm-promise {
  background: #0c6639;
  color: #fff;
  padding: 25px;
  border-radius: 12px;
}
.farm-promise h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.farm-promise ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.farm-promise li {
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
.farm-promise li::before {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .farm-container {
    flex-direction: column;
  }
  .farm-left, .farm-right {
    flex: 1 1 100%;
  }
  .farm-title {
    font-size: 26px;
  }
}
#shopify-section-template--18945955070146__home_card_zAMyLB section.farm-thanks-section {
    background: transparent;
}
/* Category Section */

.top-picks-section {
      background: linear-gradient(to bottom, #f4fff6, #fff9ef);
      padding: 60px 20px;
      text-align: center;
    }

    .top-picks-section .container {
      max-width: 1300px;
      margin: 0 auto;
    }

    .section-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .section-title .highlight {
      color: #0c6639;
    }

    .section-subtitle {
      color: #666;
      max-width: 600px;
      margin: 0 auto 40px;
      font-size: 16px;
      line-height: 1.5;
    }

    .top-picks-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
      margin-bottom: 40px;
    }

    .top-pick-item {
      /* background: #fff; */
      border-radius: 20px;
      padding: 10px 10px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
      transition: all 0.3s ease;
      /* margin-right:0 !important; */
    }

    .top-pick-item:hover {
      transform: translateY(-5px);
      /* box-shadow: 0 6px 15px rgba(0,0,0,0.1); */
    }

    .top-pick-image {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0 auto 15px;
    }

    .top-pick-title {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: uppercase;
    }

    .top-pick-subtitle {
      font-size: 13px;
      color: #777;
      margin-bottom: 5px;
    }

    .top-pick-desc {
      font-size: 13px;
      color: #555;
    }

    .top-pick-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #0c6639;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.3s ease;
      margin-top:25px;
    }

    .top-pick-button:hover {
      background-color: #007b29;
    }

    .arrow-icon {
      width: 18px;
      height: 18px;
      margin-left: 8px;
      stroke: #95a93e;
    }

    .bottom-text {
      color: #777;
      font-size: 14px;
      margin-top: 20px;
    }

    .top-picks-section .swiper-button-prev:after, .top-picks-section .swiper-button-next:after {
    font-size: 18px;
    color: #000;
}

.top-picks-section .swiper-button-prev, .top-picks-section .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 5px !important;
    border: 1px solid #727272;
}
.top-picks-section .swiper-button-prev:hover, .top-picks-section .swiper-button-next:hover{
background:#007b29;
border-color:#007b29;
}
.top-picks-section .swiper-button-prev:hover:after, .top-picks-section .swiper-button-next:hover:after{
  color:#FFF;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .section-title {
        font-size: 26px;
      }
      .top-pick-image {
        width: 120px;
        height: 120px;
      }
    }

    @media (max-width: 480px) {
      .section-subtitle {
        font-size: 14px;
      }
    }

/* Counter Kissan */
.impact-section {
  background: #f8fff8;
  text-align: center;
  padding: 80px 20px;
}

.impact-section h2 {
  font-size: 1.8rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 10px;
}

.impact-section .subtitle {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 50px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 1000px;
  margin: 0 auto;
  gap: 25px;
}

.impact-grid > *:nth-child(n+5) {
  display: none !important; /* Hide anything after 4 columns */
}

.impact-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.impact-card h3 {
  color: #0c6639;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.impact-card h4 {
  font-size: 1.1rem;
  color: #111;
  font-weight: 600;
  margin-bottom: 5px;
}

.impact-card p {
  color: #777;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .impact-section {
    padding: 60px 15px;
  }
  .impact-section h2 {
    font-size: 1.6rem;
  }
  .impact-card {
    padding: 25px 15px;
  }
}

/* Organic Benefit */
/* Organic Benefits Section */
.organic-benefits {
  background: #f8fff9;
  padding: 80px 0;
  text-align: center;
}

.organic-benefits .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Badge */
.organic-benefits .benefit-badge {
  display: inline-flex;
  align-items: center;
  background: #d5f5de;
  color: #0c6639;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 14px;
  margin-bottom: 15px;
}

.organic-benefits .benefit-badge .badge-icon {
  margin-right: 6px;
}

/* Headings */
.organic-benefits .benefit-title {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.organic-benefits .benefit-title .highlight {
  color: #0c6639;
}

.organic-benefits .benefit-subtitle {
  color: #555;
  font-size: 17px;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

/* Cards Grid */
.organic-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Card */
.organic-benefits .benefit-card {
  border-radius: 22px;
  padding: 40px 25px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.organic-benefits .benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Icon */
.organic-benefits .benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.organic-benefits .benefit-icon img {
  width: 32px;
  height: 32px;
}

/* Text */
.organic-benefits .benefit-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.organic-benefits .benefit-desc {
  color: #555;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.organic-benefits .benefit-bottom {
  background: #fff;
  border-radius: 40px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
  color: #222;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 991px) {
  .organic-benefits {
    padding: 60px 20px;
  }
  .organic-benefits .benefit-title {
    font-size: 32px;
  }
  .organic-benefits .benefits-grid {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .organic-benefits .benefit-title {
    font-size: 26px;
  }
  .organic-benefits .benefit-subtitle {
    font-size: 15px;
  }
}


/* Organic Comparison */

.organic-comparison {
  padding: 80px 0;
  background: #fff;
}

.organic-comparison .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.comparison-header {
  text-align: center;
  margin-bottom: 50px;
}

.comparison-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
}

.comparison-header .highlight {
  color: #0c6639;
}

.comparison-header p {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
}

.comparison-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

/* Progress Bars */
.comparison-item {
  margin-bottom: 40px;
}

.bar-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.bar {
  height: 12px;
  background: #e6e6e6;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.bar-fill {
  height: 100%;
  border-radius: 30px;
  background: var(--bar-color, #0c6639);
  width: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: width 1.5s ease;
}

.bar-fill span {
  position: relative;
  z-index: 2;
}

/* Facts Box */
.facts-box {
  background: #e9fff0;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
}

.facts-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.facts-header .icon {
  font-size: 26px;
  margin-right: 10px;
}

.facts-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.facts-list li {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
  list-style:none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.facts-list li strong {
  color: #0c6639;
}

.check-list {
  margin-top: 15px;
}

.check-list li {
  font-size: 15px;
  color: #222;
  margin-bottom: 6px;
  list-style:none;
}
ul.facts-list, ul.check-list {
    padding-left: 0;
}
/* Responsive */
@media (max-width: 991px) {
  .comparison-wrapper {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
  .comparison-item {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .comparison-header h2 {
    font-size: 26px;
  }
}


/* Customer Review */

.customer-reviews {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.customer-reviews .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.reviews-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
}

.reviews-header .highlight {
  color: #0c6639;
}

.reviews-header p {
  color: #666;
  margin-top: 8px;
  font-size: 16px;
}

.review-stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 40px 0;
}

.review-stats .stat h3 {
  color: #0c6639;
  font-size: 30px;
  font-weight: 800;
}

.review-stats .stat p {
  font-size: 14px;
  color: #555;
}

.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.review-card .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0c6639;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.stars {
  color: #ffc107;
  margin-bottom: 10px;
  font-size: 18px;
}

.review-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-card .review-text {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer .avatar {
  font-size: 22px;
  background: #e9fff0;
  color: #0c6639;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewer h5 {
  font-size: 15px;
  font-weight: 600;
}

.reviewer .product {
  color: #0c6639;
  font-size: 14px;
}

.reviewer .date {
  font-size: 12px;
  color: #888;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #0c6639;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
}
 .reviews-carousel .swiper-button-prev:after, .reviews-carousel .swiper-button-next:after {
    font-size: 18px;
    color: #000;
}

.reviews-carousel .swiper-button-prev, .reviews-carousel .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 5px !important;
    border: 1px solid #727272;
}
.reviews-carousel .swiper-button-prev:hover, .reviews-carousel .swiper-button-next:hover{
background:#007b29;
border-color:#007b29;
}
.reviews-carousel .swiper-button-prev:hover:after, .reviews-carousel .swiper-button-next:hover:after{
  color:#FFF;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
@media (max-width: 991px) {
  .review-stats {
    flex-direction: column;
    gap: 20px;
  }
  .reviews-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .review-card {
    padding: 20px;
  }
  .review-stats .stat h3 {
    font-size: 24px;
  }
}

/* Customer Logo */

.certifications-section {
  padding: 80px 0;
  background: #f9fbfc;
  text-align: center;
}

.certifications-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.certification-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.certification-header p {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.certification-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.certification-card img {
  max-width: 90px;
  height: auto;
  object-fit: contain;
}

.certification-legends {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  color: #333;
  font-size: 15px;
}

.certification-legends .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.dot.green { background: #0c6639; }
.dot.blue { background: #3b82f6; }
.dot.purple { background: #8b5cf6; }

@media (max-width: 768px) {
  .certification-header h2 { font-size: 28px; }
  .certification-card img { max-width: 70px; }
}

@media (max-width: 480px) {
  .certification-legends { gap: 20px; font-size: 14px; }
}


/* Footer */
.custom-footer {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 100px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: start;
  padding: 60px 5%;
  gap: 40px;
}

.footer-left img.footer-logo {
  width: 240px;
  max-width: 100%;
}

.footer-center {
  text-align: center;
}

.footer-center h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #243a1e;
  margin-bottom: 10px;
}

.footer-center p {
  color: #5f6b54;
  font-size: 1rem;
  margin-bottom: 20px;
}

.footer-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.footer-form input {
  padding: 12px 16px;
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
  font-size: 0.95rem;
}

.footer-form button {
  padding: 12px 18px;
  background: #243a1e;
  color: #fff;
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-size: 1.1rem;
}

.footer-menus {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

.footer-menus span {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #243a1e;
}

.footer-menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menus ul li {
  margin: 4px 0;
}

.footer-menus a {
  text-decoration: none;
  color: #243a1e;
  transition: color 0.3s;
}

.footer-menus a:hover {
  color: #5f6b54;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.social-icons a {
  color: #243a1e;
  font-size: 1.1rem;
}

.app-buttons img {
  width: 150px;
  margin: 10px 8px 0;
}

.footer-right {
  font-size: 0.9rem;
  color: #243a1e;
  line-height: 1.6;
}

.footer-right a {
  color: #243a1e;
  text-decoration: none;
}

.footer-bottom {
  position: relative;
  width: 100%;
  height: 200px;
  background: #b8cf7d;
  overflow: hidden;
}

.footer-decor {
  position: absolute;
  bottom: 0;
  width: 320px;
}

.footer-decor.left {
  left: 0;
}

.footer-decor.right {
  right: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-menus {
    flex-direction: column;
    gap: 20px;
  }

  .footer-form input {
    width: 70%;
  }

  .footer-right {
    margin-top: 30px;
  }
}


/* About */

.about-kissan {
  background: #FFF;
  padding: 80px 20px;
}
#shopify-section-template--18945955070146__about_kissan_x8jr8L .about-container {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}
#shopify-section-template--18945955070146__about_kissan_a6x8tC {
    background: #FFF;
}

.about-container {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}
.about-tag span {
  background: #e9fbe7;
  color: #0c6639;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
}
.about-heading {
  font-size: 3.4rem;
  font-weight: 700;
  color: #222;
  margin-top: 15px;
}
.about-heading span {
  color: #0c6639;
}
.about-desc {
  margin: 15px 0 30px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}
.about-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
#shopify-section-template--18945955070146__about_kissan_x8jr8L .about-container  .feature-item {
  background: #FFF;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.feature-item {
  /* background: #fff; */
  padding: 20px;
  border-radius: 16px;
  /* box-shadow: 0 3px 10px rgba(0,0,0,0.05); */
}

.feature-item h4 {
    margin: 10px 0 5px;
    font-size: 17px;
    font-weight: 600;
}
.feature-item p {
    margin: 0;
    font-size: 16px;
}
.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.about-counters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.counter-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 20px;
}
.counter-box h3 {
  color: #0c6639;
  font-size: 28px;
  margin-bottom: 6px;
}
.counter-box p {
  font-size: 14px;
  color: #555;
}

/* Gallery Grid */

.farm-gallery {
  padding: 60px 5%;
  background: #f9fcf9;
  font-family: 'Poppins', sans-serif;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width:1300px;
  margin:auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top:auto;
  padding: 24px;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: #fff;
  transition: all 0.3s ease;
}

.overlay h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.overlay p {
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .overlay {
    padding: 16px;
  }
  .overlay h3 {
    font-size: 1rem;
  }
  .overlay p {
    font-size: 0.85rem;
  }
}

/* Festival Section */

    .festival-sale-banner {
      background: linear-gradient(135deg, #7b0019, #ff4f00, #ffb300);
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
    }
    .festival-sale-banner .container {
      max-width: 800px;
      margin: auto;
    }
    .sale-date {
      background: rgba(255, 255, 255, 0.2);
      display: inline-block;
      padding: 6px 16px;
      border-radius: 50px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .main-title {
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 10px;
    }
    .sub-title {
      font-size: 2rem;
      font-weight: 700;
      color: #ffd580;
      margin-bottom: 20px;
    }
    .discount-box {
      display: inline-block;
      background: rgba(255, 255, 255, 0.15);
      padding: 20px 30px;
      border-radius: 20px;
      margin-bottom: 20px;
    }
    .discount-text .percent {
      font-size: 2.5rem;
      font-weight: 800;
      display: block;
    }
    .desc {
      font-size: 1rem;
      margin-bottom: 30px;
    }
    .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 30px;
    }
    .festival-sale-banner .feature-item {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50px;
      padding: 8px 16px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .countdown {
      margin-bottom: 30px;
    }
    #timer {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 10px;
    }
    #timer div {
      background: rgba(255, 255, 255, 0.15);
      padding: 15px;
      border-radius: 10px;
      min-width: 70px;
    }
    #timer span {
      font-size: 1.8rem;
      font-weight: 700;
      display: block;
    }
    .footer-text {
      background: rgba(255, 255, 255, 0.15);
      display: inline-block;
      padding: 10px 25px;
      border-radius: 10px;
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .main-title { font-size: 2.2rem; }
      .sub-title { font-size: 1.5rem; }
      #timer div { min-width: 55px; padding: 10px; }
      #timer span { font-size: 1.3rem; }
    }

    #shopify-section-template--18913727512770__counter_kissan_b8eX4X #impact-section {
    background: transparent;
}