/* Custom CSS for carousel */
.carousel-inner .item img {
    height: 400px; /* Set a fixed height for all images */
    object-fit: cover; /* Maintain aspect ratio and cover the entire container */
  }
  