/* ═══════════════════════════════════════════════════════════
   BKAAI - Water Ripple Effect Enhancement
   Add this to your existing styles.css
   ═══════════════════════════════════════════════════════════ */

/* Water Ripple Canvas */
#ripple-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.5;
}

/* Remove cursor trail styles */
body {
    cursor: default !important;
}

/* Remove all custom cursor elements */
.custom-cursor,
.custom-cursor-dot,
.cursor-particle {
    display: none !important;
}