.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
  border-radius: 50%;
  padding: 1rem;
  background-size: 60% 60%;
}

.carousel-control-prev,
.carousel-control-next {
  top: auto;
  bottom: 3rem; /* adjust as needed */
  transform: none; /* disable vertical centering */
  width: 5rem; /* wider hit area */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border: 2px solid white;
}

.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
  margin: 0 6px;
}

.carousel-indicators .active {
  background-color: #007bff; /* or your brand color */
  border-color: #fff;
  transform: scale(1.2);
}

.carousel-indicators [data-bs-target]:hover {
  background-color: #ff9800;
  cursor: pointer;
}

.carousel-indicators [data-bs-target] {
  border-radius: 4px;
  width: 20px;
  height: 6px;
}

@media (max-width: 768px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 0.8rem;
    bottom: 1.5rem; /* adjust this as needed */
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.carousel-item img {
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}

.carousel-item:hover img {
  transform: scale(1.02);
}

.carousel-caption h3 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 500;
  backdrop-filter: blur(2px);
}

MuiBox-root, .MuiBox-root{
  visibility: hidden !important;
}
.css-1tu2m70, MuiBox-root css-1bqlx1h {
    width: 1%;
    height: 1px;
    visibility: collapse !important;
}
.left-3 {
    visibility: collapse !important;
}
.neeto-molecules-made-with__wrapper {
  color: white !important
}
.text-jus {
  text-align: justify;
  margin: 0px 8px 0px 2px;
}