html{scroll-behavior:smooth}body{font-family:Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f8f8f8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:1rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f8f8f8}a{text-decoration:none;color:#333}ul{list-style:none}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 0}button{cursor:pointer;border:none;transition:all .3s ease}.home-container,.about-container,.projects-container,.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background-color:#fff;height:80px;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 2rem}.navbar-logo{font-size:1.8rem;font-weight:700;color:#333}.nav-menu{display:flex;align-items:center}.nav-item{margin-left:2rem}.nav-link{font-weight:500;padding:.5rem;transition:all .3s ease}.nav-link:hover{color:#4a90e2}.nav-link.active{color:#4a90e2;border-bottom:2px solid #4a90e2}.menu-icon{display:none}.footer{background-color:#333;color:#fff;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;padding:0 2rem}.footer-logo h2{color:#fff;margin-bottom:1rem}.footer-logo p{opacity:.8}.footer-links{display:flex}.footer-link-section{margin-left:4rem}.footer-link-section h3{margin-bottom:1.5rem}.footer-link-section ul li{margin-bottom:.8rem}.footer-link-section ul li a{color:#fff;opacity:.8;transition:all .3s ease}.footer-link-section ul li a:hover{opacity:1}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{opacity:.6;font-size:.9rem}.hero-section{text-align:center;padding:5rem 0}.hero-section h1{font-size:3rem;margin-bottom:1rem}.hero-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.8}.cta-button{background-color:#4a90e2;color:#fff;padding:.8rem 2rem;font-size:1rem;border-radius:4px;font-weight:500}.cta-button:hover{background-color:#3a7bc8}.featured-projects,.skills-section{padding:4rem 0;text-align:center}.featured-projects h2,.skills-section h2{font-size:2rem;margin-bottom:2rem}.skills-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.skill-category{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;flex:1;min-width:250px}.skill-category h3{margin-bottom:1.5rem}.skill-category ul li{margin-bottom:.5rem}.about-content{display:flex;gap:4rem;margin-top:2rem}.about-image{flex:1}.profile-placeholder{background-color:#e0e0e0;border-radius:8px;height:300px;max-width:300px}.about-text{flex:2}.experience-item,.education-item{margin-bottom:2rem}.experience-item h4,.education-item h4{margin-bottom:.5rem}.company{font-style:italic;margin-bottom:.5rem;opacity:.8}.projects-intro{margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-info{padding:1.5rem}.project-tags{display:flex;flex-wrap:wrap;margin:1rem 0}.tag{background-color:#f0f0f0;padding:.3rem .8rem;margin-right:.5rem;margin-bottom:.5rem;border-radius:20px;font-size:.9rem}.project-links{display:flex;gap:1rem}.demo-link,.github-link{padding:.5rem 1rem;border-radius:4px;font-weight:500}.demo-link{background-color:#4a90e2;color:#fff}.github-link{background-color:#f0f0f0}.contact-intro{margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.contact-content{display:flex;gap:3rem}.contact-form-section{flex:2}.contact-info-section{flex:1}.contact-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem}.submit-btn{background-color:#4a90e2;color:#fff;padding:.8rem 2rem;font-size:1rem;border-radius:4px;font-weight:500;width:100%}.submit-btn:hover{background-color:#3a7bc8}.success-message{background-color:#dff0d8;padding:2rem;border-radius:8px;text-align:center}.send-another-btn{background-color:#4a90e2;color:#fff;padding:.8rem 2rem;font-size:1rem;border-radius:4px;font-weight:500;margin-top:1rem}.contact-item{margin-bottom:2rem}.contact-item h3{margin-bottom:.5rem}.social-links a{display:block;margin-bottom:.5rem;color:#4a90e2}@media screen and (max-width: 960px){.nav-menu{display:flex;flex-direction:column;width:100%;position:absolute;top:80px;left:-100%;opacity:1;transition:all .5s ease;background-color:#fff;box-shadow:0 4px 8px #0000001a}.nav-menu.active{left:0;opacity:1;transition:all .5s ease;z-index:1}.nav-item{margin:0;width:100%;text-align:center;padding:1.5rem 0;border-bottom:1px solid #f0f0f0}.menu-icon{display:block;font-size:1.8rem;cursor:pointer}.about-content{flex-direction:column;gap:2rem}.footer-container{flex-direction:column}.footer-links{margin-top:2rem}.footer-link-section{margin-left:0;margin-right:2rem}.contact-content{flex-direction:column}}@media screen and (max-width: 768px){.projects-grid{grid-template-columns:1fr}.skills-container,.footer-links{flex-direction:column}.footer-link-section{margin-bottom:2rem}}
