:root{--primary: #8b5cf6;--primary-dark: #6d28d9;--text-light: rgba(255, 255, 255, .9);--bg-dark: #0a0a0a;--bg-darker: #050505}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 0;z-index:1000;transition:all .4s ease;background:transparent}.navbar.scrolled{background:#0a0a0afa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0;box-shadow:0 4px 30px #00000026}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.nav-items{display:flex;align-items:center;gap:3rem}.nav-links{display:flex;gap:2rem}.nav-link{position:relative;color:#ffffffd9;font-weight:500;font-size:1.1rem;cursor:pointer;padding:.5rem 0;transition:all .3s ease;letter-spacing:.5px}.nav-link:hover{color:#fff}.nav-link.active{color:#fff;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--primary),#a78bfa);border-radius:2px;animation:underlineGrow .4s cubic-bezier(.65,0,.35,1) forwards}@keyframes underlineGrow{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}.nav-social{display:flex;gap:1.5rem;font-size:1.3rem}.nav-social a{color:#ffffffb3;transition:all .3s ease;display:flex;padding:.5rem}.nav-social a:hover{color:var(--primary);transform:translateY(-2px)}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;z-index:1001;transition:transform .3s ease}.menu-toggle:hover{transform:scale(1.1)}@media (max-width: 992px){.nav-items{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#0a0a0afa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;justify-content:center;gap:3rem;transition:right .5s cubic-bezier(.4,0,.2,1);z-index:1000;padding:2rem}.nav-items.open{right:0}.nav-links{flex-direction:column;align-items:center;gap:2.5rem}.nav-link{font-size:1.2rem;padding:.5rem 1rem}.nav-link.active:after{bottom:0;height:3px}.menu-toggle{display:block}}@media (max-width: 480px){.nav-items{width:85%}}s .hero-section{position:relative;height:100vh;min-height:800px;display:flex;align-items:center;background-color:var(--bg-dark);color:#fff;overflow:hidden}.hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(139,92,246,.15) 0%,transparent 50%);z-index:0}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px;opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-content{display:flex;align-items:center;gap:4rem}.text-content{flex:1;max-width:600px}.greeting{display:block;font-size:1.25rem;color:var(--primary);margin-bottom:.5rem;font-weight:500;letter-spacing:1px}.name{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin:0 0 1.5rem}.name-gradient{background:linear-gradient(90deg,#8b5cf6,#c4b5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:600;color:var(--primary);margin:0 0 2rem;min-height:3rem}.description{font-size:1.25rem;line-height:1.6;color:var(--text-light);margin:0 0 3rem}.cta-group{display:flex;gap:1.5rem;margin-bottom:3rem}.cta-button{display:inline-flex;align-items:center;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:var(--primary);color:#fff}.cta-button.primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #8b5cf64d}.cta-button.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.cta-button.secondary:hover{background:#fff3}.image-content{flex:1;display:flex;justify-content:center;position:relative}.image-container{position:relative;width:100%;max-width:500px;height:500px}.profile-image{width:100%;height:100%;object-fit:cover;border-radius:20px;position:relative;z-index:2;box-shadow:0 20px 40px #0000004d}.tech-bubbles{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);display:flex;gap:1rem}.bubble{padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;background:var(--bg-darker);box-shadow:0 5px 15px #0003}.bubble.react{color:#61dafb;border:1px solid rgba(97,218,251,.3)}.bubble.node{color:#68a063;border:1px solid rgba(104,160,99,.3)}.bubble.mongo{color:#4db33d;border:1px solid rgba(77,179,61,.3)}.scroll-prompt{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#ffffffb3;font-size:.9rem}.scroll-prompt svg{margin-bottom:.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 992px){.nav-items{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#0a0a0afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;gap:3rem;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:1000}.nav-items.open{right:0}.nav-links{flex-direction:column;align-items:center;gap:2rem}.menu-toggle{display:block}.hero-content{flex-direction:column;text-align:center;gap:3rem}.text-content{max-width:100%}.cta-group{justify-content:center}.image-container{width:350px;height:350px}}@media (max-width: 768px){.hero-section{min-height:700px;padding-top:5rem}.description{font-size:1.1rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.name{font-size:2.5rem}.title{font-size:1.25rem;min-height:2.5rem}.description{font-size:1rem}.cta-group{flex-direction:column;gap:1rem}.image-container{width:280px;height:280px}}.cta-group{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease;cursor:pointer}.primary{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;border:none}.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2)}.resume-button{background:#ffffff0d;color:#fff;border:2px solid rgba(255,255,255,.1)}@media (max-width: 768px){.cta-group{flex-direction:column;width:100%}.cta-button{width:100%;justify-content:center}}.upper-body-circle{width:360px;height:360px;border-radius:50%;overflow:hidden;border:5px solid rgba(139,92,246,.3);box-shadow:0 10px 30px #0003;position:relative}.face-chest-image{width:100%;height:100%;object-fit:cover;object-position:center 25%;transform:scale(1.25);margin-top:-10px}@media (max-width: 768px){.upper-body-circle{width:300px;height:300px}.face-chest-image{object-position:center 30%;transform:scale(1.3)}}.skills-section{padding:6rem 0;background:#060a14;position:relative;overflow:hidden}.section-title{font-size:2.75rem;font-weight:700;color:#f8fafc;margin-bottom:1rem}.highlight{color:#8b5cf6;position:relative}.highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#8b5cf6,#c4b5fd);border-radius:3px}.section-subtitle{font-size:1.15rem;color:#94a3b8;max-width:600px;margin:0 auto}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.5rem;justify-items:center}.skill-card{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.5rem 1rem;background:#1e293b99;border-radius:12px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:default;position:relative;overflow:hidden}.skill-icon-container{position:relative;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.skill-icon{font-size:2.5rem;position:relative;z-index:2}.skill-glow{position:absolute;width:60px;height:60px;border-radius:50%;filter:blur(30px);z-index:1}.skill-name{font-size:.95rem;font-weight:500;color:#f8fafc;text-align:center}.skills-section:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);border-radius:50%}.skills-section:after{content:"";position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.05) 0%,transparent 70%);border-radius:50%}@media (max-width: 768px){.skills-section{padding:4rem 0}.section-title{font-size:2.25rem}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.skill-card{padding:1rem .5rem}.skill-icon{font-size:2rem}.skill-icon-container{width:50px;height:50px}}.projects-section{padding:12rem 2rem;background:linear-gradient(to bottom,#09090b,#0f0f13);position:relative;overflow:hidden}.projects-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(139,92,246,.1) 0%,transparent 60%);z-index:0}.projects-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.projects-header{text-align:center;margin-bottom:8rem}.section-title{font-size:clamp(3rem,7vw,4.5rem);font-weight:700;margin-bottom:1.5rem;color:#f8f8f8}.section-subtitle{font-size:1.5rem;color:#a0a0a0;max-width:600px;margin:0 auto;line-height:1.6}.projects-showcase{display:flex;flex-direction:row;gap:8rem;overflow-x:scroll;margin:0 auto;scrollbar-width:0!important;-ms-overflow-style:none!important}.projects-showcase ::-webkit-scrollbar{display:none!important}.project-card{border-radius:20px;overflow:hidden;background:#1e1e28cc;box-shadow:0 8px 32px #0000004d;transition:all .5s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-template-columns:1fr 1fr;min-height:fit-content;min-width:90vw}.project-image-container{position:relative;height:100%;min-height:400px}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.project-card:hover .project-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.project-content{padding:4rem;display:flex;flex-direction:column;gap:2rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.project-title{font-size:2rem;font-weight:600;color:#f8f8f8;line-height:1.3}.title-accent{color:var(--accent-color);margin-right:.5rem}.project-date{font-size:1rem;font-weight:500;margin-top:.5rem}.project-links{display:flex;gap:1.5rem}.project-link{color:#f8f8f8;font-size:1.25rem;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);transition:all .5s cubic-bezier(.16,1,.3,1)}.project-description{color:#b0b0b0;line-height:1.8;font-size:1.1rem}.project-tags{display:flex;flex-wrap:wrap;gap:1rem}.project-tag{background:transparent;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;border:1px solid var(--accent-color);color:var(--accent-color);transition:all .5s cubic-bezier(.16,1,.3,1)}@media (max-width: 1024px){.project-card{grid-template-columns:1fr}.project-image-container{min-height:300px}}@media (max-width: 768px){.projects-section{padding:8rem 1.5rem}.projects-header{margin-bottom:6rem}.project-content{padding:3rem}}@media (max-width: 480px){.projects-section{padding:6rem 1rem}.project-content{padding:2rem}.project-header{flex-direction:column;gap:1.5rem}.project-links{align-self:flex-start}}.education-section{padding:8rem 0 10rem;background-color:#000;position:relative;overflow:hidden}.education-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(139,92,246,.05) 0%,transparent 50%);z-index:0}.education-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.education-header-wrapper{display:flex;justify-content:center;margin-bottom:5rem;text-align:center}.education-title-container{max-width:800px;margin:0 auto}.education-section-subtitle{display:block;font-size:1.2rem;font-weight:500;color:#8b5cf6;margin-bottom:.5rem;letter-spacing:3px;text-transform:uppercase}.education-section-title{font-size:3.5rem;font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.1}.education-title-line{display:inline-block;position:relative}.education-title-highlight{color:#8b5cf6}.education-title-divider{width:100px;height:3px;background:linear-gradient(to right,#8b5cf6,#6366f1);margin:1.5rem auto;border-radius:3px}.education-section-description{font-size:1.1rem;color:#aaa;line-height:1.6;margin:0 auto;max-width:500px}.education-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.education-card{background:linear-gradient(145deg,#111,#0a0a0a);border-radius:16px;padding:2.5rem 2rem;position:relative;overflow:hidden;border:1px solid #222;transition:all .3s ease;z-index:1}.education-card-decoration{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(139,92,246,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.education-card:hover .education-card-decoration{opacity:1}.education-card-icon{font-size:2rem;margin-bottom:1.5rem;color:#8b5cf6}.education-card-content{position:relative;z-index:2}.education-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.education-card-header h3{font-size:1.4rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.education-year-badge{background:#8b5cf633;color:#8b5cf6;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.education-degree{color:#bbb;margin:0 0 1rem;font-size:1rem;line-height:1.5}.education-grade{color:#8b5cf6;font-weight:600;margin:0;font-size:.95rem}@media (max-width: 992px){.education-section-title{font-size:3rem}}@media (max-width: 768px){.education-section{padding:6rem 0 8rem}.education-header-wrapper{margin-bottom:3rem}.education-section-title{font-size:2.5rem}.education-cards{grid-template-columns:1fr}}@media (max-width: 576px){.education-section-title{font-size:2rem}.education-section-subtitle{font-size:1rem}.education-card{padding:2rem 1.5rem}.education-card-header h3{font-size:1.2rem}}.contact-section{padding:6rem 0;background-color:#0a0a0a;color:#fff;position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#8b5cf6,#6d28d9);-webkit-background-clip:text;background-clip:text;color:transparent}.contact-subtitle{font-size:1.2rem;color:#fffc;max-width:600px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 992px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-info-card{background:#141414cc;border-radius:1rem;padding:2rem;border:1px solid rgba(255,255,255,.1)}.contact-info-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#fff;position:relative}.contact-info-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:50px;height:3px;background:#8b5cf6;border-radius:3px}.contact-info-items{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;align-items:center;gap:1rem}.contact-icon-container{width:50px;height:50px;background:#8b5cf61a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon{font-size:1.2rem;color:#8b5cf6}.contact-details h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.contact-details a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#8b5cf6}.contact-form-card{background:#141414cc;border-radius:1rem;padding:2rem;border:1px solid rgba(255,255,255,.1)}.contact-form-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#fff;position:relative}.contact-form-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:50px;height:3px;background:#8b5cf6;border-radius:3px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:500;color:#ffffffe6}.form-input,.form-textarea{padding:.8rem 1rem;background:#1e1e1e80;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}.form-textarea{min-height:150px;resize:vertical}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#8b5cf6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#7c4dff;transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-icon{font-size:1rem}.status-message{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-weight:500}.status-success{background:#4ade801a;color:#4ade80;border:1px solid rgba(74,222,128,.3)}.status-error{background:#f871711a;color:#f87171;border:1px solid rgba(248,113,113,.3)}@media (max-width: 768px){.contact-section{padding:4rem 0}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}}.footer{position:relative;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:4rem 2rem 2rem;text-align:center;font-family:Poppins,sans-serif;overflow:hidden}.footer-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}.footer-text{margin-bottom:2rem}.footer-text p{margin:.5rem 0;font-size:.9rem;opacity:.9}.footer-text.fade-in{opacity:0;animation:fadeIn 1s forwards;animation-delay:.3s}@keyframes fadeIn{to{opacity:1}}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}.certifications-section{padding:8rem 0;background-color:#0a0a0a;position:relative;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:5rem}.section-title{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.section-title .highlight{background:linear-gradient(90deg,#8b5cf6,#6366f1);-webkit-background-clip:text;background-clip:text;color:transparent}.section-subtitle{font-size:1.2rem;color:#a0a0a0;max-width:600px;margin:0 auto;line-height:1.6}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-height:500px;overflow-y:scroll}.certifications-grid::-webkit-scrollbar{width:0}.certification-card{background:linear-gradient(145deg,#111,#0a0a0a);border-radius:16px;padding:2.5rem 2rem;position:relative;overflow:hidden;border:1px solid #222;transition:all .3s ease}.certification-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #8b5cf633;border-color:#8b5cf64d}.certification-content{position:relative;z-index:2}.certification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.certification-header h3{font-size:1.4rem;font-weight:600;color:#fff;margin:0;line-height:1.4}.issuer-badge{background:#8b5cf633;color:#8b5cf6;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.certification-meta{display:flex;justify-content:space-between;align-items:center}.date{color:#bbb;font-size:.9rem}.view-certificate{color:#8b5cf6;font-weight:600;text-decoration:none;font-size:.9rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:6px}.view-certificate:hover{background:#8b5cf61a}.more-link{margin-top:20px}.more-link:hover{color:#8b5cf6;text-decoration:underline;text-shadow:#fff 0px 0px 2px;cursor:pointer}@media (max-width: 768px){.certifications-section{padding:6rem 0}.section-title{font-size:2.2rem}.certifications-grid{grid-template-columns:1fr}}@media (max-width: 480px){.certification-header{flex-direction:column;gap:.5rem;align-items:flex-start}.certification-meta{flex-direction:column;gap:1rem;align-items:flex-start}.view-certificate{padding-left:0}}.training-section{padding:5rem 1rem;background:linear-gradient(135deg,#000,#030305);color:#fff;position:relative;overflow:hidden}.training-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(12,8,8,.1) 0%,transparent 70%);z-index:0}.training-container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.8rem;font-weight:700;margin-bottom:.5rem}.gradient-text{background:linear-gradient(90deg,#8b5cf6,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.purple-text{color:#8b5cf6}.section-subtitle{font-size:1.1rem;color:#a1a1aa;max-width:500px;margin:0 auto}.training-content{display:grid;grid-template-columns:280px 1fr;gap:2rem}.training-timeline{display:flex;flex-direction:column;gap:1rem;position:relative}.training-timeline:before{content:"";position:absolute;left:16px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#8b5cf6,transparent);z-index:1}.timeline-card{background:#1e1e2db3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;cursor:pointer;position:relative;z-index:2;border:1px solid rgba(139,92,246,.2);transition:all .3s ease}.timeline-card.active{background:#8b5cf626;border-color:#8b5cf6}.timeline-badge{width:14px;height:14px;border-radius:50%;position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:3;transition:all .3s ease}.timeline-info{margin-left:1.8rem}.timeline-period{font-size:.8rem;color:#a1a1aa;display:block;margin-bottom:.3rem}.timeline-info h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.2rem}.timeline-title{font-size:.85rem;color:#8b5cf6}.training-details{background:#141423b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(139,92,246,.3);box-shadow:0 10px 30px #0000004d}.details-header{margin-bottom:1.5rem}.details-header h3{font-size:1.8rem;margin-bottom:.5rem;color:#fff}.provider-link{display:inline-flex;align-items:center;gap:.5rem;color:#8b5cf6;text-decoration:none;font-weight:500;transition:color .3s}.provider-link:hover{color:#a78bfa}.skills-gained{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.2rem;margin:2rem 0}.skill-card{background:#8b5cf614;border-radius:10px;padding:1.2rem;text-align:center;border:1px solid rgba(139,92,246,.15);transition:all .3s ease}.skill-card:hover{background:#8b5cf626;transform:translateY(-3px)}.skill-icon{font-size:2rem;margin-bottom:.8rem;display:inline-block}.skill-card p{font-size:.9rem;margin:0;color:#e2e2e2}.tech-stack{margin-top:2.5rem}.tech-stack h4{font-size:1.2rem;margin-bottom:1.5rem;color:#8b5cf6}.tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1rem}.tech-item{background:#1e1e2db3;border-radius:10px;padding:1rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;transition:all .3s ease;border:1px solid rgba(139,92,246,.1)}.tech-icon{font-size:2.2rem;display:flex;align-items:center;justify-content:center}.tech-item span{font-size:.8rem;font-weight:500;text-align:center}.html-icon{color:#e34f26}.css-icon{color:#2965f1}.js-icon{color:#f7df1e}.react-icon{color:#61dafb}.node-icon{color:#68a063}.mongo-icon{color:#47a248}.express-icon{color:#000}.bootstrap-icon{color:#7952b3}.gemini-icon{color:#4285f4}.netlify-icon{color:#00ad9f}.render-icon{color:#46e3b7}.certificate-btn{display:inline-flex;align-items:center;gap:.8rem;margin-top:2rem;padding:.8rem 1.5rem;background:linear-gradient(135deg,#0003,#8b5cf61a);color:#8b5cf6;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:1px solid rgba(139,92,246,.3)}.certificate-btn:hover{background:linear-gradient(135deg,#8b5cf64d,#8b5cf633)}@media (max-width: 900px){.training-content{grid-template-columns:1fr}.training-timeline{flex-direction:row;overflow-x:auto;padding-bottom:1rem}.training-timeline:before{left:0;right:0;top:auto;bottom:20px;height:2px;width:auto}.timeline-card{min-width:220px}.timeline-badge{left:50%;top:auto;bottom:14px;transform:translate(-50%)}}@media (max-width: 600px){.section-header h2{font-size:2.2rem}.training-details{padding:1.5rem}.skills-gained{grid-template-columns:1fr 1fr}}.certificate-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000}.certificate-modal-content{background:#18181b;border-radius:16px;padding:2rem;max-width:90%;max-height:90vh;position:relative;border:1px solid #8b5cf6;box-shadow:0 10px 30px #8b5cf64d}.close-modal-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.close-modal-btn:hover{color:#8b5cf6;transform:rotate(90deg)}.certificate-image-container{max-height:70vh;overflow:auto;margin:1rem 0}.certificate-image{width:100%;height:auto;border-radius:8px}.certificate-actions{display:flex;justify-content:center;margin-top:1rem}.download-btn{padding:.8rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.download-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b5cf666}:root{--black: #000000;--dark-gray: #121212;--medium-gray: #1e1e1e;--light-gray: #2d2d2d;--white: #ffffff;--primary: #6e8efb;--secondary: #a777e3;--accent: #00d4ff;--text-primary: #f5f5f5;--text-secondary: #b0b0b0}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--primary);text-decoration:none;transition:all .3s ease}a:hover{color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.section-title{text-align:center;margin-bottom:4rem;position:relative}.section-title h2{font-size:2.5rem;font-weight:700;display:inline-block;position:relative;padding-bottom:1rem}.section-title h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(to right,var(--primary),var(--secondary))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark-gray)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}
