.online-status{position:fixed;bottom:20px;right:37px;width:100px;height:100px;background:transparent;color:#ffffff;font-family:'Jura',sans-serif;font-weight:400;font-size:14px;border-radius:50%;border:1px solid #ffffff;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;text-decoration:none;cursor:pointer;transition:background 0.3s,transform 0.3s}.online-status:hover{background:rgba(255,255,255,0.1);transform:scale(1.05)}.online-status .dot{width:9px;height:9px;background:#25D366;border-radius:50%;animation:blink 1.5s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0.3}}.et_pb_slide{position:relative}.et_pb_slide::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:2;pointer-events:none}.et_pb_slide video{position:relative;z-index:1}