*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html,body,#root{width:100%;height:100%;margin:0;padding:0;scroll-behavior:smooth}.app{transition:background-color .3s ease,color .3s ease}.app.light{background-color:#f5f5f5;color:#121212}.app.dark{background-color:#121212;color:#fff}.about{width:100%;padding:6rem 2rem;transition:background-color .3s ease,color .3s ease}.about.light{background-color:#eaeaea;color:#000}.about.dark{background-color:#1f1f1f;color:#fff}.about-content{max-width:1100px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:3rem}.about-text{flex:1}.about-text h2{font-size:2.3rem;margin-bottom:1rem}.about-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.about-image{flex:1;display:flex;justify-content:center}.about-image img{width:300px;height:300px;object-fit:cover;border-radius:50%;border:4px solid #8b5cf6;box-shadow:0 0 20px #000000ba}.about.dark .about-image img{box-shadow:0 4px 8px #ffffffc7}.about-image :hover{transform:scale(1.12);cursor:pointer}@media(max-width:768px){.about-content{flex-direction:column;text-align:center}}.contact-section{padding:5rem 2rem;text-align:center;transition:background-color .3s ease,color .3s ease}.contact-section.light{background-color:#f4f4f4;color:#000}.contact-section.dark{background-color:#2b2b2b;color:#fff}.contact-heading{font-size:2rem;margin-bottom:2rem;font-weight:700}.contact-items{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.contact-link{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:600;text-decoration:none;color:inherit;padding:10px 16px;border-radius:8px;transition:transform .2s ease,background-color .3s ease}.contact-section.light .contact-link:hover{background-color:#e0e0e0;transform:translateY(-2px)}.contact-section.dark .contact-link:hover{background-color:#1f1f1f;transform:translateY(-2px)}.contact-icon{font-size:1.5rem!important}@media(max-width:768px){.contact-heading{font-size:1.8rem}.contact-items{gap:1rem;flex-direction:column}.contact-link{width:90%;justify-content:center;font-size:1rem;padding:10px 16px}.contact-icon{font-size:1.5rem}}@media(max-width:480px){.contact-heading{font-size:1.6rem}.contact-link{width:100%;font-size:.95rem}.contact-icon{font-size:1.4rem}}.footer-section{padding:1rem 2rem;transition:background-color .3s ease,color .3s ease}.footer-section.light{background-color:#eaeaea;color:#000}.footer-section.dark{background-color:#1f1f1f;color:#fff}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-text{font-size:1rem;opacity:.8}.footer-icons{display:flex;gap:1.2rem}.footer-icon svg{font-size:1.6rem;cursor:pointer;transition:transform .2s ease,opacity .3s ease}.footer-icon:hover svg{transform:translateY(-3px);opacity:.9}.footer-section.dark .footer-icon:hover svg{box-shadow:0 4px 8px #ffffffc7}.footer-section.light .footer-icon:hover svg{box-shadow:0 0 20px #000000c7}.footer-icon{color:inherit}@media(max-width:768px){.footer-section{padding:1.2rem 1.3rem}.footer-content{flex-direction:column;gap:.8rem;text-align:center}.footer-icons{justify-content:center}}@media(max-width:480px){.footer-text{font-size:.9rem}.footer-icon svg{font-size:1.5rem}.footer-icons{gap:1rem}}.home{padding-top:9rem;padding-bottom:5rem;transition:background-color .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.home.light{background-color:#f4f4f4;color:#000}.home.dark{background-color:#2b2b2b;color:#fff}.typing-text:after{content:"|";margin-left:4px;animation:sharpBlink .8s steps(1) infinite}@keyframes sharpBlink{0%{opacity:1}50%{opacity:1}to{opacity:1}}@media(max-width:992px){.home{padding-top:7rem;padding-bottom:4rem;gap:1.2rem}.home h1{font-size:2.2rem;text-align:center}.home h2{font-size:1.3rem;text-align:center}}@media(max-width:768px){.home{padding-top:6rem;padding-bottom:3rem;gap:1rem}.home h1{font-size:1.8rem}.home h2{font-size:1.1rem}.typing-text{font-size:1rem}}@media(max-width:480px){.home{padding-top:5rem;padding-bottom:2.5rem;gap:.8rem}.home h1{font-size:1.5rem}.home h2{font-size:1rem}.typing-text{font-size:.9rem}}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:flex-end;align-items:center;padding:.7rem 2rem;z-index:1000;transition:background-color .3s ease}.navbar.light{background-color:#e0e0e0;color:#000}.navbar.dark{background-color:#1f1f1f;color:#fff}.nav-links{list-style:none;display:flex;gap:2rem;margin-right:2rem}.nav-links a{font-size:1.2rem;text-decoration:none;font-weight:700;transition:color .3s}.nav-links a:hover{text-decoration:underline}.navbar.light .nav-links a{color:#000}.navbar.dark .nav-links a{color:#fff}.resume-btn{font-size:1.2rem;font-weight:700;text-decoration:none}.resume-btn:hover{text-decoration:underline}.navbar.light .resume-btn{color:#000}.navbar.dark .resume-btn{color:#fff}.theme-toggle{cursor:pointer;border-radius:50%;padding:.4rem}.icon{font-size:1.8rem}.hamburger{display:none;font-size:2rem;cursor:pointer}@media(max-width:768px){.hamburger{display:block;margin-right:auto}.nav-links{position:absolute;top:60px;right:0;width:100%;flex-direction:column;background:inherit;padding:1rem 0;gap:1.5rem;display:none;text-align:center}.nav-links.open{display:flex}}.projects-heading{text-align:center;margin-top:3rem;font-size:2rem;width:100%}.project-section{padding:1rem 3rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;transition:background-color .3s ease,color .3s ease}.project-section.light{background-color:#eaeaea;color:#000}.project-section.dark{background-color:#1f1f1f;color:#fff}.project-card{width:370px;border-radius:12px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.project-section.light .project-card:hover{transform:translateY(-8px);box-shadow:0 8px 18px #00000040}.project-section.dark .project-card:hover{transform:translateY(-8px);box-shadow:0 4px 8px #ffffff40}.project-card h6{font-weight:600;margin-bottom:.5rem}.project-card p{opacity:.8}@media(max-width:1024px){.project-card{width:320px}.project-section{padding:2rem 1.5rem;gap:1.5rem}}@media(max-width:768px){.project-card{width:90%;max-width:450px}.projects-heading{font-size:1.8rem}}@media(max-width:480px){.project-card{width:100%}.projects-heading{font-size:1.6rem}.project-section{padding:1.5rem 1rem;gap:1.2rem}}.skills-section{padding:5rem 2rem;text-align:center;transition:background-color .3s ease,color .3s ease}.skills-section.light{background-color:#f4f4f4;color:#000}.skills-section.dark{background-color:#2b2b2b;color:#fff}.skills-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.skills-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.8}.skills-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1000px;margin:auto}.skill-card{width:150px;padding:1.5rem 1rem;border-radius:10px;text-align:center;transition:transform .3s ease,background-color .3s ease;cursor:pointer}.skills-section.light .skill-card{background-color:#fff;border:1px solid black;color:#000}.skills-section.dark .skill-card{background-color:#2c2c2c;border:1px solid white;color:#fff}.skill-card:hover{transform:translateY(-8px)}.skill-icon{font-size:3rem;margin-bottom:.5rem}@media(max-width:1024px){.skill-card{width:130px;padding:1.2rem .8rem}.skill-icon{font-size:2.8rem}}@media(max-width:768px){.skill-card{width:45%;max-width:220px}.skill-icon{font-size:2.5rem}.skills-title{font-size:2.2rem}.skills-subtitle{font-size:1rem}}@media(max-width:480px){.skill-card{width:100%}.skill-icon{font-size:2.2rem}.skills-title{font-size:1.8rem}.skills-subtitle{font-size:.9rem}}
