#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.rts-banner-area-two {
  position: relative;
  overflow: hidden;
}

.banner-inner-two-content {
  position: relative;
  z-index: 1;
}

/* #blurry-cursor {
    position: fixed;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #03B8DA;
    pointer-events: none;
    filter: blur(6px);
    opacity: 0.8;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.05s ease-out;
} */

/* #blurry-cursor {
    position: fixed;
    width: 9px; 
    height: 9px;
    border-radius: 50%;
    background-color: #2f5d80; 
    box-shadow: 0 0 20px 10px rgba(3, 184, 218, 0.4); 
    filter: blur(1px);
    opacity: 0.9;
    pointer-events: none;
    z-index: 99;
    transform: translate(-50%, -50%);
    transition: transform 0.05s ease-out;
} */

#blurry-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 9px; /* Small center */
    height: 9px;
    border-radius: 50%;
    background-color: #012F52; /* Dark blue core */
    box-shadow: 0 0 20px 10px rgba(3, 184, 218, 0.4); /* Glow around */
    filter: blur(0.5px); /* Minimal blur so size is accurate */
    opacity: 1;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: top 0.03s linear, left 0.03s linear;
}



/* Only hide cursor inside banner */
.rts-banner-area-two {
    cursor: none;
}


