.navbar{position:sticky;top:0;z-index:1000;padding:16px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;background:#fff}.name{font-size:18px;font-weight:600;margin:0}.role{font-size:14px;color:#6b7280;margin:2px 0 0}.navbar-hero-name{color:#000;text-decoration:none}.navbar-right{display:flex;gap:32px;list-style:none}.navbar-right a{color:#000;position:relative;cursor:pointer;font-weight:500;text-decoration:none}.navbar-right a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:#000;transition:width .2s ease}.navbar-right a:hover:after{width:100%}.navbar-right a.disabled-link{pointer-events:none;cursor:default;color:gray;text-decoration:none}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:22px;height:2px;background:#000}@media(max-width:768px){.navbar-right{position:absolute;top:100%;right:0;background:#fff;flex-direction:column;width:100%;padding:16px 0;display:none}.navbar-right.open,.hamburger{display:flex}}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar-inner{display:flex;justify-content:space-between;align-items:center}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;font-size:.9rem;background-color:#fff;flex-wrap:wrap}.footer a{margin:0 .75rem;text-decoration:none;color:gray}.footer a:hover{color:#000}.footer-left{color:#000;margin:.5rem 0}.footer-right{color:gray;margin:.5rem 0}.footer-center{display:flex;flex:1;justify-content:center;flex-wrap:wrap;margin:0}@media(max-width:600px){.footer{flex-direction:column;text-align:center}.footer-left,.footer-right,.footer-center{margin:.25rem 0;justify-content:center}}.hero{display:flex;justify-content:space-between;align-items:center;padding:4rem 2rem;min-height:80vh;flex-wrap:wrap;margin-top:-5rem}.hero-left{flex:1 1 400px}.hero-left h1{font-size:3rem;margin:0}.hero-left h3{font-size:1.2rem;letter-spacing:2px;margin:1rem 0}.hero-left p{font-size:1rem;color:#555;max-width:500px;margin-bottom:2rem}.hero-buttons button{padding:.8rem 1.5rem;margin-right:1rem;border-radius:5px;border:1px solid black;cursor:pointer;font-weight:700;transition:all .3s ease}.email-btn{background-color:#000;color:#fff;border:none}.email-btn:hover{opacity:.8}.resume-btn{background-color:#fff;color:#000;border:1px solid #ccc}.resume-btn:hover{opacity:.8}.hero-right{flex:1 1 300px;display:flex;justify-content:center;align-items:center}.hero-profile-pic{width:250px;height:250px;border-radius:50%;object-fit:cover;border:4px solid #000}.hero-pic-wrapper{width:250px;height:250px;border-radius:50%;border:4px solid #000;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.hero{flex-direction:column-reverse;text-align:center}.hero-left{margin-top:.5rem}.hero-right{margin-bottom:.5rem}.hero-profile-pic{width:180px;height:180px}.email-btn{margin-bottom:.5rem}}.about-section{display:flex;justify-content:space-between;gap:3rem;padding:4rem 1rem;max-width:1100px;margin:auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.about-text{flex:1;max-width:620px}.about-header{display:flex;align-items:center;gap:1rem;font-size:1.4rem;font-weight:800;letter-spacing:.5px;margin-bottom:2rem}.about-header span:last-child{color:#6b7280;font-weight:600}.about-header .line{width:42px;height:2px;background:#000;display:inline-block}.main-title{font-size:2.8rem;font-weight:900;line-height:1.15;margin-bottom:1.2rem}.highlight-text{color:#1f2937}.description{font-size:1.05rem;line-height:1.7;color:#4b5563;margin-bottom:2rem}.skills{display:flex;flex-wrap:wrap;gap:.6rem}.skill{border:1px solid #d1d5db;padding:.35rem .9rem;border-radius:999px;font-size:.85rem;color:#374151;background:#fff}.about-card{width:300px;background:#fff;border-radius:18px;padding:2rem;text-align:center;box-shadow:0 18px 40px #00000014}.about-profile-pic{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1rem;background:#e5e7eb}.about-card h3{font-size:1.1rem;font-weight:800;margin-bottom:.25rem}.role{font-size:.9rem;color:#6b7280}@media(max-width:768px){.about-section{flex-direction:column-reverse;align-items:center;padding:3rem 1rem}.about-text{max-width:100%}.main-title{font-size:2.2rem}}.proficiency{text-align:center;padding:4rem 2rem}.proficiency-title{display:flex;align-items:center;justify-content:center;gap:12px;font-size:1.2rem;font-weight:900;margin-bottom:2.5rem}.proficiency-title span{color:#6b7280;font-weight:900}.title-line{width:60px;height:2px;background:#000}.proficiency-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:900px;margin:0 auto}.tag{background:#f3f4f6;padding:10px 18px;border-radius:12px;font-size:.95rem;font-weight:500;color:#111827;transition:background-color .3s ease,color .2s ease}.tag:hover{color:#f3f4f6;background-color:#1f2937;cursor:default}@media(max-width:768px){.proficiency{padding:3rem 1rem}.proficiency-title{font-size:1rem;gap:8px;flex-wrap:wrap}.title-line{width:40px}.proficiency-tags{gap:10px}.tag{padding:8px 14px;font-size:.85rem}}@media(max-width:480px){.proficiency-title{font-size:.95rem;text-align:center}.proficiency-tags{gap:8px}.tag{padding:7px 12px;border-radius:10px}}.projects{padding:4rem 2rem;max-width:1200px;margin:auto}.projects-title{display:inline-flex;align-items:center;gap:12px;font-weight:700;margin-bottom:2.5rem}.projects-title span{color:#6b7280;font-weight:600}.line{width:60px;height:2px;background:#000}.projects-grid{display:grid;grid-template-columns:1fr;gap:32px}.card{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding:28px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;position:relative;align-items:center}.card-content{display:flex;flex-direction:column;margin-top:2rem}.image-box{width:100%;height:260px;border-radius:16px;background:#f3f4f6;overflow:hidden}.image-box img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:20px;left:20px;background:#e0ecff;color:#2563eb;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600}.card h3{margin:0 0 1rem;font-size:1.6rem}.card p{font-size:.95rem;color:#6b7280;line-height:1.6}.tech{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tech span{background:#f3f4f6;padding:6px 10px;border-radius:8px;font-size:12px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:10px}.actions button{padding:12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-weight:500;transition:background .2s ease}.actions button:hover{background:#f9fafb}.actions button:last-child{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;pointer-events:none}@media(max-width:768px){.projects{padding:3rem 1rem}.card{flex-direction:column;grid-template-columns:1fr;gap:24px;align-items:stretch}.image-box{order:-1;width:100%;height:220px}.image-box img{width:100%;height:100%;object-fit:cover}.card-content{width:100%}.badge{top:16px;left:16px}.actions{grid-template-columns:1fr}}.title:before,.title:after{position:absolute;content:"";height:16px;width:16px;border-radius:50%;left:0;background-color:#4169e1}.title:before{width:18px;height:18px;background-color:#4169e1}.title:after{width:18px;height:18px}.connect{padding:4rem 1rem;max-width:1100px;margin:auto}.section-title{display:flex;align-items:center;gap:1rem;font-size:1.4rem;margin-bottom:2.5rem}.section-title span{color:#6b7280}.line{width:40px;height:2px;background:#000}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.4rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:box-shadow .2s ease}.card:hover{box-shadow:0 12px 30px #0000000f}.icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center}.icon img{width:28px;height:28px;object-fit:contain}.card h3{margin:0;font-size:1rem}.card p{margin:.2rem 0;color:#4b5563;font-size:.9rem}.link{font-size:.85rem;color:#6b7280}.arrow{margin-left:auto;color:#9ca3af;font-size:1.2rem}.quick{margin-top:3rem;padding:3rem 1rem;border:1px solid #e5e7eb;border-radius:18px;text-align:center}.icon-center{width:50px;height:50px;margin:0 auto 1rem;display:grid;place-items:center}.icon-center img{width:100%;height:100%;object-fit:contain}.quick h3{margin-bottom:.4rem}.quick p{color:#6b7280;margin-bottom:1.2rem}.quick .gmail{display:inline-flex;align-items:center;gap:.6rem;background:#000;color:#fff;border:none;padding:.75rem 1.6rem;border-radius:10px;cursor:pointer;font-size:.95rem}.quick .gmail img{width:20px;height:20px;object-fit:contain}.quick .gmail.icon-center{width:auto;height:auto;margin:0 auto}@media(max-width:768px){.cards{grid-template-columns:1fr}}
