/* === Slider styles (patch) === */
.home-slider {
    background-color: #f8fafc;
}

.home-slider .slider-image {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.home-slider .carousel-caption {
    background: rgba(0, 0, 0, 0.45);
    padding: 12px 18px;
    border-radius: 6px;
}
