.carousel-indicators {
    position: absolute;
    bottom: -40px;
}

.carousel-indicators button {
    width: 16px;
    height: 16px;
    margin: 6px;
    border-radius: 50%;
    background-color: #ffc107;
    border: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.carousel-indicators .active {
    background-color: #ffc107;
    transform: scale(1.3); 
}