.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:block}}@media (max-width:767px){.desktop-only{display:none}}.carousel-item-desktop{opacity:0;z-index:0}.carousel-item-desktop.active{opacity:1;z-index:10}.carousel-item-mobile{opacity:0;z-index:0}.carousel-item-mobile.active{opacity:1;z-index:10}.custom-video-player{position:relative;width:100%;height:100%;cursor:pointer}.custom-video-player video{display:block}.video-controls{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none;background:rgba(0,0,0,0)}.custom-video-player:hover .video-controls,.video-controls.show{opacity:1;background:rgba(0,0,0,.3);pointer-events:all}.video-center-controls{display:flex;align-items:center;justify-content:center;gap:20px}.video-play-pause-center{background:rgba(0,0,0,.7);border:none;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(5px)}.video-play-pause-center:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.video-play-pause-center:active{transform:scale(.95)}.video-btn{background:rgba(0,0,0,.7);border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(5px)}.video-btn:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.video-btn:active{transform:scale(.95)}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.video-btn.pulse{animation:pulse .3s ease}@media (max-width:768px){.video-play-pause-center{width:70px;height:70px}.video-play-pause-center svg{width:50px!important;height:50px!important}.video-btn{width:40px;height:40px}.video-btn svg{width:24px!important;height:24px!important}}
