
    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 10px;
        padding: 20px;
        bottom: 60px;
    }
    
    .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 5px;
    }
    
    @media (max-width: 768px) {
        .carousel-caption {
            bottom: 20px;
            padding: 10px;
        }
        .carousel-caption h3 {
            font-size: 1.2rem;
        }
        .carousel-caption p {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }
    }
