.home .buletin {
    margin-top: 80px;
}

.home .buletin #pdfModal .modal-title {
    font-size: 20px;
    text-transform: uppercase;
}
/* 
.home .buletin .swiper-wrapper-container {
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}

.home .buletin .swiper-container {
    width: 100%;
    padding: 50px 0 80px 0;
}

.home .buletin .swiper-slide {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home .buletin .swiper-slide:hover {
    transform: scale(1.2);
    z-index: 10;
    box-shadow: var(--shadow-smooth-bold);
} */

.home .buletin .swiper-wrapper-container {
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.home .buletin .swiper-container {
    width: 100%;
    padding: 40px 30px 80px 30px !important;
    overflow: visible; 
}

.home .buletin .swiper-slide {
    width: auto; 
    height: auto; 
    
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
    transform-origin: center center;
    z-index: 1;
}

.home .buletin .swiper-slide:hover {
    transform: scale(1.15);
    z-index: 50;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* .home .buletin .swiper-slide:first-child:hover {
    transform-origin: left center;
}

.home .buletin .swiper-slide:last-child:hover {
    transform-origin: right center;
} */

.home .buletin .swiper-slide-active {}

.home .buletin .swiper-pagination {
    margin-top: 100px !important;
}

.home .buletin .swiper-pagination-bullet {
    background: #999;
    opacity: 1;
}

.home .buletin .swiper-pagination-bullet-active {
    background: var(--yellow);
    width: 30px;
    border-radius: 10px;
}