.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.swiper-slide {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d1d5db;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #10b981;
    opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    color: #374151;
    font-weight: bold;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

#galleryModal {
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

#galleryModal:not(.hidden) {
    display: flex !important;
}
