.video-carousel-section {
  background: #fef4f6;
}
.health-video-heading {
  font-size: 2rem;
  color: #8e324a;
  margin-bottom: 2rem;
  font-weight: bold;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Swiper arrows */
.health-video-prev,
.health-video-next {
  color: #8e324a;
  background: white;
}

.health-video-pagination {
  position: static;
}
.health-video-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
