    body {
      font-family: Arial, sans-serif;
      
      
    }

    /* ===== HERO ===== */
    .banner-section {
        
        
  background: #ebdb97;
}

.banner-img {
  max-height: 350px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .banner-section {
    text-align: center;
  }
}


    /* ===== BUTTONS ===== */
    .btn-dark-custom {
      background: #000;
      color: #fff;
      border: 1px solid #000;
    }

    .btn-dark-custom:hover {
      background: #fff;
      color: #000;
      border: 1px solid #000;
    }

    /* ===== PRODUCT CARD ===== */
    .product-card {
      border: 1px solid #eee;
      transition: 0.3s;
    }

    .product-card:hover {
      box-shadow: 0 10px 25px rgba(0,0,0,.1);
      transform: translateY(-5px);
    }

    .product-card img {
      height: 200px;
      object-fit: contain;
      padding: 15px;
    }

    .section-title {
      font-weight: 700;
      margin-bottom: 30px;
      text-transform: uppercase;
    }
.trusted-section {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.trust-box {
  background: #fff;
  border: 1px solid #000;
  padding: 25px 10px;
  height: 100%;
  transition: 0.3s;
}

.trust-box:hover {
  background: #000;
  color: #fff;
}

.trust-box:hover .trust-icon {
  color: #fff;
}

.trust-icon {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
}

.trust-box h4 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 4px;
}

.trust-box p {
  font-size: 14px;
  margin: 0;
}
.shop-box {
  border: 1px solid #000;
  padding: 30px 10px;
  height: 100%;
  transition: 0.3s;
  background: #fff;
}

.shop-box:hover {
  background: #000;
  color: #fff;
}

.shop-box:hover .shop-icon {
  color: #fff;
}

.shop-icon {
  font-size: 36px;
  margin-bottom: 12px;
  color: #000;
}

.shop-box h6 {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
}
.range-box {
  border: 1px solid #000;
  padding: 30px 10px;
  background: #fff;
  transition: 0.3s;
  height: 100%;
}

.range-box:hover {
  background: #000;
  color: #fff;
}

.range-box:hover .range-icon {
  color: #fff;
}

.range-icon {
  font-size: 34px;
  margin-bottom: 12px;
  color: #000;
}

.range-box h6 {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}
.shop-box {
  border: 1px solid #000;
  padding: 20px 10px;
  background: #ebdb97;
  transition: 0.3s ease;
  height: 100%;
}

.shop-box:hover {
  background: #000;
  color: #fff;
}

.shop-img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  margin-bottom: 12px;
  /* filter: grayscale(100%); */
  transition: 0.3s;
}

.shop-box:hover .shop-img {
  filter: grayscale(0%);
}

.shop-box h6 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.range-box {
  border: 1px solid #000;
  padding: 20px 10px;
  background: #ebdb97;
  transition: 0.3s ease;
  height: 100%;
}

.range-box:hover {
  background: #000;
  color: #fff;
}

.range-img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 12px;
  /* filter: grayscale(100%); */
  transition: 0.3s;
}

.range-box:hover .range-img {
  filter: grayscale(0%);
}

.range-box h6 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.review-left {
  border: 1px solid #000;
  padding: 30px;
  background: #fff;
}

.google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.google-logo {
  width: 28px;
}

.stars {
  color: #f4b400;
  font-size: 18px;
}

.review-card {
  border: 1px solid #000;
  padding: 30px;
  background: #fff;
  min-height: 220px;
}

.review-card h6 {
  font-weight: 700;
  margin-top: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.footer {
  background: #000;
  color: #fff;
  padding: 50px 0 0;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 13px;
  color: #aaa;
}
