.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:100%;transition:var(--transition);background:#fffffff2;border-bottom:1px solid #e2e8f0;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo h2{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-dark);transition:var(--transition);font-weight:500;text-decoration:none;position:relative}.nav-links a:hover{color:var(--primary-color)}.nav-links a:after{content:"";background:var(--primary-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;padding:.5rem;display:none}.menu-toggle span{background:var(--text-dark);width:25px;height:3px;transition:var(--transition);border-radius:2px;margin:3px 0}@media (max-width:768px){.menu-toggle{display:flex}.nav{opacity:0;visibility:hidden;width:100%;transition:var(--transition);background:#fff;position:absolute;top:100%;left:0;transform:translateY(-100%);box-shadow:0 4px 6px -1px #0000001a}.nav-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-links{flex-direction:column;gap:1.5rem;padding:2rem}.nav-links a{padding:.5rem 0;font-size:1.1rem}}.hero{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);align-items:center;min-height:100vh;padding:6rem 0 2rem;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.hero-content h1{color:var(--text-dark);margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.highlight{color:var(--primary-color);background:linear-gradient(135deg,var(--primary-color),#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-content h2{color:var(--text-light);margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.hero-content p{color:var(--text-light);margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-image{justify-content:center;align-items:center;display:flex}.image{border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;font-size:1.2rem;font-weight:600;animation:3s ease-in-out infinite float;display:flex;box-shadow:0 20px 40px #2563eb33}.image img{border-radius:50%;width:300px;height:300px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:968px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:2.8rem}.hero-buttons{justify-content:center}.image-placeholder{width:250px;height:250px}}@media (max-width:480px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{text-align:center;width:100%;max-width:250px}}.projects{background:var(--background);padding:5rem 0}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.project-card{box-shadow:var(--box-shadow);transition:var(--transition);background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.project-image{height:250px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{opacity:0;width:100%;height:100%;transition:var(--transition);background:#2563ebe6;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.project-card:hover .project-overlay{opacity:1}.project-links{gap:1rem;display:flex}.project-links a{color:var(--primary-color);border-radius:var(--border-radius);transition:var(--transition);background:#fff;padding:.8rem 1.5rem;font-weight:600;text-decoration:none}.project-links a:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px)}.project-content{padding:2rem}.project-content h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.project-content p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.tech-stack{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tech-tag{background:var(--accent-color);color:var(--primary-dark);border:1px solid #dbeafe;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.project-features h4{color:var(--text-dark);margin-bottom:.8rem;font-size:1.1rem}.project-features ul{padding:0;list-style:none}.project-features li{color:var(--text-light);margin-bottom:.5rem;padding-left:1.2rem;position:relative}.project-features li:before{content:"▸";color:var(--primary-color);position:absolute;left:0}@media (max-width:768px){.projects-grid{grid-template-columns:1fr;gap:2rem}.project-card{margin:0 1rem}.project-content{padding:1.5rem}.project-links{flex-direction:column;gap:.8rem}.project-links a{text-align:center;padding:1rem}}@media (max-width:480px){.projects-grid{grid-template-columns:1fr}.project-image{height:200px}}.about{background:var(--background-alt);padding:5rem 0}.about-content{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;margin-top:3rem;display:grid}.about-text{flex-direction:column;gap:2.5rem;display:flex}.about-description p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.education h3,.skills h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.4rem}.education-item{border-radius:var(--border-radius);box-shadow:var(--box-shadow);border-left:4px solid var(--primary-color);background:#fff;margin-bottom:1.5rem;padding:1.5rem}.education-item h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.institution{color:var(--primary-color);margin-bottom:.3rem;font-weight:600}.duration{color:var(--text-light);font-size:.9rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.skill-item{border-radius:var(--border-radius);text-align:center;color:var(--primary-dark);transition:var(--transition);box-shadow:var(--box-shadow);background:#fff;border:2px solid #dbeafe;padding:1rem 1.5rem;font-weight:600}.skill-item:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-3px)}.about-image{justify-content:center;display:flex}.image-container{position:sticky;top:2rem}.my_image{justify-content:center;align-items:center;width:280px;height:350px;display:flex}.my_image img{border-radius:20px;width:280px;height:350px}@media (max-width:968px){.about-content{text-align:center;grid-template-columns:1fr;gap:3rem}.about-image{order:-1}.placeholder-image{width:250px;height:300px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width:480px){.education-item{padding:1.2rem}.skill-item{padding:.8rem 1rem;font-size:.9rem}.placeholder-image{width:200px;height:250px;font-size:1rem}}.contact{background:var(--background);padding:5rem 0}.contact-content{grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;display:grid}.contact-info h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.contact-info>p{color:var(--text-light);margin-bottom:2rem;line-height:1.6}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item{border-radius:var(--border-radius);box-shadow:var(--box-shadow);transition:var(--transition);background:#fff;border:1px solid #e2e8f0;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.contact-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001a}.contact-icon{color:var(--primary-color);flex-shrink:0;margin-top:.2rem;font-size:1.3rem}.contact-item div h4{color:var(--text-dark);margin-bottom:.3rem;font-size:1rem}.contact-item div a,.contact-item div span{color:var(--text-light);transition:var(--transition);text-decoration:none}.contact-item div a:hover{color:var(--primary-color)}.contact-form{box-shadow:var(--box-shadow);background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border-radius:var(--border-radius);width:100%;transition:var(--transition);background:#f8fafc;border:2px solid #e2e8f0;padding:1rem 1.2rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;padding:1rem;font-size:1.1rem}@media (max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form{padding:2rem}}@media (max-width:480px){.contact-form{padding:1.5rem}.contact-item{text-align:center;flex-direction:column;gap:.8rem;padding:1.2rem}.form-group input,.form-group textarea{padding:.8rem 1rem}}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{border-bottom:1px solid #374151;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;display:flex}.footer-info h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.footer-info p{color:#9ca3af;margin:0}.social-links{gap:1rem;display:flex}.social-links a{color:#fff;width:45px;height:45px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;display:flex}.social-links a:hover{background:var(--primary-color);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:1rem}.footer-bottom p{color:#9ca3af;margin:0;font-size:.9rem}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column;gap:2rem}.social-links{justify-content:center}}@media (max-width:480px){.footer{padding:2rem 0 1rem}.footer-content{margin-bottom:1.5rem;padding-bottom:1.5rem}.social-links a{width:40px;height:40px;font-size:1.1rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--primary-dark:#1d4ed8;--secondary-color:#64748b;--accent-color:#f0f9ff;--text-dark:#1e293b;--text-light:#64748b;--background:#fff;--background-alt:#f8fafc;--border-radius:8px;--box-shadow:0 4px 6px -1px #0000001a;--transition:all .3s ease}html{scroll-behavior:smooth;scroll-padding-top:80px}body{color:var(--text-dark);background:var(--background);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.btn{border-radius:var(--border-radius);transition:var(--transition);cursor:pointer;text-align:center;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-secondary{color:var(--primary-color);border:2px solid var(--primary-color);background:0 0}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}.section-subtitle{margin-bottom:2rem;font-size:1rem}.btn{padding:.7rem 1.5rem;font-size:.9rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}}
