 :root {
            --lavender: #E6E6FA;
            --light-lavender: #F5F5FF;
            --midnight-blue: #191970;
            --dark-blue: #0A0A4A;
            --accent-color: #9370DB;
            --text-color: #333;
            --light-text: #f8f9fa;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            color: var(--text-color);
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }
        
        section {
            padding: 100px 0;
            position: relative;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        
        section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 0;
        }
        
        .section-content {
            position: relative;
            z-index: 1;
        }
        
        .section-title {
            margin-bottom: 50px;
            text-align: center;
            color: var(--light-text);
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 3px;
            background-color: var(--accent-color);
        }
        
        /* Navbar */
        .navbar {
            transition: all 0.3s ease;
            padding: 15px 0;
            background-color: transparent;
        }
        
        .navbar.scrolled {
            background-color: var(--midnight-blue);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            padding: 10px 0;
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.8rem;
            color: var(--light-lavender) !important;
            
        }
        
        .nav-link {
            color: var(--light-lavender) !important;
            font-weight: 500;
            margin: 0 10px;
            position: relative;
            transition: all 0.3s ease;
            
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--accent-color);
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after,
        .nav-link.active::after {
            width: 100%;
        }
      
      /* Change the color of the burger menu (lines) */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

        /* Hero Section */
        #home {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--light-text);
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 1200 800"><rect width="1200" height="800" fill="%23191970"/><path d="M0 0L1200 800M50 0L1200 750M100 0L1200 700M150 0L1200 650M200 0L1200 600M250 0L1200 550M300 0L1200 500M350 0L1200 450M400 0L1200 400M450 0L1200 350M500 0L1200 300M550 0L1200 250M600 0L1200 200M650 0L1200 150M700 0L1200 100M750 0L1200 50M800 0L1200 0M0 50L1150 800M0 100L1100 800M0 150L1050 800M0 200L1000 800M0 250L950 800M0 300L900 800M0 350L850 800M0 400L800 800M0 450L750 800M0 500L700 800M0 550L650 800M0 600L600 800M0 650L550 800M0 700L500 800M0 750L450 800" stroke="%239370DB" stroke-width="1" opacity="0.2"/><circle cx="600" cy="400" r="300" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.1"/><circle cx="600" cy="400" r="200" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.15"/><circle cx="600" cy="400" r="100" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.2"/></svg>');
        }
        
        .hero-content h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .hero-content p {
            font-size: 1.5rem;
            margin-bottom: 30px;
        }
        
        .scroll-down {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            animation: bounce 2s infinite;
            color: var(--light-lavender);
            font-size: 2rem;
            cursor: pointer;
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0) translateX(-50%);
            }
            40% {
                transform: translateY(-20px) translateX(-50%);
            }
            60% {
                transform: translateY(-10px) translateX(-50%);
            }
        }
        
        /* About Section */
        #about {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 1200 800"><rect width="1200" height="800" fill="%230A0A4A"/><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="%239370DB" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="1200" height="800" fill="url(%23grid)"/><circle cx="200" cy="200" r="80" fill="%239370DB" opacity="0.1"/><circle cx="1000" cy="600" r="120" fill="%239370DB" opacity="0.1"/><path d="M0 400 Q 400 300, 800 400 T 1200 400" stroke="%239370DB" stroke-width="2" fill="none" opacity="0.2"/></svg>');
        }
        
        .profile-img {
            width: 250px;
            height: 250px;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid var(--accent-color);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .about-text {
            color: var(--light-text);
        }
        
        .about-text h3 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: var(--accent-color);
        }
        
        .about-text p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        /* Skills Section */
        #skills {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 1200 800"><rect width="1200" height="800" fill="%23191970"/><path d="M0,100 L1200,100 M0,200 L1200,200 M0,300 L1200,300 M0,400 L1200,400 M0,500 L1200,500 M0,600 L1200,600 M0,700 L1200,700" stroke="%239370DB" stroke-width="0.5" opacity="0.1"/><path d="M100,0 L100,800 M200,0 L200,800 M300,0 L300,800 M400,0 L400,800 M500,0 L500,800 M600,0 L600,800 M700,0 L700,800 M800,0 L800,800 M900,0 L900,800 M1000,0 L1000,800 M1100,0 L1100,800" stroke="%239370DB" stroke-width="0.5" opacity="0.1"/><circle cx="600" cy="400" r="200" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.2"/><circle cx="600" cy="400" r="150" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.15"/><circle cx="600" cy="400" r="100" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.1"/></svg>');
        }
        
        .skill-card {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .skill-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .skill-card h3 {
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: var(--accent-color);
        }
        
        .skill-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: var(--accent-color);
        }
        
        .progress-bar {
            height: 10px;
            border-radius: 5px;
            background-color: var(--accent-color);
        }
        
        .progress {
            height: 10px;
            border-radius: 5px;
            background-color: rgba(255, 255, 255, 0.2);
            margin-bottom: 10px;
        }
        
        /* Achievements Section */
        #achievements {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 1200 800"><rect width="1200" height="800" fill="%230A0A4A"/><defs><pattern id="smallGrid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%239370DB" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="1200" height="800" fill="url(%23smallGrid)"/><circle cx="200" cy="600" r="100" fill="%239370DB" opacity="0.05"/><circle cx="1000" cy="200" r="150" fill="%239370DB" opacity="0.05"/><path d="M0 400 C 300 300, 700 500, 1200 400" stroke="%239370DB" stroke-width="2" fill="none" opacity="0.1"/></svg>');
        }
        
        .achievement-card {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            height: 100%;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .achievement-card:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .achievement-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: var(--accent-color);
        }
        
        .achievement-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: var(--accent-color);
        }
        
        .achievement-card p {
            font-size: 1rem;
            color: var(--light-text);
        }
        
        /* Contact Section */
        #contact {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 1200 800"><rect width="1200" height="800" fill="%23191970"/><path d="M0,0 L1200,800" stroke="%239370DB" stroke-width="1" opacity="0.1"/><path d="M0,800 L1200,0" stroke="%239370DB" stroke-width="1" opacity="0.1"/><circle cx="600" cy="400" r="300" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.1"/><circle cx="600" cy="400" r="200" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.15"/><circle cx="600" cy="400" r="100" fill="none" stroke="%239370DB" stroke-width="2" opacity="0.2"/></svg>');
        }
        
        .contact-form {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 30px;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .form-control {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: var(--light-text);
            border-radius: 10px;
            padding: 12px 15px;
            margin-bottom: 20px;
        }
        
        .form-control:focus {
            background-color: rgba(255, 255, 255, 0.15);
            border-color: var(--accent-color);
            color: var(--light-text);
            box-shadow: 0 0 0 0.25rem rgba(147, 112, 219, 0.25);
        }
        
        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }
        
        .btn-submit {
            background-color: var(--accent-color);
            color: white;
            border: none;
            border-radius: 10px;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .btn-submit:hover {
            background-color: #7d5ec2;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .contact-info {
            color: var(--light-text);
        }
        
        .contact-info h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: var(--accent-color);
        }
        
        .contact-info p {
            font-size: 1.1rem;
            margin-bottom: 30px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .contact-icon {
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--accent-color);
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }
        
        .contact-item:hover .contact-icon {
            background-color: var(--accent-color);
            color: white;
            transform: scale(1.1);
        }
        
        .social-icons {
            display: flex;
            margin-top: 30px;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--accent-color);
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            background-color: var(--accent-color);
            color: white;
            transform: scale(1.1);
        }
        
        /* Footer */
        footer {
            background-color: var(--dark-blue);
            color: var(--light-text);
            padding: 30px 0;
            text-align: center;
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .hero-content h1 {
                font-size: 2.8rem;
            }
            
            .hero-content p {
                font-size: 1.3rem;
            }
            
            .section-title h2 {
                font-size: 2.2rem;
            }
            
            .about-text h3 {
                font-size: 1.8rem;
                margin-top: 30px;
            }
        }
        
        @media (max-width: 767px) {
            section {
                padding: 80px 0;
            }
            
            .hero-content h1 {
                font-size: 2.5rem;
            }
            
            .hero-content p {
                font-size: 1.2rem;
            }
            
            .section-title h2 {
                font-size: 2rem;
            }
            
            .profile-img {
                width: 200px;
                height: 200px;
                margin: 0 auto 30px;
                display: block;
            }
            
            .about-text {
                text-align: center;
            }
        }
        
        @media (max-width: 575px) {
            .hero-content h1 {
                font-size: 2.2rem;
            }
            
            .hero-content p {
                font-size: 1.1rem;
            }
            
            .section-title h2 {
                font-size: 1.8rem;
            }
        }