@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}html{scroll-behavior:smooth}html,body{overflow-x:hidden;width:100%;margin:0;padding:0}body{font-family:Poppins,sans-serif;background:#0a192f;color:#8892b0;line-height:1.6}.app-container{display:flex;height:100vh}.content-container{width:60vw;overflow-y:auto;height:100vh;padding:2rem}section{padding:5rem 2rem;min-height:100vh}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#0a192f}::-webkit-scrollbar-thumb{background:#64ffda;border-radius:4px}.navigation{position:fixed;top:0;left:0;width:100%;background:#0a192f;z-index:1000;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.navigation ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#64ffda;text-decoration:none;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:5px}.nav-link:hover{background:#112240;color:#fff}.active{color:#fff;font-weight:500;border-bottom:2px solid #64ffda}.home-section{position:fixed;right:0;top:0;width:40vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0a192f;z-index:900;margin-top:1%;padding-bottom:0}.home-content{max-width:400px;text-align:end}.image-wrapper{position:relative;display:inline-block}.profile-image{width:230px;height:230px;object-fit:cover;border-radius:50%;border:2px solid transparent;background:linear-gradient(#0a192f,#0a192f) padding-box,linear-gradient(135deg,#64ffda,#52d1b2) border-box;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.profile-image:hover{transform:scale(1.01);box-shadow:0 0 20px #64ffda33}.title{font-size:2.8rem;color:#ccd6f6}.subtitle{color:#64ffda;font-size:1.1rem;margin-bottom:-1%;margin-top:1%;margin-right:40%}.role{font-size:1.6rem;color:#c99b70;margin-bottom:6px}.description{font-size:1rem;line-height:1.6}.resume-container{text-align:center;font-size:12px;margin-bottom:6px;display:inline-block;align-items:end}.resume-viewer{display:none}.resume-download-btn{display:inline-flex;padding:10px;background:linear-gradient(135deg,#64ffda,#52d1b2);color:#0a192f;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease-in-out;border:2px solid transparent;box-shadow:0 4px 10px #64ffda33;cursor:pointer}.resume-download-btn:hover{background:linear-gradient(135deg,#52d1b2,#64ffda);transform:translateY(-2px);box-shadow:0 6px 15px #64ffda4d}.resume-download-btn:active{transform:translateY(1px);box-shadow:0 3px 8px #64ffda33}.mobile-mockup-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;scrollbar-width:thin;scrollbar-color:#888 transparent;max-height:1100px;overflow-y:auto}.mobile-mockup-wrapper::-webkit-scrollbar{width:6px}.mobile-mockup-wrapper::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.mobile-mockup-wrapper::-webkit-scrollbar-track{background:transparent}.mobile-mockup-image{width:240px;height:auto;border-radius:30px;border:2px solid #ff9f1c;background:linear-gradient(135deg,#0f0f0f,#1c1c1c);object-fit:cover;box-shadow:0 4px 16px #ffa5004d;transition:transform .3s ease}.mobile-mockup-image:hover{transform:scale(1.03)}strong{color:#e4e0e0}.experience-section{padding:3rem}.experience-card{background:#112240;padding:2rem 2.3rem;border-radius:10px;margin-bottom:2rem;color:#ccd6f6;line-height:1.6}.experience-card h3{color:#64ffda;margin-bottom:1rem}.exp-section-title{font-size:2rem;color:#ccd6f6;margin-bottom:1rem}.abt-section-title{font-size:2rem;color:#ccd6f6}.about-section{padding:3rem;color:#ccd6f6;line-height:1.8}.about-section h3{color:#64ffda;margin-top:1.5rem}.skills-section{padding:3rem}.skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.skill-box{background:#112240;padding:1.5rem;border-radius:10px;color:#ccd6f6;text-align:center;transition:transform .3s ease-in-out}.skill-box:hover{transform:scale(1.01)}.skill-box h3{color:#64ffda;margin-bottom:1rem}.skill-box ul{list-style:none;padding:0}.skill-box li{margin-bottom:.5rem}.certificate-container{margin-top:1rem;text-align:center}.certificate-viewer{width:100%;max-width:500px;height:300px;border:1px solid #64ffda;border-radius:8px}.download-btn{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background:#64ffda;color:#0a192f;border-radius:5px;text-decoration:none;font-weight:700;transition:background .3s ease-in-out}.download-btn:hover{background:#52d1b2}.social-links{margin-top:10px;display:flex;gap:15px;margin-bottom:-8px}.social-links a{transition:transform .3s ease}.linkedin{color:#0077b5}.linkedin:hover{color:#005682;transform:scale(1.2)}.github{color:#ccd6f6}.github:hover{color:#333;transform:scale(1.2)}.projects-section{padding:2rem;text-align:start;margin-top:2%}.section-title{font-size:2rem;color:#ccd6f6;margin-bottom:1rem}.project-card{background:linear-gradient(135deg,#1e2a47,#3a506b);padding:1.5rem;border-radius:10px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;cursor:pointer;max-width:600px;margin:0;color:#64ffda;text-align:left;margin-bottom:2rem}.project-card:hover{transform:scale(1.01);box-shadow:0 10px 30px #64ffda1a}.project-name{font-size:1.5rem;margin-bottom:.5rem}.project-stack,.project-tools{font-size:1rem;color:#8892b0}.project-links-container{display:flex;justify-content:center;gap:20px;margin-top:15px}.project-link{display:inline-block;padding:10px 20px;background:#64ffda;color:#0a192f;font-weight:700;text-decoration:none;border-radius:5px}.project-link-source{display:block;margin:15px auto 0;padding:12px 0;width:80%;background:#64ffda;color:#0a192f;font-weight:700;text-align:center;text-decoration:none;border-radius:5px}.project-details{background:#112240;padding:1.5rem 2rem;border-radius:10px;margin-top:1rem;margin-bottom:2rem;color:#ccd6f6;text-align:left}.project-details ul{padding-left:1.5rem}.project-images{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:1.5rem}.project-image{width:100%;max-width:600px;height:auto;border-radius:10px;transition:transform .3s ease-in-out}.code-block{max-width:100%;overflow-x:auto;background-color:#f4f4f448;padding:10px;border-radius:5px;white-space:pre-wrap;word-break:break-word}.project-link-git{margin-top:1rem;padding:.5rem 1rem;background:#64ffda;color:#0a192f;border-radius:5px;text-decoration:none;font-weight:700;display:flex;justify-content:center;align-items:center}.apk{display:block;margin:15px auto 0;padding:12px 0;width:70%;background:#64ffda;color:#0a192f;font-weight:700;text-align:center;text-decoration:none;border-radius:5px}@media (max-width: 430px){body{font-size:14px}.app-container{flex-direction:column;height:auto}.content-container{width:100%;padding:1rem;overflow-y:visible;height:auto;order:2}section{padding:2rem 1rem;min-height:auto}.home-section{position:static;width:100%;height:auto;padding:2rem 1rem;margin-top:-11%;text-align:center;order:1}.home-content{max-width:100%;text-align:center}.profile-image{width:200px;height:200px;margin-bottom:.8rem}.title{font-size:2rem;margin-bottom:.6rem}.subtitle{font-size:.9rem;margin-right:0;margin-bottom:1px;margin-top:-5px;text-transform:uppercase}.role{font-size:1.2rem;margin-bottom:.5rem;margin-top:.1rem}.description{font-size:.9rem;margin-bottom:1rem}.navigation{padding:.5rem 1rem;position:sticky;top:0;background:#0a192f;z-index:1000}.navigation ul{gap:1rem;justify-content:center}.nav-link{font-size:.9rem;padding:.3rem .5rem}.projects-section{padding:2rem 1rem}.section-title{font-size:1.5rem;margin-bottom:1rem}.project-card{max-width:100%;padding:1.5rem;margin-bottom:1.5rem}.project-name{font-size:1.2rem;margin-bottom:.5rem}.project-stack,.project-tools{font-size:.9rem;margin-bottom:.5rem}.project-links-container{gap:25px}.project-link{padding:8px 12px;font-size:14px}.project-link-source{padding:8px 12px}.experience-section{padding:2rem 1rem}.experience-card{padding:1.5rem;margin-bottom:1.5rem}.exp-section-title{font-size:1.5rem;margin-bottom:1rem}.about-section{padding:2rem 1rem}.abt-section-title{font-size:1.5rem;margin-bottom:.5rem}.skills-section{padding:2rem 1rem}.skills-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.skill-box{padding:1.5rem;margin-bottom:1rem}.skill-box h3{font-size:1.2rem;margin-bottom:.5rem}.certificate-container{margin-top:1rem}.certificate-viewer{display:none}.download-btn{padding:.5rem 1rem;font-size:.9rem;margin-top:.5rem}.resume-container{margin-top:0;margin-bottom:12px}}@media (max-width: 414px){.title{font-size:1.8rem}.subtitle{font-size:.9rem}.role{font-size:1.1rem}.description{font-size:.8rem}}@media (max-width: 390px){.title{font-size:1.7rem}.subtitle{font-size:.85rem}.role{font-size:1rem}.description{font-size:.75rem}}@media (max-width: 375px){.title{font-size:1.6rem}.subtitle{font-size:.8rem}.role{font-size:.95rem}.description{font-size:.7rem}}
