/* Custom styles for the portfolio redesign */
html {
    scroll-behavior: auto !important; /* Override for Lenis smooth scroll */
}

.profile-image-mask {
    mask-image: radial-gradient(ellipse 60% 70% at 50% 40%, black 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 40%, black 30%, transparent 90%);
}

/* ... existing code ... */
        html.dark .nav-link.active {
            color: #06b6d4;
        }

        /* --- Bouncing Skill Icons --- */
        @keyframes bounce {

