.carousel-inner img {
    height: 500px; /* Adjust this based on your design */
    object-fit: cover; /* Ensures images fill the area without stretching */
}
