/* Keep your existing slide styles */
.swiper-slide.is-overview-testimonials {
  opacity: 1;
  transform: scale(0.92) !important;
  transition: all 0.4s ease;
}

.swiper-slide-active.is-overview-testimonials {
  opacity: 1;
  transform: scale(1) !important;
}

/* New pagination bullet styles */
.swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  height: auto;
  width: auto;
  border-radius: 8rem;
  padding: 0.375rem;
  border: 1px solid #D9D9D9;
  transition: background-color 0.4s ease, padding 0.4s ease;
  display: inline-flex;
  align-items: center;
}

.swiper-pagination-bullet .bullet-headshot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.swiper-pagination-bullet .bullet-text {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #161814;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.4s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  border: none;
  padding: 0.625rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-headshot {
  width: 1.25rem;
  height: 1.25rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-text {
  max-width: 150px;
  opacity: 1;
}
