.hero-redesign{background:#0a0a1a;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:90px 20px 60px;transition:background .3s ease}.hero-container-new,.hero-redesign{align-items:center;position:relative}.hero-container-new{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1300px;width:100%;z-index:2}.hero-content-left{animation:fadeInLeft 1s ease}.hero-label{align-items:center;background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:50px;color:#22d3ee;display:inline-flex;font-size:12px;font-weight:600;gap:8px;margin-bottom:20px;padding:6px 14px;white-space:nowrap}.status-dot{animation:statusPulse 2s ease-in-out infinite;background:#22d3ee;border-radius:50%;box-shadow:0 0 10px #22d3ee;flex-shrink:0;height:8px;width:8px}.hero-name{word-wrap:break-word;color:#fff;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1;margin-bottom:15px;overflow-wrap:break-word}.name-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#22d3ee);-webkit-background-clip:text;background-clip:text;position:relative}.hero-role{color:#a78bfa;flex-wrap:wrap;font-size:clamp(1rem,2vw,1.4rem);font-weight:600;gap:10px;margin-bottom:20px}.hero-role,.social-links{align-items:center;display:flex}.social-links{gap:12px;margin:10px 0 18px}.social-link{align-items:center;background:#0000;border:2px solid #a78bfa80;border-radius:50%;color:#a78bfa;display:inline-flex;height:38px;justify-content:center;transition:all .3s cubic-bezier(.68,-.55,.27,1.55);width:38px}.social-link svg{height:18px;width:18px}.social-link:hover{background:#a78bfa1a;border-color:#a78bfa;transform:translateY(-2px)}.role-line{background:linear-gradient(90deg,#a78bfa,#22d3ee);border-radius:10px;flex-shrink:0;height:2px;width:40px}.role-text{word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:normal}.typing-cursor{animation:blink 1s infinite;color:#22d3ee;margin-left:3px}.hero-bio{word-wrap:break-word;color:#ffffffb3;font-size:clamp(.9rem,1.8vw,1rem);line-height:1.6;margin-bottom:25px;max-width:550px;overflow-wrap:break-word}.hero-metrics{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px}.metric-box{display:flex;flex-direction:column;gap:3px;min-width:70px}.metric-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#22d3ee);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.2rem);font-weight:900;line-height:1}.metric-label{color:#fff9;font-size:clamp(.7rem,1.2vw,.8rem);font-weight:600;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.hero-actions{display:flex;flex-wrap:wrap;gap:15px}.hero-btn{align-items:center;border-radius:50px;display:inline-flex;font-size:clamp(.85rem,1.8vw,.95rem);font-weight:700;gap:8px;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.27,1.55);white-space:nowrap}.primary-btn{background:linear-gradient(135deg,#a78bfa,#22d3ee);box-shadow:0 10px 40px #a78bfa66;color:#fff}.primary-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.primary-btn:hover:before{left:100%}.primary-btn:hover{box-shadow:0 15px 50px #a78bfa99;transform:translateY(-3px)}.secondary-btn{background:#0000;border:2px solid #a78bfa80;color:#a78bfa}.secondary-btn:hover{background:#a78bfa1a;border-color:#a78bfa;transform:translateY(-3px)}.hero-image-section{align-items:center;animation:fadeInRight 1s ease;display:flex;justify-content:center}.image-wrapper{aspect-ratio:1;height:380px;max-width:100%;position:relative;width:380px}.image-border{animation:rotateBorder 8s linear infinite;background:linear-gradient(135deg,#a78bfa,#22d3ee,#ec4899);border-radius:50%;filter:blur(15px);inset:-8px;opacity:.6;position:absolute;z-index:1}.hero-avatar{animation:floatAvatar 4s ease-in-out infinite;border:4px solid #a78bfa4d;border-radius:50%;box-shadow:0 20px 60px #0006;height:100%;object-fit:cover;position:relative;width:100%;z-index:2}.tech-badge{font-size:clamp(11px,1.2vw,13px)}.badge-1{right:-10%;top:10%}.badge-3{bottom:10%;left:-10%}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes rotateBorder{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes floatAvatar{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:1024px){.hero-container-new{gap:40px;grid-template-columns:1fr;text-align:center}.hero-content-left{align-items:center;display:flex;flex-direction:column;max-width:100%}.hero-bio{max-width:100%}.hero-role,.social-links{justify-content:center}.image-wrapper{height:320px;width:320px}.tech-badge{font-size:11px;padding:7px 12px}.hero-label{font-size:11px;padding:5px 12px}}@media (max-width:768px){.hero-redesign{min-height:auto;padding:80px 15px 50px}.hero-container-new{gap:30px}.hero-name{font-size:clamp(2rem,8vw,2.8rem);margin-bottom:12px}.hero-role{font-size:clamp(.9rem,3vw,1.1rem);gap:8px;margin-bottom:15px}.social-link{height:34px;width:34px}.role-line{width:30px}.hero-bio{font-size:.9rem;margin-bottom:20px}.hero-metrics{gap:15px;justify-content:center}.metric-value{font-size:1.8rem}.metric-label{font-size:.7rem}.hero-actions{flex-direction:column;width:100%}.hero-btn{font-size:.9rem;justify-content:center;padding:12px 24px;width:100%}.image-wrapper{height:260px;width:260px}.tech-badge{display:none}.hero-label{font-size:10px;max-width:90%;padding:5px 10px}}@media (max-width:480px){.hero-redesign{padding:70px 12px 40px}.hero-name{font-size:2rem;line-height:1.1}.hero-role{align-items:center;flex-direction:column;font-size:.85rem;gap:5px}.social-links{gap:10px}.social-link{height:32px;width:32px}.role-line{height:2px;width:25px}.hero-bio{font-size:.85rem;line-height:1.5}.metric-box{min-width:60px}.metric-value{font-size:1.6rem}.hero-btn{font-size:.85rem;padding:10px 20px}.image-wrapper{height:220px;width:220px}.hero-label{font-size:9px;line-height:1.2;padding:4px 8px;text-align:center;white-space:normal}}body.light-mode .hero-bio,body.light-mode .hero-name,body.light-mode .hero-role{color:#1a1a2e}.about-new{background:linear-gradient(180deg,#0a0a1a,#0f0f23);padding:120px 40px;position:relative}.about-new:before{background:linear-gradient(90deg,#0000,#a78bfa,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.about-container-new{margin:0 auto;max-width:1400px}.about-header{margin-bottom:80px;text-align:center}.about-subtitle{background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:50px;color:#22d3ee;display:inline-block;font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:20px;padding:8px 20px;text-transform:uppercase}.about-title{color:#fff;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.about-grid-new{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1.5fr 1fr}.about-main{display:flex;flex-direction:column;gap:20px}.about-lead{color:#a78bfa;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:10px}.about-desc{color:#ffffffb3;font-size:1rem;line-height:1.8}.about-highlights{display:flex;flex-direction:column;gap:20px;margin-top:40px}.highlight-item{align-items:start;background:#a78bfa0d;border-left:3px solid #a78bfa;border-radius:10px;gap:20px;padding:20px;transition:all .3s ease}.highlight-item:hover{background:#a78bfa1a;transform:translateX(10px)}.highlight-icon{font-size:2rem;min-width:50px;text-align:center}.highlight-content h4{color:#22d3ee;font-size:1.1rem;font-weight:700;margin-bottom:5px}.highlight-content p{color:#fff9;font-size:.95rem;line-height:1.6}.about-sidebar{display:flex;flex-direction:column;gap:25px}.stats-grid-new{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.stat-item-new{align-items:center;background:linear-gradient(135deg,#a78bfa1a,#22d3ee1a);border:1px solid #a78bfa33;border-radius:15px;display:flex;gap:15px;padding:20px;transition:all .3s ease}.stat-item-new:hover{border-color:#a78bfa;box-shadow:0 10px 30px #a78bfa33;transform:translateY(-5px)}.stat-icon{font-size:1.8rem}.stat-content{display:flex;flex-direction:column}.stat-num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#22d3ee);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1;margin-bottom:5px}.stat-text{color:#fff9;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.education-box-new{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23cc;border:1px solid #a78bfa33;border-radius:20px;display:flex;gap:20px;padding:30px;transition:all .3s ease}.education-box-new:hover{border-color:#a78bfa;box-shadow:0 15px 40px #a78bfa33}.edu-icon{font-size:3rem;min-width:60px}.edu-content h3{color:#a78bfa;font-size:1.2rem;font-weight:700;margin-bottom:10px}.edu-content h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:5px}.edu-content p{color:#ffffffb3;font-size:.95rem;margin-bottom:10px}.edu-year{background:#22d3ee1a;border:1px solid #22d3ee4d;border-radius:50px;color:#22d3ee;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:15px;padding:5px 12px}.edu-gpa{align-items:center;background:#a78bfa1a;border-radius:10px;display:flex;justify-content:space-between;margin-top:10px;padding:10px 15px}.edu-gpa span{color:#fff9;font-size:.9rem;font-weight:600}.edu-gpa strong{color:#a78bfa;font-size:1.2rem;font-weight:900}.objective-box-new{background:linear-gradient(135deg,#a78bfa1a,#22d3ee1a);border:1px solid #a78bfa33;border-radius:20px;display:flex;gap:20px;padding:30px;transition:all .3s ease}.objective-box-new:hover{border-color:#22d3ee;box-shadow:0 15px 40px #22d3ee33}.obj-icon{font-size:2.5rem;min-width:50px}.obj-content h3{color:#22d3ee;font-size:1.2rem;font-weight:700;margin-bottom:15px}.obj-content p{color:#ffffffb3;font-size:.95rem;line-height:1.7}@keyframes fade-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-left{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slide-right{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.fade-in{animation:fade-in .8s ease}.slide-left{animation:slide-left .8s ease}.slide-right{animation:slide-right .8s ease}@media (max-width:1024px){.about-grid-new{gap:40px;grid-template-columns:1fr}.stats-grid-new{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.about-new{padding:80px 20px}.about-header{margin-bottom:60px}.stats-grid-new{grid-template-columns:1fr 1fr}.stat-item-new{padding:15px}.stat-num{font-size:1.5rem}.education-box-new,.objective-box-new{padding:20px}}.projects-new{background:#0a0a1a;padding:120px 40px;position:relative}.projects-container-new{margin:0 auto;max-width:1400px}.projects-header{margin-bottom:80px;text-align:center}.projects-subtitle{background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:50px;color:#22d3ee;display:inline-block;font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:20px;padding:8px 20px;text-transform:uppercase}.projects-title{color:#fff;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:15px}.projects-desc{color:#fff9;font-size:1.1rem}.projects-grid-new{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.project-card-new{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23cc;background-clip:padding-box;border:2px solid #0000;border-radius:25px;overflow:hidden;padding:40px;position:relative;transition:all .4s cubic-bezier(.68,-.55,.27,1.55)}.project-card-new:before{animation:borderFlow 4s ease infinite;background:linear-gradient(135deg,#a78bfa,#22d3ee,#ec4899,#a78bfa);background-size:300% 300%;border-radius:25px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .4s ease}.project-card-new:hover:before{opacity:1}.project-card-new:hover{box-shadow:0 25px 60px #a78bfa4d;transform:translateY(-10px)}.project-card-new.active{transform:translateY(-5px)}@keyframes borderFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.project-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.project-icon-new{filter:drop-shadow(0 0 20px currentColor);font-size:3rem}.project-period-new{background:#22d3ee1a;border:1px solid #22d3ee4d;border-radius:50px;color:#22d3ee;font-size:.8rem;font-weight:700;padding:6px 15px}.project-title-new{color:#fff;font-size:1.6rem;font-weight:800;line-height:1.3;margin-bottom:15px}.project-description-new{color:#ffffffb3;font-size:.95rem;line-height:1.7;margin-bottom:25px}.project-highlights-new{display:flex;flex-direction:column;gap:10px;margin-bottom:25px}.highlight-badge{align-items:center;background:#a78bfa0d;border-left:3px solid #a78bfa;border-radius:5px;color:#fffc;display:flex;font-size:.9rem;gap:10px;padding:8px 15px}.highlight-badge svg{color:#22d3ee;flex-shrink:0}.project-tech-new{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.tech-badge-new{background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:50px;color:#fffc;font-size:.8rem;font-weight:600;padding:6px 14px;transition:all .3s ease}.tech-badge-new:hover{background:#a78bfa33;transform:translateY(-2px)}.project-link-new{align-items:center;border-radius:50px;box-shadow:0 10px 30px #a78bfa4d;color:#fff;display:inline-flex;font-size:.95rem;font-weight:700;gap:10px;padding:14px 28px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}.project-link-new:hover{box-shadow:0 15px 40px #a78bfa80;transform:translateX(5px)}.project-link-new svg{transition:transform .3s ease}.project-link-new:hover svg{transform:translateX(5px)}@media (max-width:1024px){.projects-grid-new{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:768px){.projects-new{padding:80px 20px}.projects-header{margin-bottom:60px}.projects-grid-new{gap:25px;grid-template-columns:1fr}.project-card-new{padding:30px}.project-icon-new{font-size:2.5rem}.project-title-new{font-size:1.4rem}}.skills-new{background:linear-gradient(180deg,#0a0a1a,#0f0f23);padding:100px 40px;position:relative}.skills-container-new{margin:0 auto;max-width:1400px}.skills-header{margin-bottom:60px;text-align:center}.skills-subtitle{background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:50px;color:#22d3ee;display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:15px;padding:6px 16px;text-transform:uppercase}.skills-title{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:900}.skills-grid-new{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:60px}.skill-category-new{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23b3;background-clip:padding-box;border:2px solid #0000;border-radius:20px;padding:25px 20px;position:relative;transition:all .3s ease}.skill-category-new:before{animation:borderPulse 3s ease infinite;background:linear-gradient(135deg,#a78bfa,#22d3ee,#a78bfa);background-size:200% 200%;border-radius:20px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .4s ease}.skill-category-new:hover:before{opacity:1}.skill-category-new:hover{box-shadow:0 20px 50px #a78bfa4d;transform:translateY(-8px)}@keyframes borderPulse{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.category-header-new{align-items:center;border-bottom:2px solid #a78bfa33;display:flex;gap:10px;margin-bottom:20px;padding-bottom:15px}.category-icon-new{filter:drop-shadow(0 0 15px currentColor);font-size:1.8rem}.category-title-new{color:#fff;font-size:1.1rem;font-weight:800}.skills-list-new{display:flex;flex-direction:column;gap:18px}.skill-item-new{position:relative}.skill-header-new{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.skill-name-new{color:#ffffffe6;font-size:.9rem;font-weight:700}.skill-percentage-new{font-size:.9rem;font-weight:900}.skill-bar-new{background:#a78bfa1a;height:10px;overflow:hidden}.skill-bar-new,.skill-progress-new{border-radius:10px;position:relative}.skill-progress-new{height:100%;transition:width 1.5s ease-out}.skill-glow{animation:glowMove 2s ease-in-out infinite;border-radius:10px;height:100%;position:absolute;right:0;top:0;width:30px}@keyframes glowMove{0%,to{opacity:.5}50%{opacity:1}}.competencies-new{margin-top:60px}.competencies-title-new{color:#fff;font-size:1.8rem;font-weight:800;margin-bottom:40px;text-align:center}.competencies-grid-new{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.competency-card-new{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f2399;border:1px solid #a78bfa33;border-radius:18px;padding:25px 20px;text-align:center;transition:all .3s ease}.competency-card-new:hover{background:#a78bfa1a;border-color:#a78bfa;box-shadow:0 15px 40px #a78bfa33;transform:translateY(-8px)}.competency-icon-new{font-size:2.5rem;margin-bottom:12px}.competency-card-new h4{color:#a78bfa;font-size:1rem;font-weight:700;margin-bottom:8px}.competency-card-new p{color:#fff9;font-size:.85rem;line-height:1.5}@media (max-width:1400px){.skills-grid-new{gap:18px;grid-template-columns:repeat(4,1fr)}.skill-category-new{padding:22px 18px}}@media (max-width:1024px){.skills-grid-new{gap:20px;grid-template-columns:repeat(2,1fr)}.competencies-grid-new{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.skills-new{padding:80px 20px}.skills-header{margin-bottom:50px}.skills-grid-new{gap:20px;grid-template-columns:1fr}.skill-category-new{padding:25px 20px}.category-icon-new{font-size:1.6rem}.category-title-new{font-size:1rem}.competencies-new{margin-top:50px}.competencies-grid-new{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.skills-new{padding:60px 15px}.skills-title{font-size:1.8rem}.skill-category-new{padding:20px 15px}.category-header-new{gap:8px;margin-bottom:15px;padding-bottom:12px}.category-icon-new{font-size:1.4rem}.category-title-new{font-size:.95rem}.skill-name-new,.skill-percentage-new{font-size:.85rem}.skill-bar-new{height:8px}.skills-list-new{gap:15px}.competencies-grid-new{grid-template-columns:1fr}.competency-icon-new{font-size:2rem}.competency-card-new h4{font-size:.95rem}.competency-card-new p{font-size:.8rem}}body.light-mode .skills-new{background:linear-gradient(180deg,#f8f9fa,#e9ecef)}body.light-mode .skill-category-new{background:#ffffffe6;border-color:#a78bfa33}body.light-mode .skill-category-new:hover{box-shadow:0 20px 50px #a78bfa33}body.light-mode .category-header-new{border-bottom-color:#a78bfa4d}body.light-mode .category-title-new{color:#1a1a2e}body.light-mode .skill-name-new{color:#000000e6}body.light-mode .skill-bar-new{background:#a78bfa26}body.light-mode .competency-card-new{background:#fffc}body.light-mode .competencies-title-new{color:#1a1a2e}body.light-mode .competency-card-new h4{color:#7c3aed}.certifications-new{background:#0a0a1a;padding:120px 40px;position:relative;transition:background .3s ease}body.light-mode .certification-card-new,body.light-mode .strength-item-new,body.light-mode .strengths-section-new{background:#ffffffe6;border-color:#a78bfa4d}.certifications-container-new{margin:0 auto;max-width:1400px}.certifications-header{margin-bottom:80px;text-align:center}.certifications-subtitle{background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:50px;color:#22d3ee;display:inline-block;font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:20px;padding:8px 20px;text-transform:uppercase}.certifications-title{color:#fff;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.certifications-grid-new{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:80px}.certification-card-new{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23cc;background-clip:padding-box;border:2px solid #0000;border-radius:25px;overflow:hidden;padding:35px;position:relative;transition:all .4s cubic-bezier(.68,-.55,.27,1.55)}.certification-card-new:before{animation:borderRotate 4s ease infinite;background:linear-gradient(135deg,#a78bfa,#22d3ee,#ec4899,#a78bfa);background-size:300% 300%;border-radius:25px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .4s ease}.certification-card-new:hover:before{opacity:1}.certification-card-new:hover{box-shadow:0 25px 60px #a78bfa4d;transform:translateY(-10px)}@keyframes borderRotate{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.cert-badge-new{align-items:center;border-radius:50%;box-shadow:0 10px 30px #0000004d;display:flex;height:60px;justify-content:center;position:absolute;right:25px;top:25px;width:60px}.cert-icon-new{filter:drop-shadow(0 0 10px rgba(255,255,255,.5));font-size:2rem}.cert-content-new{padding-right:70px}.cert-meta-new{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}.cert-issuer-new{background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:50px;color:#a78bfa;font-size:.8rem;font-weight:700;padding:6px 15px}.cert-date-new{font-size:.85rem;font-weight:700}.cert-title-new{color:#fff;font-size:1.2rem;font-weight:800;line-height:1.4;margin-bottom:15px}.cert-description-new{color:#ffffffb3;font-size:.95rem;line-height:1.7;margin-bottom:25px}.cert-view-btn-new{align-items:center;background:#a78bfa1a;border:2px solid #a78bfa4d;border-radius:50px;color:#ffffffe6;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:700;gap:10px;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}.cert-view-btn-new:hover{background:#a78bfa33;box-shadow:0 8px 25px #a78bfa4d;transform:translateY(-2px)}.cert-view-btn-new svg{transition:transform .3s ease}.cert-view-btn-new:hover svg{transform:translate(3px,-3px)}.strengths-section-new{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#a78bfa1a,#22d3ee1a);border:1px solid #a78bfa33;border-radius:25px;padding:50px}.strengths-title-new{color:#fff;font-size:2rem;font-weight:800;margin-bottom:40px;text-align:center}.strengths-grid-new{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.strength-item-new{align-items:center;background:#0f0f2399;border-left:4px solid #a78bfa;border-radius:12px;display:flex;gap:15px;padding:20px;transition:all .3s ease}.strength-item-new:hover{background:#a78bfa1a;box-shadow:0 8px 25px #a78bfa33;transform:translateX(10px)}.strength-icon-new{flex-shrink:0;font-size:2rem}.strength-item-new p{color:#fffc;font-size:.95rem;font-weight:600;line-height:1.6}.fade-in{animation:fadeIn .8s ease}.slide-up{animation:slideUp .8s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.certifications-grid-new{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.strengths-grid-new{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.certifications-new{padding:80px 20px}.certifications-header{margin-bottom:60px}.certifications-grid-new{gap:25px;grid-template-columns:1fr}.certification-card-new{padding:30px}.cert-content-new{padding-right:0}.cert-badge-new{height:50px;margin-bottom:20px;position:static;width:50px}.cert-icon-new{font-size:1.5rem}.cert-title-new{font-size:1.1rem}.strengths-section-new{padding:30px}.strengths-grid-new{grid-template-columns:1fr}}.contact-modern{background:var(--bg-light);overflow:hidden;padding:100px 20px;position:relative}.dark-mode .contact-modern{background:var(--bg-dark)}.section-header{margin-bottom:4rem;opacity:0;text-align:center;transform:translateY(30px)}.section-header.fade-in{animation:fadeInUp .8s ease forwards}.section-title-modern{font-size:3rem;font-weight:700;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.7}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1200px}.contact-info-modern{opacity:0;transform:translateX(-30px)}.contact-info-modern.slide-left{animation:slideLeft .8s ease .3s forwards}.info-card{align-items:flex-start;background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.dark-mode .info-card{background:#ffffff0d}.info-card:hover{box-shadow:0 10px 30px #667eea26;transform:translateX(10px)}.info-icon{align-items:center;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.info-card h4{color:var(--primary);font-size:1rem;font-weight:600;margin-bottom:.5rem}.info-card p{font-size:1.1rem;margin:0}.info-card a{color:inherit;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.info-badge,.info-card a:hover{color:var(--primary)}.info-badge{background:#667eea1a;border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;margin-top:.5rem;padding:.3rem .8rem}.social-connect{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;margin-top:2rem;padding:1.5rem}.dark-mode .social-connect{background:#ffffff0d}.social-connect h4{color:var(--primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.social-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.social-card{align-items:center;background:#667eea0d;border-radius:10px;color:inherit;display:flex;font-weight:600;gap:.8rem;padding:1rem;text-decoration:none;transition:all .3s ease}.social-card:hover{background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 5px 15px #667eea4d;color:#fff;transform:translateY(-3px)}.social-card svg{height:24px;width:24px}.contact-form-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;opacity:0;padding:2.5rem;transform:translateX(30px)}.dark-mode .contact-form-card{background:#ffffff0d}.contact-form-card.slide-right{animation:slideRight .8s ease .3s forwards}.modern-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{color:var(--primary);font-size:.95rem;font-weight:600}.form-field input,.form-field textarea{background:#0000;border:2px solid #667eea33;border-radius:12px;color:inherit;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-field input:focus,.form-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #667eea1a;outline:none}.form-field textarea{min-height:120px;resize:vertical}.error-message{align-items:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;color:#ef4444;display:flex;font-size:.95rem;gap:.5rem;padding:1rem}.error-message svg{flex-shrink:0}.submit-btn-modern{align-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.8rem;justify-content:center;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.submit-btn-modern:hover:not(:disabled){box-shadow:0 10px 30px #667eea66;transform:translateY(-3px)}.submit-btn-modern:disabled{cursor:not-allowed;opacity:.7}.submit-btn-modern svg{transition:transform .3s ease}.submit-btn-modern:hover:not(:disabled) svg{transform:translateX(5px)}.spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.success-animation{animation:fadeInUp .5s ease;padding:3rem 2rem;text-align:center}.success-checkmark{margin:0 auto 2rem}.checkmark-circle{stroke:#10b981;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{stroke:#10b981;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .6s forwards}@keyframes stroke{to{stroke-dashoffset:0}}.success-animation h3{color:var(--primary);font-size:1.8rem;margin-bottom:1rem}.success-animation p{font-size:1.1rem;margin-bottom:2rem;opacity:.8}.btn-back{background:linear-gradient(135deg,var(--primary),var(--secondary));border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.btn-back:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-3px)}@media (max-width:968px){.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-card.slide-right,.contact-info-modern.slide-left{animation:fadeInUp .8s ease .3s forwards}}@media (max-width:768px){.section-title-modern{font-size:2.2rem}.section-subtitle{font-size:1rem}.contact-form-card{padding:1.5rem}.form-row,.social-grid{grid-template-columns:1fr}}@media (max-width:480px){.section-title-modern{font-size:1.8rem}.contact-modern{padding:60px 15px}.info-card{align-items:center;flex-direction:column;text-align:center}.submit-btn-modern{font-size:1rem;padding:.9rem 1.5rem}}.gooey-nav-container{position:fixed;right:25px;top:50%;transform:translateY(-50%);z-index:9997}.gooey-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23cc;border:1px solid #a78bfa4d;border-radius:50px;display:flex;filter:url(#gooey);flex-direction:column;gap:6px;min-height:320px;padding:12px 10px;position:relative}.gooey-blob{background:linear-gradient(135deg,#a78bfa,#22d3ee);border-radius:20px;height:38px;left:5%;pointer-events:none;position:absolute;transition:top .5s cubic-bezier(.68,-.55,.27,1.55);width:90%;z-index:1}.gooey-nav-item{align-items:center;background:#0000;border:none;border-radius:20px;color:#fff9;cursor:pointer;display:flex;font-size:13px;font-weight:600;height:38px;justify-content:center;min-width:100px;padding:10px 16px;position:relative;text-align:center;transition:color .3s ease;white-space:nowrap;z-index:2}.gooey-nav-item.active,.gooey-nav-item:hover{color:#fff}.tech-badge{align-items:center;animation:floatBadge 3s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23f2;border:1px solid #a78bfa66;border-radius:50px;box-shadow:0 10px 30px #0000004d;color:#22d3ee;display:flex;font-size:12px;font-weight:700;gap:8px;padding:8px 14px;position:absolute;white-space:nowrap;z-index:3}.tech-badge svg{color:#a78bfa;flex-shrink:0;height:16px;width:16px}.badge-1{animation-delay:0s;right:-12%;top:12%}.badge-2{animation-delay:1s;right:-15%;top:50%}.badge-3{animation-delay:2s;bottom:12%;left:-12%}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.dock-container{bottom:20px;left:50%;position:fixed;transform:translateX(-50%);z-index:9998}.dock{align-items:flex-end;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#0f0f23e6;border:1px solid #a78bfa4d;border-radius:24px;box-shadow:0 8px 32px #0006;display:flex;gap:10px;padding:10px 16px}.dock-item{align-items:center;background:linear-gradient(135deg,#a78bfa33,#22d3ee33);border:1px solid #a78bfa66;border-radius:14px;color:#a78bfa;display:flex;height:44px;justify-content:center;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.27,1.55);width:44px}.dock-item:hover{background:linear-gradient(135deg,#a78bfa66,#22d3ee66);box-shadow:0 8px 32px #a78bfa80;color:#22d3ee;transform:translateY(-5px)}.dock-item svg{height:22px;width:22px}.dock-tooltip{background:#0f0f23f2;border:1px solid #a78bfa66;border-radius:8px;bottom:calc(100% + 12px);color:#fff;font-size:12px;font-weight:600;left:50%;opacity:0;padding:6px 12px;pointer-events:none;position:absolute;transform:translateX(-50%) scale(0);transition:all .3s ease;white-space:nowrap}.dock-item:hover .dock-tooltip{opacity:1;transform:translateX(-50%) scale(1)}@media (max-width:1024px){.gooey-nav-container{display:none}}@media (max-width:768px){.dock-container{bottom:15px}.dock{gap:8px;padding:8px 14px}.dock-item{height:40px;width:40px}.dock-item svg{height:20px;width:20px}.tech-badge{display:none!important}}@media (max-width:480px){.dock-container{bottom:12px}.dock{gap:6px;padding:7px 12px}.dock-item{border-radius:12px;height:36px;width:36px}.dock-item svg{height:18px;width:18px}.dock-tooltip{font-size:11px;padding:5px 10px}}body.light-mode .gooey-nav{background:#ffffffe6;border-color:#a78bfa4d}body.light-mode .gooey-nav-item{color:#0009}body.light-mode .gooey-nav-item.active,body.light-mode .gooey-nav-item:hover{color:#fff}body.light-mode .dock{background:#ffffffe6;border-color:#a78bfa4d}body.light-mode .dock-item{background:linear-gradient(135deg,#a78bfa26,#22d3ee26)}body.light-mode .dock-item:hover{background:linear-gradient(135deg,#a78bfa4d,#22d3ee4d)}.custom-cursor-dot,.custom-cursor-ring{left:0;pointer-events:none;position:fixed;top:0;will-change:transform;z-index:10000}.custom-cursor-dot{background:linear-gradient(135deg,#a78bfa,#22d3ee);border-radius:50%;box-shadow:0 0 20px #a78bfacc;height:10px;transform:translate(-50%,-50%);width:10px}.custom-cursor-ring{border:2px solid #a78bfa99;border-radius:50%;height:40px;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,border-color .3s ease;width:40px}.custom-cursor-dot.hover{background:linear-gradient(135deg,#22d3ee,#ec4899);box-shadow:0 0 30px #22d3ee;height:20px;width:20px}.custom-cursor-ring.hover{border-color:#22d3ee;border-width:3px;height:60px;width:60px}@media (min-width:768px){*,a,button,input,textarea{cursor:none!important}}@media (max-width:767px){.custom-cursor-dot,.custom-cursor-ring{display:none!important}}.click-spark-container{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.spark-burst{position:absolute;transform:translate(-50%,-50%)}.spark-particle{animation:sparkShoot .8s ease-out forwards;background:linear-gradient(135deg,#a78bfa,#22d3ee);border-radius:50%;box-shadow:0 0 10px #a78bfa;height:6px;position:absolute;transform:rotate(var(--angle)) translateX(0);width:6px}@keyframes sparkShoot{0%{opacity:1;transform:rotate(var(--angle)) translateX(0) scale(1)}to{opacity:0;transform:rotate(var(--angle)) translateX(60px) scale(0)}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#a78bfa;--secondary:#22d3ee;--accent:#ec4899;--bg-dark:#0a0a1a;--bg-darker:#0f0f23;--text-light:#fff;--text-gray:#ffffffb3;--border-color:#a78bfa33;--shadow:0 20px 60px #0000004d;--glow:0 0 40px #a78bfa66;--light-bg:#f8f9fa;--light-bg-secondary:#fff;--light-text:#1a1a2e;--light-text-secondary:#000000b3}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a1a;background:var(--bg-dark);color:#fff;color:var(--text-light);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;transition:background .3s ease,color .3s ease}body.light-mode{background:var(--light-bg);color:var(--light-text)}body.light-mode .navbar{background:#f8f9faf2}body.light-mode .certification-card,body.light-mode .contact-form-card,body.light-mode .project-card,body.light-mode .skill-category{background:#fff;background:var(--light-bg-secondary);color:#1a1a2e;color:var(--light-text)}body.light-mode .about,body.light-mode .certifications,body.light-mode .contact-modern,body.light-mode .hero-modern,body.light-mode .projects,body.light-mode .skills{background:#f8f9fa;background:var(--light-bg)}body.light-mode .about-text,body.light-mode .cert-description,body.light-mode .project-description,body.light-mode p{color:#000000b3;color:var(--light-text-secondary)}.container{margin:0 auto;max-width:1400px;padding:0 40px}.background-animation{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.floating-shapes{height:100%;position:absolute;width:100%}.floating-shapes .shape{animation:floatShapes 20s ease-in-out infinite;border-radius:50%;filter:blur(60px);opacity:.15;position:absolute}.floating-shapes .shape-1{animation-duration:25s;background:linear-gradient(135deg,#a78bfa,#22d3ee);height:400px;left:10%;top:10%;width:400px}.floating-shapes .shape-2{animation-delay:5s;animation-duration:30s;background:linear-gradient(135deg,#22d3ee,#ec4899);height:300px;right:10%;top:60%;width:300px}.floating-shapes .shape-3{animation-delay:10s;animation-duration:35s;background:linear-gradient(135deg,#ec4899,#a78bfa);bottom:10%;height:350px;left:50%;width:350px}.floating-shapes .shape-4{animation-delay:7s;animation-duration:28s;background:linear-gradient(135deg,#a78bfa,#ec4899);height:250px;right:30%;top:30%;width:250px}.floating-shapes .shape-5{animation-delay:15s;animation-duration:32s;background:linear-gradient(135deg,#22d3ee,#a78bfa);bottom:30%;height:200px;left:20%;width:200px}@keyframes floatShapes{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,-50px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(30px,50px) scale(1.05)}}.grid-overlay{animation:gridMove 20s linear infinite;background-image:linear-gradient(#a78bfa08 1px,#0000 0),linear-gradient(90deg,#a78bfa08 1px,#0000 0);background-size:50px 50px;height:100%;position:absolute;width:100%}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.footer,.navbar,section{position:relative;z-index:1}.scroll-progress{background:linear-gradient(90deg,#a78bfa,#22d3ee);background:linear-gradient(90deg,var(--primary),var(--secondary));box-shadow:0 0 20px #a78bfa;box-shadow:0 0 20px var(--primary);height:3px;left:0;position:fixed;top:0;transition:width .1s ease;z-index:10001}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a1acc;border-bottom:1px solid #a78bfa33;border-bottom:1px solid var(--border-color);padding:1.2rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#0a0a1af2;box-shadow:0 20px 60px #0000004d;box-shadow:var(--shadow);padding:.8rem 0}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px}.nav-logo{font-size:1.5rem;font-weight:800;letter-spacing:-1px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#22d3ee);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text}.logo-dot{color:#22d3ee;color:var(--secondary);font-size:2rem}.nav-menu{display:flex;gap:2.5rem;list-style:none}.nav-link{color:#ffffffb3;color:var(--text-gray);cursor:pointer;font-size:.95rem;font-weight:600;letter-spacing:1px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.nav-link:after{background:linear-gradient(90deg,#a78bfa,#22d3ee);background:linear-gradient(90deg,var(--primary),var(--secondary));bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#fff;color:var(--text-light)}.nav-link:hover:after{width:100%}.nav-right{align-items:center;display:flex;gap:1rem}.theme-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#a78bfa1a;border:2px solid #a78bfa33;border:2px solid var(--border-color);border-radius:50px;cursor:pointer;font-size:1.2rem;padding:.6rem 1.2rem;transition:all .3s ease}.theme-toggle:hover{background:#a78bfa33;border-color:#a78bfa;border-color:var(--primary);transform:scale(1.1) rotate(20deg)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px}.mobile-menu-btn span{background:#fff;background:var(--text-light);border-radius:2px;height:3px;transition:all .3s ease;width:28px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#22d3ee);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text}.section-title{color:#fff;color:var(--text-light);font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:4rem;text-align:center}.fade-in,.slide-up{animation:fadeInUp .8s ease both}.slide-left{animation:slideLeft .8s ease both}.slide-right{animation:slideRight .8s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.about{background:linear-gradient(180deg,#0a0a1a,#0f0f23);background:linear-gradient(180deg,var(--bg-dark) 0,var(--bg-darker) 100%);padding:120px 40px;position:relative}.about:before{background:linear-gradient(90deg,#0000,#a78bfa,#0000);background:linear-gradient(90deg,#0000,var(--primary),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.about-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1.5fr 1fr;margin:0 auto;max-width:1200px}.about-text{color:#ffffffb3;color:var(--text-gray);font-size:1.125rem;line-height:1.8}.about-intro{color:#a78bfa;color:var(--primary);font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.education-card,.objective-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#a78bfa0d;border:1px solid #a78bfa33;border:1px solid var(--border-color);border-radius:20px;display:flex;gap:1.5rem;margin-top:2rem;padding:2rem;transition:all .3s ease}.education-card:hover,.objective-card:hover{background:#a78bfa1a;box-shadow:0 20px 60px #0000004d;box-shadow:var(--shadow);transform:translateY(-5px)}.card-icon{font-size:3rem;min-width:60px}.card-content h3{color:#a78bfa;color:var(--primary);font-size:1.5rem;margin-bottom:.8rem}.card-content h4{font-size:1.2rem;margin-bottom:.5rem}.duration{color:#22d3ee;color:var(--secondary);font-size:.95rem;font-weight:600}.coursework{font-size:.95rem;line-height:1.6;margin-top:1rem}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#a78bfa33,#22d3ee33);border:1px solid #a78bfa33;border:1px solid var(--border-color);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 0 40px #a78bfa66;box-shadow:var(--glow);transform:translateY(-10px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#22d3ee);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900;margin-bottom:.5rem}.stat-label{color:#ffffffb3;color:var(--text-gray);font-size:1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.projects{background:#0a0a1a;background:var(--bg-dark);padding:120px 40px;position:relative}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin:0 auto;max-width:1400px}.project-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23cc;background-clip:padding-box;border:2px solid #0000;border-radius:24px;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.68,-.55,.27,1.55)}.project-card:before{animation:borderGlow 3s ease infinite;background:linear-gradient(45deg,#a78bfa,#22d3ee,#ec4899,#a78bfa);background-size:300% 300%;border-radius:24px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .4s ease}.project-card:hover:before{opacity:1}.project-card:hover{box-shadow:0 20px 60px #a78bfa66,0 0 100px #22d3ee33;transform:translateY(-15px)}@keyframes borderGlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.project-icon{font-size:2.5rem;margin-bottom:1.5rem}.project-header h3{color:#fff;color:var(--text-light);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.project-period{color:#22d3ee;color:var(--secondary);font-size:.85rem;font-weight:600}.project-description{color:#ffffffb3;color:var(--text-gray);font-size:.95rem;line-height:1.7;margin:1.5rem 0}.project-highlights{margin:1.5rem 0;padding-left:0}.highlight-item{color:#ffffffb3;color:var(--text-gray);display:flex;font-size:.95rem;gap:.75rem;margin-bottom:.75rem}.highlight-dot{color:#a78bfa;color:var(--primary);font-size:1.2rem;font-weight:700}.project-tech{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.tech-tag{background:#a78bfa26;border:1px solid #a78bfa4d;border-radius:50px;color:#a78bfa;color:var(--primary);font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.tech-tag:hover{background:#a78bfa40;transform:translateY(-2px)}.project-links{display:flex;gap:1rem;margin-top:2rem}.project-link{align-items:center;background:linear-gradient(135deg,#a78bfa,#22d3ee);background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50px;color:#fff;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.project-link:hover{box-shadow:0 10px 30px #a78bfa66;transform:translateY(-3px)}.skills{background:linear-gradient(180deg,#0a0a1a,#0f0f23);background:linear-gradient(180deg,var(--bg-dark) 0,var(--bg-darker) 100%);padding:120px 40px;position:relative}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1400px}.skill-category{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f2399;background-clip:padding-box;border:2px solid #0000;border-radius:24px;padding:2.5rem;position:relative;transition:all .3s ease}.skill-category:before{animation:borderGlow 2s ease infinite;background:linear-gradient(135deg,#a78bfa,#22d3ee,#a78bfa);background-size:200% 200%;border-radius:24px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .4s ease}.skill-category:hover:before{opacity:1}.skill-category:hover{box-shadow:0 20px 60px #a78bfa4d;transform:translateY(-8px)}.category-title{border-bottom:2px solid #a78bfa;border-bottom:2px solid var(--primary);color:#a78bfa;color:var(--primary);font-size:1.5rem;font-weight:700;margin-bottom:2rem;padding-bottom:.75rem}.skill-item{margin-bottom:1.75rem}.skill-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.skill-name{color:#fff;color:var(--text-light);font-weight:600}.skill-percentage{color:#22d3ee;color:var(--secondary);font-weight:700}.skill-bar{background:#a78bfa1a;height:10px;overflow:hidden}.skill-bar,.skill-progress{border-radius:10px;position:relative}.skill-progress{background:linear-gradient(90deg,#a78bfa,#22d3ee);background:linear-gradient(90deg,var(--primary),var(--secondary));box-shadow:0 0 20px #a78bfa;box-shadow:0 0 20px var(--primary);height:100%}.skill-progress:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.core-competencies{margin-left:auto;margin-right:auto;margin-top:4rem;max-width:1400px}.competencies-title{color:#a78bfa;color:var(--primary);font-size:2rem;font-weight:800;margin-bottom:3rem;text-align:center}.competencies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.competency-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f2399;border:1px solid #a78bfa33;border:1px solid var(--border-color);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.competency-card:hover{background:#a78bfa1a;box-shadow:0 20px 60px #0000004d;box-shadow:var(--shadow);transform:translateY(-10px)}.competency-icon{font-size:3rem;margin-bottom:1rem}.competency-card h4{color:#a78bfa;color:var(--primary);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.competency-card p{color:#ffffffb3;color:var(--text-gray);line-height:1.6}.certifications{background:#0a0a1a;background:var(--bg-dark);padding:120px 40px;position:relative}.certifications-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1400px}.certification-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23cc;background-clip:padding-box;border:2px solid #0000;border-radius:24px;padding:2.5rem;position:relative;transition:all .4s ease}.certification-card:before{animation:borderGlow 3s ease infinite;background:linear-gradient(45deg,#a78bfa,#22d3ee,#ec4899,#a78bfa);background-size:300% 300%;border-radius:24px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .4s ease}.certification-card:hover:before{opacity:1}.certification-card:hover{box-shadow:0 20px 60px #a78bfa66,0 0 100px #22d3ee33;transform:translateY(-10px)}.cert-icon{font-size:2.5rem;margin-bottom:1.5rem}.cert-title{color:#fff;color:var(--text-light);font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.cert-meta{border-bottom:1px solid #a78bfa33;border-bottom:1px solid var(--border-color);display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem}.cert-issuer{color:#a78bfa;color:var(--primary);font-weight:600}.cert-date{color:#22d3ee;color:var(--secondary);font-weight:600}.cert-description{color:#ffffffb3;color:var(--text-gray);font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.cert-badge{border-radius:50%;box-shadow:0 5px 20px #a78bfa66;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;width:50px}.cert-badge,.cert-view-btn{align-items:center;background:linear-gradient(135deg,#a78bfa,#22d3ee);background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.cert-view-btn{border-radius:50px;box-shadow:0 5px 20px #a78bfa4d;display:inline-flex;font-size:.95rem;font-weight:600;gap:.75rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease}.cert-view-btn:hover{box-shadow:0 10px 30px #a78bfa80;transform:translateY(-3px)}.achievements-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f2399;border:1px solid #a78bfa33;border:1px solid var(--border-color);border-radius:24px;margin:0 auto;max-width:1400px;padding:3rem}.achievements-title{color:#a78bfa;color:var(--primary);font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center}.achievements-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.achievement-item{align-items:center;background:#a78bfa0d;border:1px solid #0000;border-radius:16px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.achievement-item:hover{background:#a78bfa1a;border-color:#a78bfa;border-color:var(--primary);transform:translateX(15px)}.achievement-icon{font-size:2rem;min-width:50px;text-align:center}.achievement-item p{color:#ffffffb3;color:var(--text-gray);line-height:1.6}.footer{background:#0f0f23;background:var(--bg-darker);border-top:1px solid #a78bfa33;border-top:1px solid var(--border-color);padding:1rem 40px .5rem}.footer-content{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto .5rem;max-width:1400px}.footer-logo{font-size:1.1rem;font-weight:800;margin-bottom:.15rem}.footer-tagline{color:#ffffffb3;color:var(--text-gray);font-size:.8rem;line-height:1.3}.footer-section h4{color:#a78bfa;color:var(--primary);font-size:.9rem;font-weight:700;margin-bottom:.35rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.25rem}.footer-links a{color:#ffffffb3;color:var(--text-gray);font-size:.8rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#a78bfa;color:var(--primary);padding-left:10px}.footer-education{color:#22d3ee;color:var(--secondary);font-size:.8rem;font-weight:600;margin-top:.25rem}.footer-bottom{border-top:1px solid #a78bfa33;border-top:1px solid var(--border-color);color:#ffffffb3;color:var(--text-gray);margin:0 auto;max-width:1400px;padding-bottom:.35rem;padding-top:.5rem;text-align:center}.footer-note{font-size:.75rem;margin-top:.15rem;opacity:.7}@media (max-width:1024px){.container,.nav-container{padding:0 30px}.about-content,.projects-grid{grid-template-columns:1fr}}@media (max-width:768px){.container,.nav-container{padding:0 20px}.nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a1afa;border-top:1px solid #a78bfa33;border-top:1px solid var(--border-color);flex-direction:column;gap:2rem;height:calc(100vh - 80px);left:-100%;padding:3rem 2rem;position:fixed;top:80px;transition:left .4s ease;width:100%}.nav-menu.active{left:0}.mobile-menu-btn{display:flex}.section-title{font-size:2.5rem}.about,.certifications,.projects,.skills{padding:80px 20px}.about-stats{grid-template-columns:repeat(2,1fr)}.certifications-grid,.competencies-grid,.skills-grid{grid-template-columns:1fr}.footer{padding:3rem 20px 1.5rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.stat-card{padding:1.5rem}.stat-number{font-size:2.5rem}.about-stats{grid-template-columns:1fr}.certification-card,.project-card,.skill-category{padding:2rem}}body.light-mode{background:#f8f9fa;color:#1a1a2e}body.light-mode .navbar{background:#fffffff2;border-bottom:1px solid #a78bfa33}body.light-mode .nav-link{color:#1a1a2e}body.light-mode .nav-link:hover{color:#a78bfa}body.light-mode .logo-text{color:#1a1a2e}body.light-mode .hero-redesign{background:#f8f9fa}body.light-mode .hero-name{color:#1a1a2e}body.light-mode .hero-bio{color:#000000b3}body.light-mode .hero-role{color:#1a1a2e}body.light-mode .hero-label{background:#a78bfa26;border-color:#a78bfa66}body.light-mode .tech-badge{background:#fffffff2;border-color:#a78bfa80;color:#1a1a2e}body.light-mode .about-new{background:linear-gradient(180deg,#f8f9fa,#fff)}body.light-mode .about-lead,body.light-mode .about-title{color:#1a1a2e}body.light-mode .about-desc{color:#000000b3}body.light-mode .about-subtitle{background:#a78bfa26;border-color:#a78bfa66}body.light-mode .highlight-item{background:#fff;border-left:3px solid #a78bfa}body.light-mode .highlight-content h4{color:#1a1a2e}body.light-mode .highlight-content p{color:#000000b3}body.light-mode .stat-item-new{background:#fff;border-color:#a78bfa4d}body.light-mode .stat-text{color:#0009}body.light-mode .education-box-new,body.light-mode .objective-box-new{background:#ffffffe6;border-color:#a78bfa4d}body.light-mode .edu-content h3,body.light-mode .edu-content h4,body.light-mode .obj-content h3{color:#1a1a2e}body.light-mode .edu-content p,body.light-mode .obj-content p{color:#000000b3}body.light-mode .projects-new{background:#f8f9fa}body.light-mode .project-title-new,body.light-mode .projects-title{color:#1a1a2e}body.light-mode .project-description-new,body.light-mode .projects-desc{color:#000000b3}body.light-mode .projects-subtitle{background:#a78bfa26;border-color:#a78bfa66}body.light-mode .project-card-new{background:#fffffff2}body.light-mode .highlight-badge{background:#a78bfa1a;border-left:3px solid #a78bfa;color:#000c}body.light-mode .tech-badge-new{background:#a78bfa1a;border-color:#a78bfa4d;color:#000c}body.light-mode .skills-new{background:linear-gradient(180deg,#f8f9fa,#fff)}body.light-mode .category-title-new,body.light-mode .competencies-title-new,body.light-mode .skills-title{color:#1a1a2e}body.light-mode .skills-subtitle{background:#a78bfa26;border-color:#a78bfa66}body.light-mode .skill-category-new{background:#fffffff2;border-color:#a78bfa4d}body.light-mode .skill-name-new{color:#1a1a2e}body.light-mode .competency-card-new{background:#fffffff2;border-color:#a78bfa4d}body.light-mode .competency-card-new h4{color:#1a1a2e}body.light-mode .competency-card-new p{color:#000000b3}body.light-mode .certifications-new{background:#f8f9fa}body.light-mode .cert-title-new,body.light-mode .certifications-title,body.light-mode .strengths-title-new{color:#1a1a2e}body.light-mode .certifications-subtitle{background:#a78bfa26;border-color:#a78bfa66}body.light-mode .certification-card-new{background:#fffffff2;border-color:#a78bfa4d}body.light-mode .cert-description-new{color:#000000b3}body.light-mode .strengths-section-new{background:#ffffffe6;border-color:#a78bfa4d}body.light-mode .strength-item-new{background:#fffffff2;border-left:4px solid #a78bfa}body.light-mode .strength-item-new p{color:#000c}body.light-mode .contact-modern{background:linear-gradient(180deg,#f8f9fa,#fff)}body.light-mode .section-title-modern{color:#1a1a2e}body.light-mode .section-subtitle{color:#000000b3}body.light-mode .contact-form-card{background:#fffffff2;border-color:#a78bfa4d}body.light-mode .form-field input,body.light-mode .form-field textarea{background:#ffffffe6;border-color:#a78bfa4d;color:#1a1a2e}body.light-mode .info-card{background:#fffffff2;border-color:#a78bfa4d}body.light-mode .info-card h4{color:#1a1a2e}body.light-mode .info-card a,body.light-mode .info-card p{color:#000000b3}body.light-mode .footer{background:#fff;border-top:1px solid #a78bfa33}body.light-mode .footer-logo{color:#1a1a2e}body.light-mode .footer-bottom,body.light-mode .footer-links a,body.light-mode .footer-tagline{color:#000000b3}body.light-mode .footer-links a:hover{color:#a78bfa}body.light-mode .background-animation .floating-shapes .shape{opacity:.08}body.light-mode .grid-overlay{background-image:linear-gradient(#a78bfa0d 1px,#0000 0),linear-gradient(90deg,#a78bfa0d 1px,#0000 0)}body.light-mode h1,body.light-mode h2,body.light-mode h3,body.light-mode h4,body.light-mode h5,body.light-mode h6{color:#1a1a2e!important}body.light-mode div,body.light-mode p,body.light-mode span{color:#000c}body.light-mode .gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#22d3ee);-webkit-background-clip:text;background-clip:text}body.light-mode .cta-primary,body.light-mode .primary-btn{background:linear-gradient(135deg,#a78bfa,#22d3ee);color:#fff}body.light-mode .cta-secondary,body.light-mode .secondary-btn{border-color:#a78bfa;color:#a78bfa}body.light-mode .cta-secondary:hover,body.light-mode .secondary-btn:hover{background:#a78bfa1a}.about-new,.certifications-new,.contact-modern,.hero-redesign,.projects-new,.skills-new{padding:80px 30px 60px!important}.about-container-new,.certifications-container-new,.hero-container-new,.projects-container-new,.skills-container-new{max-width:1300px!important}.about-grid-new,.hero-container-new{gap:40px!important}.certifications-grid-new,.projects-grid-new,.skills-grid-new{gap:20px!important}.hero-name{font-size:clamp(2.5rem,6vw,4.5rem)!important;line-height:1!important;margin-bottom:15px!important}.hero-role{font-size:clamp(1rem,2vw,1.4rem)!important;gap:10px!important;margin-bottom:20px!important}.hero-bio{font-size:clamp(.9rem,1.8vw,1rem)!important;line-height:1.6!important;margin-bottom:25px!important;max-width:550px!important}.about-title,.certifications-title,.projects-title,.skills-title{font-size:clamp(2rem,4.5vw,3.5rem)!important;margin-bottom:15px!important}.about-subtitle,.certifications-subtitle,.projects-subtitle,.skills-subtitle{font-size:12px!important;margin-bottom:15px!important;padding:6px 14px!important}.about-lead{font-size:clamp(1.1rem,3vw,1.3rem)!important}.about-desc,.about-lead{margin-bottom:12px!important}.about-desc{font-size:clamp(.9rem,1.8vw,.95rem)!important}.projects-desc{font-size:clamp(.9rem,1.8vw,1rem)!important}.project-card-new{padding:25px!important}.project-title-new{font-size:clamp(1.1rem,3vw,1.4rem)!important;margin-bottom:12px!important}.project-description-new{font-size:clamp(.85rem,1.8vw,.9rem)!important;margin-bottom:15px!important}.project-icon-new{font-size:2rem!important}.certification-card-new{padding:25px!important}.cert-title-new{font-size:clamp(1rem,2.8vw,1.15rem)!important;margin-bottom:12px!important}.cert-description-new{font-size:clamp(.85rem,1.8vw,.9rem)!important;margin-bottom:15px!important}.cert-icon-new{font-size:2rem!important}.cert-badge-new{height:50px!important;width:50px!important}.skill-category-new{padding:25px!important}.category-title-new{font-size:clamp(1.1rem,3vw,1.3rem)!important;margin-bottom:20px!important}.category-icon-new{font-size:2rem!important}.competency-card-new{padding:20px!important}.competency-icon-new{font-size:2.5rem!important;margin-bottom:10px!important}.competency-card-new h4{font-size:clamp(.95rem,2.2vw,1.05rem)!important;margin-bottom:8px!important}.competency-card-new p{font-size:clamp(.85rem,1.8vw,.9rem)!important}.about-highlights{gap:15px!important;margin-top:25px!important}.highlight-item{gap:15px!important;padding:15px!important}.highlight-icon{font-size:1.6rem!important;min-width:40px!important}.highlight-content h4{font-size:clamp(.95rem,2.2vw,1rem)!important;margin-bottom:3px!important}.highlight-content p{font-size:clamp(.8rem,1.8vw,.9rem)!important}.stat-item-new,.stats-grid-new{gap:12px!important}.stat-item-new{padding:15px!important}.stat-num{font-size:clamp(1.5rem,3.5vw,1.6rem)!important;margin-bottom:3px!important}.stat-text{font-size:clamp(.7rem,1.4vw,.8rem)!important}.education-box-new,.objective-box-new{gap:15px!important;padding:20px!important}.edu-icon,.obj-icon{font-size:2.5rem!important;min-width:50px!important}.edu-content h3,.obj-content h3{font-size:clamp(1rem,2.5vw,1.1rem)!important;margin-bottom:8px!important}.edu-content h4{font-size:clamp(.9rem,2vw,.95rem)!important;margin-bottom:3px!important}.edu-content p,.obj-content p{font-size:clamp(.85rem,1.8vw,.9rem)!important;margin-bottom:8px!important}.hero-metrics{gap:20px!important;margin-bottom:25px!important}.metric-box{gap:3px!important;min-width:70px!important}.metric-value{font-size:clamp(2rem,4vw,2.2rem)!important}.metric-label{font-size:clamp(.7rem,1.2vw,.8rem)!important}.tech-badge-new{font-size:clamp(.7rem,1.4vw,.75rem)!important;padding:5px 10px!important}.highlight-badge{font-size:clamp(.8rem,1.6vw,.85rem)!important;gap:8px!important;padding:6px 12px!important}.cert-view-btn-new,.hero-btn,.project-link-new{font-size:clamp(.85rem,1.8vw,.95rem)!important;gap:8px!important;padding:12px 24px!important}.hero-actions{gap:15px!important}.about-header,.certifications-header,.projects-header,.skills-header{margin-bottom:50px!important}.about-main{gap:15px!important}.skills-list-new{gap:18px!important}.cert-meta-new,.project-highlights-new{margin-bottom:15px!important}.image-wrapper{height:380px!important;width:380px!important}.hero-avatar{border:4px solid #a78bfa4d!important}.image-border{filter:blur(15px)!important;inset:-8px!important}.tech-badge{font-size:clamp(11px,1.2vw,13px)!important;gap:8px!important;padding:8px 14px!important}.contact-modern{padding:80px 20px!important}.section-title-modern{font-size:clamp(2rem,4.5vw,2.8rem)!important;margin-bottom:15px!important}.section-subtitle{font-size:clamp(.95rem,1.8vw,1.1rem)!important}.contact-grid{gap:2rem!important}.info-card{gap:.8rem!important}.info-card,.social-connect{padding:1.2rem!important}.contact-form-card{padding:2rem!important}.strengths-section-new{padding:35px!important}.strengths-title-new{font-size:clamp(1.5rem,3.5vw,1.8rem)!important;margin-bottom:30px!important}.strengths-grid-new{gap:18px!important}.strength-item-new{gap:12px!important;padding:15px!important}.strength-icon-new{font-size:1.6rem!important}.strength-item-new p{font-size:clamp(.85rem,1.8vw,.9rem)!important}@media (max-width:1024px){.about-grid-new,.hero-container-new{gap:35px!important}.image-wrapper{height:320px!important;width:320px!important}}@media (max-width:768px){.about-new,.certifications-new,.hero-redesign,.projects-new,.skills-new{padding:70px 15px 50px!important}.about-grid-new,.certifications-grid-new,.hero-container-new,.projects-grid-new,.skills-grid-new{gap:25px!important}.certification-card-new,.project-card-new,.skill-category-new{padding:20px!important}.hero-name{font-size:clamp(2rem,8vw,2.5rem)!important;margin-bottom:12px!important}.hero-bio{font-size:.9rem!important}.hero-bio,.hero-metrics{margin-bottom:20px!important}.hero-metrics{gap:15px!important}.about-header,.certifications-header,.projects-header,.skills-header{margin-bottom:40px!important}.image-wrapper{height:260px!important;width:260px!important}.contact-modern{padding:70px 15px!important}.strengths-section-new{padding:25px!important}}@media (max-width:480px){.about-new,.certifications-new,.hero-redesign,.projects-new,.skills-new{padding:60px 12px 40px!important}.hero-name{font-size:2rem!important}.hero-bio{font-size:.85rem!important}.certification-card-new,.project-card-new,.skill-category-new{padding:18px!important}.image-wrapper{height:220px!important;width:220px!important}.metric-value,.stat-num{font-size:1.6rem!important}.cert-view-btn-new,.hero-btn,.project-link-new{font-size:.85rem!important;padding:10px 20px!important}}.hero-content-left{max-width:600px}.hero-actions,.hero-metrics,.hero-role{max-width:100%}*{word-wrap:break-word;overflow-wrap:break-word}body{max-width:100vw;overflow-x:hidden}
/*# sourceMappingURL=main.6a6f5e0e.css.map*/