.slider-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}
.header-blue {
  color: #007bff;
  margin-bottom: 20px;
}
.carousel-inner {
  min-height: 300px; /* Adjust as needed */
}
.carousel-item {
  text-align: center;
  padding: 20px;
  height: 400px;
}
.carousel-item img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.carousel-caption {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
}
.carousel-caption p {
  color: #333;
}
.carousel-caption h6 {
  font-weight: bold;
  margin-top: 10px;
}
/* Ensure indicators are positioned correctly */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-65%);
  z-index: 10;
  margin-top: 10px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black; /* Change this if needed */
  border: none;
  opacity: 0.5;
}
.carousel-indicators .active {
  opacity: 1;
}
.slitem {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.carosule-img img {
  width: 135px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
/* Make sure indicators are visible */
.carousel-indicators button {
  background-color: #333; /* Dark color for visibility */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
}

/* Ensure navigation arrows are visible */
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Light background */
  border-radius: 50%;
  padding: 10px;
  width: auto;
}
.carousel-control-next, .carousel-control-prev {
  width: auto;
}
