body.custom-cursor { cursor: none; } .cursor { position: fixed; top: 0; left: 0; width: 12px; height: 12px; background-color: #3c41f5; border-radius: 50%; transform: translate(-50%, -50%); z-index: 9999; pointer-events: none; } .cursor.active { width: 24px; height: 24px; } .cursor.pointer { border: 2px solid #3c41f5; width: 24px; height: 24px; }  @media (max-width: 992px) { .cursor { display: none !important; } body.custom-cursor { cursor: auto; } } .burger-btn:focus, .burger-btn:focus-visible, .burger-btn *:focus, .burger-btn *:focus-visible, .close-btn:focus, .close-btn:focus-visible, .close-btn *:focus, .close-btn *:focus-visible { outline: none !important; box-shadow: none !important; }