.home-banner .carousel-item {
  position: relative;
}

.home-banner .carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.home-banner .carousel-caption {
  z-index: 99;
}

.about-sec .about-main-container {
  background-color: var(--bg-light-cream);
  padding-block: 32px;
  padding-inline: 48px;
  border-radius: 20px;
}

.why-choose-us-sec .icon i {
  font-size: 56px;
  color: var(--accent-gold);
}

.why-choose-us-sec .card {
  height: 222px;
}

.why-choose-us-sec .card {
  border: 1px solid #072509;
}

.why-choose-us-sec .card .card-body {
  padding-top: 0;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin: 0 10px;
  height: 100%;
  min-height: 230px;
  align-content: center;
}

.testimonial-text {
  font-style: italic;
  font-size: 16px;
}

.stars {
  color: #fbc02d;
  font-size: 18px;
}

.user-name {
  font-weight: 600;
  margin-top: 5px;
}

.user-role {
  font-size: 14px;
  color: #777;
}

.about-sec.contact-us .about-main-container {
  min-height: 300px;
  align-content: center;
}

.about-sec.contact-us .main-text {
  max-width: 60%;
}
@media (max-width: 768px) {
  .why-choose-us-sec {
    padding-inline: 20px;
  }
  .why-choose-us-sec .why-slider .card {
    margin-right: 20px;
  }
  .about-sec.contact-us .main-text {
    max-width: 100%;
  }
  .text-center-mbl {
    text-align: center;
  }
}

/* Featured Products  */

.featured-sec .card {
  position: sticky;
  top: 0;
  border: none;
}

.featured-sec .card__inner {
  will-change: transform;
  background: var(--bg-light-cream);
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
}

.featured-sec .cards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.featured-sec .card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.featured-sec .card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.featured-sec .card__content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-sec .card__title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 111%;
  color: var(--text-dark-green);
  margin: 0;
}

.featured-sec .card__description {
  line-height: 111%;
  font-size: 16px;
  color: #072509;
  max-width: 60%;
  margin: 0;
  margin-top: 16px;
}

.featured-sec .space {
  height: 90vh;
}

.featured-sec .space--small {
  height: 40vh;
}

@media (max-width: 600px) {
  .featured-sec .card__inner {
    flex-direction: column;
  }

  .featured-sec .card__image-container {
    width: 100%;
  }

  .featured-sec .card__image {
    aspect-ratio: 16 / 9;
  }

  .featured-sec .card__title {
    font-size: 32px;
  }

  .featured-sec .card__description {
    font-size: 16px;
  }

  .featured-sec .card__content {
    padding: 30px 20px;
  }
}

.site-footer {
  background: var(--primary-dark-green);
  padding: 24px 0;
  color: #fff;
  font-size: 16px;
  line-height: 111%;
}

.site-footer .copyright-text {
  margin: 0;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.about-ceo-sec .ceo-img img {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.ceo-message {
  background: #f8f8f8;
  padding: 20px;
  border-left: 4px solid #2f7d32;
  border-radius: 6px;
}

.ceo-role {
  font-size: 14px;
  color: #777;
}

.inner-banner {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/banners/animal-feeds.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: #fff;
}

.inner-banner.crops {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/banners/crops.jpg");;
}

.inner-banner.farm-equipment {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/banners/milking-machine.jpg");;
}

.banner-title {
  font-size: 42px;
  font-weight: 600;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-content {
  padding: 20px;
  text-align: center;
}

.product-card {
  background-color: transparent;
  box-shadow: 0 0 12px 2px var(--bg-light-cream);
  margin-top: 20px;
}

@media (max-width: 768px) {
    .featured-sec .card__description {
        max-width: 90%;
        line-height: 118%;
        margin-inline: auto;
        text-align: center;
    }
    .featured-sec .card__title {
        text-align: center;
    }
    .featured-sec .button {
        text-align: center;
    }
    .mt-16-sm {
        margin-top: 16px;
    }   

}