 .carousel-container {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: var(--shadow);
            margin-bottom: 2rem;
        }

        .carousel-inner img {
            width: 100%;
            /*height: 400px;*/
            object-fit: cover;
        }

        .carousel-caption {
            background: rgba(0,0,0,0.7);
            padding: 1rem;
            border-radius: 8px;
            backdrop-filter: blur(5px);
        }