/* Carousel Mobile Fix */
#carouselId {
    width: 100%;
    display: block;
}

#carouselId .carousel-inner {
    min-height: 400px;
    height: 400px;
}

#carouselId .carousel-item {
    min-height: 400px;
    height: 400px;
}

#carouselId .carousel-item > div {
    min-height: 400px;
    height: 400px;
}

#carouselId .carousel-item img {
    min-height: 400px !important;
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Mobile specific styles */
@media (max-width: 767px) {
    #carouselId .carousel-inner {
        min-height: 300px;
        height: 300px;
    }
    
    #carouselId .carousel-item {
        min-height: 300px;
        height: 300px;
    }
    
    #carouselId .carousel-item > div {
        min-height: 300px;
        height: 300px;
    }
    
    #carouselId .carousel-item img {
        min-height: 300px !important;
        height: 300px !important;
    }
    
    #carouselId .btn {
        font-size: 0.9rem !important;
        padding: 8px 16px !important;
        min-width: 100px !important;
    }
    
    #carouselId .carousel-control-prev,
    #carouselId .carousel-control-next {
        width: 40px !important;
        height: 40px !important;
    }
}
