/* Carousel Image Styling */
.carousel-image {
    width: 100%;
    height: auto;
    max-height: 350px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: block;
}

.carousel-image.large {
    height: 350px;
    object-fit: cover;
}

.carousel-image.card {
    height: 280px;
    object-fit: cover;
}