.navbar{position:fixed;top:0;left:0;width:100%;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;background-color:#1a1a1ab3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;margin-right:1rem}.nav-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.nav-links a{color:#ccc;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#f06ca4}.navbar-social-link{display:flex;align-items:center}@media (max-width: 768px){.nav-links{overflow-x:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}}.hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem;z-index:2;position:relative}.hero-lottie{height:200px;margin-bottom:1rem}.hero-title{font-size:2.5rem;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.hero-name{color:#f06ca4}.hero-icon{width:24px;height:24px}.hero-description{max-width:700px;margin-top:1.5rem;font-size:1.2rem;line-height:1.6;color:#fff}.hero-highlight{color:#f06ca4}@media (max-width: 768px){.hero-title{font-size:2rem;flex-direction:column;gap:1rem}.hero-description{font-size:1rem}}.about-me-section{max-width:800px;margin:4rem auto;text-align:left}.about-me-section h2{font-size:2.5rem;font-weight:700;color:#f06ca4;margin-bottom:2.5rem;letter-spacing:1.5px;display:inline-block;padding-bottom:.5rem;border-bottom:2px solid #f06ca4}.about-me-section p{font-size:1.1rem;line-height:1.7;color:#ccc;text-align:left;margin-bottom:1.5rem}.about-me-section p:last-of-type{margin-bottom:0}.projects-section{max-width:1000px;margin:4rem auto;padding:2rem;text-align:left}.projects-title{font-size:2.5rem;font-weight:700;color:#f06ca4;margin-bottom:3rem;letter-spacing:1.5px;display:inline-block;padding-bottom:.5rem;border-bottom:2px solid #f06ca4}.project-card{background-color:#1a1a1a;border-radius:10px;border:1px solid #333;overflow:hidden;margin-bottom:4rem;display:flex;flex-direction:column}.project-info{padding:2rem 2.5rem;border-bottom:1px solid #333}.project-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding:1.5rem;background-color:#111}.gallery-image{width:100%;border-radius:5px;border:1px solid #444;transition:transform .2s ease-in-out}.gallery-image:hover{transform:scale(1.03)}.project-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff}.project-description{font-size:1.1rem;line-height:1.7;color:#ccc;margin-bottom:1.5rem}.project-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.skill-tag{background-color:#333;color:#f06ca4;padding:.4rem .8rem;border-radius:15px;font-size:.9rem;font-weight:700}.project-link{display:inline-block;padding:.6rem 1.2rem;background-color:#f06ca4;color:#1a1a1a;font-weight:700;text-decoration:none;border-radius:5px;transition:background-color .3s ease;width:fit-content}.project-link:hover{background-color:#fff}.footer-container{padding:3rem 5%;background-color:#111;border-top:1px solid #333;color:#a0a0a0;text-align:center;position:relative;z-index:2}.footer-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-contact-button{display:inline-block;padding:.75rem 2rem;background-color:#f06ca4;color:#1a1a1a;font-weight:700;text-decoration:none;border-radius:5px;transition:background-color .3s ease;font-size:1.1rem}.footer-contact-button:hover{background-color:#fff}.footer-content p{margin:0;font-size:1rem}.social-link{color:#a0a0a0;transition:color .3s ease}.social-link:hover{color:#f06ca4}.social-icon{width:28px;height:28px}.certificates-section{max-width:1000px;margin:4rem auto;padding:2rem;background-color:#1a1a1a;border-radius:10px;border:1px solid #333;text-align:center}.certificates-section h2{font-size:2.5rem;font-weight:700;color:#f06ca4;margin-bottom:2rem;letter-spacing:.5px;border-bottom:2px solid #f06ca4;display:inline-block;padding-bottom:.5rem}.cert-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));justify-content:center}.cert-card{background-color:#111;border:1px solid #444;border-radius:8px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease}.cert-card:hover{border-color:#f06ca4;box-shadow:0 0 10px #f06ca4}.cert-thumb{height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.cert-thumb img{max-height:100%;max-width:100%;object-fit:contain}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Arial,sans-serif;background-color:#000;color:#fff;text-align:center;overflow-x:hidden}html,body,#root{margin:0;padding:0;height:100%;background:#000;overflow-x:hidden}
