 :root {
            --bg-color: #0a0a0a;
            --bg-secondary: #111111;
            --bg-card: #1a1a1a;
            --text-color: #ffffff;
            --accent-purple: #5b21b6;
            --accent-light-purple: #6b46c1;
            --accent-glow: rgba(91, 33, 182, 0.5);
            --text-muted: #b3b3b3;
            --highlight-text: #7c3aed;
            --shadow-glow: 0 0 20px var(--accent-glow);
            --shadow-glow-strong: 0 0 30px rgba(91, 33, 182, 0.7);
            --gradient: linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-light-purple) 100%);
            --gradient-dark: linear-gradient(135deg, #4c1d95 0%, var(--accent-purple) 100%);
            --font-primary: 'Inter', sans-serif;
            --font-secondary: 'Poppins', sans-serif;
            --font-heading: 'Montserrat', sans-serif;
            --font-display: 'Playfair Display', serif;
            --font-accent: 'Roboto Slab', serif;
        }



        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-primary);
            line-height: 1.6;
            color: var(--text-color);
            background: var(--bg-color);
            overflow-x: hidden;
        }

        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* Loading Animation Styles */
        body.loading {
            overflow: hidden;
        }

        body.loading > *:not(.animation) {
            visibility: hidden;
            opacity: 0;
        }

        .animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            opacity: 1;
            z-index: 9999;
        }

        .animation.hide {
            display: none !important;
            opacity: 0;
        }

        .animation_title01 {
            color: #fff;
            font-size: 2.3rem;
            line-height: 1;
        }

        .animation_title01_wrap {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            z-index: 99;
            white-space: nowrap;
        }

        .animation_title01 span {
            display: inline-block;
            opacity: 0;
        }

        .animation_title01 span:nth-child(1) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards,
                animation_font02 1.6s ease-in-out 3.6s forwards;
        }

        .animation_title01 span:nth-child(2) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards,
                animation_font02 1.6s ease-in-out 3.65s forwards;
        }

        .animation_title01 span:nth-child(3) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards,
                animation_font02 1.6s ease-in-out 3.7s forwards;
        }

        .animation_title01 span:nth-child(4) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards,
                animation_font02 1.6s ease-in-out 3.75s forwards;
        }

        .animation_title01 span:nth-child(5) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards,
                animation_font02 1.6s ease-in-out 3.8s forwards;
        }

        .animation_title01 span:nth-child(6) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s forwards,
                animation_font02 1.6s ease-in-out 3.85s forwards;
        }

        .animation_title01 span:nth-child(7) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s forwards,
                animation_font02 1.6s ease-in-out 3.9s forwards;
        }

        .animation_title01 span:nth-child(8) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s forwards,
                animation_font02 1.6s ease-in-out 3.95s forwards;
        }

        .animation_title01 span:nth-child(9) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s forwards,
                animation_font02 1.6s ease-in-out 4s forwards;
        }

        .animation_title01 span:nth-child(10) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2s forwards,
                animation_font02 1.6s ease-in-out 4.05s forwards;
        }

        .animation_title01 span:nth-child(11) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s forwards,
                animation_font02 1.6s ease-in-out 4.1s forwards;
        }

        .animation_title01 span:nth-child(12) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s forwards,
                animation_font02 1.6s ease-in-out 4.15s forwards;
        }

        .animation_title01 span:nth-child(13) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s forwards,
                animation_font02 1.6s ease-in-out 4.2s forwards;
        }

        .animation_title01 span:nth-child(14) {
            animation: animation_font01 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s forwards,
                animation_font02 1.6s ease-in-out 4.25s forwards;
        }

        .animation_bg01 {
            position: absolute;
            background-color: #000000;
            width: 100%;
            height: 100%;
        }

        .animation_common_bg01 {
            position: absolute;
            bottom: 0;
            left: -300%;
            width: 300%;
            height: 300%;
            transform-origin: bottom right;
        }

        .animation_common_bg02 {
            position: absolute;
            bottom: 0;
            left: -100%;
            width: 100%;
            height: 100%;
        }

        .animation_common_bg03 {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            transform: scale3d(0, 0, 0);
            transform-origin: bottom right;
        }

        .animation_common_bg04 {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            transform: scale3d(0, 0, 0);
            transform-origin: top left;
        }

        .animation_common_bg05 {
            position: absolute;
            left: 0;
            width: 100%;
            height: 20%;
            transform: scale3d(0, 0, 0);
            transform-origin: center;
        }

        .animation_common_bg06 {
            position: absolute;
            bottom: 0;
            right: -300%;
            width: 300%;
            height: 300%;
            transform-origin: bottom left;
        }

        .animation_common_bg07 {
            position: absolute;
            top: 0;
            width: 20%;
            height: 100%;
            transform: scale3d(0, 0, 0);
            transform-origin: center;
        }

        .animation_bg02 {
            background-color: #301934;
            animation: animation_bg01 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
        }

        .animation_bg03 {
            background-color: #4a0e4a;
            animation: animation_bg01 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
        }

        .animation_bg04 {
            background-color: #2d1b3a;
            animation: animation_bg01 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
        }

        .animation_bg05 {
            background-color: #000000;
            animation: animation_bg01 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
        }

        .animation_bg06 {
            background-color: #301934;
            animation: animation_bg02 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
        }

        .animation_bg07 {
            background-color: #4a0e4a;
            animation: animation_bg03 2.4s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
        }

        .animation_bg08 {
            background-color: #2d1b3a;
            animation: animation_bg04 2.4s cubic-bezier(0.19, 1, 0.22, 1) 1.2s forwards;
        }

        .animation_bg09 {
            background-color: #000000;
            animation: animation_bg05 2.4s cubic-bezier(0.19, 1, 0.22, 1) 1.4s forwards;
        }

        .animation_bg10 {
            border-top: 100vh solid transparent;
            border-right: 100vw solid #fff;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
        }

        .animation_bg11 {
            border-bottom: 100vh solid transparent;
            border-left: 100vw solid #fff;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
        }

        .animation_bg12 {
            border-top: 100vh solid transparent;
            border-right: 100vw solid #301934;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
        }

        .animation_bg13 {
            border-bottom: 100vh solid transparent;
            border-left: 100vw solid #301934;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
        }

        .animation_bg14 {
            border-top: 100vh solid transparent;
            border-right: 100vw solid #4a0e4a;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
        }

        .animation_bg15 {
            border-bottom: 100vh solid transparent;
            border-left: 100vw solid #4a0e4a;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
        }

        .animation_bg16 {
            border-top: 100vh solid transparent;
            border-right: 100vw solid #2d1b3a;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 2.2s forwards;
        }

        .animation_bg17 {
            border-bottom: 100vh solid transparent;
            border-left: 100vw solid #2d1b3a;
            animation: animation_bg06 2s cubic-bezier(0.19, 1, 0.22, 1) 2.2s forwards;
        }

        .animation_bg18 {
            bottom: 0;
            background-color: #000000;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 2.4s forwards;
        }

        .animation_bg19 {
            bottom: 20%;
            background-color: #301934;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 2.6s forwards;
        }

        .animation_bg20 {
            bottom: 40%;
            background-color: #4a0e4a;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 2.8s forwards;
        }

        .animation_bg21 {
            bottom: 60%;
            background-color: #2d1b3a;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards;
        }

        .animation_bg22 {
            bottom: 80%;
            background-color: #000000;
            animation: animation_bg07 2s cubic-bezier(0.19, 1, 0.22, 1) 3.2s forwards;
        }

        .animation_bg23 {
            background-color: #301934;
            animation: animation_bg08 1s cubic-bezier(0.19, 1, 0.22, 1) 3.3s forwards;
        }

        .animation_bg24 {
            background-color: #4a0e4a;
            animation: animation_bg08 1s cubic-bezier(0.19, 1, 0.22, 1) 3.5s forwards;
        }

        .animation_bg25 {
            background-color: #2d1b3a;
            animation: animation_bg08 1s cubic-bezier(0.19, 1, 0.22, 1) 3.7s forwards;
        }

        .animation_bg26 {
            background-color: #000000;
            animation: animation_bg08 1s cubic-bezier(0.19, 1, 0.22, 1) 3.9s forwards;
        }

        .animation_bg27 {
            left: 0;
            background-color: #301934;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 4.3s forwards;
        }

        .animation_bg28 {
            left: 20%;
            background-color: #4a0e4a;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 4.5s forwards;
        }

        .animation_bg29 {
            left: 40%;
            background-color: #2d1b3a;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 4.7s forwards;
        }

        .animation_bg30 {
            left: 60%;
            background-color: #000000;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 4.9s forwards;
        }

        .animation_bg31 {
            left: 80%;
            background-color: #301934;
            animation: animation_bg07 1.2s cubic-bezier(0.19, 1, 0.22, 1) 5.1s forwards;
        }

        @keyframes animation_bg01 {
            100% {
                transform: rotate(90deg);
            }
        }

        @keyframes animation_bg02 {
            100% {
                transform: translateX(100%);
            }
        }

        @keyframes animation_bg03 {
            100% {
                transform: translateX(75%);
            }
        }

        @keyframes animation_bg04 {
            100% {
                transform: translateX(50%);
            }
        }

        @keyframes animation_bg05 {
            100% {
                transform: translateX(25%);
            }
        }

        @keyframes animation_bg06 {
            100% {
                transform: scale3d(1, 1, 1);
            }
        }

        @keyframes animation_bg07 {
            0% {
                transform: scale3d(0, 1, 1);
            }
            100% {
                transform: scale3d(1, 1, 1);
            }
        }

        @keyframes animation_bg08 {
            100% {
                transform: rotate(-90deg);
            }
        }

        @keyframes animation_font01 {
            0% {
                transform: translateX(-15%);
                opacity: 0;
            }
            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes animation_font02 {
            0% {
                transform: translateX(0);
                opacity: 1;
            }
            100% {
                transform: translateX(-200vw);
                opacity: 0;
            }
        }

        /* Header & Navigation */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(10, 10, 10, 0.9);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(124, 58, 237, 0.1);
            transition: all 0.3s ease;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.2rem 0;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: 900;
            color: var(--text-color);
            text-decoration: none;
            display: flex;
            align-items: center;
            font-family: var(--font-secondary);
        }

        .logo span {
            color: var(--accent-purple);
        }

        .logo-dot {
            width: 8px;
            height: 8px;
            background: var(--gradient);
            border-radius: 50%;
            margin-left: 4px;
            box-shadow: var(--shadow-glow);
        }

        .nav-links {
            display: flex;
            list-style: none;
        }

        .nav-links li {
            margin-left: 2rem;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--text-color);
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            font-size: 0.95rem;
        }

        .nav-links a:hover {
            color: var(--accent-purple);
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            transition: width 0.3s ease;
        }

        .nav-links a:hover::after {
            width: 100%;
        }

        .dropdown {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            background-color: var(--bg-secondary);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            border-radius: 12px;
            padding: 0.8rem 0;
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            border: 1px solid rgba(124, 58, 237, 0.2);
        }

        .dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-menu a {
            display: flex;
            align-items: center;
            padding: 0.7rem 1.5rem;
            color: var(--text-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .dropdown-menu a i {
            margin-right: 10px;
            width: 18px;
            text-align: center;
        }

        .dropdown-menu a:hover {
            background-color: rgba(124, 58, 237, 0.1);
            color: var(--accent-purple);
        }

        .menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            color: var(--text-color);
        }

        /* Hero Section with Enhanced Pink-Purple Glowing Grid */
        .hero {
            padding: 8rem 0 4rem;
            background: #0a0a0a;
            position: relative;
            overflow: hidden;
            min-height: 85vh;
            display: flex;
            align-items: center;
            justify-content: center;
            display: none; /* Hidden initially, shown after loading animation */
        }

        .hero-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3rem;
            position: relative;
            z-index: 2;
        }

        .hero-text {
            flex: 1;
            text-align: center;
        }

        .hero h1 {
            font-size: 3.2rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            color: var(--text-color);
            line-height: 1.2;
            font-family: var(--font-secondary);
        }

        .hero h1 span {
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero p {
            font-size: 1.3rem;
            color: var(--text-muted);
            margin-bottom: 2.5rem;
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 1rem 2.2rem;
            background: var(--gradient);
            color: white;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: var(--shadow-glow);
            font-size: 1rem;
            position: relative;
            overflow: hidden;
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }

        .btn:hover::before {
            left: 100%;
        }

        .btn:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-glow-strong);
        }

        .btn-outline {
            background: transparent;
            border: 2px solid var(--accent-purple);
            color: var(--accent-purple);
            box-shadow: none;
        }

        .btn-outline:hover {
            background: var(--accent-purple);
            color: white;
        }

        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            margin-top: 2.5rem;
            justify-content: center;
        }

        /* Enhanced Pink-Purple Glowing Grid */
        .glowing-grid {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: grid;
            grid-template-columns: repeat(25, 1fr);
            grid-template-rows: repeat(25, 1fr);
            gap: 1px;
            z-index: 1;
            pointer-events: none;
        }

        .grid-cell {
            background: transparent;
            border-radius: 4px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            aspect-ratio: 1/1; /* Ensures square cells */
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .grid-cell::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.4s ease, transform 0.4s ease;
            border-radius: 4px;
            background: transparent;
        }

        /* Enhanced Purple-Themed glowing effects with color grading */
        .grid-cell.active-1::before {
            opacity: 1;
            background: linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(79, 70, 229, 0.8));
            box-shadow:
                0 0 20px rgba(124, 58, 237, 0.7),
                0 0 40px rgba(139, 92, 246, 0.5),
                0 0 60px rgba(79, 70, 229, 0.3),
                inset 0 0 20px rgba(255, 255, 255, 0.1);
            transform: scale(1.1);
            animation: purpleGlow 2s ease-in-out infinite alternate;
        }

        .grid-cell.active-2::before {
            opacity: 0.8;
            background: linear-gradient(135deg, rgba(147, 51, 234, 0.8), rgba(99, 102, 241, 0.7));
            box-shadow:
                0 0 15px rgba(147, 51, 234, 0.6),
                0 0 30px rgba(139, 92, 246, 0.4),
                0 0 45px rgba(99, 102, 241, 0.2),
                inset 0 0 15px rgba(255, 255, 255, 0.08);
            transform: scale(1.05);
            animation: purpleGlow 1.8s ease-in-out infinite alternate;
        }

        .grid-cell.active-3::before {
            opacity: 0.6;
            background: linear-gradient(135deg, rgba(168, 85, 247, 0.7), rgba(147, 197, 253, 0.6));
            box-shadow:
                0 0 10px rgba(168, 85, 247, 0.5),
                0 0 30px rgba(147, 197, 253, 0.3),
                0 0 50px rgba(168, 85, 247, 0.1),
                inset 0 0 10px rgba(255, 255, 255, 0.05);
            transform: scale(1.02);
            animation: purpleGlow 1.6s ease-in-out infinite alternate;
        }

        /* Pink-Purple glowing animation */
        @keyframes pinkPurpleGlow {
            0% {
                opacity: 0.7;
                box-shadow: 
                    0 0 20px rgba(236, 72, 153, 0.6),
                    0 0 60px rgba(167, 139, 250, 0.4),
                    0 0 100px rgba(236, 72, 153, 0.2),
                    inset 0 0 20px rgba(255, 255, 255, 0.1);
            }
            100% {
                opacity: 1;
                box-shadow: 
                    0 0 25px rgba(236, 72, 153, 0.8),
                    0 0 75px rgba(91, 33, 182, 0.5),
                    0 0 125px rgba(236, 72, 153, 0.4),
                    inset 0 0 25px rgba(255, 255, 255, 0.15);
            }
        }

        /* Pulsing cells for background animation */
        .grid-cell.pulse::before {
            animation: subtlePulse 3s ease-in-out infinite alternate;
        }

        @keyframes subtlePulse {
            0% {
                opacity: 0.1;
                transform: scale(1);
                box-shadow: 0 0 5px rgba(236, 72, 153, 0.3);
            }
            100% {
                opacity: 0.3;
                transform: scale(1.05);
                box-shadow: 0 0 15px rgba(91, 33, 182, 0.5);
            }
        }

        /* Section Styling */
        section {
            padding: 5rem 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--text-color);
            margin-bottom: 1rem;
            font-family: var(--font-secondary);
            position: relative;
            display: inline-block;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: var(--gradient);
            border-radius: 2px;
            box-shadow: var(--shadow-glow);
        }

        .section-title p {
            color: var(--text-muted);
            max-width: 600px;
            margin: 0 auto;
            font-size: 1.1rem;
        }

        /* About Section */
        .about {
            background-color: var(--bg-secondary);
        }

        .about-content {
            display: flex;
            align-items: center;
            gap: 4rem;
        }

        .about-image {
            flex: 1;
            text-align: center;
            position: relative;
        }

        .about-image::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            width: 100%;
            height: 100%;
            background: var(--gradient);
            border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
            z-index: -1;
            opacity: 0.1;
            filter: blur(20px);
        }

        .about-image img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(124, 58, 237, 0.2);
        }

        .about-text {
            flex: 1;
        }

        .about-text h3 {
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .about-text p {
            margin-bottom: 1.5rem;
            color: var(--text-muted);
            font-size: 1.05rem;
        }

        .about-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .stat {
            text-align: center;
            padding: 1.5rem;
            background-color: var(--bg-card);
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
            border: 1px solid rgba(124, 58, 237, 0.1);
            position: relative;
            overflow: hidden;
        }

        .stat::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--gradient);
        }

        .stat:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), var(--shadow-glow);
        }

        .stat i {
            font-size: 2rem;
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1rem;
        }

        .stat h4 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-color);
            margin-bottom: 0.5rem;
        }

        .stat p {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin: 0;
        }

        /* Skills Section */
        .skills {
            background-color: var(--bg-color);
            position: relative;
            overflow: hidden;
        }

        .skills-container {
            position: relative;
            height: 300px;
            overflow: hidden;
            margin-top: 3rem;
        }

        .skills-row {
            position: absolute;
            display: flex;
            gap: 2.5rem;
            padding: 1rem 0;
            width: 200%;
            will-change: transform;
        }

        .skills-row.top {
            top: 0;
            left: 0;
            animation: moveRight 25s linear infinite;
        }

        .skills-row.bottom {
            bottom: 0;
            right: 0;
            animation: moveLeft 25s linear infinite;
        }

        .skill-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-width: 100px;
            height: 100px;
            background: rgba(124, 58, 237, 0.05);
            border-radius: 15px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(124, 58, 237, 0.2);
            transition: all 0.3s ease;
            padding: 0.8rem;
            position: relative;
            overflow: hidden;
        }

        .skill-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.1), transparent);
            transition: 0.5s;
        }

        .skill-icon:hover::before {
            left: 100%;
        }

        .skill-icon:hover {
            transform: translateY(-10px);
            background: rgba(124, 58, 237, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), var(--shadow-glow);
        }

        .skill-icon i {
            font-size: 2.5rem;
            margin-bottom: 0.8rem;
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .skill-icon span {
            font-size: 0.9rem;
            font-weight: 500;
            color: var(--text-color);
            text-align: center;
        }

        @keyframes moveLeft {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        @keyframes moveRight {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        /* Projects Section */
        .projects {
            background-color: var(--bg-secondary);
        }

        .projects-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .project-card {
            background-color: var(--bg-card);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(124, 58, 237, 0.1);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .project-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--gradient);
        }

        .project-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), var(--shadow-glow);
        }

        .project-image {
            height: 200px;
            overflow: hidden;
            position: relative;
        }

        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .project-card:hover .project-image img {
            transform: scale(1.1);
        }

        .project-content {
            padding: 1.5rem;
            text-align: center;
        }

        .project-content h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .project-content p {
            color: var(--text-muted);
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }

        .project-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
            justify-content: center;
        }

        .project-tag {
            background-color: rgba(124, 58, 237, 0.1);
            color: var(--accent-light-purple);
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }

        .project-links {
            display: flex;
            gap: 1rem;
            justify-content: center;
        }

        .project-link {
            color: var(--accent-purple);
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: color 0.3s ease;
        }

        .project-link:hover {
            color: var(--accent-light-purple);
        }

        /* Project Modal */
        .project-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .project-modal.active {
            opacity: 1;
            visibility: visible;
        }

        .modal-content {
            background: var(--bg-card);
            border-radius: 12px;
            max-width: 800px;
            width: 90%;
            max-height: 90vh;
            overflow-y: auto;
            padding: 2rem;
            position: relative;
            transform: scale(0.9);
            transition: transform 0.3s ease;
            border: 1px solid rgba(124, 58, 237, 0.2);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), var(--shadow-glow);
        }

        .project-modal.active .modal-content {
            transform: scale(1);
        }

        .modal-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: none;
            border: none;
            color: var(--text-color);
            font-size: 1.5rem;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .modal-close:hover {
            color: var(--accent-purple);
        }

        .modal-image {
            width: 100%;
            height: 300px;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 1.5rem;
        }

        .modal-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .modal-title {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .modal-description {
            color: var(--text-muted);
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .modal-features {
            margin-bottom: 1.5rem;
        }

        .modal-features h4 {
            font-size: 1.2rem;
            margin-bottom: 0.8rem;
            color: var(--text-color);
        }

        .modal-features ul {
            padding-left: 1.5rem;
            color: var(--text-muted);
        }

        .modal-features li {
            margin-bottom: 0.5rem;
        }

        .modal-tech {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }

        .modal-links {
            display: flex;
            gap: 1rem;
        }

        /* Experience Section */
        .experience {
            background-color: var(--bg-color);
        }

        .timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: var(--gradient);
            transform: translateX(-50%);
        }

        .timeline-item {
            position: relative;
            margin-bottom: 3rem;
            width: 50%;
            padding-right: 3rem;
        }

        .timeline-item:nth-child(even) {
            margin-left: 50%;
            padding-right: 0;
            padding-left: 3rem;
        }

        .timeline-content {
            background-color: var(--bg-card);
            padding: 1.5rem;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            position: relative;
            border: 1px solid rgba(124, 58, 237, 0.1);
        }

        .timeline-content::before {
            content: '';
            position: absolute;
            top: 20px;
            right: -10px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid var(--bg-card);
        }

        .timeline-item:nth-child(even) .timeline-content::before {
            right: auto;
            left: -10px;
            border-left: none;
            border-right: 10px solid var(--bg-card);
        }

        .timeline-date {
            position: absolute;
            top: 15px;
            right: -120px;
            background: var(--gradient);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            box-shadow: var(--shadow-glow);
            z-index: 10;
        }

        .timeline-item:nth-child(even) .timeline-date {
            right: auto;
            left: -120px;
        }

        .timeline-content h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .timeline-content h4 {
            font-size: 1rem;
            color: var(--accent-purple);
            margin-bottom: 0.5rem;
        }

        .timeline-content p {
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        /* Education Section */
        .education {
            background-color: var(--bg-secondary);
        }

        .education-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
        }

        .education-card {
            background-color: var(--bg-card);
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            text-align: center;
            transition: transform 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(124, 58, 237, 0.1);
        }

        .education-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--gradient);
        }

        .education-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), var(--shadow-glow);
        }

        .education-icon {
            width: 70px;
            height: 70px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            box-shadow: var(--shadow-glow);
        }

        .education-icon i {
            font-size: 1.8rem;
            color: white;
        }

        .education-card h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .education-card h4 {
            font-size: 1rem;
            color: var(--accent-purple);
            margin-bottom: 0.5rem;
        }

        .education-card p {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .education-year {
            display: inline-block;
            background-color: rgba(124, 58, 237, 0.1);
            color: var(--accent-purple);
            padding: 0.3rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
        }

        /* Certifications Section */
        .certifications {
            background-color: var(--bg-color);
        }

        .certifications-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 2rem;
        }

        .certification-card {
            background-color: var(--bg-card);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
            position: relative;
            border: 1px solid rgba(124, 58, 237, 0.1);
        }

        .certification-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--gradient);
        }

        .certification-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), var(--shadow-glow);
        }

        .certification-image {
            height: 150px;
            overflow: hidden;
        }

        .certification-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .certification-content {
            padding: 1.5rem;
        }

        .certification-content h3 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .certification-content p {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .certification-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--accent-purple);
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .certification-link:hover {
            color: var(--accent-light-purple);
        }

        /* Contact Section */
        .contact {
            background-color: var(--bg-secondary);
        }

        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
        }

        .contact-info h3 {
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .contact-info p {
            color: var(--text-muted);
            margin-bottom: 2rem;
            font-size: 1.05rem;
        }

        .contact-details {
            margin-bottom: 2rem;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            color: white;
            font-size: 1.2rem;
            box-shadow: var(--shadow-glow);
        }

        .contact-text h4 {
            font-size: 1.1rem;
            margin-bottom: 0.3rem;
            color: var(--text-color);
            font-family: var(--font-secondary);
        }

        .contact-text p {
            margin: 0;
            color: var(--text-muted);
        }

        .social-links {
            display: flex;
            gap: 1rem;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background-color: var(--bg-card);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-purple);
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .social-link:hover {
            background: var(--gradient);
            color: white;
            transform: translateY(-3px);
            box-shadow: var(--shadow-glow);
        }

        .contact-form {
            background-color: var(--bg-card);
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(124, 58, 237, 0.1);
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: var(--text-color);
        }

        .form-control {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 1px solid rgba(124, 58, 237, 0.2);
            border-radius: 8px;
            font-family: 'Inter', sans-serif;
            transition: border-color 0.3s ease;
            background-color: rgba(124, 58, 237, 0.05);
            color: var(--text-color);
        }

        .form-control:focus {
            outline: none;
            border-color: var(--accent-purple);
            box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
        }

        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }

        /* Footer */
        footer {
            background-color: var(--bg-color);
            color: white;
            padding: 4rem 0 2rem;
            border-top: 1px solid rgba(124, 58, 237, 0.1);
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .footer-column h3 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            color: white;
            font-family: var(--font-secondary);
        }

        .footer-column p {
            color: var(--text-muted);
            margin-bottom: 1.5rem;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.8rem;
        }

        .footer-links a {
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: var(--accent-purple);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(124, 58, 237, 0.1);
            color: var(--text-muted);
        }

        /* Animation Classes */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Typing Effect */
        .typing-text {
            opacity: 0;
            animation: fadeInUp 1s ease forwards 0.5s;
        }

        .cursor {
            animation: blink 1s infinite;
        }

        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .hero h1 {
                font-size: 2.8rem;
            }
            
            .about-content {
                flex-direction: column;
            }
            
            .contact-container {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 768px) {
            .navbar {
                padding: 1rem 0;
            }
            
            .nav-links {
                display: none;
            }
            
            .menu-btn {
                display: block;
            }
            
            .hero-content {
                flex-direction: column;
                text-align: center;
            }
            
            .hero p {
                max-width: 100%;
            }
            
            .timeline::before {
                left: 30px;
            }
            
            .timeline-item {
                width: 100%;
                padding-right: 0;
                padding-left: 70px;
            }
            
            .timeline-item:nth-child(even) {
                margin-left: 0;
                padding-left: 70px;
            }
            
            .timeline-date {
                right: auto;
                left: -15px;
            }
            
            .timeline-item:nth-child(even) .timeline-date {
                left: -15px;
            }
            
            .timeline-content::before {
                right: auto;
                left: -10px;
                border-left: none;
                border-right: 10px solid var(--bg-card);
            }
            
            .footer-content {
                grid-template-columns: 1fr;
            }

            .skills-row {
                gap: 2rem;
            }

            .skill-icon {
                min-width: 100px;
                height: 100px;
            }

            .project-modal .modal-content {
                padding: 1.5rem;
            }

            .modal-image {
                height: 200px;
            }
        }

        @media (max-width: 576px) {
            .hero h1 {
                font-size: 2.2rem;
            }

            .section-title h2 {
                font-size: 2rem;
            }

            .about-stats {
                grid-template-columns: 1fr;
            }

            .projects-grid {
                grid-template-columns: 1fr;
            }

            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }

            .skill-icon {
                min-width: 80px;
                height: 80px;
            }

            .skill-icon i {
                font-size: 1.8rem;
            }

            .skill-icon span {
                font-size: 0.8rem;
            }

            .modal-links {
                flex-direction: column;
            }
        }