.custom-swiper{height:300px;margin:0 auto;overflow:hidden;width:100%}.custom-swiper-wrapper{display:flex;transition:transform .3s ease}.custom-swiper-slide{align-items:center;background-color:#ff8f73;border-radius:10px;box-sizing:border-box;color:#fff;display:flex;flex:0 0 auto;font-size:20px;font-weight:700;justify-content:center;padding:10px;width:28.57143%}.custom-swiper-button-next,.custom-swiper-button-prev{background-color:hsla(0,0%,100%,.6);border-radius:50%;color:#000;padding:10px;z-index:10}.custom-swiper-button-next:hover,.custom-swiper-button-prev:hover{background-color:hsla(0,0%,100%,.9)}.custom-swiper-slide img{border-radius:8px;height:auto;object-fit:cover;width:100%}.lightbox-item img{aspect-ratio:4/3;cursor:pointer;object-fit:cover;transition:transform .3s ease}.lightbox-item img:hover{transform:scale(1.1)}.lightbox-modal{align-items:center;background:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.lightbox-modal.active{display:flex}.lightbox-modal .lightbox-content{border-radius:8px;max-height:90%;max-width:90%;overflow:hidden;position:relative}.lightbox-modal img,.lightbox-modal video{border-radius:8px;height:auto;width:100%}.lightbox-modal .close-btn{background:hsla(0,0%,100%,.8);border:none;border-radius:50%;color:#333;cursor:pointer;font-size:20px;padding:10px;position:absolute;right:10px;top:10px;z-index:10}.lightbox-modal .close-btn:hover{background:#fff}.lightbox-modal .close-btn{background:#c63b27;color:#fff;display:flex;height:30px;justify-content:center;line-height:1;width:30px}.lightbox-modal.active{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}