/* ==========================================
   PREMIUM PARTICLE CANVAS STYLING
   ========================================== */

#particleCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
}

/* Ensure all content is above canvas */
.scroll-progress,
.navbar,
.animated-bg,
.hero,
.about,
.education,
.skills,
.achievements,
.experience,
.projects,
.contact,
.footer {
    position: relative;
    z-index: 1;
}