#lightbox-modal .modal-content {
    background: rgba(0, 0, 0, 0.7);
}

#lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1060;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.8;
}

#lightbox-modal .btn-close:hover {
    opacity: 1;
}

.carousel-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide {
    text-align: center;
    padding: 20px;
}

.carousel-slide img {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 0.375rem;
}

.carousel-caption {
    color: white;
    margin-top: 15px;
    font-size: 1.1rem;
}

.splide__arrow {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.splide__arrow:hover {
    background: rgba(255, 255, 255, 1);
}

.splide__arrow svg {
    fill: #333;
}