/* --- SLIDER (CAROUSEL) --- */
#heroCarousel {
  margin-top: 0;
  max-height: 500px;
  overflow: hidden;
}

#heroCarousel img {
  object-fit: cover;
  height: 500px;
  filter: brightness(0.85);
}

#heroCarousel .carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 25px;
  border-radius: 10px;
}

#heroCarousel h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

#heroCarousel p {
  color: #f8f9fa;
  font-size: 1.1rem;
}
