.carousel-slide {
    transition: opacity 0.5s ease-in-out;
}

.carousel-indicators {
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    width: 2rem;
    background-color: #3b82f6;
}
