.subscription-box {
    max-width: 350px;
    border-radius: 8px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.subscription-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.subscription-box p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.subscribe-form {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
}

.subscribe-form input {
    flex: 1;
    padding: 10px;
    border: none;
    font-size: 14px;
    outline: none;
}

.subscribe-form button {
    background-color: #FF7723; /* orange */
    color: white;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

.subscribe-form button:hover {
    background-color: #e06611;
}
.twitter_sets{
    width: 19px;
}
section.feature-section {
    padding: 50px 100px;
}

.organic-section-sub-title h6:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #80bd44;
    border-radius: 10px;
    display: none;
}

.organic-section-sub-title h6 {
    font-size: 17px;
    line-height: 28px;
    padding-left: 22px;
    color: #7fbd43;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    display: inline-block;
    margin: -1rem;
}

.slider-btn ul li:first-child a {
    background-color: #7fbd43 !important;
    position: relative;
    z-index: 1;
    transition: .4s;
    font-weight: 400 !important;
}

.owl-item.active .slider-thumb img {
    animation: 1500ms ease-in-out fadeInUp;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* Ensure section allows absolutely-positioned children */
.slider-section.style-2 {
  position: relative;
}

/* Bottom right tree image */
.slider-tree-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.slider-tree-bottom img {
  max-width: 160px;
  height: auto;
}

/* Optional: Make it responsive */
@media (max-width: 768px) {
  .slider-tree-bottom img {
    max-width: 100px;
  }
}

.slider-off {
  position: absolute;
  top: 10%;
  right: 110px;
}

.try-badge {
  width: 100px;
  height: 100px;
  background-color: #7ac943;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  flex-direction: column;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.try-text h5,
.try-text h6,
.try-text span {
  margin: 0;
  padding: 0;
  font-size: 23px;
    line-height: 1.2;
}

.try-text h5 {
  font-size: 23px;
}

section.slider-section {
    height: 600px;
    display: flex;
    align-items: center;
    background: url('../images/main-thumb/slider-1.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.slider-btn.style-2 a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #7fbd43;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.header-menu-section {
    background-color: #fff3e9;
    /* padding-bottom: 10px; */
    padding-bottom: 0px;
}

.owl-prev i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff; /* arrow color */
    background-color: #f9f9f9; /* fallback in case image is transparent */
    background-image: url('../images/1/13.png'); /* your background image */
    background-size: contain; /* ensures full image fits in the circle */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px dashed #999; /* dashed border */
    box-sizing: border-box;
}

.owl-next i {
width: 52px;
  height: 52px;
  display: inline-block;
  background-image: url('../images/1/12.png');
  background-size: cover; /* ensure full circle fill */
  background-position: center;
  background-repeat: no-repeat;
  border: 2px dashed #999;
  border-radius: 50%;
  box-sizing: border-box;
}

.current_favorites {
  font-size: 17px;
    line-height: 28px;
    padding-left: 22px;
    color: #7fbd43;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    display: inline-block;
}

.current_favorites::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #7fbd43;
  border-radius: 50%;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-carousel .owl-dot.active span {
   transform: scale(1.3);
  background: #7fbd43; /* Your active color */
}

.organic-section-sub-title h6:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #80bd44;
    border-radius: 10px;
}

.about-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 80px;
    align-items: flex-start;
}

.about-item {
    display: flex;
    gap: 0;
    align-items: baseline;
}


.about-item-icon img {
  width: 55px;
  height: auto;
}

.about-item-title h4 {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 700;
  margin: 0;
  width: 100%;
  font-family: "Playfair Display";
}

section.about-section {
    padding: 50px 0 70px 0;
}

/* Animation for tree image: gentle bounce */
.animated-bounce {
  animation: bounceTree 4s ease-in-out infinite;
}

@keyframes bounceTree {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.feature-box-thumb {
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.feature-box-thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.feature-single-box:hover .feature-box-thumb img {
  transform: scale(1.08);
  filter: brightness(1.1) contrast(1.05);
}

.product-card-hover {
  position: relative;
  background: #FFF3E9;
  padding: 16px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  border-radius: 5px;
}

.product-card-hover:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* Wishlist Icon */
.fresh-food-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transition: .5s;
}

.fresh-food-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fresh-food-icon ul li a {
  background: #fff;
  color: #7ac943;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 18px;
}

/* Image Section */
.fresh-food-box-thumb {
  position: relative;
  /* margin-bottom: 10px; */
  min-height: 350px;
}

.fresh-food-box-thumb img {
  transition: transform 0.3s ease;
}

.product-card-hover:hover .fresh-food-box-thumb img {
  /* transform: scale(1); */
  transform: scale(1.2);
  /* transform: unset; */
    width: 100%;
    max-width: 220px;
    height: 100%;
}

/* Hover Actions */
/* .hover-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    gap: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
    justify-content: space-evenly;
    align-items: stretch;
}

.product-card-hover:hover .hover-actions {
  opacity: 1;
} */

.hover-actions {
  position: absolute;
  bottom: 30%; /* initially push it down */
  left: 50%;
  transform: translate(-50%, 20px); /* initial offset */
  display: flex;
  gap: 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.product-card-hover:hover .hover-actions {
  opacity: 1;
  transform: translate(-50%, 0); 
  /* bottom: 45%;  */
  bottom: 40%; 
}


.quick-look {
  background: #7ac943;
  color: white;
  padding: 4px 14px;
  font-size: 13px;
  border-radius: 0;
  font-weight: 500;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #7ac943;
}

a .quick-look {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-icon {
  background: #fff;
  border: 2px solid #7ac943;
  color: #7ac943;
  padding: 3px 8px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  /* border-radius: 0 10px 0 10px; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cart-icon:hover {
  background: #7ac943;
  color: white;
}

/* Product Info */
/* Title */
.fresh-food-box-title h5 {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin: 0;
  text-align: left;
}

/* Subtitle (2nd line title) */
.fresh-food-box-title.sub-title h5 {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 2px 0 6px;
  text-align: left;
}

/* Price */
.fresh-food-box-price h6 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 2px 0;
  text-align: left;
}

/* In Stock */
.fresh-food-box-price.in-stock h6 {
  font-size: 14px;
  color: #7ac943;
  font-weight: 500;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
}

/* Flex container for In Stock + Rating */
.stock-rating-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 4px;
  justify-content: space-between;
}

/* In Stock */
.in-stock h6 {
  font-size: 14px;
  color: #7ac943;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

/* Rating */
.fresh-food-box-rate ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 4px;
}

.fresh-food-box-rate li i {
  color: #7ac943;
  font-size: 16px;
}

.fresh-food-box-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.7rem;
    padding: 20px 20px 0 20px;
}

/* NEW Badge */
.badge-new {
    position: absolute;
    top: 0;
    right: 0;
    background: #7ac943;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 8px 0 8px 0;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.Out_of_stock{
  color: #FF7723 !important;
}

section.fresh-food-section {
    padding: 50px 0 50px;
}

.View-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.View-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 14px 32px;
    overflow: hidden;
    background-color: #7fbd43;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.View-btn a:hover {
    filter: hue-rotate(360deg);
}

.View-btn a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.View-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.promo-section {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}

.promo-card {
  position: relative;
  border-radius: 8px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  max-width: 100%;
}

.promo-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7ac943;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 8px 0 8px 0;
}

.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36% / 30%; /* ellipse-style rounded shape */
}

.promo-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-subtitle {
  font-size: 18px;
  margin: 0 0 6px;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.promo-title {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 50px;
  /* font-family: "Poppins", sans-serif; */
  color: #000;
}

.promo-btn {
  background-color: #7ac943;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.promo-btn:hover {
    filter: hue-rotate(360deg);
    color: #fff;
}

.promo-btn:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.promo-btn::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.success-section {
  background: #EFF0ED;
  padding: 60px 20px 100px 20px;
  font-family: 'Poppins', sans-serif;
  margin-top: 50px;
}

.success-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Images */
.success-images {
  position: relative;
  flex: 1;
  max-width: 100%;
}

.success-images .img1 {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.success-images .img2 {
  position: absolute;
  bottom: -20px;
  left: 60px;
  width: 85%;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

/* Content Section */
.success-content {
  flex: 1;
  min-width: 320px;
}

.section-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #7ac943;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.section-subtitle .dot {
  width: 8px;
  height: 8px;
  background: #7ac943;
  border-radius: 50%;
  display: inline-block;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.stat-box {
  background: #ffffff;
  border-radius: 5px;
  padding: 35px 24px;
  display: flex;
  align-items: center; /* ✅ this vertically centers icon + text */
  gap: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  min-width: 260px;
  transition: all 0.3s ease;
}

.stat-icon {
    font-size: 25px;
    color: #7ac943;
    border: 2px solid #7ac943;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.stat-box h4 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1;
}

.stat-box p {
  font-size: 16px;
  color: #666;
  margin: 4px 0 0;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
}

.stat-box .dot,
.stat-icon::after,
.stat-box::after {
  display: none !important;
  content: none !important;
}


.stat-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-box-set{
  position: relative;
  top: 3rem;
}

.recommended-section {
  padding: 50px 100px;
  background: #fff;
  text-align: center;
}

.section-title h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin: 0;
}

.section-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #7ac943;
  margin-bottom: 6px;
}

.section-subtitle .dot {
  width: 8px;
  height: 8px;
  background: #7ac943;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.product-card {
  background: #fff3e9;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  /* box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); */
  box-shadow: none;
}

.product-card:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12)
}

.product-card img {
  width: 250px;
  height: 220px;
  /* margin: 0 auto 20px; */
}

.product-card h4 {
  font-weight: 700;
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 28px;
}

.product-card p {
  color: #444;
  font-size: 14px;
  margin: 0;
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 20px !important;
    z-index: 1;
    display: block;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ff7a00 !important;
  width: 40px !important;
  height: 40px !important;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 10;
}


/* Icons inside buttons */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
}

/* Correct Positioning */
.custom-prev {
  left: 0rem !important; /* stays inside swiper */
}
.custom-next {
  right: 0rem !important; /* stays inside swiper */
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}


.recommended-sections {
  padding: 50px 120px;
  background: #EFF0ED;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}

.Top_Products_set {
  text-align: left;
}

.current_favorites {
  font-size: 16px;
  font-weight: 600;
  color: #7ac943;
}

.organic-section-title h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin: 10px 0 30px;
}

.tabs {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 30px;
}

.tab-link {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 16px;
  color: #111;
}

.tab-link.active {
  color: #ff7a00;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.left-col, .right-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 30%;
}

.center-feature {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 1 1 30%;
  text-align: center;
}

.center-feature h6 {
  color: #ff7a00;
  font-size: 20px;
  margin: 0 0 5px;
  text-align: left;
}

.center-feature h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: left;
}

.center-feature p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}

.center-feature-Shop-Now {
  position: relative; /* REQUIRED for ::before positioning */
  background: #7ac943;
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
  float: inline-start;
  overflow: hidden; /* hides overflow from the expanding ::before */
  z-index: 1;
}

.center-feature-Shop-Now:hover {
    filter: hue-rotate(360deg);
    color: #fff;
}

.center-feature-Shop-Now:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.center-feature-Shop-Now::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.center-feature img {
  max-width: 100%;
  height: auto;
}

.product-box {
  display: flex;
  background: white;
  border-radius: 12px;
  padding: 16px;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  width: 140px;
  height: auto;
}

.wishlist {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  font-size: 20px;
}

.wishlist a {
  color: #7ac943;
  text-decoration: none;
}

.product-box img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  background: #F4F5F2;
  border-radius: 5px;
  padding: 5px;
}

.product-info {
  flex-grow: 1;
}

.product-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.product-info p {
  margin: 2px 0;
  font-size: 16px;
  color: #222;
  font-weight: bolder;
}

.product-info span {
  color: #7ac943;
  font-size: 14px;
  font-weight: 500;
}

.rating {
  color: #ffc107;
  font-size: 14px;
}

.rs_sets{ 
  font-size: 16px !important;
  line-height: 30px;
  color: #000 !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif;
  margin-left: -2%;
  text-align: left;
}

.shop-now {
  color: #7ac943;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}

.shop-now:hover {
  color: #5aa831;
}


@media(max-width: 992px) {
  .tab-content.active {
    flex-direction: column;
  }

  .left-col, .right-col, .center-feature {
    flex: 1 1 100%;
  }

  .tabs {
    justify-content: center;
  }
}


.product-card-visual {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  padding: 16px;
  width: 100%;
  max-width: 320px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  position: relative;
  transition: all 0.3s ease;
  flex: 1 1 calc(25% - 18px); /* 4 cards in a row with spacing */
  max-width: calc(25% - 18px);
}

.image-wrappers {
  position: relative;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  display: block;
}

.image-wrappers img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.wishlist {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #7ac943;
  font-size: 18px;
}

.hover-actions-set {
  position: absolute;
  bottom: 0px;
  left: 25%;
  transform: translateX(0%);
  display: flex;
  gap: 0;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}

.image-wrappers:hover .hover-actions-set {
  opacity: 1;
  /* transform: translate(-50%, 0);
  bottom: 45%; */
}

a .quick-looks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-looks {
    background: #7ac943;
    color: white;
    padding: 4px 14px;
    font-size: 13px;
    border-radius: 0;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #7ac943;
}

.cart-icons {
    background: #fff;
    border: 2px solid #7ac943;
    color: #7ac943;
    padding: 3px 8px;
    font-size: 16px;
    border-radius: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-info {
  margin-top: 16px;
  padding: 0 4px;
}

.rating {
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 4px;
}

.product-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.price {
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0;
  color: #000;
}

.shop-now {
  color: #7ac943;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hover-left-actions-set {
  position: absolute;
  bottom: 0px;
  left: 0%;
  transform: translateX(0%);
  display: flex;
  gap: 0;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}

.image-wrapper:hover .hover-left-actions-set {
  opacity: 1;
  /* transform: translate(10%, 0);
  bottom: 45%; */
}

a .left-quick-looks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-quick-looks {
    background: #7ac943;
    color: white;
    font-size: 13px;
    border-radius: 0;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%;
    padding: 5px 13px;
}

.left-cart-icons {
    background: #fff;
    border: 2px solid #7ac943;
    color: #7ac943;
    padding: 3px 8px;
    font-size: 16px;
    border-radius: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.dehydration-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 70px 105px;
  background: url('../images/1/28.svg') no-repeat right center;
  background-size: contain;
  min-height: 100vh;
}

.dehydration-text {
  max-width: 600px;
  z-index: 2;
}

.subheading {
  color: #7abf4e;
  font-weight: 600;
}

.title {
  font-size: 2.8rem;
  font-weight: bold;
}

.description {
  color: #555;
  margin-top: 15px;
  margin-bottom: 30px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 45px;
}

.feature-card {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 14px 18px 18px 60px;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: visible;
}

.icon-circle {
  position: absolute;
  left: -30px;
  width: 80px;
  height: 64px;
  border-radius: 40px;
  background-color: #7abf4e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.feature-content h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1b1b1b;
}

.feature-content p {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: #666;
}


@media (max-width: 768px) {
  .dehydration-section {
    flex-direction: column;
    background-position: bottom right;
    padding: 40px 5%;
    background-size: cover;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

section.latest-news-section {
    padding: 50px 0 50px;
    background-color: #fff;
}

.latest-box-date h6, .latest-box-message h6 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins";
    float: left;
    margin: 27px 20px 7px 0;
}


.latest-box-title a {
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #7fbd43;
    font-weight: 700;
    font-family: "Playfair Display";
    width: 85%;
    transition: .5s;
    position: relative;
}

.latest-box-btn a {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    margin-top: 0;
    transition: .5s;
}

.latest-box-date,
.latest-box-message {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #555;
    margin: 1rem 0 0 0;
}

.latest-box-date h6,
.latest-box-message h6 {
    display: inline-flex;
    align-items: center;
    margin: 10px 10px 0 0;
    font-weight: 400;
    color: #555;
}

.latest-box-date h6 i,
.latest-box-message h6 i {
  color: #7abf4e;
  margin-right: 6px;
}

/* Add vertical line between */
.latest-box-date::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #555;
    margin: 16px 5px;
    vertical-align: middle;
}

.new-food-box {
    margin-top: 40px;
}

.search-field1 {
    border-radius: 50px !important;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #000;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .about-desc {
        margin: 17px 0 28px;
        width: 530px;
    }
}

/* Button inside .feature-single-box.style-2 */
.feature-single-box.style-2 .feature-box-btn a {
  background-color: #7abf4e; /* Green */
  color: #fff;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

/* Hover effect */
.feature-single-box.style-2 .feature-box-btn a:hover {
  background-color: #000; /* Black */
  color: #fff;
}

.feature-single-box:hover {
    transform: translateY(0px);
}