.swiper {
      width: 100%;
      padding: 20px 0;
    }

    .swiper-slide {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .swiper-slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #25D366; /* WhatsApp green */
    }

    .swiper-pagination-bullet-active {
      background: #25D366;
    }