.customer-swiper {
  padding: 40px 0;
}

.customer-swiper .swiper-slide {
  background: #ffffff;
  border-radius: 16px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.customer-swiper .swiper-slide:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.customer-swiper img {
  width: 140px;
  height: 80px;
  object-fit: cover;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.customer-swiper .swiper-slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.logo-box {
  display: inline-block;
}

.logo-box img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

.hover-text {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  opacity: 0;
  transition: 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  z-index: 15;
}

.logo-box:hover .hover-text {
  opacity: 1;
}

.logo-box:hover img {
  transform: scale(1.05);
}

.mySwiper.customer-swiper .swiper-wrapper.custom-swiper-wrapper .swiper-slide {
  position: relative;
}

.hero .hero-img-new.hero-img-display-control {
  display: none !important;
}

@media (max-width: 992px) {
  .hero .hero-img-new.hero-img-display-control {
    display: inline-block !important;
    margin-top: 40px !important;
  }
  .hero {
    background-color: var(--dark-color) !important;
    background-image: url("../images/hero-bg.svg") !important;
  }
}
.solar-display-new .about-us-images img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 40px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0.6) 90%, #f4f4f4 100%);
}

/*# sourceMappingURL=styles.css.map */
