@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Syne:wght@400..800&display=swap";:root{--bg-base: #050505;--bg-alt: #0a0a0a;--bg-alt-2: #080808;--accent-cyan: #00BFFF;--accent-blue: #0099CC;--accent-violet: #a78bfa;--accent-rose: #f472b6;--text-main: #ffffff;--text-muted: rgba(255, 255, 255, .7);--glass-bg: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .08);--glass-blur: blur(12px);--gradient-main: linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));--gradient-blue: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue))}*{margin:0;padding:0;box-sizing:border-box;font-family:DM Sans,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:80px}body{overflow-x:hidden;background-color:var(--bg-base);color:var(--text-main)}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;letter-spacing:-.02em}section{scroll-margin-top:80px}.section-base{background:var(--bg-base)}.section-alt{background:var(--bg-alt)}.section-alt-2{background:var(--bg-alt-2)}.section-wrapper{padding:100px 5%}@media(max-width:768px){.section-wrapper{padding:60px 5%}}.section-title{font-family:Syne,sans-serif;font-size:clamp(2.5rem,5vw,3rem);color:#fff;text-align:center;margin-bottom:60px;position:relative;width:fit-content;margin-left:auto;margin-right:auto}.app{min-height:100vh;background:var(--bg-base)}.glass-card-sleek{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:16px;padding:30px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.glass-card-sleek:hover{transform:translateY(-6px);box-shadow:0 15px 30px #00d4ff0d}.navbar{height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 5%;position:fixed;width:100%;top:0;z-index:1000;background:transparent;transition:background .3s ease,box-shadow .3s ease,border-bottom .3s ease}.navbar.scrolled{background:#050505d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 30px #00000080;border-bottom:1px solid rgba(255,255,255,.05)}.nav-left-container{flex:1;display:flex;justify-content:flex-start;align-items:center}.nav-links-centered{flex:2;display:flex;justify-content:center;gap:20px;list-style:none}.nav-right-container{flex:1;display:flex;justify-content:flex-end;align-items:center}.navbar-logo-simple{width:44px;height:44px;border-radius:50%;border:1px solid var(--accent-cyan);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .3s ease}.navbar-logo-simple:hover{transform:scale(1.05)}.navbar-logo-text{font-family:Syne,sans-serif;font-weight:700;font-size:1.1rem;color:var(--text-main);line-height:1}.nav-item-btn{background:transparent;border:none;color:inherit;cursor:pointer;padding:8px 12px;transition:color .3s ease;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;position:relative;text-decoration:none}.nav-item-btn:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background:var(--accent-cyan);transition:width .3s cubic-bezier(.4,0,.2,1)}.nav-item-btn:hover:after,.nav-item-btn.active-item:after{width:100%}.resume-nav-btn{text-decoration:none;background:transparent;color:var(--accent-cyan);padding:8px 20px;border-radius:50px;border:1px solid var(--accent-cyan);font-family:Syne,sans-serif;font-weight:600;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.resume-nav-btn:hover{background:var(--accent-cyan);color:var(--bg-base);box-shadow:0 0 15px #00d4ff66}.hero{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:120px 5% 60px;max-width:1300px;margin:0 auto;position:relative}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,#00bfff0d,#050505 70%);pointer-events:none;z-index:0}.hero>*{z-index:1;position:relative}.hero-left{flex:.8;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-right{flex:1.2;padding-left:50px;display:flex;flex-direction:column;justify-content:center}.hero-img-container{width:220px;height:220px;margin-bottom:20px}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.hero-name-reveal{font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:.05em;margin-top:10px;background:linear-gradient(to right,#00bfff,#fff);-webkit-background-clip:text;color:transparent;background-size:200% auto;text-shadow:0 0 15px rgba(0,191,255,.4);position:relative;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.hero-title{font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.2;margin-bottom:20px;margin-top:40px}.hero-gradient-text{font-family:Syne,sans-serif;font-weight:800;background:var(--gradient-blue);-webkit-background-clip:text;color:transparent}.hero-quote{font-size:.9rem;color:var(--text-muted);line-height:1.8;max-width:600px}.hero-socials{display:flex;gap:20px;margin-top:30px}.social-icon-btn{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;font-size:20px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.social-icon-btn:hover{transform:scale(1.15)}.social-icon-btn.github:hover{background:#fff;color:#000;box-shadow:0 5px 15px #ffffff4d;border-color:#fff}.social-icon-btn.twitter:hover{background:#1da1f2;color:#fff;border-color:#1da1f2;box-shadow:0 5px 15px #1da1f24d}.social-icon-btn.linkedin:hover{background:#0077b5;color:#fff;border-color:#0077b5;box-shadow:0 5px 15px #0077b54d}.social-icon-btn.youtube:hover{background:red;color:#fff;border-color:red;box-shadow:0 5px 15px #ff00004d}.social-icon-btn.leetcode:hover{background:#ffa116;color:#fff;border-color:#ffa116;box-shadow:0 5px 15px #ffa1164d}.about-glass-card{position:relative;max-width:900px;margin:0 auto;background:#ffffff08;border:1px solid rgba(0,191,255,.15);border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:48px 56px;border-left:4px solid #00BFFF}.about-quote-mark{position:absolute;top:10px;left:20px;font-size:8rem;color:#00bfff;opacity:.08;line-height:1;font-family:serif;-webkit-user-select:none;user-select:none}.about-dropcap{font-size:3.5rem;color:#00bfff;float:left;line-height:1;margin-right:8px;font-family:Syne,sans-serif;font-weight:700}.about-text{color:#e0e0e0;line-height:1.9;font-size:1.1rem;position:relative;z-index:2;margin:0}.custom-cursor{position:fixed;width:10px;height:10px;background-color:var(--accent-cyan);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);box-shadow:0 0 10px var(--accent-cyan),0 0 20px var(--accent-cyan)}.carousel-container{position:relative;width:100%;height:450px;display:flex;justify-content:center;align-items:center;overflow:hidden;perspective:1000px}.carousel-card{width:340px!important;position:absolute;background:#0f0f0f;border:1px solid rgba(0,191,255,.3);padding:30px;border-radius:16px}.skill-cat-title{font-family:Syne,sans-serif;font-size:22px;margin-bottom:25px;color:#fff;text-align:center}.skill-pill-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.skill-pill{background:#00bfff14;border:1px solid rgba(0,191,255,.5);padding:6px 14px;border-radius:999px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px;color:#fff;transition:all .3s ease}.skill-pill:hover{background:#00bfff33;transform:translateY(-2px)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00bfff33;border:1px solid #00BFFF;color:#00bfff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease}.carousel-arrow:hover{background:#00bfff;color:#000;box-shadow:0 0 10px #00bfff}.carousel-arrow.left{left:10%}.carousel-arrow.right{right:10%}.skill-center-box{border-color:#00bfff!important;box-shadow:0 0 20px #00bfff66!important}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1100px;margin:0 auto}.project-card{position:relative;display:flex;flex-direction:column;height:100%;background:#0f0f0f;border:1px solid rgba(0,191,255,.3);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card:hover{transform:translateY(-6px);border-color:#00bfff;box-shadow:0 10px 30px #00bfff1a;background:linear-gradient(to bottom,#0f0f0f,#151515)}.project-banner{background:linear-gradient(135deg,#001a33,#000);padding:24px;border-bottom:1px solid rgba(0,191,255,.1);display:flex;align-items:center;position:relative}.project-dot{width:8px;height:8px;background-color:#00bfff;border-radius:50%;box-shadow:0 0 10px #00bfff;margin-right:12px}.project-title{font-size:22px;font-weight:700;color:#fff;margin:0;font-family:Syne,sans-serif}.project-desc{font-size:.9rem;color:#aaa;line-height:1.6;padding:24px;margin:0;flex-grow:1}.project-actions{display:flex;gap:15px;padding:0 24px 24px;margin-top:auto}.project-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease;flex:1}.btn-github{background:transparent;color:#fff;border:1px solid rgba(0,191,255,.5)}.btn-github:hover{background:#00bfff1a;border-color:#00bfff}.btn-live{background:#00bfff;color:#0a0a0a;border:1px solid #00BFFF}.btn-live:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 5px 15px #00bfff4d}.certs-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px;max-width:1000px;margin:0 auto}.cert-card-premium{width:100%;max-width:420px;background:linear-gradient(145deg,#0d0d0d,#111827);border:1px solid rgba(0,191,255,.25);border-radius:20px;box-shadow:0 0 30px #00bfff14;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.cert-card-premium:hover{transform:translateY(-6px);border-color:#00bfff99;box-shadow:0 0 50px #00bfff33}.cert-img-container{border-radius:14px 14px 0 0;overflow:hidden;aspect-ratio:16/10;position:relative}.cert-img-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cert-card-premium:hover .cert-img-container img{transform:scale(1.04)}.cert-overlay{position:absolute;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.cert-card-premium:hover .cert-overlay{opacity:1}.cert-view-btn{background:transparent;color:#00bfff;border:1px solid #00BFFF;padding:8px 16px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.cert-view-btn:hover{background:#00bfff;color:#000;box-shadow:0 0 10px #00bfff}.cert-body{background:#00bfff0a;border-top:1px solid rgba(0,191,255,.15);padding:18px 22px;display:flex;justify-content:space-between;align-items:center}.cert-name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:2px}.cert-issuer{font-size:.85rem;color:#00bfff;margin:0}.cert-verified-icon{width:24px;height:24px;border-radius:50%;background:#00bfff;color:#000;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.timeline-container{position:relative;max-width:900px;margin:0 auto;padding:40px 0;overflow:hidden}.timeline-spine{position:absolute;left:50%;top:0;bottom:0;width:4px;background:#00bfff66;transform:translate(-50%);border-radius:4px;box-shadow:0 0 15px #00bfff80}.timeline-item{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;position:relative}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-card-wrapper{width:45%}.timeline-dot-node{position:absolute;left:50%;transform:translate(-50%);width:12px;height:12px;border-radius:50%;background:#00bfff;z-index:2;box-shadow:0 0 12px #00bfff}.edu-timeline-card{position:relative;overflow:visible;background:linear-gradient(135deg,#00bfff0a,#0009);border:1px solid rgba(0,191,255,.2);border-top:2px solid #00BFFF;border-radius:18px;padding:28px 32px;box-shadow:0 -4px 15px #00bfff1a}.edu-degree{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:15px;display:flex;align-items:center;gap:10px}.edu-meta{font-size:14px;margin-bottom:8px;color:#e0e0e0}.edu-meta strong{color:#00bfff;font-weight:600}.edu-badge-cyan{position:absolute;top:16px;right:16px;padding:4px 12px;border-radius:999px;font-size:.78rem;background:transparent;color:#00bfff;border:1px solid #00BFFF}.contact-split-container{max-width:1100px;margin:0 auto;display:flex;gap:60px;align-items:stretch}.contact-left{flex:1;display:flex;flex-direction:column;justify-content:center}.contact-heading{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:10px;font-family:Syne,sans-serif}.contact-subtext{font-size:1rem;color:#a0a0a0;margin-bottom:40px;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.contact-item{display:flex;align-items:center;gap:15px;font-size:16px;color:#fff}.contact-item-icon{font-size:20px;color:#00bfff}.contact-socials{display:flex;gap:15px}.contact-divider{width:1px;background:#00bfff33;box-shadow:0 0 10px #00bfff66}.contact-right{flex:1;display:flex;flex-direction:column;justify-content:center}.contact-form{display:flex;flex-direction:column;gap:20px}.form-input{background:#111;border:1px solid #333;padding:16px;border-radius:12px;font-family:inherit;font-size:14px;color:#fff;outline:none;transition:all .3s ease;width:100%}.form-input:focus{border-color:#00bfff;box-shadow:0 0 0 3px #00bfff26;background:#00bfff08}.form-submit-btn{background:#00bfff;color:#000;padding:16px;border-radius:12px;border:none;font-family:Syne,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.form-submit-btn:hover{box-shadow:0 5px 15px #00bfff4d;transform:translateY(-2px)}.footer-minimal{background:#080808;padding:40px 5% 20px;display:flex;flex-direction:column;align-items:center;position:relative}.back-to-top{position:absolute;top:-22px;left:50%;transform:translate(-50%);width:44px;height:44px;background:#00bfff;color:#000;border-radius:50%;border:none;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 15px #00bfff4d;transition:all .3s ease}.back-to-top:hover{transform:translate(-50%) scale(1.1);box-shadow:0 0 25px #00bfff80}.footer-social-row{display:flex;gap:16px;margin:30px 0}.footer-icon{width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.footer-icon:hover{transform:scale(1.1)}.footer-icon.github:hover{background:#fff;color:#000}.footer-icon.twitter:hover{background:#1da1f2}.footer-icon.linkedin:hover{background:#0077b5}.footer-icon.youtube:hover{background:red}.footer-icon.leetcode:hover{background:#ffa116}.footer-copyright{width:100%;max-width:800px;border-top:1px solid rgba(0,191,255,.15);padding-top:20px;text-align:center;color:#666;font-size:.8rem}@media(max-width:900px){.projects-grid{grid-template-columns:1fr!important}.certs-container{grid-template-columns:1fr}.timeline-spine,.timeline-dot-node{left:40px}.timeline-card-wrapper{width:100%;padding-left:80px}.timeline-item,.timeline-item:nth-child(2n){flex-direction:row;justify-content:flex-start}.contact-split-container{flex-direction:column;gap:40px}.contact-divider{display:none}}
