/* ============================================================
   ProService Portugal - Service Gallery Styles
   Used ONLY by service pages (pages/servicos/*.html)
   ============================================================ */

/* ============================================================
   1. SWIPER GLOBAL OVERRIDES
   ============================================================ */

.swiper {
  padding-bottom: 45px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #D4AF37 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px !important;
  font-weight: 900;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

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

.swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .swiper-slide img {
    height: 300px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
}
