@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--primary-color:#4f46e5;--primary-gradient:linear-gradient(90deg,#4f46e5,#7c3aed);--dark-bg:#0f172a;--dark-card:#1e293b66;--dark-border:#4f46e54d;--light-bg:#f8fafc;--light-card:#fff;--light-border:#e2e8f0;--text-dark:#f1f5f9;--text-light:#1e293b;--shadow-dark:0 10px 30px #0000004d;--shadow-light:0 10px 30px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;transition:background-color .3s ease,color .3s ease}body.dark-mode{background-color:#0f172a;background-color:var(--dark-bg);background-image:radial-gradient(circle at 15% 50%,#4f46e514 0,#0000 25%),radial-gradient(circle at 85% 30%,#7c3aed14 0,#0000 25%);color:#f1f5f9;color:var(--text-dark)}body.light-mode{background-color:#f8fafc;background-color:var(--light-bg);color:#1e293b;color:var(--text-light)}.container{padding:0 2rem;width:100%}section{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 0}.section-title{font-weight:700;margin-bottom:1rem;padding-bottom:1rem}.section-title:after{background:linear-gradient(90deg,#4f46e5,#7c3aed);background:var(--primary-gradient);bottom:0}.section-subtitle{margin-left:auto;margin-right:auto;max-width:600px}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4f46e5,#7c3aed);background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:#4f46e5;color:var(--primary-color)}button{font-family:Poppins,sans-serif}@media (max-width:992px){.section-title{font-size:2.2rem}}@media (max-width:768px){section{padding:4rem 0}.section-title{font-size:2rem}}@media (max-width:480px){section{padding:3rem 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}}body{border:none;margin:0;overflow-x:hidden;padding:0}.navbar{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:initial;border:none;box-shadow:none;left:0;margin-top:0;outline:none;padding:1.5rem 0 1rem;position:fixed;top:0;width:100%;z-index:1000}.navbar.scrolled{opacity:0;pointer-events:none;visibility:hidden}.light.navbar{background-color:initial}.dark.navbar{color:var(--text-dark)}.light.navbar{border-bottom:none;color:var(--text-light)}.navbar-container{align-items:center;border:none;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;outline:none;padding:0 2rem}.logo{-webkit-text-fill-color:#0000;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:var(--primary-color);font-size:1.8rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;display:flex;gap:2rem;left:50%;position:absolute;transform:translateX(-50%)}.nav-links a{color:inherit;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:after{background:var(--primary-gradient);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.nav-social{align-items:center;display:flex;gap:2.5rem;margin-left:2rem}.social-icon{color:inherit;font-size:1.2rem;transition:all .3s ease}.social-icon:hover{color:var(--primary-color);transform:translateY(-3px)}.menu-toggle,.theme-toggle{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;transition:all .3s ease}.theme-toggle:hover{color:var(--primary-color);transform:rotate(15deg)}.mobile-theme-toggle{display:none}.desktop-theme-toggle{display:flex}.menu-toggle{display:none}.nav-controls{align-items:center;display:flex}@media (max-width:992px){.mobile-theme-toggle{display:flex}.desktop-theme-toggle{display:none}.nav-controls{align-items:center;display:flex;gap:1rem;position:absolute;right:2rem}.nav-links{background-color:var(--dark-bg);flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:auto;margin:0;position:fixed;right:-100%;top:0;transform:none;transition:all .3s ease;width:250px;z-index:1001}.nav-social{justify-content:center;margin-left:0;margin-top:2rem}.light .nav-links{background-color:var(--light-bg)}.nav-links.open{right:0}.menu-toggle{display:flex;z-index:1002}.navbar-container{padding:0 1.5rem}}@media (max-width:480px){.logo{font-size:1.5rem}.menu-toggle,.social-icon,.theme-toggle{font-size:1rem}.nav-controls{gap:1rem}}.home-section{background-attachment:fixed;background-image:url(/static/media/image1.f7ac6b359f9b69233c41.jpg);background-position:50%;background-size:cover;min-height:100vh;overflow:hidden;padding-top:150px}.home-content,.home-section{align-items:center;display:flex;position:relative}.home-content{gap:2rem;justify-content:space-between;margin-top:40px;z-index:2}.home-section:before{background:#0009;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.dark.home-section:before{background:#0a0a1acc}.light.home-section:before{background:#f8fafccc}.home-text{flex:1 1;max-width:600px}.home-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.highlight-name{-webkit-text-fill-color:#0000;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:var(--primary-color)}.home-text h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;opacity:.9}.home-text p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.cta-buttons{display:flex;gap:1rem}.primary-btn,.secondary-btn{border-radius:30px;display:inline-block;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.primary-btn{background:var(--primary-gradient);color:#fff}.secondary-btn{background:#0000;border:2px solid var(--primary-color);color:var(--primary-color)}.primary-btn:hover,.secondary-btn:hover{box-shadow:0 10px 20px #6366f14d;transform:translateY(-5px)}.home-image{align-items:center;display:flex;flex:1 1;justify-content:center}.profile-circle{border:5px solid #6366f14d;border-radius:50%;box-shadow:0 0 30px #6366f14d;height:350px;overflow:hidden;width:350px}.profile-circle img{height:100%;object-fit:cover;width:100%}@media (max-width:992px){.home-content{flex-direction:column-reverse;text-align:center}.home-text{max-width:100%}.cta-buttons{justify-content:center}.profile-circle{height:300px;width:300px}}@media (max-width:768px){.home-content{margin-top:30px}.home-text h1{font-size:2.5rem}.home-text h2{font-size:1.5rem}.profile-circle{height:250px;width:250px}}@media (max-width:480px){.home-content{margin-top:20px}.home-text h1{font-size:2rem}.home-text h2{font-size:1.3rem}.home-text p{font-size:1rem}.cta-buttons{flex-direction:column;gap:1rem}.profile-circle{height:200px;width:200px}}.about-section{overflow:hidden;padding:6rem 2rem;position:relative}.light.about-section{background-color:#fff}.dark.about-section{background-color:#0a0a1a}.about-content{align-items:center;display:flex;gap:4rem;margin-top:3rem}.about-text{flex:1 1}.about-text h3{font-size:1.5rem;font-weight:600}.about-text p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.location{color:var(--primary-color)}.activities-list{list-style:none;margin-bottom:2rem}.activities-list li{align-items:center;display:flex;font-size:1.1rem;margin-bottom:1rem}.activity-icon{color:var(--primary-color);font-size:1.3rem;margin-right:1rem}.quote{border-left:4px solid var(--primary-color);font-size:1.2rem;font-style:italic;margin:2rem 0;padding-left:1.5rem}.quote footer{font-style:normal;font-weight:600;margin-top:.5rem}.about-image{align-items:center;display:flex;flex:1 1;justify-content:center}.about-image img{filter:drop-shadow(0 10px 20px rgba(139,92,246,.2));height:auto;max-width:100%}@media (max-width:992px){.about-content{flex-direction:column;gap:2rem}.about-text{order:2}.about-image{order:1}}@media (max-width:768px){.about-content{flex-direction:column;gap:2rem}.about-image{height:250px;margin:0 auto;width:250px}.about-text{text-align:center}.section-title{font-size:2.2rem}}@media (max-width:480px){.about-image{height:180px;margin:0 auto 1.5rem;width:180px}.about-text p{font-size:.95rem;line-height:1.5}.section-title{font-size:1.8rem!important}.about-content{gap:1.5rem}.about-text h3{font-size:1.3rem}.about-text p,.activities-list li{font-size:1rem}.quote{font-size:1.1rem}}.image-wrapper{display:inline-block;position:relative}.about-image img{border-radius:20px;box-shadow:0 20px 50px #0003;max-width:400px;position:relative;width:100%;z-index:1}.experience-badge{align-items:center;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:50%;bottom:-20px;box-shadow:0 10px 20px #0003;color:#fff;display:flex;flex-direction:column;height:120px;justify-content:center;position:absolute;right:-20px;width:120px;z-index:2}.years{font-size:2rem;font-weight:700;line-height:1}.text{font-size:.8rem;margin-top:5px;text-align:center}.about-text{flex:2 1}.about-text h3{color:#8b5cf6;font-size:1.8rem;margin-bottom:1.5rem}.dark .about-text h3{color:#9370db}.about-text p{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.about-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:2rem 0}.detail-item{display:flex;margin-bottom:1rem}.detail-label{color:#8b5cf6;font-weight:600;min-width:120px}.education-section{margin-top:2.5rem}.education-section h3{color:#8b5cf6;font-size:1.5rem;margin-bottom:1.5rem}.education-item{display:flex;margin-bottom:1.5rem;padding-left:30px;position:relative}.education-item:before{background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:50%;content:"";height:12px;left:0;position:absolute;top:8px;width:12px}.education-year{color:#8b5cf6;font-weight:600;min-width:120px}.education-content{flex:1 1}.education-content h4{font-size:1.1rem;margin-bottom:.5rem}.education-content .institution{font-style:italic;margin-bottom:.5rem;opacity:.8}.education-content .description{font-size:.95rem;line-height:1.6}@media (max-width:992px){.about-content{flex-direction:column;text-align:center}.about-image img{margin:0 auto 2rem}.about-details{grid-template-columns:1fr}.detail-item{justify-content:center}.education-item{flex-direction:column;padding-left:0;text-align:center}.education-item:before{left:50%;top:0;transform:translateX(-50%)}.education-year{margin-bottom:.5rem;margin-top:1rem}}@media (max-width:768px){.about-section{padding:4rem 1.5rem}.about-text h3{font-size:1.5rem}.education-section h3{font-size:1.3rem}}@media (max-width:480px){.section-title{font-size:1.8rem!important}}.skills-section{overflow:hidden;padding:6rem 2rem;position:relative}.light.skills-section{background-color:#fff}.dark.skills-section{background-color:#0a0a1a}.skills-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));justify-content:center;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1000px}.skill-item{align-items:center;background-color:var(--dark-card);border:1px solid #6366f11a;border-radius:10px;display:flex;flex-direction:column;padding:1.5rem;text-align:center;transition:all .3s ease}.light .skill-item{background-color:var(--light-card);box-shadow:0 5px 15px #0000000d}.skill-icon{font-size:2.5rem;margin-bottom:1rem}.skill-name{font-size:1rem;font-weight:500;margin:0}@media (max-width:992px){.skills-container{gap:1.2rem;grid-template-columns:repeat(4,1fr)}.skill-item{padding:1.2rem}}@media (max-width:768px){.skills-section{padding:4rem 1.5rem}.skills-container{gap:1rem;grid-template-columns:repeat(3,1fr)}.skill-icon{font-size:2rem;margin-bottom:.8rem}}@media (max-width:480px){.skills-section{padding:3rem 1rem}.skills-container{gap:.8rem;grid-template-columns:repeat(2,1fr)}.skill-item{padding:1rem}.skill-icon{font-size:1.8rem;margin-bottom:.5rem}.skill-name{font-size:.85rem}.section-title{font-size:1.8rem!important}}.projects-section{overflow:visible;padding:6rem 2rem;position:relative;z-index:1}.light.projects-section{background-color:#f8fafc}.dark.projects-section{background-color:#0a0a1a}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:3rem}.project-card{border-radius:12px;display:flex;flex-direction:column;height:100%;transition:all .3s ease}.light .project-card{background-color:#fff;box-shadow:0 5px 15px #0000000d}.dark .project-card{background-color:#14142833;border:1px solid #8b5cf61a}.project-image{height:200px;overflow:hidden;width:100%}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.project-title{font-size:1.3rem;margin-bottom:.8rem}.project-description{flex:1 1;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{background-color:#8b5cf61a;border-radius:20px;color:#8b5cf6;font-size:.8rem;padding:.3rem .8rem}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{align-items:center;color:#8b5cf6;display:flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:color .3s ease}.project-link:hover{color:#a78bfa}@media (max-width:992px){.projects-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects-section{min-height:100vh;padding:4rem 1.5rem}.projects-grid{gap:2rem;grid-template-columns:1fr;margin-top:2rem}}@media (max-width:480px){.projects-section{min-height:auto;overflow:visible;padding:3rem 1rem;position:relative;z-index:5}.projects-grid{display:flex;flex-direction:column;gap:1.5rem;max-width:100%;width:100%}.project-card{margin-bottom:1.5rem;max-width:100%;width:100%}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.project-content{padding:1.2rem}.project-title{font-size:1.2rem}.project-description{font-size:.9rem;margin-bottom:1.2rem}.project-image{height:180px}}.resume-section{background-color:#0a0a1a;margin-bottom:0;overflow:hidden;padding-bottom:0}#resume .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#8b5cf6,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;position:relative;text-align:center}#resume .section-title:after{background:linear-gradient(90deg,#10b981,#3b82f6)!important;background:linear-gradient(90deg,#10b981,#3b82f6);border:none!important;border-radius:2px!important;border-radius:2px;bottom:-10px!important;bottom:-10px;content:""!important;content:"";height:4px!important;height:4px;left:50%!important;left:50%;position:absolute!important;position:absolute;transform:translateX(-50%)!important;transform:translateX(-50%);width:80px!important;width:80px}.download-btn{align-items:center;background:var(--primary-gradient);border-radius:30px;box-shadow:0 5px 15px #8b5cf64d;color:#fff;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto 3rem;padding:.8rem 2rem;transition:all .3s ease;width:fit-content}.download-btn:hover{box-shadow:0 10px 20px #8b5cf666;transform:translateY(-5px)}.download-btn.bottom{margin-top:3rem}.resume-container{background-color:#fff;border-radius:10px;box-shadow:var(--shadow-dark);color:#1e293b;margin:0 auto;max-width:900px;padding:3rem}.resume-header{border-bottom:2px solid #e2e8f0;display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.resume-photo{border-radius:5px;height:120px;overflow:hidden;width:120px}.resume-photo img{height:100%;object-fit:cover;width:100%}.resume-title{flex:1 1}.resume-title h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.resume-contact-info{display:flex;flex-direction:column;gap:.5rem}.info-item{font-size:.95rem}.resume-section{padding:6rem 2rem;position:relative}.light.resume-section{background-color:#fff}.dark.resume-section{background-color:#0a0a1a}.resume-content{align-items:center;display:flex;flex-direction:column;margin-top:3rem}.resume-preview{border-radius:12px;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem}.light .resume-preview{border:1px solid #e2e8f0}.dark .resume-preview{border:1px solid #8b5cf61a}.resume-preview iframe{border:none;height:100%;width:100%}.resume-download{align-items:center;background:linear-gradient(90deg,#8b5cf6,#ec4899);border:none;border-radius:30px;box-shadow:0 5px 15px #8b5cf64d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.8rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.resume-download:hover{box-shadow:0 10px 25px #8b5cf666;transform:translateY(-3px)}@media (max-width:768px){.resume-section{padding:4rem 1.5rem}.resume-preview{height:400px}.resume-download{font-size:1rem;padding:.9rem 1.8rem}}@media (max-width:480px){.resume-section{padding:3rem 1rem}.resume-preview{height:350px}.resume-download{font-size:.95rem;justify-content:center;padding:.8rem 1.5rem;width:100%}}.resume-section h2{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.experience-item,.project-item{margin-bottom:1.5rem}.job-title,.project-title{color:#1e293b;font-size:1.2rem;font-weight:600}.job-period,.project-date{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.experience-item ul,.skills-list{padding-left:1.5rem}.experience-item li,.skills-list li{font-size:.95rem;margin-bottom:.5rem}.project-tech{color:#64748b;font-size:.9rem}@media (max-width:768px){.resume-container{padding:2rem}.resume-header{align-items:center;flex-direction:column;gap:1rem;text-align:center}.resume-title h1{font-size:2rem}#resume .section-title{font-size:2.2rem}}@media (max-width:480px){.resume-container{padding:1.5rem}.resume-title h1{font-size:1.8rem}.resume-section h2{font-size:1.3rem}#resume .section-title,.resume-title,.section-title{font-size:1.8rem!important;margin-bottom:1rem}.resume-preview{height:300px}.download-btn{font-size:.9rem;padding:.7rem 1.5rem}}.resume-preview{background-color:#0a0a1a;border-radius:10px;box-shadow:var(--shadow-dark);height:500px;margin:0 auto 2rem;max-width:800px;overflow:hidden;width:100%}.resume-iframe{border:none;height:100%;width:100%}@media (max-width:768px){.resume-title{font-size:2.2rem;margin-bottom:1.5rem}}@media (max-width:480px){.resume-title{font-size:2rem;margin-bottom:1rem}}.contact-section{padding:6rem 2rem;position:relative}.light.contact-section{background-color:#f8fafc}.dark.contact-section{background-color:#0a0a1a}.contact-info-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;margin-top:3rem;max-width:900px}.contact-info-item{align-items:center;border-radius:12px;display:flex;height:100%;padding:2rem;transition:all .3s ease}.contact-info-item:hover{box-shadow:0 15px 30px #8b5cf626;transform:translateY(-5px)}.contact-icon{flex-shrink:0;font-size:2.2rem}.contact-text{flex:1 1}.light .contact-info-item{background-color:#fff;box-shadow:0 5px 15px #0000000d}.dark .contact-info-item{background-color:#14142833;border:1px solid #8b5cf61a}.contact-icon{color:#8b5cf6;font-size:2rem;margin-right:1.5rem}.contact-text h3{font-size:1.2rem;margin-bottom:.5rem}.contact-text a{color:inherit;text-decoration:none;transition:color .3s ease;word-break:break-word}.contact-text a:hover{color:#8b5cf6}@media (max-width:992px){.contact-info-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contact-section{padding:4rem 1.5rem}.contact-info-container{gap:1.5rem;grid-template-columns:1fr;max-width:450px}.contact-info-item{padding:1.5rem}.contact-icon{font-size:1.8rem;margin-right:1.2rem}.contact-text h3{font-size:1.1rem}.contact-text a,.contact-text p{font-size:.95rem}}@media (max-width:480px){.contact-section{padding:3rem 1rem}.contact-info-container{max-width:320px}.contact-info-item{flex-direction:column;padding:1rem;text-align:center}.contact-icon{font-size:1.6rem;margin-bottom:.8rem;margin-right:0}.contact-text h3{font-size:1rem;margin-bottom:.3rem}.contact-text a,.contact-text p{font-size:.85rem}}.footer{background-color:#0a0a1a;border-top:none;margin-top:0;padding:3rem 0 2rem;position:relative;z-index:10}.footer.light{background-color:#f8fafccc}.footer-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}.copyright{font-size:.9rem;opacity:.7}.social-icons{display:flex;gap:1rem}.social-icons a{align-items:center;background:var(--primary-gradient);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icons a:hover{box-shadow:0 10px 20px #6366f14d;transform:translateY(-5px)}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}}.App{display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh}main{flex:1 1}.light{background-color:#fff;color:#333}.dark{background-color:#0a0a1a;color:#f5f5f5}.section{padding:5rem 2rem}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#8b5cf6,#ec4899);-webkit-background-clip:text;font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1.5rem;position:relative;text-align:center}.section-subtitle{font-size:1.1rem;margin-bottom:3rem;opacity:.8;text-align:center}.section-title:after{background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}button{cursor:pointer;font-family:inherit;touch-action:manipulation}.card{border-radius:8px;overflow:hidden;transition:transform .3s ease;width:100%}.btn{border-radius:4px;font-size:1rem;min-height:44px;min-width:44px;padding:.5rem 1rem}.btn,.icon{align-items:center;display:inline-flex;justify-content:center}.icon{height:24px;width:24px}@media (max-width:992px){.section{padding:4rem 1.5rem}.section-title{font-size:2.2rem}.section-subtitle{font-size:1rem;margin-bottom:2.5rem}.container{padding:0 1rem}}@media (max-width:768px){.section{padding:3rem 1rem}.section-title{font-size:2rem}.section-title:after{width:60px}.grid-container{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.btn{padding:.6rem 1.2rem}}@media (max-width:480px){.section{padding:2.5rem .8rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:.9rem;margin-bottom:2rem}.section-title:after{height:3px;width:50px}.flex-container{flex-direction:column}.grid-container{gap:1.2rem;grid-template-columns:1fr}button,input,select,textarea{font-size:16px;min-height:44px}.stack>*+*{margin-top:1rem}}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5em}p{line-height:1.6;margin-bottom:1rem}.responsive-img{height:auto;object-fit:cover;transition:transform .3s ease;width:100%}.project-card{border-radius:10px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%}.project-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.project-card-content{padding:1.5rem}.project-card-title{font-size:1.4rem;margin-bottom:.5rem}.project-card-description{font-size:.95rem;margin-bottom:1rem}@media (max-width:992px){.section{padding:4rem 1.5rem}.section-title{font-size:2.2rem}.project-card-title{font-size:1.3rem}}@media (max-width:768px){.section{padding:3rem 1rem}.section-title{font-size:2rem}.projects-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.project-card-title{font-size:1.2rem}.project-card-description{font-size:.9rem}}@media (max-width:480px){.section{padding:2.5rem .8rem}.section-title{font-size:1.8rem}.projects-grid{gap:1.2rem;grid-template-columns:1fr}.project-card{max-width:100%}.project-card-content{padding:1.2rem}.project-card-title{font-size:1.1rem}.section-subtitle,li,p{font-size:.95rem}.responsive-img{max-height:250px}}@media (max-width:768px){.section-title{font-size:2.2rem;margin-bottom:1.5rem}}@media (max-width:480px){.section-title{margin-bottom:1rem}#about .section-title,#contact .section-title,#projects .section-title,#resume .section-title,#skills .section-title,.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.section-title{font-size:1.8rem!important;margin-bottom:1rem}.profile-image-container{height:220px!important;width:220px!important}}
/*# sourceMappingURL=main.34509ecc.css.map*/