@charset "UTF-8";body{margin:0;font-family:Inter,sans-serif;color:var(--text-color);background:var(--bg-color);line-height:1.6;transition:background .3s ease,color .3s ease}html,body,#root{min-height:100vh}section{scroll-margin-top:80px;padding:4rem 0}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-light)}.theme-toggle{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle .theme-icon{color:var(--text-color);transition:transform .3s ease}.theme-toggle:hover{background:rgba(var(--primary),.1)}.theme-toggle:hover .theme-icon{transform:scale(1.1)}.theme-toggle:focus{outline:2px solid rgba(var(--primary),.5);outline-offset:2px}.header{position:fixed;top:0;width:100%;padding:1rem 2rem;z-index:1000;background:rgba(var(--bg-color),.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .3s ease;box-shadow:0 2px 10px #0000001a;height:70px}.header .nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%}.header .logo{font-weight:700;font-size:1.5rem}.header .logo a{color:var(--text-color);text-decoration:none;cursor:pointer;font-family:Inter,sans-serif;letter-spacing:1px;font-weight:700}.header .nav-right{display:flex;align-items:center;gap:2rem}.header .nav-links{display:flex;gap:2rem}.header .nav-links li{list-style:none}.header .nav-links li a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer;font-size:.95rem;position:relative;padding:.5rem 0;opacity:.9}.header .nav-links li a.active{color:var(--primary);font-weight:600;opacity:1}.header .nav-links li a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--primary)}.header .nav-links li a:hover{color:var(--primary);opacity:1}@media (max-width: 768px){.header{padding:1rem}.header .nav-right,.header .nav-links{gap:1rem}.header .logo a{font-size:1.2rem}}@media (max-width: 600px){.header .nav-links{display:none}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 10%;position:relative;color:var(--text-color);background:linear-gradient(135deg,rgba(100,108,255,.05) 0%,var(--bg-color) 100%)}.hero-container{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;width:100%;padding-top:2rem}.hero-text{flex:1}.hero-text .main-heading{font-size:2.8rem;margin-bottom:.8rem;font-weight:700;line-height:1.2;color:var(--text-color)}.hero-text .main-heading .greeting{color:var(--text-color);font-size:2.8rem}.hero-text .main-heading .name-animation{color:var(--primary);display:inline-block}.hero-text .title{font-size:1.1rem;margin-bottom:2.5rem;color:var(--primary);font-weight:500}.hero-text .subtitle{font-size:1.1rem;margin-bottom:2.5rem;max-width:600px;opacity:.9;line-height:1.6;color:rgba(var(--text-color),.9);text-align:justify}.hero-text .combined-links{margin-bottom:2rem}.hero-text .contact-items{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.hero-text .contact-item{display:flex;align-items:center;gap:.8rem;color:var(--text-color);text-decoration:none;padding:.8rem 1.5rem;background:rgba(var(--primary),.1);border-radius:8px;transition:all .3s ease;border:1px solid rgba(var(--primary),.3)}.hero-text .contact-item:hover{background:rgba(var(--primary),.2);transform:translateY(-2px);box-shadow:0 4px 15px #646cff33;border-color:var(--primary)}.hero-text .contact-item .contact-icon{color:var(--primary);font-size:1.1rem}.hero-text .contact-item span{font-weight:500;font-size:.95rem}.hero-text .contact-item.social-contact .contact-icon{font-size:1.2rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative;min-height:400px}.hero-image .profile-glow{position:absolute;width:calc(100% + 40px);height:calc(100% + 40px);max-width:400px;max-height:400px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;border-radius:16px;background:radial-gradient(circle at center,rgba(var(--primary),.4) 0%,rgba(var(--primary),.1) 50%,transparent 70%);animation:pulse-glow 3s infinite alternate;filter:blur(12px)}.hero-image .profile-image{width:100%;max-width:340px;height:auto;max-height:450px;object-fit:cover;position:relative;z-index:1;border-radius:16px;box-shadow:0 0 25px rgba(var(--primary),.6),0 15px 40px #0000004d;filter:grayscale(10%) contrast(110%);transition:all .3s ease;border:2px solid rgba(var(--primary),.6)}.hero-image .profile-image:hover{filter:grayscale(0%) contrast(100%);transform:scale(1.03);box-shadow:0 0 35px rgba(var(--primary),.8),0 20px 50px #0006}.hero-image .profile-image:hover~.profile-glow{animation:pulse-glow-hover 2s infinite alternate}.hero .scroll-prompt{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;opacity:.9;animation:fadeIn 2s ease-in-out;color:var(--primary)}.hero .scroll-prompt .bounce{animation:bounce 2s infinite;color:var(--primary)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:.9;transform:translate(-50%)}}@keyframes pulse-glow{0%{opacity:.6;width:calc(100% + 40px);height:calc(100% + 40px)}to{opacity:.9;width:calc(100% + 50px);height:calc(100% + 50px)}}@keyframes pulse-glow-hover{0%{opacity:.8;filter:blur(12px)}to{opacity:1;filter:blur(16px)}}@media (max-width: 1200px){.hero-text .main-heading{font-size:2.5rem}}@media (max-width: 1024px){.hero-container{gap:3rem}.hero-text .main-heading{font-size:2.2rem}.hero-text .contact-items{gap:.8rem}.hero-text .contact-item{padding:.7rem 1.2rem}.hero-text .contact-item span{font-size:.9rem}}@media (max-width: 900px){.hero-text .main-heading{font-size:2rem}}@media (max-width: 768px){.hero{padding:6rem 1.5rem 4rem;height:auto}.hero-container{flex-direction:column-reverse;gap:2rem}.hero-text{text-align:center}.hero-text .main-heading{font-size:2rem;white-space:normal;line-height:1.3}.hero-text .main-heading .name-animation{display:inline-block;white-space:normal}.hero-text .title{font-size:1.4rem}.hero-text .subtitle{text-align:center;font-size:1rem}.hero-text .contact-items{flex-direction:column;align-items:center;gap:1rem}.hero-text .contact-item{justify-content:center;text-align:center;width:100%;max-width:300px}.hero-image .profile-glow{max-width:330px;max-height:330px}.hero-image .profile-image{max-width:300px}}@media (max-width: 480px){.hero-text .main-heading{font-size:1.8rem}.hero-text .title{font-size:1.2rem}.hero-text .contact-item{padding:.6rem 1rem}.hero-text .contact-item span{font-size:.85rem}}.about-section{padding:5rem 2rem;background:var(--bg-color);color:var(--text-color)}.about-section .about-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.about-section .section-title{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:2rem;text-align:center;font-weight:700;color:var(--text-color);line-height:1.3}.about-section .section-title .highlight-text{color:var(--primary);position:relative;display:inline-block}.about-section .section-title .highlight-text:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:3px;background:var(--primary);transition:width .3s ease}.about-section .section-title .highlight-text:hover:after{width:100%}.about-section .intro-text{font-size:1.15rem;line-height:1.8;max-width:800px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);padding:0 1rem}.about-section .skills-container{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3rem}.about-section .skills-category .category-title{font-size:1.3rem;color:var(--primary);margin-bottom:1.2rem;text-align:center;font-weight:600;text-transform:uppercase;letter-spacing:1px}.about-section .skills-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;margin-bottom:1rem}.about-section .skill-item{position:relative;font-size:1.05rem;font-weight:500;color:var(--text-secondary);cursor:default;transition:all .3s ease;padding:.8rem 1.5rem;border-radius:50px;background:var(--card-bg);border:1px solid var(--border-color)}.about-section .skill-item.data-skill{background:rgba(var(--primary-rgb),.05);border-color:rgba(var(--primary-rgb),.2)}.about-section .skill-item.project-skill{background:rgba(var(--accent-rgb, 100, 108, 255),.05);border-color:rgba(var(--accent-rgb, 100, 108, 255),.2)}.about-section .skill-item .skill-underline{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--primary);transition:width .3s ease}.about-section .skill-item:hover{color:var(--primary);transform:translateY(-3px);box-shadow:var(--shadow-md)}.about-section .skill-item:hover .skill-underline{width:80%}.about-section .skill-item:hover.data-skill{background:rgba(var(--primary-rgb),.1);border-color:var(--primary)}.about-section .skill-item:hover.project-skill{background:rgba(var(--accent-rgb, 100, 108, 255),.1);border-color:var(--accent-color, #646cff)}.about-section .info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.about-section .info-box{background:var(--card-bg);border-radius:16px;padding:2rem;border:1px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden;box-shadow:var(--shadow-sm);height:fit-content}.about-section .info-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary)}.about-section .info-box .box-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.about-section .info-box .box-header .box-title-icon{display:flex;align-items:center;gap:.8rem}.about-section .info-box .box-header h3{font-size:1.4rem;color:var(--text-color);margin:0;font-weight:600}.about-section .info-box .box-header .box-icon{font-size:1.8rem;opacity:.8;color:var(--primary)}.about-section .info-box .box-header .year-badge,.about-section .info-box .box-header .focus-badge{background:rgba(var(--primary-rgb),.1);color:var(--primary);padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(var(--primary-rgb),.3)}.about-section .info-box .box-header .focus-badge{background:rgba(var(--accent-rgb, 100, 108, 255),.1);color:var(--accent-color, #646cff);border-color:rgba(var(--accent-rgb, 100, 108, 255),.3)}.about-section .info-box .box-content h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-color);font-weight:600}.about-section .info-box .box-content p{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.5rem}.about-section .info-box .box-content p.specialization{color:var(--primary);font-weight:500;font-size:1.1rem}.about-section .info-box .box-content p.institution{font-weight:500;color:var(--text-color)}.about-section .info-box .box-content .highlight-text{color:var(--primary);font-weight:600}.about-section .info-box .box-content .achievement-row{display:flex;gap:2rem;margin:1.5rem 0;padding:1rem;background:rgba(var(--primary-rgb),.05);border-radius:10px;border:1px solid rgba(var(--primary-rgb),.1)}.about-section .info-box .box-content .achievement-item{display:flex;flex-direction:column}.about-section .info-box .box-content .achievement-item .achievement-label{font-size:.9rem;color:var(--text-secondary);margin-bottom:.3rem}.about-section .info-box .box-content .achievement-item .achievement-value{font-size:1.2rem;color:var(--primary);font-weight:600}.about-section .info-box .box-content .education-focus{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-color)}.about-section .info-box .box-content .education-focus .focus-label{font-size:.95rem;color:var(--text-secondary);margin-right:.5rem}.about-section .info-box .box-content .education-focus .focus-text{font-size:1.05rem;color:var(--primary);font-weight:600}.about-section .info-box .box-content .focus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-section .info-box .box-content .focus-category h4.focus-category-title{font-size:1.1rem;color:var(--primary);margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:2px solid rgba(var(--primary-rgb),.2)}.about-section .info-box .box-content .focus-category ul{list-style:none;padding-left:0;margin:0}.about-section .info-box .box-content .focus-category ul li{position:relative;padding-left:1.2rem;margin-bottom:.6rem;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.about-section .info-box .box-content .focus-category ul li:before{content:"▸";color:var(--primary);position:absolute;left:0;font-size:.9rem}.about-section .info-box.education-box:before{background:linear-gradient(90deg,var(--primary) 0%,#00d4ff 100%)}.about-section .info-box.focus-box:before{background:linear-gradient(90deg,var(--primary) 0%,#a162e8 100%)}.about-section .info-box:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary)}@media (max-width: 992px){.about-section .focus-grid{grid-template-columns:1fr!important}}@media (max-width: 768px){.about-section{padding:3rem 1.5rem}.about-section .skills-row{gap:.8rem}.about-section .skill-item{font-size:.95rem;padding:.6rem 1.2rem}.about-section .info-section{grid-template-columns:1fr;gap:2rem}.about-section .box-content .focus-grid{grid-template-columns:1fr;gap:1.5rem}.about-section .box-content .achievement-row{flex-direction:column;gap:1rem}}@media (max-width: 480px){.about-section .skill-item{font-size:.9rem;padding:.5rem 1rem}.about-section .info-box{padding:1.5rem}.about-section .box-header{flex-direction:column;gap:1rem;align-items:flex-start!important}.about-section .box-header .year-badge,.about-section .box-header .focus-badge{align-self:flex-start}}.skills-section{padding:5rem 2rem;background:var(--bg-color, #f8fafc);color:var(--text-color, #1e293b);position:relative;overflow:hidden;transition:background .3s ease,color .3s ease}.skills-section .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.skills-section .section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--heading-color, #1e293b);font-weight:700}.skills-section .section-title span{color:#6366f1;position:relative}.skills-section .section-title span:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#6366f1,transparent);transform:scaleX(0);transform-origin:right;transition:transform .5s ease}.skills-section .section-title:hover span:after{transform:scaleX(1);transform-origin:left}.skills-section .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.skills-section .skill-card{background:var(--card-bg, #ffffff);border-radius:12px;padding:1.8rem;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid var(--border-color, rgba(99, 102, 241, .1));box-shadow:var(--card-shadow, 0 5px 15px rgba(0, 0, 0, .05))}.skills-section .skill-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--category-color, #6366f1),transparent);opacity:.8}.skills-section .skill-card:hover{transform:translateY(-5px);box-shadow:var(--card-hover-shadow, 0 10px 25px rgba(99, 102, 241, .1));border-color:rgba(var(--category-color, 99, 102, 241),.3)}.skills-section .skill-card:hover .card-glow{opacity:.3}.skills-section .skill-card:hover:before{opacity:1}.skills-section .skill-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.skills-section .skill-card .card-header .category-icon{background:rgba(var(--category-color, 99, 102, 241),.12);width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.skills-section .skill-card .card-header .category-icon .category-emoji{font-size:1.6rem}.skills-section .skill-card .card-header h3{font-size:1.4rem;margin:0;color:var(--heading-color, #1e293b);font-weight:600}.skills-section .skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.8rem}.skills-section .skill-item{display:flex;align-items:center;justify-content:center;padding:.6rem .8rem;border-radius:6px;transition:all .2s ease;cursor:default;background:rgba(var(--category-color, 99, 102, 241),.08);border:1px solid rgba(var(--category-color, 99, 102, 241),.12);text-align:center;min-height:38px}.skills-section .skill-item .skill-text{font-size:.85rem;font-weight:600;color:var(--text-color, #1e293b);transition:all .2s ease;line-height:1.2}.skills-section .skill-item:hover{background:rgba(var(--category-color, 99, 102, 241),.15);box-shadow:0 3px 8px rgba(var(--category-color, 99, 102, 241),.1);transform:translateY(-2px);border-color:rgba(var(--category-color, 99, 102, 241),.2)}.skills-section .skill-item:hover .skill-text{color:var(--category-color, #6366f1)}.skills-section .card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(var(--category-color, 99, 102, 241),.1) 0%,transparent 70%);z-index:-1;opacity:0;transition:opacity .3s ease}.skills-section .soft-skills-title{margin-top:4rem;margin-bottom:2rem}.skills-section .soft-skills-scroll-container{overflow-x:auto;padding:1rem 0;margin:0 -1rem}.skills-section .soft-skills-scroll-container::-webkit-scrollbar{height:8px}.skills-section .soft-skills-scroll-container::-webkit-scrollbar-track{background:#6366f11a;border-radius:10px}.skills-section .soft-skills-scroll-container::-webkit-scrollbar-thumb{background:#6366f180;border-radius:10px}.skills-section .soft-skills-scroll-container::-webkit-scrollbar-thumb:hover{background:#6366f1b3}.skills-section .soft-skills-track{display:flex;gap:1.5rem;padding:0 1rem;width:max-content}.skills-section .soft-skill-card{background:var(--card-bg, #ffffff);border-radius:16px;padding:1.8rem;transition:all .4s ease;position:relative;overflow:hidden;z-index:1;border:1px solid var(--border-color, rgba(99, 102, 241, .15));box-shadow:var(--card-shadow, 0 8px 25px rgba(0, 0, 0, .08));min-width:260px;flex-shrink:0}.skills-section .soft-skill-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#6366f1,#818cf8);opacity:.8}.skills-section .soft-skill-card .skill-header{margin-bottom:1.2rem}.skills-section .soft-skill-card .skill-header h3{font-size:1.3rem;color:var(--heading-color, #1e293b);font-weight:600;margin:0}.skills-section .soft-skill-card p{font-size:1rem;line-height:1.6;color:var(--text-color, #1e293b);font-weight:400;margin:0}.skills-section .soft-skill-card .skill-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(99,102,241,.15) 0%,transparent 70%);z-index:-1;opacity:0;transition:opacity .3s ease}.skills-section .soft-skill-card:hover{transform:translateY(-8px);box-shadow:var(--card-hover-shadow, 0 20px 40px rgba(99, 102, 241, .15));border-color:#6366f14d}.skills-section .soft-skill-card:hover .skill-glow{opacity:.4}.skills-section .soft-skill-card:hover:before{opacity:1}.skills-section .download-container{display:flex;justify-content:center;align-items:center;margin-top:3rem;flex-wrap:wrap}.skills-section .download-card.single-download{background:var(--card-bg, #ffffff);border-radius:16px;padding:2.5rem;transition:all .4s ease;position:relative;overflow:hidden;z-index:1;border:1px solid var(--border-color, rgba(99, 102, 241, .15));box-shadow:var(--card-shadow, 0 8px 25px rgba(0, 0, 0, .08));text-align:center;width:500px;max-width:100%;display:flex;flex-direction:column;align-items:center}.skills-section .download-card.single-download:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#6366f1,#818cf8,#10b981);opacity:.8}.skills-section .download-card.single-download .download-icon{font-size:3rem;color:#6366f1;margin-bottom:1.5rem}.skills-section .download-card.single-download h3{font-size:1.8rem;color:var(--heading-color, #1e293b);font-weight:600;margin:0 0 1.2rem}.skills-section .download-card.single-download p{font-size:1.1rem;line-height:1.6;color:var(--text-color, #1e293b);font-weight:400;margin:0 0 2rem;max-width:400px}.skills-section .download-card.single-download .download-btn{display:inline-block;background:#6366f1;color:#fff;padding:.9rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;font-family:inherit;margin-bottom:1.5rem}.skills-section .download-card.single-download .download-btn:hover{background:#4f46e5;transform:translateY(-3px);box-shadow:0 10px 20px #6366f14d}.skills-section .download-card.single-download .resume-features{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.skills-section .download-card.single-download .resume-features span{background:#6366f11a;color:#6366f1;padding:.4rem .9rem;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid rgba(99,102,241,.2);transition:all .3s ease}.skills-section .download-card.single-download .resume-features span:hover{background:#6366f133;transform:translateY(-2px)}.skills-section .download-card.single-download .card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(99,102,241,.15) 0%,transparent 70%);z-index:-1;opacity:0;transition:opacity .3s ease}.skills-section .download-card.single-download:hover{transform:translateY(-8px);box-shadow:var(--card-hover-shadow, 0 20px 40px rgba(99, 102, 241, .15));border-color:#6366f14d}.skills-section .download-card.single-download:hover .card-glow{opacity:.4}.skills-section .download-card.single-download:hover:before{opacity:1}@media (max-width: 768px){.skills-section{padding:3rem 1.5rem}.skills-section .section-title{font-size:2.3rem}.skills-section .skills-grid{grid-template-columns:1fr;gap:2rem}.skills-section .skills-container{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.7rem}.skills-section .soft-skills-track{gap:1.2rem}.skills-section .soft-skill-card{min-width:240px;padding:1.5rem}.skills-section .download-container{gap:2rem}.skills-section .download-card.single-download{width:100%;padding:2rem}.skills-section .download-card.single-download h3{font-size:1.6rem}.skills-section .download-card.single-download p{font-size:1rem}.skills-section .download-card.single-download .download-btn{padding:.8rem 1.8rem;font-size:1rem}.skills-section .skill-card{padding:1.5rem}.skills-section .card-header .category-icon{width:50px;height:50px}.skills-section .card-header .category-icon .category-emoji{font-size:1.4rem}.skills-section .card-header h3{font-size:1.3rem}}@media (max-width: 480px){.skills-section .skills-container{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.6rem}.skills-section .card-header{flex-direction:column;text-align:center;gap:.8rem}.skills-section .card-header .category-icon{width:45px;height:45px}.skills-section .card-header .category-icon .category-emoji{font-size:1.3rem}.skills-section .soft-skill-card{min-width:220px;padding:1.3rem}.skills-section .soft-skill-card .skill-header h3{font-size:1.2rem}.skills-section .soft-skill-card p{font-size:.95rem}.skills-section .download-card.single-download{padding:1.5rem}.skills-section .download-card.single-download h3{font-size:1.4rem}.skills-section .download-card.single-download p{font-size:.95rem}.skills-section .download-card.single-download .resume-features{gap:.5rem}.skills-section .download-card.single-download .resume-features span{font-size:.85rem;padding:.3rem .7rem}.skills-section .skill-item{padding:.5rem .7rem;min-height:35px}.skills-section .skill-item .skill-text{font-size:.8rem}}@media (prefers-color-scheme: dark){.skills-section{--bg-color: #0f172a;--text-color: #e2e8f0;--heading-color: #f1f5f9;--card-bg: #1e293b;--border-color: rgba(99, 102, 241, .2);--card-shadow: 0 8px 25px rgba(0, 0, 0, .3);--card-hover-shadow: 0 20px 40px rgba(99, 102, 241, .2)}}.certifications-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;overflow:hidden}.certifications-section .section-title{text-align:center;margin-bottom:3rem;color:var(--text-color);font-size:2.5rem;position:relative}.certifications-section .section-title:after{content:"";display:block;width:80px;height:4px;background:var(--primary);margin:.5rem auto 0;border-radius:2px}.certifications-section .certifications-container{position:relative;display:flex;align-items:center;gap:1rem}.certifications-section .certifications-scroll{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0;scroll-padding:0 1rem}.certifications-section .certifications-scroll::-webkit-scrollbar{display:none}.certifications-section .achievement-card{flex:0 0 350px;background:var(--card-bg);border-radius:12px;padding:2rem;transition:all .3s ease;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);min-height:280px;display:flex;flex-direction:column;position:relative;overflow:hidden}.certifications-section .achievement-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-light));opacity:.7}.certifications-section .achievement-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-5px)}.certifications-section .achievement-card:hover:before{opacity:1}.certifications-section .achievement-header{margin-bottom:1rem}.certifications-section .achievement-header h3{color:var(--text-color);font-size:1.2rem;margin:0 0 .5rem;line-height:1.4}.certifications-section .achievement-header .achievement-type{background:var(--primary);color:var(--bg-color);padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase;display:inline-block;box-shadow:0 2px 4px #0000001a}.certifications-section .achievement-details{flex:1;display:flex;flex-direction:column}.certifications-section .achievement-details p{margin:.5rem 0;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.certifications-section .achievement-details .achievement-meta{font-size:.85rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:500}.certifications-section .achievement-details .achievement-description{flex-grow:1}.certifications-section .achievement-link{display:inline-block;margin-top:auto;padding:.5rem 1rem;background:var(--primary);color:var(--bg-color);text-decoration:none;font-weight:600;font-size:.9rem;border-radius:4px;transition:all .15s ease;text-align:center;border:2px solid transparent}.certifications-section .achievement-link:hover{background:transparent;color:var(--primary);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.certifications-section .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--card-bg);border:2px solid var(--primary);color:var(--primary);font-size:1.2rem;font-weight:700;cursor:pointer;z-index:10;transition:all .15s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000001a}.certifications-section .scroll-btn:hover{background:var(--primary);color:var(--bg-color);transform:translateY(-50%) scale(1.1)}.certifications-section .scroll-btn.scroll-left{left:-20px}.certifications-section .scroll-btn.scroll-right{right:-20px}@media (max-width: 768px){.certifications-section{padding:4rem 1rem}.certifications-section .section-title{font-size:2rem}.certifications-section .certifications-container{gap:.5rem}.certifications-section .achievement-card{flex:0 0 300px;min-height:250px}.certifications-section .scroll-btn{width:35px;height:35px;font-size:1rem}.certifications-section .scroll-btn.scroll-left{left:-15px}.certifications-section .scroll-btn.scroll-right{right:-15px}}@media (max-width: 480px){.certifications-section .achievement-card{flex:0 0 280px;padding:1rem;min-height:230px}.certifications-section .scroll-btn{display:none}.certifications-section .achievement-header h3{font-size:1.1rem}}:root{--primary: #646cff;--primary-light: rgb(176.5, 180.5516129032, 255);--primary-dark: rgb(23.5, 35.4483870968, 255);--bg-color: #ffffff;--secondary-bg: #f8f8f8;--card-bg: #ffffff;--text-color: #1a1a1a;--text-secondary: gray;--border-color: #eaeaea;--icon-color: #1a1a1a;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}[data-theme=dark]{--primary: #646cff;--primary-light: rgb(176.5, 180.5516129032, 255);--primary-dark: rgb(23.5, 35.4483870968, 255);--bg-color: #1a1a1a;--secondary-bg: rgb(38.75, 38.75, 38.75);--card-bg: rgb(51.5, 51.5, 51.5);--text-color: #ffffff;--text-secondary: rgb(178.5, 178.5, 178.5);--border-color: #4d4d4d;--icon-color: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .3)}.projects{padding:4rem;text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#fff);color:#1a1a1a}.projects:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--primary),.3),transparent)}.projects .projects-header{max-width:800px;margin:0 auto 4rem}.projects .projects-header .featured-label{font-size:.9rem;letter-spacing:3px;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-weight:600;background:rgba(var(--primary),.08);padding:.5rem 1.5rem;border-radius:20px;display:inline-block}.projects .projects-header .main-title{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin-bottom:1.5rem;font-weight:700}.projects .projects-header .description{font-size:1.2rem;line-height:1.8;color:#666;margin-bottom:0;max-width:600px;margin-left:auto;margin-right:auto}.projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1300px;margin:0 auto}.projects .project-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.08);text-align:left;position:relative;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000000d;height:100%}.projects .project-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px #0000001a;border-color:rgba(var(--primary),.3)}.projects .project-card:hover .project-image img{transform:scale(1.1)}.projects .project-card:hover .github-link{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--primary),.3)}.projects .project-image-container{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.projects .project-image-container .project-image{width:100%;height:100%;position:relative}.projects .project-image-container .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.projects .project-image-container .project-image .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.9) 0%,transparent 50%);z-index:1}.projects .project-content{padding:2rem;flex:1;display:flex;flex-direction:column;position:relative;z-index:2}.projects .project-content .project-header{margin-bottom:1rem}.projects .project-content .project-header h3{font-size:1.4rem;margin:0;color:#1a1a1a;font-weight:600;line-height:1.4}.projects .project-content .project-description{font-size:1rem;line-height:1.7;color:#666;margin-bottom:1.5rem;flex:1}.projects .project-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.projects .project-tags span{background:rgba(var(--primary),.1);color:var(--primary);padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(var(--primary),.15);transition:all .3s ease}.projects .project-tags span:hover{background:rgba(var(--primary),.2);border-color:rgba(var(--primary),.3);transform:translateY(-2px)}.projects .github-link{display:inline-flex;align-items:center;gap:.5rem;background:rgba(var(--primary),.1);color:var(--primary);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;padding:.8rem 1.5rem;border-radius:8px;border:1px solid rgba(var(--primary),.2);margin-top:auto;width:fit-content}.projects .github-link .github-icon{transition:transform .3s ease}.projects .github-link:hover .github-icon{transform:translate(3px)}@media (max-width: 1024px){.projects .projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.projects{padding:4rem 1.5rem}.projects .projects-header{margin-bottom:3rem}.projects .projects-header .featured-label{font-size:.8rem}.projects .projects-header .main-title{font-size:2rem}.projects .projects-header .description{font-size:1.1rem}.projects .projects-grid{grid-template-columns:1fr;gap:2rem}.projects .project-image-container{height:200px}.projects .project-content{padding:1.5rem}.projects .project-content .project-header h3{font-size:1.3rem}}@media (max-width: 480px){.projects .projects-grid{gap:1.5rem}.projects .project-content{padding:1.25rem}.projects .project-content .project-header h3{font-size:1.2rem}.projects .project-content .project-description{font-size:.95rem}.projects .project-tags span{font-size:.75rem;padding:.3rem .7rem}.projects .github-link{padding:.7rem 1.2rem;font-size:.85rem}}[data-theme=dark] .projects{background:linear-gradient(135deg,#0a0a0f,#16161d);color:#fff}[data-theme=dark] .projects:before{background:linear-gradient(90deg,transparent,var(--primary),transparent)}[data-theme=dark] .projects .projects-header .featured-label{color:var(--primary);background:rgba(var(--primary),.1)}[data-theme=dark] .projects .projects-header .main-title{color:#fff}[data-theme=dark] .projects .projects-header .description{color:#ffffffb3}[data-theme=dark] .projects .project-card{background:#14141ccc;border:1px solid rgba(var(--primary),.15);box-shadow:0 4px 20px #0003}[data-theme=dark] .projects .project-card:hover{box-shadow:0 20px 40px rgba(var(--primary),.2);border-color:rgba(var(--primary),.4)}[data-theme=dark] .projects .project-card:hover .github-link{background:var(--primary);color:#000}[data-theme=dark] .projects .project-image-container{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}[data-theme=dark] .projects .project-image-container .project-image .overlay{background:linear-gradient(to top,rgba(10,10,15,.9) 0%,transparent 50%)}[data-theme=dark] .projects .project-content .project-header h3{color:#fff}[data-theme=dark] .projects .project-content .project-description{color:#ffffffb3}[data-theme=dark] .projects .project-tags span{background:rgba(var(--primary),.12);color:rgba(var(--primary),.95);border:1px solid rgba(var(--primary),.2)}[data-theme=dark] .projects .project-tags span:hover{background:rgba(var(--primary),.2);border-color:rgba(var(--primary),.4)}[data-theme=dark] .projects .github-link{background:rgba(var(--primary),.1);color:var(--primary);border:1px solid rgba(var(--primary),.2)}[data-theme=dark] .projects .github-link:hover{background:var(--primary);color:#000}.dark-mode .projects,html.dark-mode .projects,body.dark-mode .projects{background:linear-gradient(135deg,#0a0a0f,#16161d);color:#fff}.dark-mode .projects:before,html.dark-mode .projects:before,body.dark-mode .projects:before{background:linear-gradient(90deg,transparent,var(--primary),transparent)}.dark-mode .projects .projects-header .featured-label,html.dark-mode .projects .projects-header .featured-label,body.dark-mode .projects .projects-header .featured-label{color:var(--primary);background:rgba(var(--primary),.1)}.dark-mode .projects .projects-header .main-title,html.dark-mode .projects .projects-header .main-title,body.dark-mode .projects .projects-header .main-title{color:#fff}.dark-mode .projects .projects-header .description,html.dark-mode .projects .projects-header .description,body.dark-mode .projects .projects-header .description{color:#ffffffb3}.dark-mode .projects .project-card,html.dark-mode .projects .project-card,body.dark-mode .projects .project-card{background:#14141ccc;border:1px solid rgba(var(--primary),.15);box-shadow:0 4px 20px #0003}.dark-mode .projects .project-card:hover,html.dark-mode .projects .project-card:hover,body.dark-mode .projects .project-card:hover{box-shadow:0 20px 40px rgba(var(--primary),.2);border-color:rgba(var(--primary),.4)}.dark-mode .projects .project-card:hover .github-link,html.dark-mode .projects .project-card:hover .github-link,body.dark-mode .projects .project-card:hover .github-link{background:var(--primary);color:#000}.dark-mode .projects .project-image-container,html.dark-mode .projects .project-image-container,body.dark-mode .projects .project-image-container{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.dark-mode .projects .project-image-container .project-image .overlay,html.dark-mode .projects .project-image-container .project-image .overlay,body.dark-mode .projects .project-image-container .project-image .overlay{background:linear-gradient(to top,rgba(10,10,15,.9) 0%,transparent 50%)}.dark-mode .projects .project-content .project-header h3,html.dark-mode .projects .project-content .project-header h3,body.dark-mode .projects .project-content .project-header h3{color:#fff}.dark-mode .projects .project-content .project-description,html.dark-mode .projects .project-content .project-description,body.dark-mode .projects .project-content .project-description{color:#ffffffb3}.dark-mode .projects .project-tags span,html.dark-mode .projects .project-tags span,body.dark-mode .projects .project-tags span{background:rgba(var(--primary),.12);color:rgba(var(--primary),.95);border:1px solid rgba(var(--primary),.2)}.dark-mode .projects .project-tags span:hover,html.dark-mode .projects .project-tags span:hover,body.dark-mode .projects .project-tags span:hover{background:rgba(var(--primary),.2);border-color:rgba(var(--primary),.4)}.dark-mode .projects .github-link,html.dark-mode .projects .github-link,body.dark-mode .projects .github-link{background:rgba(var(--primary),.1);color:var(--primary);border:1px solid rgba(var(--primary),.2)}.dark-mode .projects .github-link:hover,html.dark-mode .projects .github-link:hover,body.dark-mode .projects .github-link:hover{background:var(--primary);color:#000}.contact-page{padding:60px 20px;max-width:1200px;margin:0 auto}.contact-page .contact-header{text-align:center;margin-bottom:60px}.contact-page .contact-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:15px;font-weight:700}.contact-page .contact-header p{font-size:1.1rem;color:#7f8c8d;max-width:600px;margin:0 auto;line-height:1.6}.contact-page .contact-container{display:grid;grid-template-columns:1fr 2fr;gap:60px}@media (max-width: 992px){.contact-page .contact-container{grid-template-columns:1fr;gap:40px}}.contact-page .contact-info{background:#f8f9fa;padding:40px;border-radius:12px;box-shadow:0 5px 15px #0000000d;height:fit-content}.contact-page .contact-info h3{font-size:1.5rem;color:#2c3e50;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #3498db}.contact-page .contact-info .contact-item{display:flex;align-items:flex-start;margin-bottom:30px}.contact-page .contact-info .contact-item:last-child{margin-bottom:0}.contact-page .contact-info .contact-item .contact-icon{background:#3498db;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0}.contact-page .contact-info .contact-item .contact-icon i{font-size:1rem}.contact-page .contact-info .contact-item strong{display:block;color:#2c3e50;margin-bottom:5px;font-size:1rem}.contact-page .contact-info .contact-item p{color:#555;line-height:1.5;margin-bottom:10px}.contact-page .contact-info .contact-item .linkedin-link{color:#3498db;text-decoration:none;transition:color .3s ease;font-weight:500}.contact-page .contact-info .contact-item .linkedin-link:hover{color:#2980b9;text-decoration:underline}.contact-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 5px 15px #0000000d}.contact-form h3{font-size:1.5rem;color:#2c3e50;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #3498db}.contact-form form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 576px){.contact-form form .form-row{grid-template-columns:1fr}}.contact-form form .form-group{margin-bottom:25px}.contact-form form .form-group label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:500}.contact-form form .form-group label:after{content:" *";color:#e74c3c}.contact-form form .form-group input,.contact-form form .form-group textarea{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;font-family:inherit}.contact-form form .form-group input:focus,.contact-form form .form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.contact-form form .form-group input.error,.contact-form form .form-group textarea.error{border-color:#e74c3c}.contact-form form .form-group input::placeholder,.contact-form form .form-group textarea::placeholder{color:#95a5a6}.contact-form form .form-group textarea{resize:vertical;min-height:120px}.contact-form form .form-group .error-text{display:block;color:#e74c3c;font-size:.85rem;margin-top:5px}.contact-form form .submit-btn{display:inline-flex;align-items:center;gap:10px;background:#3498db;color:#fff;padding:14px 30px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center}.contact-form form .submit-btn:hover:not(:disabled){background:#2980b9;transform:translateY(-2px);box-shadow:0 5px 15px #3498db33}.contact-form form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-form form .submit-btn i{font-size:.9rem}.contact-form form .submit-btn i.fa-spin{animation:fa-spin 1s infinite linear}.contact-form form .success-message{display:flex;align-items:center;gap:15px;background:#d4edda;color:#155724;padding:15px;border-radius:6px;margin-top:20px;border:1px solid #c3e6cb}.contact-form form .success-message i{font-size:1.5rem;flex-shrink:0}.contact-form form .success-message p{margin:0;line-height:1.5}.contact-form form .error-message{display:flex;align-items:center;gap:15px;background:#f8d7da;color:#721c24;padding:15px;border-radius:6px;margin-top:20px;border:1px solid #f5c6cb}.contact-form form .error-message i{font-size:1.5rem;flex-shrink:0}.contact-form form .error-message p{margin:0;line-height:1.5}.contact-form form .error-message a{color:#721c24;text-decoration:underline;font-weight:500;margin-left:5px}.contact-form form .error-message a:hover{color:#491217}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
