@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";html,body{overflow-x:hidden}body{margin:0 auto;font-family:Poppins,sans-serif;background-color:var(--bg-color);color:var(--header-text);padding:0px 21rem;box-sizing:border-box}*{scroll-behavior:smooth}body.light{--bg-color: #0f172a;--text-color: #000000;background-color:var(--bg-color);color:var(--text-color);--header-text: #000000;--sub-heading: #464444;--secondary-color: #525151;--hover-color: rgb(230, 230, 233);--header-bg: #ffffff;--heading-link-color: #242323;--icon-bg: #fdf9f9;--skill-group: #f3f1f1;--border-skill: rgb(189, 185, 185);--btn-outline: #bcbcbc;--skill-icon-bg: #fdf9f9}@media (max-width: 1124px){body{padding:1rem 1.5rem}}@media (max-width: 1080px){body{width:100%;max-width:1080px;margin:0 auto;padding:20px}}@media (max-width: 768px){body{padding:2rem;width:100vw}}@media (max-width: 480px){body{width:100%;margin:0 auto;padding:20px}}.home-intro{width:100%;min-height:70vh;padding:100px 20px;background:#0f172a;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;font-family:Poppins,sans-serif}.home-container{max-width:1100px;width:100%;margin:auto}.home-intro h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:4px;line-height:1}.home-intro h4{font-size:1.3rem;font-weight:500;color:#38bdf8;margin-bottom:25px}.home-intro p{max-width:750px;color:#94a3b8;line-height:1.9;font-size:1rem;margin-bottom:35px}.contact-info{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}.contact-item{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:15px;font-weight:500;margin-bottom:12px}.button-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.btn{display:flex;align-items:center;justify-content:center;border-radius:12px;text-decoration:none;transition:all .3s ease;font-size:15px;cursor:pointer}.btn.resume{background:#38bdf8;color:#0f172a;padding:13px 22px;font-weight:600;gap:8px}.btn.resume:hover{transform:translateY(-4px);box-shadow:0 10px 25px #38bdf859}.btn.icon-only{width:48px;height:48px;font-size:24px;background:#ffffff0d;border:1px solid rgba(217,202,202,.08);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn.icon-only:hover{transform:translateY(-4px);border-color:#38bdf880;box-shadow:0 8px 20px #00000040}@media screen and (max-width: 768px){.home-intro{padding:140px 15px 70px;min-height:auto}.home-intro h1{font-size:2.7rem}.home-intro h4{font-size:1.1rem}.home-intro p{font-size:.95rem}.contact-info{gap:18px}}@media screen and (max-width: 480px){.home-intro{padding:130px 15px 70px}.home-intro h1{font-size:2.2rem}.home-intro h4{font-size:1rem}.home-intro p{font-size:.9rem;line-height:1.7}.button-bar{gap:10px}.btn.resume{width:100%;justify-content:center}}.nav-container{width:100%;position:fixed;top:0;left:0;z-index:1000;display:flex;justify-content:center;background:#0f172a;border-bottom:1px solid rgba(255,255,255,.06)}nav{width:100%;max-width:1100px;height:8vh;display:flex;align-items:center;justify-content:space-between;padding:18px 20px}.logo{font-size:1.2rem;font-weight:700;text-decoration:none;color:#fff;letter-spacing:.5px}.ul_social{display:flex;align-items:center;justify-content:center;flex:1}.navLinks{display:flex;align-items:center;gap:32px;list-style:none}.navLinks li a{text-decoration:none;color:#cbd5e1;font-size:15px;font-weight:500;transition:.3s ease;position:relative}.navLinks li a:hover{color:#38bdf8}.navLinks li a:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:-6px;background:#38bdf8;transition:.3s ease}.navLinks li a:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:14px}.theme-toggle{width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.theme-toggle:hover{transform:translateY(-3px);border-color:#38bdf880;box-shadow:0 8px 20px #00000040}.hamburger-container{display:none;width:42px;height:42px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.hamburger-container:hover{transform:translateY(-3px);border-color:#38bdf880;box-shadow:0 8px 20px #00000040}.hamburger-container svg{font-size:1.3rem}@media screen and (max-width: 768px){nav{padding:16px 15px}.navLinks,.ul_social{display:none}.hamburger-container{display:flex}.logo{font-size:1.1rem}}@media screen and (max-width: 480px){.nav-container{height:30px}nav{padding:10px 50px;height:30px}.logo{font-size:1.2rem}.theme-toggle,.hamburger-container{width:34px;height:34px}.hamburger-container svg{font-size:1.1rem}}.about{width:100%;min-height:100vh;padding:100px 20px;background:#0f172a;color:#fff;position:relative;overflow:hidden;font-family:Poppins,sans-serif}.about-container{max-width:1100px;margin:auto}.about-title{text-align:center;margin-bottom:70px}.about-title span{color:#38bdf8;letter-spacing:2px;font-size:.9rem;font-weight:600}.about-title h2{font-size:3rem;margin-top:10px;margin-bottom:20px}.about-title p{max-width:700px;margin:auto;color:#94a3b8;line-height:1.8;font-size:1rem}.about-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:35px;border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease;margin-bottom:40px}.about-content:hover{transform:translateY(-6px);border-color:#38bdf866;box-shadow:0 10px 35px #00000040}.about-content p{color:#94a3b8;line-height:1.9;margin-bottom:20px;font-size:1rem}.button-about{display:flex;gap:15px;align-items:center;margin-top:30px}.resume-button{display:inline-flex;align-items:center;gap:8px;background:#38bdf8;color:#0f172a;padding:12px 20px;border-radius:10px;text-decoration:none;font-weight:600;transition:.3s ease}.resume-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #38bdf859}.education{margin-top:70px}.education h2{font-size:2.2rem;margin-bottom:30px;color:#fff}.edu-row{display:flex;gap:25px;flex-wrap:wrap}.edu-box{flex:1 1 48%;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:28px;border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.edu-box:hover{transform:translateY(-6px);border-color:#38bdf866;box-shadow:0 10px 35px #00000040}.edu-box h3{font-size:1.3rem;margin-bottom:10px;color:#fff}.edu-box p{color:#cbd5e1;margin-bottom:8px}.edu-subtext{color:#94a3b8;font-size:.95rem}.edu-box svg{color:#38bdf8}@media (max-width: 1024px){.about{padding:80px 20px}.edu-box{flex:1 1 100%}}@media (max-width: 768px){.about{padding:110px 15px 70px}.about-title h2{font-size:2.2rem}.about-content{padding:25px}.education h2{font-size:1.8rem}.edu-box{padding:22px}}@media (max-width: 480px){.about{padding:60px 10px}.about-title h2{font-size:2rem}.about-title p,.about-content p{font-size:.95rem}.button-about{flex-direction:column;align-items:flex-start}.resume-button{width:100%;justify-content:center}.edu-box{padding:18px}}.skills-container{max-width:1100px;margin:auto;width:100%;min-height:100vh;padding:100px 20px;background:#0f172a;color:#fff;position:relative;overflow:hidden;font-family:Poppins,Inter,sans-serif}.skills-heading{text-align:center;margin-bottom:80px}.skills-heading span{color:#38bdf8;letter-spacing:2px;font-size:.9rem;font-weight:600}.skills-heading h2{font-size:3rem;margin-top:10px;margin-bottom:20px}.skills-heading p{max-width:700px;margin:auto;color:#94a3b8;line-height:1.8;font-size:1rem}.category{margin-bottom:30px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:30px;border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.category:hover{transform:translateY(-6px);border-color:#38bdf866;box-shadow:0 10px 35px #00000040}.category h3{font-size:1.5rem;margin-bottom:22px;font-weight:600;color:#fff}.icons-row{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.icon{display:flex;flex-direction:column;align-items:center;min-width:80px;color:#e2e8f0;font-size:.9rem;font-weight:500;transition:.3s ease}.icon svg{font-size:32px;padding:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:18px;margin-bottom:10px;color:#38bdf8;box-shadow:0 0 15px #38bdf82e,inset 0 0 10px #ffffff08;transition:all .3s ease}.icon:hover svg{transform:translateY(-6px) scale(1.08);background:#38bdf81f;border-color:#38bdf880;box-shadow:0 10px 25px #38bdf840,0 0 20px #38bdf833}.icon:hover{color:#38bdf8}@media (max-width: 768px){.skills-section{padding:80px 15px}.skills-heading h2{font-size:2.2rem}.category{padding:24px}.category h3{font-size:1.3rem}.icons-row{gap:18px}.icon{min-width:78px}.icon svg{font-size:28px;padding:16px}}@media (max-width: 480px){.skills-section{padding:70px 10px}.skills-heading h2{font-size:2rem}.skills-heading p{font-size:.95rem}.category{padding:20px}.category h3{font-size:1.15rem}.icon{min-width:72px;font-size:.6rem}.icon svg{font-size:22px;padding:14px}}.projects{padding:5rem 1.5rem;background:#0f172a;color:#fff;max-width:1200px;margin:0 auto;font-family:Poppins,Inter,sans-serif}.projects h2{font-size:1.5rem;margin-bottom:2rem;text-align:left;color:#fff;font-weight:700}.project-list{display:flex;flex-direction:column;gap:2rem}.project-card{display:flex;gap:1.5rem;padding:1rem;align-items:center;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;transition:all .3s ease}.project-card:hover{transform:translateY(-5px);border-color:#38bdf866;box-shadow:0 10px 35px #00000040,0 0 20px #38bdf814}.project-image{width:260px;height:auto;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.06);transition:.3s ease}.project-card:hover .project-image{transform:scale(1.02)}.project-info{flex:1;display:flex;flex-direction:column;gap:.6rem;text-align:justify}.project-info h3{font-size:1.3rem;color:#fff;margin-bottom:0;font-weight:700}.project-info p{font-size:.95rem;line-height:1.7;color:#94a3b8;margin-top:0}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:6px 12px;border-radius:30px;background:#38bdf81f;color:#38bdf8;border:1px solid rgba(56,189,248,.25);font-size:.75rem;transition:.3s ease}.tag:hover{background:#38bdf833;transform:scale(1.05)}.features ul{padding-left:1.2rem;font-size:.85rem;margin:.5rem 0;color:#cbd5e1;line-height:1.7}.project-buttons{display:flex;gap:.8rem;margin-top:.2rem;flex-wrap:wrap}.live-btn,.github-btn{display:inline-block;align-self:flex-start;padding:.5rem 1rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .3s ease}.live-btn{background:#38bdf8;color:#0f172a}.live-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #38bdf840}.github-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#fff}.github-btn:hover{transform:translateY(-3px);border-color:#38bdf866;box-shadow:0 10px 20px #00000040}.more-projects-container{margin-top:2rem;text-align:center}.more-projects-btn{display:inline-block;padding:.7rem 1.3rem;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.more-projects-btn:hover{transform:translateY(-3px);border-color:#38bdf866;box-shadow:0 10px 25px #00000040}@media screen and (max-width: 768px){.project-card{flex-direction:column;align-items:center;text-align:center}.project-image{width:100%;height:auto}.project-info{align-items:center}.project-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.live-btn,.github-btn{width:auto;padding:.6rem 1rem;font-size:12px}}@media screen and (max-width: 480px){.project-info h3{font-size:1.1rem}.project-info p{font-size:.85rem}.tag{font-size:.7rem}.features ul{font-size:.75rem}.project-buttons{gap:.4rem}.live-btn,.github-btn{padding:.5rem .8rem;font-size:10px}}.contact-section{padding:60px 40px;background:#0f172a;color:#fff;font-family:Poppins,sans-serif}.contact-section h2{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#fff;font-weight:700}.contact-container{display:flex;justify-content:space-between;gap:50px;max-width:1000px;margin:0 auto;flex-wrap:wrap}.contact-left{flex:1;min-width:200px;text-align:left;padding:28px;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.contact-left:hover{transform:translateY(-5px);border-color:#38bdf866;box-shadow:0 10px 35px #00000040}.contact-info{margin:0;gap:8px}.contact-info p{font-size:16px;color:#94a3b8;line-height:1.8}.contact-info strong{color:#fff}.contact-icons{margin-top:20px;display:flex;gap:15px;justify-content:flex-start}.contact-icons a{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff;transition:all .3s ease}.contact-icons a:hover{color:#38bdf8;transform:translateY(-4px);border-color:#38bdf866;box-shadow:0 10px 20px #00000040}.contact-right{flex:1;min-width:280px;padding:28px;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.contact-right:hover{transform:translateY(-5px);border-color:#38bdf866;box-shadow:0 10px 35px #00000040}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{padding:12px 15px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff;font-size:14px;outline:none;transition:all .3s ease;font-family:Poppins,sans-serif}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#94a3b8}.contact-form input:focus,.contact-form textarea:focus{border-color:#38bdf880;box-shadow:0 0 10px #38bdf826}.contact-form button{padding:12px 20px;background:#38bdf8;color:#0f172a;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.contact-form button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #38bdf840}.popup{margin-top:1rem;padding:1rem;text-align:center;border-radius:10px;font-weight:600;animation:fadeIn .3s ease}.popup.success{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.popup.error{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.25)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-container{flex-direction:column;align-items:flex-start;gap:30px}.contact-left,.contact-right{flex:1 1 100%;max-width:500px;width:100%;text-align:left;padding:24px}.contact-icons{justify-content:flex-start}}@media (max-width: 480px){.contact-section{padding:50px 15px}.contact-section h2{font-size:2rem;text-align:center}.contact-form input,.contact-form textarea{font-size:13px}.contact-form button{font-size:14px}.contact-left,.contact-right{padding:20px}.contact-icons{gap:12px}}.footer-fixed{width:100%;background:#0f172a;color:#94a3b8;padding:25px 20px;margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:14px;border-top:1px solid rgba(255,255,255,.08);font-family:Poppins,sans-serif}.footer-text{font-size:.9rem;color:#94a3b8;text-align:center}.footer-icons{display:flex;align-items:center;gap:14px}.footer-icons a{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff;transition:all .3s ease}.footer-icons a:hover{color:#38bdf8;transform:translateY(-4px);border-color:#38bdf866;box-shadow:0 10px 20px #00000040}@media screen and (max-width: 768px){.footer-fixed{gap:.8rem;text-align:center;padding:20px}.footer-text{font-size:.85rem}.footer-icons{justify-content:center}}@media screen and (max-width: 400px){.footer-text{font-size:.8rem}.footer-icons a{width:38px;height:38px}}.experience-section{width:100%;min-height:100vh;padding:100px 20px;background:#0f172a;color:#fff;position:relative;overflow:hidden}.experience-container{max-width:1100px;margin:auto}.experience-heading{text-align:center;margin-bottom:80px}.experience-heading span{color:#38bdf8;letter-spacing:2px;font-size:.9rem;font-weight:600}.experience-heading h2{font-size:3rem;margin-top:10px;margin-bottom:20px}.experience-heading p{max-width:700px;margin:auto;color:#94a3b8;line-height:1.8;font-size:1rem}.timeline{position:relative;margin-left:20px;border-left:2px solid rgba(255,255,255,.1)}.timeline-item{position:relative;padding-left:45px;margin-bottom:60px}.timeline-dot{position:absolute;left:-11px;top:15px;width:20px;height:20px;background:#38bdf8;border-radius:50%;box-shadow:0 0 20px #38bdf8cc}.timeline-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:28px;border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.timeline-content:hover{transform:translateY(-6px);border-color:#38bdf866;box-shadow:0 10px 35px #00000040}.experience-year{display:inline-block;color:#38bdf8;font-size:.9rem;font-weight:600;margin-bottom:12px}.timeline-content h3{font-size:1.7rem;margin-bottom:8px;font-weight:700}.timeline-content h4{color:#cbd5e1;font-size:1rem;margin-bottom:18px;font-weight:500}.timeline-content p{color:#94a3b8;line-height:1.8;margin-bottom:22px}.tech-stack{display:flex;flex-wrap:wrap;gap:12px}.tech-stack span{padding:8px 16px;border-radius:30px;background:#38bdf81f;color:#38bdf8;border:1px solid rgba(56,189,248,.25);font-size:.85rem;transition:.3s ease}.tech-stack span:hover{background:#38bdf833;transform:scale(1.05)}@media (max-width: 768px){.experience-section{padding:110px 15px 70px}.experience-heading h2{font-size:2.2rem}.timeline{margin-left:10px}.timeline-item{padding-left:35px}.timeline-content{padding:22px}.timeline-content h3{font-size:1.3rem}.timeline-content p{font-size:.95rem}}
