.home-section { padding: 60px 0; }
.home-soft { background: #f7f8f8; }
.home-section-title {
  margin: 0 0 20px;
  text-align: center;
  color: #1f6f3a;
  font-weight: 700;
  text-transform: uppercase;
}
.home-section-subtitle {
  text-align: center;
  color: #666;
  margin: -6px 0 24px;
}

.home-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.home-slider-track {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 650px;
}
.home-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s ease;
  height: 75vh;
  min-height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-slider .slide.is-active { opacity: 1; z-index: 2; }
.home-slider .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
}
.home-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: min(900px, 92vw);
}
.home-slider .slide-title {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .5px;
}
.home-slider .slide-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #fff;
  margin: 16px auto 0;
}
.home-slider .slide-content p {
  margin: 0 0 18px;
  font-size: 15px;
  color: #f3f4f6;
}
.home-slider .slide-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}
.home-slider .slide-btn:hover {
  background: #fff;
  color: #1f6f3a;
}
.home-slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}
.home-slider .slider-arrow.prev { left: 40px; }
.home-slider .slider-arrow.next { right: 40px; }
.home-slider .slider-arrow:hover { background: #1f6f3a; }

.home-about {
  background: #f1faf5;
  padding: 70px 0 80px;
}
.home-about .home-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f6f3a;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.home-about .home-section-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
.home-about .container {
  max-width: 1200px;
}
.home-about .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.home-about .about-image {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  max-width: 560px;
  width: 100%;
  box-shadow: none !important;
}
.home-about .about-image::before,
.home-about .about-image::after {
  display: none !important;
  content: none !important;
}
.home-about .about-image img {
  width: 100%;
  display: block;
  object-fit: contain;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.home-about .about-content p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #333;
}
.home-about .about-content {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.home-about .about-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 22px;
}
.home-about .about-list li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #333;
}
.home-about .section-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f6f3a;
  text-align: center;
  margin-bottom: 10px;
}
.home-about .section-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
.home-about .btn {
  display: inline-block;
  margin-top: 28px;
  background: #1f6f3a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}
.home-about .btn:hover {
  background: #155c2f;
  color: #fff;
}

.home-business-products { background: #fff; }
.business-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.business-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; box-shadow: 0 4px 14px rgba(0,0,0,.04); overflow: hidden; transition: .25s ease; }
.business-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,.1); }
.business-image { overflow: hidden; }
.business-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .25s ease; }
.business-card:hover .business-image img { transform: scale(1.05); }
.business-card h3 { margin: 0; padding: 14px; color: #222; font-size: 1rem; text-align: center; }

.featured-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.testimonial-avatar {
  width: 46px; height: 46px; border-radius: 50%; background: #e9f5ed; color: #1f6f3a;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 10px;
}

.clients-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; }
.client-item {
  border: 1px solid #e5e5e5; border-radius: 8px; min-height: 90px; background: #fff;
  display: flex; align-items: center; justify-content: center; padding: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.04); transition: .25s ease;
}
.client-item:hover { box-shadow: 0 8px 18px rgba(0,0,0,.1); opacity: .95; }
.client-item img { max-height: 48px; width: auto; }
.client-name { color: #1f6f3a; font-weight: 700; text-align: center; }

@media (max-width: 1199px) {
  .featured-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .clients-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 991px) {
  .home-section { padding: 48px 0; }
  .home-slider .slide { min-height: 520px; height: 520px; }
  .home-slider-track { min-height: 520px; height: 520px; }
  .home-slider .slide-title { font-size: 26px; }
  .home-slider .slider-arrow { width: 42px; height: 42px; }
  .home-slider .slider-arrow.prev { left: 20px; }
  .home-slider .slider-arrow.next { right: 20px; }
  .business-grid, .testimonials-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-about {
    padding: 45px 0 55px;
  }
  .home-about .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .home-about .home-section-title { font-size: 28px; }
  .home-about .home-section-subtitle { font-size: 14px; margin-bottom: 30px; }
  .home-about .about-image {
    max-width: 100%;
  }
  .home-about .about-content p,
  .home-about .about-list li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-slider .slide { min-height: 360px; height: 360px; }
  .home-slider-track { min-height: 360px; height: 360px; }
  .home-slider .slide-title { font-size: 22px; }
  .home-slider .slide-btn { padding: 11px 24px; font-size: 12px; }
  .home-slider .slider-arrow { width: 36px; height: 36px; font-size: 24px; }
  .home-slider .slider-arrow.prev { left: 12px; }
  .home-slider .slider-arrow.next { right: 12px; }
  .business-grid, .featured-product-grid, .news-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575px) {
  .home-about {
    padding: 45px 0 55px;
  }
  .home-about .home-section-title { font-size: 28px; }
  .home-about .home-section-subtitle { font-size: 14px; }
  .home-about .about-content p,
  .home-about .about-list li {
    font-size: 14px;
  }
  .home-about .btn {
    width: 100%;
    text-align: center;
    padding: 14px 28px;
  }
}
@media (max-width: 768px) {
  .home-about .about-content,
  .home-about .about-content p,
  .home-about .about-content li {
    font-size: 14px;
  }
  .home-about .section-subtitle { font-size: 14px; }
}
