/* WhyChoose Swiper Styles */
.why-choose-swiper .swiper-slide {
  padding: 0 10px;
  height: auto;
}

.why-choose-swiper .swiper-wrapper {
  align-items: stretch;
}

.why-choose-swiper .swiper-slide > div {
  height: 100%;
}

/* Hide default Swiper navigation and pagination */
.why-choose-swiper .swiper-button-next,
.why-choose-swiper .swiper-button-prev {
  display: none !important;
}

.why-choose-swiper .swiper-pagination {
  display: none !important;
}

/* Ensure proper spacing and alignment */
.why-choose-swiper {
  padding: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .why-choose-swiper .swiper-slide {
    padding: 0 5px;
  }
}


