body{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#121212;color:#fff;scroll-behavior:smooth}.nav-container{padding:20px 40px;background-color:#1a1a1a;box-shadow:0 2px 6px #00000080;position:relative}.nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.nav-logo h3{font-size:1.5rem;color:#fff;margin:0}.nav-links{list-style:none;display:flex;gap:20px;margin:0}.nav-links a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s}.nav-links a:hover{color:#0af}.hero-text{margin-top:80px;text-align:center}.hero-text h1{font-size:2.5rem;color:#fff;margin-bottom:10px}.hero-text .highlight{color:#0af}.hero-text p{font-size:1.2rem;color:#ccc;margin:5px 0}.experience{padding:4rem 1rem;background-color:#1a1a1a;text-align:center}.experience h2{font-size:2.5rem;margin-bottom:2rem;color:#fff}.experience-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.experience-card{background-color:#2a2a2a;border-left:5px solid #00aaff;padding:1.5rem;box-shadow:0 2px 8px #00000080;text-align:left}.experience-card h3{margin:0 0 .5rem;font-size:1.5rem;color:#fff}.experience-card .company{color:#ccc;margin-bottom:.75rem}.experience-card .description{color:#aaa;line-height:1.6}.projects{padding:4rem 1rem;background-color:#0f0f0f;text-align:center}.projects h2{font-size:2.5rem;margin-bottom:3rem;color:#fff}.projects-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background-color:#1a1a1a;border:1px solid #333;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000004d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;min-height:400px}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0af3;border-color:#0af}.project-image{width:100%;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{flex-grow:1;text-align:left;padding:1.5rem}.project-card h3{margin:0 0 1rem;font-size:1.5rem;color:#fff;font-weight:600}.project-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:#2a2a2a;color:#0af;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #00aaff}.project-links{display:flex;gap:1rem;margin-top:auto;padding:0 1.5rem 1.5rem}.project-link{flex:1;padding:.75rem 1rem;text-decoration:none;border-radius:6px;font-weight:500;text-align:center;transition:all .3s ease;font-size:.9rem}.live-link{background-color:#0af;color:#fff;border:2px solid #00aaff}.live-link:hover{background-color:transparent;color:#0af}.github-link{background-color:transparent;color:#ccc;border:2px solid #444}.github-link:hover{background-color:#444;color:#fff;border-color:#666}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{min-height:350px}.project-image{height:150px}.project-content{padding:1rem}.projects h2{font-size:2rem;margin-bottom:2rem}.project-links{flex-direction:column;gap:.75rem;padding:0 1rem 1rem}}.contact{padding:4rem 1rem;background-color:#1a1a1a;color:#fff;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:3rem}.contact-container{display:flex;align-items:center;justify-content:center;gap:4rem;max-width:1200px;margin:0 auto}.contact-form-section{flex:1;max-width:500px}.contact-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.contact-image-section{flex:1;max-width:500px;display:flex;justify-content:center;align-items:center}.contact-image{width:100%;max-width:400px;height:auto}.contact-form input,.contact-form textarea{padding:.75rem;font-size:1rem;border:1px solid #444;border-radius:4px;width:100%;background-color:#2a2a2a;color:#fff}.contact-form textarea{height:150px;resize:none}.contact-form button{background-color:#0af;color:#fff;padding:.75rem;font-size:1rem;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.contact-form button:hover:not(:disabled){background-color:#08c}.contact-form button:disabled{background-color:#666;cursor:not-allowed;opacity:.7}.status-message{padding:1rem;border-radius:4px;margin-top:1rem;font-weight:500;text-align:center}.status-message.success{background-color:#22c55e1a;border:1px solid #22c55e;color:#22c55e}.status-message.error{background-color:#ef44441a;border:1px solid #ef4444;color:#ef4444}@media (max-width: 768px){.contact-container{flex-direction:column;gap:2rem}.contact-form-section,.contact-image-section{max-width:100%}.contact-image{max-width:300px}.contact h2{font-size:2rem;margin-bottom:2rem}}@media (max-width: 480px){.contact{padding:2rem 1rem}.contact-image{max-width:250px}.contact h2{font-size:1.8rem}}.app{max-width:1200px;margin:0 auto;padding:0 20px}
