/* Carousel styles for the Welcome section */
.fetal-carousel-inner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.fetal-carousel-img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}

#fetalLoungCarousel .carousel-indicators li {
  background-color: #3da3d4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  opacity: 0.6;
}

#fetalLoungCarousel .carousel-indicators .active {
  opacity: 1;
}

#fetalLoungCarousel .carousel-control-prev,
#fetalLoungCarousel .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: rgba(61, 163, 212, 0.75);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
}

#fetalLoungCarousel .carousel-control-prev {
  left: 12px;
}

#fetalLoungCarousel .carousel-control-next {
  right: 12px;
}

@media (max-width: 768px) {
  .fetal-carousel-img {
    height: 220px;
  }
}
