.custom-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 6px 6px 0 !important;
}

.massageSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d1d5db;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.preventionSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d1d5db;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.massageSwiper .swiper-pagination-bullet-active {
  background: #3b82f6;
}

.preventionSwiper .swiper-pagination-bullet-active {
  background: #3b82f6;
}

.swiper.mySwiperFeedback {
  width: 100%;
  padding: 30px 0 50px;
}

.swiper.mySwiperFeedback .swiper-slide {
  width: 801px;
  height: 437px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.swiper.mySwiperFeedback .swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
}

.swiper.mySwiperFeedback .swiper-pagination-bullet {
  background: #0059d4;
  opacity: 0.5;
  width: 16px;
  height: 16px;
}

.swiper.mySwiperFeedback .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.swiper.mySwiperFeedback .swiper-slide .slide-counter .current {
  font-size: 24px;
  opacity: 0.8;
}

.swiper.mySwiperFeedback .swiper-slide-active .slide-counter .current {
  font-size: 36px;
  font-weight: bold;
  opacity: 1;
}

.swiper.mySwiperFeedback .slide-counter .total {
  font-size: 24px;
  opacity: 0.8;
}



/* Elimină orice umbră sau fundal de pe dots-urile Swiper */
.swiper-pagination,
.custom-pagination {
  box-shadow: none !important;
  background: none !important;
}

/* Elimină orice umbră de pe dots-urile Swiper cu clasa exactă folosită */
.swiper-pagination.custom-pagination {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

/* Stiluri specifice pentru dots-urile din hero swiper */
.mySwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 4px;
}

.mySwiper .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
  transform: scale(1.2);
}

/* Stiluri pentru dots-urile din custom-pagination */
.custom-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 4px;
}

.custom-pagination .swiper-pagination-bullet-active {
  background: #0067F6;
  opacity: 1;
}


#swiperOnSiteChair-pagination-desktop .swiper-pagination-bullet {
  background-color: #6B7280;
  opacity: 0.5;
  width: 15px;
  height: 15px;
}

#swiperOnSiteChair-pagination-desktop .swiper-pagination-bullet-active {
  background-color: #0067F6;
  opacity: 1;
  width: 15px;
  height: 15px;
}
.swiper-pagination-mobile {
  position: absolute;
  bottom: -40px;   /* cât de jos vrei */
  left: 0;
  right: 0;
  z-index: 50;     /* mai mare decât restul elementelor */
  display: flex;
  justify-content: center; /* să fie centrate */
}
