html, body{
    overflow-x:hidden;
    width:100%;
}

.titulo-servicos {
    margin-top: 20px;
    margin-bottom: 0px;
}

.zp-swiper .swiper-slide {
    text-align: left;
}

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

.swiper-servicos{
    display:none;
}

.zp-swiper-wrapper-services{
    cursor:grab;
}

.zp-swiper-wrapper-services {
  position: relative !important;
  overflow: visible !important;
}

/* === PAGINAÇÃO CUSTOMIZADA PARA ZP_CARROSEL_IMAGENS === */

.zp-custom-pagination-container {
  margin-top: 100px !important; /* distancia do slider */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 60px !important;
  width: 100% !important;
  z-index: 10 !important;
}

/* Botões de navegação */
.zp-custom-pagination-container .swiper-button-prev,
.zp-custom-pagination-container .swiper-button-next {
  position: static !important;
  transform: none !important;
  color: #8B7357 !important;
  opacity: 0.8 !important;
  font-size: 30px !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
}

.zp-custom-pagination-container .swiper-button-next:after,
.zp-custom-pagination-container .swiper-button-prev:after {
    font-size: 25px !important;
}



.zp-custom-pagination-container .swiper-button-prev:hover,
.zp-custom-pagination-container .swiper-button-next:hover {
  opacity: 1 !important;
  color: #ccc !important;
}

/* Imagens das setas personalizadas */
.zp-custom-pagination-container .swiper-button-prev {
  background-image: url("/wp-content/uploads/2025/10/arrow-left.svg") !important;
}

.zp-custom-pagination-container .swiper-button-next {
  background-image: url("/wp-content/uploads/2025/10/arrow-right.svg") !important;
}

.zp-custom-pagination-container .swiper-button-prev svg,
.zp-custom-pagination-container .swiper-button-next svg {
  display: none !important;
}

/* Bullets */
.zp-custom-pagination-container .swiper-pagination {
  position: static !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top:-20px;
}

.zp-custom-pagination-container .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #8B7357 !important;
  background: transparent !important;
  opacity: 0.6 !important;
  transition: all 0.3s ease !important;
}

.zp-custom-pagination-container .swiper-pagination-bullet-active {
  background: #8B7357 !important;
  opacity: 1 !important;
}