/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="6" fill="%236366f1" opacity="0.8"/><circle cx="12" cy="12" r="1.5" fill="%234f46e5"/><circle cx="20" cy="12" r="1.5" fill="%234f46e5"/><circle cx="12" cy="20" r="1.5" fill="%234f46e5"/><circle cx="20" cy="20" r="1.5" fill="%234f46e5"/><circle cx="16" cy="10" r="1" fill="%23312e81"/><circle cx="16" cy="22" r="1" fill="%23312e81"/><circle cx="10" cy="16" r="1" fill="%23312e81"/><circle cx="22" cy="16" r="1" fill="%23312e81"/><circle cx="16" cy="16" r="2" fill="%23312e81"/></svg>') 16 16, auto;
}

/* Custom cursors for different elements */
a, button, .nav-link, .project-link, .social-link, .btn {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="8" fill="%23ef4444" opacity="0.9"/><circle cx="10" cy="10" r="2" fill="%23dc2626"/><circle cx="22" cy="10" r="2" fill="%23dc2626"/><circle cx="10" cy="22" r="2" fill="%23dc2626"/><circle cx="22" cy="22" r="2" fill="%23dc2626"/><circle cx="16" cy="8" r="1.5" fill="%23b91c1c"/><circle cx="16" cy="24" r="1.5" fill="%23b91c1c"/><circle cx="8" cy="16" r="1.5" fill="%23b91c1c"/><circle cx="24" cy="16" r="1.5" fill="%23b91c1c"/><circle cx="16" cy="16" r="3" fill="%23991b1b"/></svg>') 16 16, pointer !important;
}

/* Text cursor for inputs */
input, textarea {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect x="14" y="8" width="4" height="16" fill="%2310b981" opacity="0.8"/><rect x="12" y="8" width="8" height="2" fill="%2310b981"/><rect x="12" y="22" width="8" height="2" fill="%2310b981"/></svg>') 16 16, text !important;
}

:root {
    /* Light theme variables */
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-card: #ffffff;
    --text-primary: #333333;
    --text-secondary: #666666;
    --text-muted: #999999;
    --border-color: rgba(255, 255, 255, 0.2);
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-medium: rgba(0, 0, 0, 0.15);
    --nav-bg: rgba(255, 255, 255, 0.1);
    --nav-bg-scrolled: rgba(255, 255, 255, 0.95);
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-secondary: linear-gradient(45deg, #6366f1, #8b5cf6);
}

/* Dark theme variables */
body.dark-theme {
    --bg-primary: #0f0f23;
    --bg-secondary: #1a1a2e;
    --bg-card: #16213e;
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-muted: #888888;
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow-light: rgba(0, 0, 0, 0.3);
    --shadow-medium: rgba(0, 0, 0, 0.5);
    --nav-bg: rgba(15, 15, 35, 0.8);
    --nav-bg-scrolled: rgba(15, 15, 35, 0.95);
    --gradient-primary: linear-gradient(135deg, #2d1b69 0%, #11998e 100%);
    --gradient-secondary: linear-gradient(45deg, #4c1d95, #7c2d12);
}

/* Dark theme cursors */
body.dark-theme * {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="6" fill="%2334d399" opacity="0.9"/><circle cx="12" cy="12" r="1.5" fill="%2310b981"/><circle cx="20" cy="12" r="1.5" fill="%2310b981"/><circle cx="12" cy="20" r="1.5" fill="%2310b981"/><circle cx="20" cy="20" r="1.5" fill="%2310b981"/><circle cx="16" cy="10" r="1" fill="%23047857"/><circle cx="16" cy="22" r="1" fill="%23047857"/><circle cx="10" cy="16" r="1" fill="%23047857"/><circle cx="22" cy="16" r="1" fill="%23047857"/><circle cx="16" cy="16" r="2" fill="%23047857"/></svg>') 16 16, auto;
}

body.dark-theme a, 
body.dark-theme button, 
body.dark-theme .nav-link, 
body.dark-theme .project-link, 
body.dark-theme .social-link, 
body.dark-theme .btn {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="8" fill="%23f59e0b" opacity="0.9"/><circle cx="10" cy="10" r="2" fill="%23d97706"/><circle cx="22" cy="10" r="2" fill="%23d97706"/><circle cx="10" cy="22" r="2" fill="%23d97706"/><circle cx="22" cy="22" r="2" fill="%23d97706"/><circle cx="16" cy="8" r="1.5" fill="%23b45309"/><circle cx="16" cy="24" r="1.5" fill="%23b45309"/><circle cx="8" cy="16" r="1.5" fill="%23b45309"/><circle cx="24" cy="16" r="1.5" fill="%23b45309"/><circle cx="16" cy="16" r="3" fill="%23923006"/></svg>') 16 16, pointer !important;
}

body.dark-theme input, 
body.dark-theme textarea {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect x="14" y="8" width="4" height="16" fill="%2360a5fa" opacity="0.8"/><rect x="12" y="8" width="8" height="2" fill="%2360a5fa"/><rect x="12" y="22" width="8" height="2" fill="%2360a5fa"/></svg>') 16 16, text !important;
}

html {
    scroll-behavior: smooth;
    transition: all 0.3s ease;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--bg-primary);
    overflow-x: hidden;
    transition: all 0.4s ease;
}


/* Dark theme specific styles */
body.dark-theme {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
}

body.dark-theme::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #4f46e5, #7c3aed);
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px var(--shadow-light);
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.1), transparent);
    transition: left 0.8s ease;
}

.navbar:hover::before {
    left: 100%;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.nav-logo {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.nav-logo:hover {
    transform: scale(1.05);
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-icon {
    font-size: 2rem;
    animation: logoFloat 3s ease-in-out infinite;

}



@keyframes logoFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(5deg); }
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-main {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(45deg, #1e40af, #7c3aed, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

.logo-sub {
    font-size: 0.8rem;
    font-weight: 300;
    color: #1e40af;
    margin-left: auto;
    opacity: 0.9;
}

/* Dark theme logo colors */
body.dark-theme .logo-main {
    background: linear-gradient(45deg, #60a5fa, #a78bfa, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.dark-theme .logo-sub {
    color: #60a5fa;
}

@keyframes gradientShift {
    0%, 100% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(30deg); }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
}

body.dark-theme .nav-menu {
    background: rgba(255, 255, 255, 0.05);
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    padding: 0.8rem 1.2rem;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    background: transparent;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-secondary);
    transition: left 0.3s ease;
    z-index: -1;
}

.nav-link:hover::before {
    left: 0;
}

.nav-link:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.nav-icon {
    font-size: 1rem;
    transition: all 0.3s ease;
}

.nav-link:hover .nav-icon {
    transform: scale(1.2) rotate(360deg);
}

.nav-link span {
    position: relative;
    z-index: 1;
}

/* Magnetic effect for nav links */
.nav-link::after {
    content: attr(data-text);
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-secondary);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 10px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.nav-link:hover::after {
    top: -120%;
    opacity: 1;
}

.nav-extras {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.theme-toggle {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: var(--gradient-secondary);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

.theme-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.theme-toggle:hover::before {
    width: 100px;
    height: 100px;
}

.theme-toggle:hover {
    transform: scale(1.1) rotate(180deg);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5);
}

/* Dark theme specific styles for theme toggle */
body.dark-theme .theme-toggle {
    background: linear-gradient(45deg, #f59e0b, #f97316);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

body.dark-theme .theme-toggle:hover {
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.hamburger:hover {
    background: rgba(99, 102, 241, 0.1);
    transform: scale(1.05);
}

.bar {
    width: 25px;
    height: 3px;
    background: var(--gradient-secondary);
    border-radius: 2px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.hamburger:hover .bar::before {
    left: 100%;
}

/* Animated hamburger */
.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* Navbar background animation */
.nav-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.nav-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(99, 102, 241, 0.3);
    border-radius: 50%;
    animation: navParticleFloat 8s linear infinite;
}

body.dark-theme .nav-particle {
    background: rgba(245, 158, 11, 0.4);
}

.nav-particle:nth-child(1) {
    left: 20%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.nav-particle:nth-child(2) {
    left: 50%;
    animation-delay: 2s;
    animation-duration: 6s;
}

.nav-particle:nth-child(3) {
    left: 80%;
    animation-delay: 4s;
    animation-duration: 10s;
}

@keyframes navParticleFloat {
    0% {
        transform: translateY(100px) scale(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    80% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }
    100% {
        transform: translateY(-100px) scale(0);
        opacity: 0;
    }
}

/* Navbar scroll effects */
.navbar.scrolled {
    background: var(--nav-bg-scrolled);
    backdrop-filter: blur(25px);
    box-shadow: 0 12px 40px var(--shadow-medium);
    border-radius: 0 0 25px 25px;
}

.navbar.scrolled .nav-menu {
    background: rgba(255, 255, 255, 0.2);
}

body.dark-theme .navbar.scrolled .nav-menu {
    background: rgba(255, 255, 255, 0.05);
}

/* Active nav link */
.nav-link.active {
    background: var(--gradient-secondary);
    color: white;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.nav-link.active::before {
    left: 0;
}

.nav-link.active .nav-icon {
    transform: scale(1.1);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--gradient-primary);
    overflow: hidden;
    transition: all 0.4s ease;
}

body.dark-theme .hero {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.greeting {
    display: block;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.name {
    display: block;
    background: linear-gradient(45deg, #fff, #f0f9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: glow 2s ease-in-out infinite alternate;
}

body.dark-theme .name {
    background: linear-gradient(45deg, #fbbf24, #f59e0b, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes glow {
    from {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    }
    to {
        text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
    }
}

body.dark-theme .name {
    animation: darkGlow 2s ease-in-out infinite alternate;
}

@keyframes darkGlow {
    from {
        text-shadow: 0 0 20px rgba(251, 191, 36, 0.5);
    }
    to {
        text-shadow: 0 0 30px rgba(251, 191, 36, 0.8);
    }
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    min-height: 2rem;
}

.typing-text {
    color: #fbbf24;
}

body.dark-theme .typing-text {
    color: #34d399;
}

.cursor {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--gradient-secondary);
    color: white;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.6);
}

body.dark-theme .btn-primary {
    background: linear-gradient(45deg, #10b981, #34d399);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

body.dark-theme .btn-primary:hover {
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.6);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
}

body.dark-theme .btn-secondary {
    border-color: rgba(52, 211, 153, 0.5);
    color: #34d399;
}

body.dark-theme .btn-secondary:hover {
    background: rgba(52, 211, 153, 0.1);
    border-color: #34d399;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-container {
    position: relative;
    width: 400px;
    height: 400px;
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: float 6s ease-in-out infinite;
    transition: all 0.4s ease;
}

body.dark-theme .profile-img {
    border-color: rgba(52, 211, 153, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.shape {
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
    border-radius: 50%;
    animation: float-shapes 8s ease-in-out infinite;
}

body.dark-theme .shape {
    background: linear-gradient(45deg, rgba(52, 211, 153, 0.1), rgba(16, 185, 129, 0.3));
}

.shape-1 {
    width: 60px;
    height: 60px;
    top: 20%;
    left: -10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: -15%;
    animation-delay: 2s;
}

.shape-3 {
    width: 40px;
    height: 40px;
    bottom: 10%;
    left: 10%;
    animation-delay: 4s;
}

@keyframes float-shapes {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }
    33% { 
        transform: translateY(-30px) rotate(120deg);
        opacity: 1;
    }
    66% { 
        transform: translateY(15px) rotate(240deg);
        opacity: 0.5;
    }
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-arrow {
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
}

body.dark-theme .scroll-arrow {
    background: rgba(52, 211, 153, 0.6);
}

.scroll-arrow::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -3px;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
}

body.dark-theme .scroll-arrow::after {
    border-color: rgba(52, 211, 153, 0.6);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* Background Animation */
.hero-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: particle-float 15s linear infinite;
}

body.dark-theme .particle {
    background: rgba(52, 211, 153, 0.1);
}

.particle:nth-child(1) {
    width: 20px;
    height: 20px;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    width: 30px;
    height: 30px;
    left: 30%;
    animation-delay: 3s;
}

.particle:nth-child(3) {
    width: 15px;
    height: 15px;
    left: 60%;
    animation-delay: 6s;
}

.particle:nth-child(4) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-delay: 9s;
}

.particle:nth-child(5) {
    width: 18px;
    height: 18px;
    left: 90%;
    animation-delay: 12s;
}

@keyframes particle-float {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Section Styles */
section {
    padding: 5rem 0;
    transition: all 0.4s ease;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    color: var(--text-primary);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--gradient-secondary);
    border-radius: 2px;
}

/* About Section */
.about {
    background: var(--bg-secondary);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h3 {
    font-size: 1.8rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-card);
    border-radius: 15px;
    box-shadow: 0 5px 15px var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px var(--shadow-medium);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #6366f1;
    margin-bottom: 0.5rem;
}

body.dark-theme .stat-number {
    color: #34d399;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.about-img-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px var(--shadow-light);
}

.about-img-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.about-img-container:hover img {
    transform: scale(1.05);
}

/* Skills Section */
.skills {
    background: var(--bg-primary);
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.skill-card {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px var(--shadow-light);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.skill-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(99, 102, 241, 0.1), transparent);
    transition: left 0.5s ease;
}

body.dark-theme .skill-card::before {
    background: linear-gradient(45deg, transparent, rgba(52, 211, 153, 0.1), transparent);
}

.skill-card:hover::before {
    left: 100%;
}

.skill-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.2);
}

body.dark-theme .skill-card:hover {
    box-shadow: 0 20px 40px rgba(52, 211, 153, 0.2);
}

.skill-icon {
    font-size: 3rem;
    color: #6366f1;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

body.dark-theme .skill-icon {
    color: #34d399;
}

.skill-card h3 {
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.skill-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.skill-progress {
    background: var(--bg-secondary);
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: var(--gradient-secondary);
    border-radius: 4px;
    width: 0;
    transition: width 2s ease;
}

/* Projects Section */
.projects {
    background: var(--bg-secondary);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.project-card {
    background: var(--bg-card);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px var(--shadow-medium);
}

.project-image {
    position: relative;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(99, 102, 241, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.dark-theme .project-overlay {
    background: rgba(52, 211, 153, 0.9);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-links {
    display: flex;
    gap: 1rem;
}

.project-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.project-link:hover {
    background: white;
    color: #6366f1;
    transform: scale(1.1);
}

body.dark-theme .project-link:hover {
    color: #34d399;
}

.project-content {
    padding: 2rem;
}

.project-content h3 {
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.project-content p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tech-tag {
    padding: 0.3rem 0.8rem;
    background: var(--gradient-secondary);
    color: white;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Certifications Section */
.certifications {
    background: var(--bg-primary);
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.cert-card {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px var(--shadow-light);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.cert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(99, 102, 241, 0.05), transparent);
    transition: left 0.5s ease;
}

body.dark-theme .cert-card::before {
    background: linear-gradient(45deg, transparent, rgba(52, 211, 153, 0.05), transparent);
}

.cert-card:hover::before {
    left: 100%;
}

.cert-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.2);
    border-color: #6366f1;
}

body.dark-theme .cert-card:hover {
    box-shadow: 0 20px 40px rgba(52, 211, 153, 0.2);
    border-color: #34d399;
}

.cert-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #6366f1;
    transition: all 0.3s ease;
}

body.dark-theme .cert-icon {
    color: #34d399;
}

.cert-card:hover .cert-icon {
    transform: scale(1.1);
    color: #4f46e5;
}

body.dark-theme .cert-card:hover .cert-icon {
    color: #10b981;
}

.cert-card h3 {
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.cert-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.cert-status {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cert-status.achieved {
    background: linear-gradient(45deg, #10b981, #34d399);
    color: white;
}

.cert-status.preparing {
    background: linear-gradient(45deg, #f59e0b, #fbbf24);
    color: white;
}

.cert-status.planning {
    background: linear-gradient(45deg, #6b7280, #9ca3af);
    color: white;
}

/* Contact Section */
.contact {
    background: var(--bg-secondary);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h3 {
    font-size: 1.8rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.contact-info p {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--bg-card);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.contact-item:hover {
    background: var(--bg-primary);
    transform: translateX(5px);
}

.contact-item i {
    font-size: 1.2rem;
    color: #6366f1;
    width: 20px;
}

body.dark-theme .contact-item i {
    color: #34d399;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 50px;
    height: 50px;
    background: var(--gradient-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.4);
}

body.dark-theme .social-link:hover {
    box-shadow: 0 10px 20px rgba(52, 211, 153, 0.4);
}

.contact-form {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid var(--border-color);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--bg-primary);
    color: var(--text-primary);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

body.dark-theme .form-group input:focus,
body.dark-theme .form-group textarea:focus {
    border-color: #34d399;
    box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: var(--text-primary);
    color: var(--bg-primary);
    text-align: center;
    padding: 2rem 0;
    transition: all 0.4s ease;
}

body.dark-theme .footer {
    background: #0a0a0a;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 90px;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        width: 100%;
        text-align: center;
        transition: 0.4s;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 25px 25px;
        padding: 2rem 0;
        gap: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav-menu.active {
        left: 0;
        animation: slideInRight 0.4s ease;
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(-100%);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .nav-item {
        opacity: 0;
        animation: fadeInUp 0.4s ease forwards;
    }

    .nav-menu.active .nav-item:nth-child(1) { animation-delay: 0.1s; }
    .nav-menu.active .nav-item:nth-child(2) { animation-delay: 0.2s; }
    .nav-menu.active .nav-item:nth-child(3) { animation-delay: 0.3s; }
    .nav-menu.active .nav-item:nth-child(4) { animation-delay: 0.4s; }
    .nav-menu.active .nav-item:nth-child(5) { animation-delay: 0.5s; }
    .nav-menu.active .nav-item:nth-child(6) { animation-delay: 0.6s; }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
        from {
            opacity: 0;
            transform: translateY(20px);
        }
    }

    .nav-link {
        padding: 1rem 2rem;
        width: 80%;
        margin: 0 auto;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav-link:hover {
        background: linear-gradient(45deg, #6366f1, #8b5cf6);
        color: white;
        transform: scale(1.05);
    }

    .theme-toggle {
        width: 40px;
        height: 40px;
    }

    .logo-main {
        font-size: 1.2rem;
    }

    .logo-icon {
        font-size: 1.5rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .skills-grid {
        grid-template-columns: 1fr;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        justify-content: center;
    }

    .image-container {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Animation Classes */
/* Advanced Animation System */
.animate-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animate {
    opacity: 1;
}

/* Fade In Up Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll[data-animation="fadeInUp"] {
    transform: translateY(60px);
}

.animate-on-scroll[data-animation="fadeInUp"].animate {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Slide In Left Animation */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll[data-animation="slideInLeft"] {
    transform: translateX(-100px);
}

.animate-on-scroll[data-animation="slideInLeft"].animate {
    animation: slideInLeft 0.8s ease-out forwards;
}

/* Slide In Right Animation */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll[data-animation="slideInRight"] {
    transform: translateX(100px);
}

.animate-on-scroll[data-animation="slideInRight"].animate {
    animation: slideInRight 0.8s ease-out forwards;
}

/* Slide In Up Animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll[data-animation="slideInUp"] {
    transform: translateY(80px);
}

.animate-on-scroll[data-animation="slideInUp"].animate {
    animation: slideInUp 0.8s ease-out forwards;
}

/* Zoom In Animation */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.3);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-on-scroll[data-animation="zoomIn"] {
    transform: scale(0.3);
}

.animate-on-scroll[data-animation="zoomIn"].animate {
    animation: zoomIn 0.6s ease-out forwards;
}

/* Flip In Y Animation */
@keyframes flipInY {
    from {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    to {
        opacity: 1;
        transform: rotateY(0);
    }
}

.animate-on-scroll[data-animation="flipInY"] {
    transform: rotateY(-90deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.animate-on-scroll[data-animation="flipInY"].animate {
    animation: flipInY 0.8s ease-out forwards;
}

/* Fade In Left Animation */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll[data-animation="fadeInLeft"] {
    transform: translateX(-30px);
}

.animate-on-scroll[data-animation="fadeInLeft"].animate {
    animation: fadeInLeft 0.6s ease-out forwards;
}

/* Pulse Animation for Hover Effects */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.animate-pulse {
    animation: pulse 2s infinite;
}

/* Floating Animation */
@keyframes floating {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.animate-float {
    animation: floating 3s ease-in-out infinite;
}

/* Enhanced Hover Animations */
.skill-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px) scale(1.02);
    transition: all 0.3s ease;
}

.cert-card:hover {
    transform: rotateY(5deg) translateY(-5px);
    transition: all 0.4s ease;
}

/* Stagger Animation Delays */
.animate-on-scroll[data-delay="100"] {
    animation-delay: 0.1s;
}

.animate-on-scroll[data-delay="200"] {
    animation-delay: 0.2s;
}

.animate-on-scroll[data-delay="300"] {
    animation-delay: 0.3s;
}

.animate-on-scroll[data-delay="400"] {
    animation-delay: 0.4s;
}

.animate-on-scroll[data-delay="500"] {
    animation-delay: 0.5s;
}

.animate-on-scroll[data-delay="600"] {
    animation-delay: 0.6s;
}

.animate-on-scroll[data-delay="700"] {
    animation-delay: 0.7s;
}

.animate-on-scroll[data-delay="800"] {
    animation-delay: 0.8s;
}

/* Progress Bar Animation */
.skill-progress .progress-bar {
    width: 0;
    transition: width 1.5s ease-in-out;
}

.skill-card.animate .progress-bar {
    width: var(--progress-width, 0%);
}

/* Enhanced Section Transitions */
section {
    overflow: hidden;
}

/* Smooth Page Transitions */
body {
    transition: background-color 0.4s ease, color 0.4s ease;
}

/* Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.loading-shimmer {
    animation: shimmer 1.2s ease-in-out infinite;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 400% 100%;
}

/* Text Typing Animation */
@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #667eea; }
}

.typing-animation {
    overflow: hidden;
    border-right: .15em solid #667eea;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.slide-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
}

.slide-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Custom Cursor Animations */
@keyframes cursorPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Hover cursor effects */
.skill-card:hover,
.project-card:hover,
.cert-card:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="9" fill="%23f97316" opacity="0.9"/><circle cx="9" cy="9" r="2.5" fill="%23ea580c"/><circle cx="23" cy="9" r="2.5" fill="%23ea580c"/><circle cx="9" cy="23" r="2.5" fill="%23ea580c"/><circle cx="23" cy="23" r="2.5" fill="%23ea580c"/><circle cx="16" cy="7" r="2" fill="%23c2410c"/><circle cx="16" cy="25" r="2" fill="%23c2410c"/><circle cx="7" cy="16" r="2" fill="%23c2410c"/><circle cx="25" cy="16" r="2" fill="%23c2410c"/><circle cx="16" cy="16" r="4" fill="%239a3412"/><circle cx="14" cy="14" r="0.5" fill="white"/><circle cx="18" cy="14" r="0.5" fill="white"/></svg>') 16 16, pointer !important;
}

/* Dark theme hover cursors */
body.dark-theme .skill-card:hover,
body.dark-theme .project-card:hover,
body.dark-theme .cert-card:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="9" fill="%23a78bfa" opacity="0.9"/><circle cx="9" cy="9" r="2.5" fill="%23805ad5"/><circle cx="23" cy="9" r="2.5" fill="%23805ad5"/><circle cx="9" cy="23" r="2.5" fill="%23805ad5"/><circle cx="23" cy="23" r="2.5" fill="%23805ad5"/><circle cx="16" cy="7" r="2" fill="%236b46c1"/><circle cx="16" cy="25" r="2" fill="%236b46c1"/><circle cx="7" cy="16" r="2" fill="%236b46c1"/><circle cx="25" cy="16" r="2" fill="%236b46c1"/><circle cx="16" cy="16" r="4" fill="%234c1d95"/><circle cx="14" cy="14" r="0.5" fill="white"/><circle cx="18" cy="14" r="0.5" fill="white"/></svg>') 16 16, pointer !important;
}

/* Special cursor for theme toggle */
.theme-toggle {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="7" fill="%23fbbf24" opacity="0.8"/><circle cx="11" cy="11" r="1.5" fill="%23f59e0b"/><circle cx="21" cy="11" r="1.5" fill="%23f59e0b"/><circle cx="11" cy="21" r="1.5" fill="%23f59e0b"/><circle cx="21" cy="21" r="1.5" fill="%23f59e0b"/><circle cx="16" cy="9" r="1" fill="%23d97706"/><circle cx="16" cy="23" r="1" fill="%23d97706"/><circle cx="9" cy="16" r="1" fill="%23d97706"/><circle cx="23" cy="16" r="1" fill="%23d97706"/><circle cx="16" cy="16" r="2.5" fill="%23b45309"/></svg>') 16 16, pointer !important;
}

/* Loading cursor */
.loading {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="12" fill="none" stroke="%236366f1" stroke-width="3" stroke-dasharray="20 10" opacity="0.8"><animateTransform attributeName="transform" type="rotate" values="0 16 16;360 16 16" dur="1s" repeatCount="indefinite"/></circle><circle cx="16" cy="16" r="2" fill="%236366f1"/></svg>') 16 16, wait !important;
}
