.navbar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:999;background:#07111fd9;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;padding:18px 8%;display:flex;position:fixed;top:0;left:0}.logo{cursor:pointer;align-items:center;gap:15px;display:flex}.logo-circle{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:22px;font-weight:700;transition:all .35s;display:flex;box-shadow:0 10px 25px #2563eb59}.logo-circle:hover{transform:scale(1.08)rotate(10deg)}.logo-text{flex-direction:column;display:flex}.logo-text h3{color:#fff;margin:0;font-size:22px;font-weight:700;line-height:1.2}.logo-text p{color:#94a3b8;margin-top:3px;font-size:13px}.nav-links{align-items:center;gap:35px;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:#fff;padding-bottom:5px;font-size:17px;font-weight:500;text-decoration:none;transition:all .3s}.nav-links a:after{content:"";background:#3b82f6;width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:0}.nav-links a:hover{color:#60a5fa}.nav-links a:hover:after{width:100%}.nav-right{align-items:center;gap:20px;display:flex}.nav-right a{color:#fff;font-size:22px;text-decoration:none;transition:all .3s}.nav-right a:hover{color:#3b82f6;transform:translateY(-3px)}.resume-nav-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50px;padding:10px 22px;font-weight:600;box-shadow:0 12px 30px #2563eb59;color:#fff!important;font-size:15px!important}.resume-nav-btn:hover{transform:translateY(-3px);box-shadow:0 18px 35px #2563eb73}@media (width<=992px){.navbar{padding:15px 20px}.nav-links{display:none}.logo span{width:48px;height:48px;font-size:20px}.resume-nav-btn{padding:8px 18px;font-size:14px!important}}@media (width<=600px){.nav-right{gap:12px}.nav-right a{font-size:20px}.resume-nav-btn{display:none}}.hero{background:#07111f;justify-content:space-between;align-items:center;width:100%;min-height:calc(100vh - 80px);padding:60px 8% 10px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#2563eb33,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-250px;right:-250px}.hero:after{content:"";background:radial-gradient(circle,#00d4ff1f,#0000 70%);border-radius:50%;width:650px;height:650px;position:absolute;bottom:-250px;left:-250px}.hero-left{z-index:2;flex:1;max-width:560px}.hero-badge{color:#60a5fa;background:#2563eb1a;border:1px solid #2563eb;border-radius:20px;align-items:center;margin-bottom:10px;padding:12px 22px;font-size:15px;font-weight:600;display:inline-flex}.hero-title{color:#fff;margin-bottom:10px;font-size:32px;font-weight:800;line-height:1.05}.hero-title span{color:#3b82f6;margin-top:8px;display:block}.hero-role{color:#dbeafe;margin-bottom:10px;font-size:24px;font-weight:700}.hero-description{color:#cbd5e1;margin-bottom:20px;font-size:16px;line-height:1.6}.hero-cards{flex-wrap:wrap;gap:18px;margin:25px 0;display:flex}.card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:130px;height:110px;padding:12px 9px;transition:all .3s;display:flex}.card:hover{border-color:#3b82f6;transform:translateY(-10px);box-shadow:0 15px 35px #2563eb59}.card h3{color:#60a5fa;margin-bottom:5px;font-size:16px;font-weight:700}.card p{text-align:center;color:#d1d5db;margin:0;font-size:12px;font-weight:700;line-height:1.4}.experience{border-top:4px solid #3b82f6}.projects{border-top:4px solid #10b981}.uptime{border-top:4px solid #f59e0b}.tech-title{letter-spacing:3px;text-transform:uppercase;color:#60a5fa;margin-top:7px;margin-bottom:8px;font-size:15px;font-weight:700}.skills{flex-wrap:wrap;gap:14px;display:flex}.skills span{color:#fff;cursor:pointer;background:#162437;border:1px solid #ffffff14;border-radius:50px;padding:12px 22px;font-size:15px;font-weight:600;transition:all .35s}.skills span:hover{background:#2563eb;transform:translateY(-4px);box-shadow:0 10px 25px #2563eb59}.skills span:nth-child(odd):hover{background:linear-gradient(135deg,#2563eb,#06b6d4)}.skills span:nth-child(2n):hover{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.hero-right{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.profile-wrapper{justify-content:center;align-items:center;width:290px;height:290px;margin-bottom:10px;display:flex;position:relative}.profile-wrapper:before{content:"";filter:blur(45px);opacity:.35;z-index:0;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;width:300px;height:300px;animation:4s ease-in-out infinite alternate glow;position:absolute}.profile-wrapper:after{content:"";border:2px solid #3b82f673;border-radius:50%;width:270px;height:270px;animation:18s linear infinite rotateRing;position:absolute}.profile-wrapper img{object-fit:cover;z-index:2;border:6px solid #fff;border-radius:50%;width:240px;height:240px;transition:all .4s;position:relative;box-shadow:0 20px 50px #00000073}.profile-wrapper img:hover{transform:scale(1.04)}.hero-buttons{flex-direction:column;gap:18px;width:280px;margin-bottom:25px;display:flex}.hero-buttons a{text-align:center;border-radius:50px;padding:16px;font-size:17px;font-weight:600;text-decoration:none;transition:all .35s}.resume-btn:hover{background:#1d4ed8;transform:translateY(-5px)}.contact-btn{color:#fff;background:0 0;border:2px solid #2563eb}.contact-btn:hover{background:#2563eb;transform:translateY(-5px)}.connect-title{color:#94a3b8;margin-top:10px;margin-bottom:15px;font-size:16px;font-weight:600}.social-icons{gap:18px;display:flex}.social-icons a{color:#fff;background:#162437;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;text-decoration:none;transition:all .35s;display:flex}.social-icons a:hover{background:#2563eb;transform:translateY(-6px);box-shadow:0 12px 30px #2563eb59}@keyframes glow{0%{opacity:.22;transform:scale(.95)}to{opacity:.4;transform:scale(1.08)}}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (width<=1200px){.hero{padding:60px 6%}.hero-title{font-size:60px}.hero-role{font-size:32px}.hero-description{font-size:18px}.profile-wrapper{width:340px;height:340px}.profile-wrapper img{width:280px;height:280px}.profile-wrapper:before{width:350px;height:350px}.profile-wrapper:after{width:320px;height:320px}}@media screen and (width<=992px){.hero{text-align:center;flex-direction:column-reverse;justify-content:center;min-height:auto;padding:60px 30px}.hero-left{max-width:100%;margin-top:40px}.hero-title{font-size:52px}.hero-role{font-size:28px}.hero-description{font-size:18px}.hero-cards,.skills{justify-content:center}.hero-right{margin-bottom:30px}.hero-buttons{width:300px}.social-icons{justify-content:center}}@media screen and (width<=768px){.hero{padding:40px 20px}.hero-badge{padding:10px 18px;font-size:13px}.hero-title{font-size:42px}.hero-role{font-size:24px}.hero-description{font-size:16px;line-height:1.7}.card{width:150px;padding:18px}.card h3{font-size:30px}.profile-wrapper{width:280px;height:280px}.profile-wrapper:before{width:300px;height:300px}.profile-wrapper:after{width:270px;height:270px}.profile-wrapper img{width:230px;height:230px}.hero-buttons{width:100%}.hero-buttons a{font-size:16px}}@media screen and (width<=480px){.hero{padding:30px 15px}.hero-title{font-size:34px}.hero-role{font-size:20px}.hero-description{font-size:15px}.card{width:100%}.skills span{padding:10px 16px;font-size:13px}.profile-wrapper{width:220px;height:220px}.profile-wrapper img{width:190px;height:190px}}.hero{animation:1s fadeHero}@keyframes fadeHero{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-buttons{flex-direction:column;gap:18px;width:280px;margin-top:20px;display:flex}.hero-buttons a{text-align:center;border-radius:50px;padding:16px;font-size:17px;font-weight:600;text-decoration:none;transition:all .35s;display:block}.resume-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 12px 30px #2563eb59}.resume-btn:hover{transform:translateY(-5px);box-shadow:0 18px 40px #2563eb73}.project-btn{color:#fff;background:0 0;border:2px solid #2563eb}.project-btn:hover{background:#2563eb;transform:translateY(-5px);box-shadow:0 12px 30px #2563eb59}.about{text-align:center;background:linear-gradient(135deg,#020617 0%,#0f172a 45%,#1e3a8a 100%);border-top:1px solid #ffffff14;padding:80px 60px}.about h2{color:#fff;margin-bottom:10px;font-size:50px}.about-text{color:#cbd5e1;max-width:1000px;margin:auto;font-size:20px;line-height:1.9}.about-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:15px;display:grid}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;padding:20px;transition:all .3s;box-shadow:0 10px 20px #00000040}.card:hover{background:#2563eb40;transform:translateY(-10px);box-shadow:0 20px 40px #2563eb59}.card h3{color:#60a5fa;margin-bottom:5px;font-size:40px}.card p{color:#f8fafc;font-size:18px;font-weight:600}@media (width<=900px){.about{padding:60px 25px}.about-grid{grid-template-columns:1fr}.about h2{font-size:38px}.about-text{font-size:18px}}.skills-section{color:#fff;text-align:center;background:linear-gradient(135deg,#020617 0%,#0f172a 45%,#1e3a8a 100%);padding:80px 60px}.skills-section h2{margin-bottom:50px;font-size:48px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;display:grid}.skill-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;padding:30px;transition:all .3s;box-shadow:0 10px 20px #00000040}.skill-card:hover{background:#2563eb40;transform:translateY(-10px);box-shadow:0 20px 40px #2563eb59}.skill-card h3{color:#60a5fa;margin-bottom:20px;font-size:24px}.skill-card p{color:#e2e8f0;margin:8px 0;font-size:17px}@media (width<=900px){.skills-section{padding:60px 25px}.skills-section h2{font-size:38px}}.experience-section{color:#fff;background:linear-gradient(135deg,#020617 0%,#0f172a 45%,#1e3a8a 100%);padding:80px 60px}.experience-section h2{text-align:center;margin-bottom:60px;font-size:48px}.timeline{border-left:4px solid #2563eb;max-width:900px;margin:auto;padding-left:40px;position:relative}.timeline-item{margin-bottom:45px;position:relative}.timeline-dot{background:#60a5fa;border:4px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;top:8px;left:-52px}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:15px;padding:25px;transition:all .3s}.timeline-content:hover{background:#2563eb40;transform:translate(10px)}.timeline-content h3{color:#60a5fa;margin-bottom:8px;font-size:24px}.timeline-content h4{color:#fff;margin-bottom:5px}.timeline-content span{color:#cbd5e1;font-size:15px}.timeline-content p{color:#e2e8f0;margin-top:15px;line-height:1.7}@media (width<=900px){.experience-section{padding:60px 20px}.timeline{padding-left:25px}.timeline-dot{left:-37px}.experience-section h2{font-size:38px}}.projects-section{color:#fff;text-align:center;background:linear-gradient(135deg,#020617 0%,#0f172a 45%,#1e3a8a 100%);padding:100px 8%}.projects-section h2{margin-bottom:15px;font-size:48px;font-weight:700}.projects-subtitle{color:#cbd5e1;max-width:700px;margin:0 auto 60px;font-size:18px;line-height:1.8}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:35px;display:grid}.project-card{text-align:left;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:22px;padding:32px;transition:all .35s}.project-card:hover{border-color:#3b82f6;transform:translateY(-12px);box-shadow:0 20px 45px #2563eb4d}.featured{border:2px solid #3b82f6;box-shadow:0 20px 45px #2563eb40}.project-card h3{color:#60a5fa;margin-bottom:18px;font-size:24px}.project-card p{color:#dbeafe;margin-bottom:22px;line-height:1.8}.tech-stack{flex-wrap:wrap;gap:12px;margin-bottom:28px;display:flex}.tech-stack span{color:#fff;background:#2563eb;border-radius:30px;padding:8px 15px;font-size:13px;transition:all .3s}.tech-stack span:hover{background:#1d4ed8}.project-buttons{flex-wrap:wrap;gap:15px;display:flex}.project-buttons a{text-align:center;border-radius:10px;flex:1;padding:12px;font-weight:600;text-decoration:none;transition:all .3s}.project-buttons a:first-child{color:#fff;background:#2563eb}.project-buttons a:first-child:hover{background:#1d4ed8}.project-buttons a:last-child{color:#fff;border:2px solid #2563eb}.project-buttons a:last-child:hover{background:#2563eb}@media (width<=768px){.projects-section{padding:70px 20px}.projects-section h2{font-size:36px}.projects-subtitle{font-size:16px}.project-card{padding:24px}.project-buttons{flex-direction:column}}.certifications{color:#fff;text-align:center;background:linear-gradient(135deg,#020617 0%,#0f172a 45%,#1e3a8a 100%);padding:80px 60px}.certifications h2{margin-bottom:50px;font-size:48px}.cert-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;display:grid}.cert-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;padding:30px;transition:all .3s}.cert-card:hover{background:#2563eb40;transform:translateY(-10px)}.cert-card h3{color:#60a5fa;margin-bottom:15px}.cert-card p{color:#e2e8f0;line-height:1.7}.contact{color:#fff;text-align:center;background:linear-gradient(135deg,#020617 0%,#0f172a 45%,#1e3a8a 100%);padding:80px 60px}.contact h2{margin-bottom:20px;font-size:48px}.contact-text{color:#cbd5e1;margin-bottom:50px;font-size:20px}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;display:grid}.contact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;padding:30px;transition:all .3s}.contact-card:hover{background:#2563eb40;transform:translateY(-10px)}.contact-card h3{color:#60a5fa;margin-bottom:15px}.contact-card p,.contact-card a{color:#e2e8f0;word-break:break-word;text-decoration:none}.contact-card a:hover{color:#60a5fa}.footer{text-align:center;color:#cbd5e1;background:#020617;padding:40px}.footer h2{color:#fff;margin-bottom:10px}.footer p{margin:10px 0}.footer-links{justify-content:center;gap:30px;margin:20px 0;display:flex}.footer-links a{color:#60a5fa;font-weight:700;text-decoration:none}.footer-links a:hover{color:#fff}.footer hr{border:1px solid #ffffff1a;width:60%;margin:25px auto}
