:root {
    --primary-color: #00ffff;
    --secondary-color: #ff00ff;
    --background-color: #0a0a0a;
    --text-color: #ffffff;
    --card-background: rgba(255, 255, 255, 0.05);
    --shadow-color: rgba(0, 255, 255, 0.2);
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: monospace;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    overflow-x: hidden;
  }
  
  .noise-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==");
    opacity: 0.02;
    z-index: -1;
  }
  
  a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: var(--secondary-color);
  }
  
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Header */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
    background-color: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(10px);
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    height: 10px;
    width: 10px;
  }
  
  .nav-links {
    display: flex;
    list-style: none;
  }
  
  .nav-links li {
    margin-left: 30px;
  }
  
  .nav-links a {
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .burger {
    display: none;
    cursor: pointer;
  }
  
  .burger div {
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    margin: 5px;
    transition: all 0.3s ease;
  }
  
  /* Hero Section */
  .hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .hero-content {
    text-align: center;
    z-index: 1;
  }
  
  .hero h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 20px;
    position: relative;
  }
  
  .glitch {
    position: relative;
  }
  
  .glitch::before,
  .glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .glitch::before {
    left: 2px;
    text-shadow: -2px 0 var(--primary-color);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
  }
  
  .glitch::after {
    left: -2px;
    text-shadow: -2px 0 var(--secondary-color);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
  }
  
  @keyframes glitch-anim {
    0% {
      clip: rect(31px, 9999px, 94px, 0);
    }
    5% {
      clip: rect(70px, 9999px, 71px, 0);
    }
    10% {
      clip: rect(29px, 9999px, 83px, 0);
    }
    15% {
      clip: rect(16px, 9999px, 91px, 0);
    }
    20% {
      clip: rect(5px, 9999px, 70px, 0);
    }
    25% {
      clip: rect(79px, 9999px, 83px, 0);
    }
    30% {
      clip: rect(75px, 9999px, 80px, 0);
    }
    35% {
      clip: rect(18px, 9999px, 87px, 0);
    }
    40% {
      clip: rect(94px, 9999px, 11px, 0);
    }
    45% {
      clip: rect(69px, 9999px, 82px, 0);
    }
    50% {
      clip: rect(57px, 9999px, 10px, 0);
    }
    55% {
      clip: rect(29px, 9999px, 35px, 0);
    }
    60% {
      clip: rect(26px, 9999px, 56px, 0);
    }
    65% {
      clip: rect(57px, 9999px, 71px, 0);
    }
    70% {
      clip: rect(33px, 9999px, 82px, 0);
    }
    75% {
      clip: rect(61px, 9999px, 67px, 0);
    }
    80% {
      clip: rect(41px, 9999px, 89px, 0);
    }
    85% {
      clip: rect(56px, 9999px, 68px, 0);
    }
    90% {
      clip: rect(80px, 9999px, 99px, 0);
    }
    95% {
      clip: rect(3px, 9999px, 16px, 0);
    }
    100% {
      clip: rect(44px, 9999px, 97px, 0);
    }
  }
  
  .hero h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 20px;
    color: var(--primary-color);
  }
  
  .hero p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 40px;
  }
  
  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .btn {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .btn-primary {
    background-color: var(--primary-color);
    color: var(--background-color);
  }
  
  .btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
  }
  
  .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 255, 255, 0.3);
  }
  
  .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .circle,
  .square,
  .triangle {
    position: absolute;
    opacity: 0.1;
  }
  
  .circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: var(--primary-color);
    top: 20%;
    left: 10%;
    animation: float 10s ease-in-out infinite;
  }
  
  .square {
    width: 200px;
    height: 200px;
    background-color: var(--secondary-color);
    bottom: 20%;
    right: 10%;
    animation: rotate 15s linear infinite;
  }
  
  .triangle {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 250px solid var(--primary-color);
    top: 40%;
    right: 20%;
  
    animation: float 12s ease-in-out infinite;
  }
  
  @keyframes float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  /* About Section */
  .about {
    padding: 100px 0;
  }
  
  .section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: var(--primary-color);
  }
  
  .about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  
  .about-image {
    flex: 1;
  }
  
  .profile-photo {
    width: 100%;
    max-width: 300px;
    border-radius: 50%;
    box-shadow: 0 0 20px var(--shadow-color);
  }
  
  .about-text {
    flex: 2;
  }
  
  .tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  
  .tech-item {
    background-color: var(--card-background);
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
  }
  
  .timeline {
    margin-top: 50px;
  }
  
  .timeline-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  
  .timeline-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%;
  }
  
  .timeline-item::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 22px;
    width: 2px;
    height: calc(100% - 10px);
    background-color: var(--primary-color);
  }
  
  .timeline-content h3 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 5px;
  }
  
  /* Projects Section */
  .projects {
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.02);
  }
  
  .projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .project-card {
    background-color: var(--card-background);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 255, 255, 0.2);
  }
  
  .project-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .project-info {
    padding: 20px;
  }
  
  .project-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--primary-color);
  }
  
  .project-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .project-links {
    display: flex;
    gap: 10px;
  }
  
  .btn-small {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
  
  /* Skills Section */
  .skills {
    padding: 100px 0;
  }
  
  .skills-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }
  
  .skill-category h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--primary-color);
  }
  
  .skill-bar {
    height: 10px;
    background-color: var(--card-background);
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .skill-progress {
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 5px;
    position: relative;
    width: 0;
    transition: width 1s ease-in-out;
  }
  
  .skill-bar::before {
    content: attr(data-skill);
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 0.9rem;
  }
  
  .skill-bar::after {
    content: attr(data-percentage) "%";
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 0.9rem;
    color: var(--primary-color);
  }
  
  /* Contact Section */
  .contact {
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.02);
  }
  
  .contact-form {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .form-group {
    margin-bottom: 20px;
    position: relative;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    background-color: var(--card-background);
    border: none;
    border-bottom: 2px solid var(--primary-color);
    color: var(--text-color);
    font-size: 1rem;
  }
  
  .form-group label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1rem;
    color: var(--text-color);
    transition: all 0.3s ease;
    pointer-events: none;
  }
  
  .form-group input:focus ~ label,
  .form-group input:valid ~ label,
  .form-group textarea:focus ~ label,
  .form-group textarea:valid ~ label {
    top: -20px;
    font-size: 0.8rem;
    color: var(--primary-color);
  }
  
  .contact-info {
    text-align: center;
    margin-top: 50px;
  }
  
  .social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .social-link {
    font-size: 1.2rem;
    color: var(--primary-color);
    transition: color 0.3s ease;
  }
  
  .social-link:hover {
    color: var(--secondary-color);
  }
  
  /* Footer */
  footer {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    text-align: center;
  }
  
  .footer-links {
    margin-top: 10px;
  }
  
  .footer-links a {
    margin: 0 10px;
    font-size: 0.9rem;
  }
  
  /* Custom Cursor */
  .cursor {
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transition: all 0.3s ease;
    transition-property: background, transform;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  
  .cursor-blur {
    width: 400px;
    height: 400px;
    background-color: rgba(0, 255, 255, 0.05);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transition: all 0.3s ease;
    transition-property: background, transform;
    transform: translate(-50%, -50%);
    z-index: 9998;
  }
  
  /* Responsive Design */
  @media screen and (max-width: 1024px) {
    .about-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .about-image,
    .about-text {
      width: 100%;
    }
  
    .timeline {
      margin-top: 30px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .nav-links {
      position: fixed;
      right: -100%;
      top: 70px;
      flex-direction: column;
      background-color: rgba(10, 10, 10, 0.9);
      width: 100%;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
  
    .nav-links.active {
      right: 0;
    }
  
    .nav-links li {
      margin: 25px 0;
    }
  
    .burger {
      display: block;
    }
  
    .hero-content {
      padding: 0 20px;
    }
  
    .cta-buttons {
      flex-direction: column;
      align-items: center;
    }
  
    .btn {
      width: 100%;
      max-width: 250px;
      margin-bottom: 10px;
    }
  
    .contact-form {
      padding: 0 20px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .section-title {
      font-size: 2rem;
    }
  
    .project-card {
      margin-bottom: 30px;
    }
  
    .skill-category {
      margin-bottom: 30px;
    }
  
    .contact-info {
      padding: 0 20px;
    }
  }
  
  .nav-active {
    right: 0;
  }
  
  .burger.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  
  .burger.toggle .line2 {
    opacity: 0;
  }
  
  .burger.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  
  