:root{--purple: #7E74F1;--purple-light-1: #EAE6FE;--purple-light-2: #F5F3FE;--cinder: #232E35;--cinder-light: #656D72;--light: #FBFBFB;--light-2: #f1f1f1;--light-3: #f5f5f5;--light-4: #D9D9D9;--white: #FFFFFF}::selection{background:#e7e7e7}::-webkit-scrollbar-track{background-color:var(--light)}::-webkit-scrollbar{width:8px;background-color:var(--purple)}::-webkit-scrollbar-thumb{background-color:var(--purple)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}a{text-decoration:none;color:inherit}body{font-size:16px;line-height:28px;font-family:Inter,sans-serif;font-weight:400;color:var(--cinder)}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,serif}.container{width:100%;max-width:1200px;padding:0 16px;margin:0 auto}.primary{color:var(--purple)}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.btn{font-style:normal;font-weight:500;font-size:14px;padding:16px 24px;line-height:17px;border-radius:8px;font-family:inherit;border:none;cursor:pointer;position:relative}.btn-outline-light{border:1px solid var(--light-2)}.btn-primary{background:var(--purple);color:var(--white)}.btn .loading{width:16px;height:16px;border-width:2px;position:absolute;right:16px;visibility:hidden;opacity:0}.btn.show-loading .loading{visibility:visible;opacity:1}.btn.show-loading{opacity:.6!important;pointer-events:none}.section-name .title{font-style:normal;font-weight:700;font-size:36px;line-height:45px}.service-section{animation:fadeInUp 1s ease-in-out;position:relative;background:var(--light);padding:100px 0;margin:0;scroll-margin-top:120px;overflow:hidden}.service-item-wrapper{margin-top:4rem;position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:0 1rem;z-index:2}.skill-item{position:relative;flex:0 1 auto;padding:.8rem 1.5rem;background:var(--white);border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 2px 10px #0000000d;transform-origin:center;border:1px solid rgba(126,116,241,.1)}.skill-item:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 5px 20px #7e74f133;border-color:var(--purple)}.skill-text{color:var(--cinder);font-size:.95rem;font-weight:500;position:relative;z-index:1;transition:all .3s ease}.skill-item:hover .skill-text{color:var(--purple)}.skill-item:before{content:"";position:absolute;inset:-1px;border-radius:12px;padding:1px;background:linear-gradient(45deg,var(--purple),transparent,var(--purple));-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;transition:opacity .4s ease}.skill-item:hover:before{opacity:1}.skill-item:after{content:"";position:absolute;inset:0;border-radius:12px;background:linear-gradient(45deg,#7e74f10d,#7e74f11a,#7e74f10d);opacity:0;transition:opacity .4s ease}.skill-item:hover:after{opacity:1}.skills-background{position:fixed;inset:0;pointer-events:none;opacity:.05;background:radial-gradient(circle at 20% 20%,var(--purple) 0%,transparent 40%),radial-gradient(circle at 80% 80%,var(--purple) 0%,transparent 40%);z-index:1}@media only screen and (max-width:992px){.service-item-wrapper{gap:1.25rem}.skill-item{padding:.7rem 1.2rem}}@media only screen and (max-width:768px){.service-section{padding:80px 0}.service-item-wrapper{gap:1rem;margin-top:2rem}.skill-text{font-size:.9rem}}@media only screen and (max-width:480px){.service-section{padding:60px 0}.service-item-wrapper{padding:0 .5rem}.skill-item{padding:.6rem 1rem}.skill-text{font-size:.85rem}}.section-name.center{display:block;text-align:left}.vstitle{font-weight:700;font-size:larger;text-align:center;position:absolute;top:0;left:0;right:0;background-color:var(--purple);color:#fff;padding:10px;margin:0}.bulletp{text-align:left;padding:0;list-style:circle;margin-top:10px;margin-bottom:0%}.bulletp li{margin:5px 0}.section-name.center{display:flex;justify-content:center}.social-icons{display:flex;align-items:center}.social-icons li svg{width:24px;height:24px}.social-icons li:not(:last-of-type){margin-right:32px}[data-aos=fade-up]{transform:translate3d(0,30px,0)}[data-aos=fade-down]{transform:translate3d(0,-30px,0)}.tag{padding:4px 8px;border:1px solid var(--light-2);border-radius:4px;font-weight:500;font-size:12px;line-height:15px;color:var(--cinder-light)}input[type=text],input[type=email],textarea{width:100%;box-shadow:none;border:none;outline:none;font-family:inherit;padding:16px 24px;font-weight:400;font-size:14px;line-height:17px;color:var(--cinder-light);background:var(--white);border-radius:8px}input[type=text]::placeholder,input[type=email]::placeholder,::placeholder{color:var(--cinder-light)}.validation-error,.fail-submit-message{background:#ffeaea;font-size:14px;color:#f44336;border-radius:4px;padding:0 10px;margin-bottom:16px;display:none}.validation-error.active,.fail-submit-message.active{display:block}.loading{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{padding:15px 0;position:sticky;top:0;z-index:10;margin-top:25px}.header.sticky{background:#ffffffd9;backdrop-filter:blur(5px);border-bottom:1px solid var(--light-2)}.header .container{display:flex;align-items:center;justify-content:space-between}.header .logo{width:113px;height:40px;fill:var(--cinder);cursor:pointer}.header .nav .nav-links{display:flex;align-items:center;line-height:19px}.header .nav .nav-links li:not(:last-of-type){margin-right:56px}.header .nav .nav-links li.active{color:var(--purple)}.header .nav .nav-links li.mobile-link{display:none}.header .nav .nav-links li.more-links{position:relative;cursor:pointer}.header .nav .nav-links li.more-links svg{width:12px;height:3px;fill:var(--cinder)}.header .nav .nav-links li.more-links .menu-list{position:absolute;background:var(--white);border:1px solid var(--light-2);top:60px;left:-3px;padding:20px;border-radius:8px;visibility:hidden;opacity:0;transition:all .2s}.header .nav .nav-links li.more-links .menu-list:after{content:"";position:absolute;top:-100%;left:-32px;width:100px;height:129px}.header.sticky .nav .nav-links li.more-links .menu-list{border-radius:0 0 8px 8px;box-shadow:0 1px 20px #00000005}.header .nav .nav-links li.more-links .menu-list li:not(:last-of-type){padding-bottom:16px}.header .nav .nav-links li.more-links:hover .menu-list{top:50px;opacity:1;visibility:visible}.header .right-content{display:flex;align-items:center}.header .mobile-menu-toggle{width:24px;height:24px;fill:var(--cinder);cursor:pointer;display:none}[data-theme=dark] .header .theme-color-toggle .sun{visibility:visible;opacity:1;transform:scale(1);position:initial}[data-theme=dark] .header .theme-color-toggle .moon{visibility:hidden;opacity:0;transform:scale(0);position:absolute}[data-theme=dark] .header .mobile-menu-toggle{fill:var(--white)}.hero-section .container{display:flex;align-items:center;justify-content:space-between;margin-top:70px;margin-bottom:80px}.hero-section .content{padding-top:75px}.hero-section .content .full-name{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:3.5rem;line-height:1.1;letter-spacing:-.02em;margin:0 0 24px;color:var(--cinder)}[data-theme=dark] .hero-section .content .full-name{color:var(--white)}.staggered-reveal{opacity:0;transform:translateY(30px);animation:premium-reveal 1s cubic-bezier(.2,1,.2,1) forwards}.hero-section .content .role-title{animation-delay:.1s;font-family:Inter,monospace;font-size:.875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--purple);margin-bottom:16px;display:block;opacity:.9}.hero-section .content .full-name{animation-delay:.2s;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:4rem;line-height:1.1;letter-spacing:-.03em;margin:0 0 32px;color:var(--cinder)}.hero-section .content .about-container{animation-delay:.3s;margin-bottom:40px;max-width:650px}.hero-section .content .about-text{font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;line-height:1.4;font-weight:400;color:var(--cinder);margin-bottom:16px}.hero-section .content .about-description{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.8;color:var(--cinder-light);font-weight:400}.hero-section .content .highlight-text{color:var(--cinder);font-weight:500;position:relative;border-bottom:1px solid rgba(126,116,241,.3)}[data-theme=dark] .hero-section .content .about-text,[data-theme=dark] .hero-section .content .highlight-text{color:var(--white)}[data-theme=dark] .hero-section .content .highlight-text{border-bottom-color:#7e74f199}[data-theme=dark] .hero-section .content .about-description{color:#a8b2d1}.hero-section .content .about em{font-style:italic;display:inline-block}[data-theme=dark] .about{color:#a8b2d1}.about strong{font-weight:500;color:var(--cinder)}[data-theme=dark] .about strong{color:var(--white)}.hero-section .content .role-title{animation-delay:.2s;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--purple);margin-bottom:24px;display:block}@keyframes premium-reveal{0%{opacity:0;transform:translateY(30px) scale(.98);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.hero-section .content .about .highlight{color:var(--cinder);font-weight:500;position:relative;transition:color .3s ease}[data-theme=dark] .hero-section .content .about .highlight{color:var(--white)}.hero-section .content .about .highlight:hover{color:var(--purple)}.hero-section .content .social-icons{opacity:0;transform:translateY(30px);animation:premium-reveal 1s cubic-bezier(.2,1,.2,1) forwards;animation-delay:.4s;display:flex;gap:20px}.hero-section .content .social-icons li{margin:0!important}.hero-section .content .social-icons a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:transparent;border:1px solid var(--light-2);transition:all .3s cubic-bezier(.2,1,.2,1)}[data-theme=dark] .hero-section .content .social-icons a{border-color:#ffffff1a}.hero-section .content .social-icons svg{width:24px;height:24px;fill:var(--cinder);transition:all .3s ease}[data-theme=dark] .hero-section .content .social-icons svg{fill:var(--white)}.hero-section .content .social-icons a:hover{background:var(--purple);transform:translateY(-4px);box-shadow:0 4px 12px #7e74f140}.hero-section .content .social-icons a:hover svg{fill:var(--white);opacity:1}.hero-section .content .download-resume-mobile{display:none;text-align:center;margin-bottom:32px}.hero-section .image{position:relative;width:100%;max-width:341px;height:398px}.hero-section .image .cover{background:var(--purple-light-1);position:absolute;width:100%;max-width:341px;height:398px;border-radius:16px 16px 16px 20px}.hero-section .image .cover svg{position:absolute;right:0;top:0;stroke:var(--white);width:199px;height:210px;border-top-right-radius:16px}.hero-section .image .cover:after{content:"";position:absolute;width:100%;height:100%;border-radius:16px;background:var(--purple);right:0;z-index:-1;transform:rotate(350deg);animation:enter-hero-cover .8s cubic-bezier(.42,0,.12,1.28);transition:all .2s}.hero-section .image:hover .cover:after{transform:rotate(353deg)}.hero-section .image .avatar{position:relative;left:0;top:103px;border-bottom-left-radius:16px}@keyframes enter-hero-cover{0%{transform:rotate(360deg)}to{transform:rotate(350deg)}}.portfolio-section{padding:100px 0}.portfolio-section .section-name{display:flex;align-items:center;justify-content:space-between}.portfolio-section .slider-navigation{display:flex;align-items:center}.portfolio-section .slider-navigation .prev{margin-right:16px}.portfolio-section .slider-navigation .prev,.portfolio-section .slider-navigation .next{width:40px;height:40px;background:var(--purple-light-2);border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}[data-theme=dark] .portfolio-section .slider-navigation .prev,[data-theme=dark] .portfolio-section .slider-navigation .next{background:var(--licorice)}.portfolio-section .slider-navigation .prev.swiper-button-disabled,.portfolio-section .slider-navigation .next.swiper-button-disabled{opacity:.5}.portfolio-section .slider-navigation .prev svg,.portfolio-section .slider-navigation .next svg{width:24px;height:24px;fill:var(--purple)}.portfolio-section .portfolio-item-wrapper{margin-top:60px}.portfolio-section .portfolio-item{height:410px;position:relative}.portfolio-section .portfolio-item figure{overflow:hidden;height:calc(100% - 8px)}.portfolio-section .portfolio-item figure img{opacity:.5;width:100%;height:100%;object-fit:cover;border-radius:8px 8px 10px 10px;transition:all .3s}.portfolio-section .portfolio-item:hover img{opacity:1}.portfolio-section .portfolio-item:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#232e351a;border-radius:8px 8px 10px 10px}[data-theme=dark] .portfolio-section .portfolio-item:after{background:#ffffff26}.portfolio-section .portfolio-item .detail{background:var(--white);width:100%;padding:24px;transition:all .2s;position:absolute;bottom:0;left:0;box-shadow:0 1px 20px #00000005;z-index:2;border:1px solid var(--light-3);border-top-color:transparent;border-bottom-left-radius:8px;border-bottom-right-radius:8px}[data-theme=dark] .portfolio-section .portfolio-item .detail{background:var(--midnight-express);border-color:var(--light-2)}.portfolio-section .portfolio-item .detail .title{font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:0 0 16px}.portfolio-section .portfolio-item .detail .bottom{display:flex;align-items:center}.portfolio-section .portfolio-item .detail .bottom .tag{margin-right:16px}.portfolio-section .portfolio-item .detail .bottom .link{display:inline-flex}.portfolio-section .portfolio-item .detail .bottom .link svg{width:24px;height:24px;fill:var(--cinder-light)}.experience-section{padding:100px 0;background:var(--light);position:relative}.experience-section .container{max-width:1000px;margin:0 auto;padding:0 20px}.experience-timeline{position:relative;margin-top:80px;width:100%}.experience-timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:calc(100% - 60px);background:var(--purple);opacity:.3}.timeline-item{position:relative;margin-bottom:60px;width:100%;display:flex;justify-content:center;opacity:0;transform:translateY(20px);transition:all .4s ease}.timeline-item.active{opacity:1;transform:translateY(0)}.timeline-content{width:45%;min-height:300px;background:var(--white);border-radius:12px;padding:32px;position:relative;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}[data-theme=dark] .timeline-content{background:var(--midnight-express);box-shadow:0 4px 20px #0003}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.timeline-dot{position:absolute;left:50%;transform:translate(-50%);width:20px;height:20px;background:var(--purple);border-radius:50%;border:4px solid var(--white);z-index:2}[data-theme=dark] .timeline-dot{border-color:var(--licorice)}.timeline-item:nth-child(odd) .timeline-content{margin-right:55%}.timeline-item:nth-child(2n) .timeline-content{margin-left:55%}.company-logo{width:120px;height:120px;object-fit:contain;border-radius:12px;background-color:#fff;padding:16px;box-shadow:0 4px 8px #0000001a;margin-bottom:24px;transition:transform .3s ease;align-self:center}.company-logo:hover{transform:scale(1.05)}.timeline-content h4{font-size:20px;font-weight:600;color:var(--cinder);margin-bottom:12px;text-align:center}.timeline-content .location{font-size:15px;color:var(--cinder);margin-bottom:8px;text-align:center}.timeline-content .period{font-size:14px;color:var(--cinder-light);margin-bottom:16px;text-align:center}.timeline-content .stack-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;justify-content:center}.timeline-content .stack-list .tag{margin:0;font-size:13px;padding:6px 12px;background-color:var(--purple-light-2);border-color:transparent;transition:all .2s ease}.timeline-content .stack-list .tag:hover{background-color:var(--purple-light-1);transform:translateY(-2px)}@media only screen and (max-width:992px){.experience-timeline:before{left:30px}.timeline-item{justify-content:flex-start;margin-bottom:40px}.timeline-content{width:calc(100% - 60px);margin-left:60px!important;margin-right:0!important;min-height:280px;padding:24px}.timeline-dot{left:30px}.company-logo{width:100px;height:100px;padding:12px;margin-bottom:20px}.timeline-content h4{font-size:18px;margin-bottom:10px}.timeline-content .location{font-size:14px;margin-bottom:6px}.timeline-content .period{font-size:13px;margin-bottom:14px}}@media only screen and (max-width:768px){.experience-section{padding:80px 0}.experience-section .container{padding:0 16px}.timeline-content{width:calc(100% - 50px);margin-left:50px!important;min-height:260px;padding:20px}.company-logo{width:90px;height:90px;padding:10px;margin-bottom:16px}}@media only screen and (max-width:576px){.experience-section{padding:60px 0}.experience-timeline{margin-top:60px}.timeline-item{margin-bottom:30px}.timeline-content{width:calc(100% - 40px);margin-left:40px!important;min-height:240px;padding:16px}.timeline-dot{left:20px;width:16px;height:16px;border-width:3px}.experience-timeline:before{left:20px}.company-logo{width:80px;height:80px;padding:8px;margin-bottom:14px}.timeline-content h4{font-size:16px;margin-bottom:8px}.timeline-content .location{font-size:13px;margin-bottom:4px}.timeline-content .period{font-size:12px;margin-bottom:12px}.timeline-content .stack-list .tag{font-size:11px;padding:4px 8px}}.blog-section{padding:100px 0}.blog-section .post-item-wrapper{margin-top:60px;display:flex;align-items:center;justify-content:space-between}.blog-section .post-item-wrapper .post-item:not(:last-of-type){margin-right:40px}.blog-section .post-item-wrapper .post-item figure{height:243px}.blog-section .post-item-wrapper .post-item figure img{border-top-left-radius:8px;border-top-right-radius:8px;height:100%;object-fit:cover;width:100%}.blog-section .post-item-wrapper .post-item .content{padding:24px;border:1px solid var(--light-3);border-top-color:transparent;border-bottom-left-radius:8px;border-bottom-right-radius:8px}[data-theme=dark] .blog-section .post-item-wrapper .post-item .content{border-color:var(--light-2)}.blog-section .post-item-wrapper .post-item .content .title{font-weight:500;font-size:16px;line-height:24px}.blog-section .post-item-wrapper .post-item .content .detail{margin:16px 0 12px;display:flex;align-items:center}.blog-section .post-item-wrapper .post-item .content .detail .tag{margin-right:8px;border:none;background:var(--light)}.blog-section .post-item-wrapper .post-item .content .body{line-height:32px;color:var(--cinder-light);padding-bottom:32px}.blog-section .post-item-wrapper .post-item .content .bottom{position:relative;text-align:center;padding-top:16px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:var(--cinder-light)}.education-section{padding:100px 0;background:var(--light)}.education-timeline{margin-top:60px;position:relative}.education-timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;top:20px;background:var(--purple);opacity:.2}.education-item{margin-bottom:60px;position:relative}.education-content{display:flex;align-items:center;background:var(--white);border-radius:12px;padding:24px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}[data-theme=dark] .education-content{background:var(--midnight-express);box-shadow:0 4px 20px #0003}.education-content:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.institution-logo{width:80px;height:80px;margin-right:24px;border-radius:8px;overflow:hidden;flex-shrink:0}.institution-logo img{width:100%;height:100%;object-fit:contain}.education-details{flex:1}.education-details .school{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--cinder)}.education-details .degree-field{font-size:16px;color:var(--cinder-light);margin-bottom:8px}.education-details .date{font-size:14px;color:var(--purple);font-weight:500}.certifications-section{padding:100px 0;background:var(--white)}[data-theme=dark] .certifications-section{background:var(--licorice)}.certifications-grid{margin-top:60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.certification-card{position:relative}.certification-content{background:var(--light);border-radius:12px;padding:32px;height:100%;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;align-items:center}[data-theme=dark] .certification-content{background:var(--midnight-express);box-shadow:0 4px 20px #0003}.certification-content:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.cert-logo{position:relative;width:120px;height:120px;margin:0 auto 20px;background-color:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}[data-theme=dark] .cert-logo{background-color:#fff;box-shadow:0 2px 8px #0003}.cert-logo img{width:90%;height:90%;object-fit:contain}[data-theme=dark] .cert-logo img[alt="CompTIA Logo"]{background-color:#fff;padding:8px;border-radius:4px}.verified-badge{position:absolute;right:-10px;top:-10px;background:#28a745;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.verified-icon{width:16px;height:16px;fill:#fff}.cert-details{margin-top:24px;text-align:center;width:100%}.cert-name{font-size:20px;font-weight:600;color:var(--cinder);margin-bottom:12px}.issuer{font-size:15px;color:var(--cinder-light);margin-bottom:12px}.candidate-id,.issue-date{font-size:13px;color:var(--cinder-light);background:var(--purple-light-2);padding:6px 12px;border-radius:4px;display:inline-block;margin-bottom:16px;font-family:Inter,monospace}.cert-link{display:inline-flex;align-items:center;color:var(--purple);font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;padding:8px 16px;border-radius:6px;background:var(--purple-light-2)}.cert-link:hover{color:var(--purple);background:var(--purple-light-1);transform:translateY(-2px)}@media only screen and (max-width:768px){.certifications-section,.education-section{padding:80px 0}.education-timeline:before{left:20px}.education-item{padding-left:50px}.education-content{flex-direction:column;text-align:center}.institution-logo{margin-right:0;margin-bottom:16px}.certifications-grid{grid-template-columns:1fr}.certification-content{text-align:center}.cert-logo{margin:0 auto 20px}}.contact-section{padding:104px 0 50px}.contact-section .contact-wrapper{display:flex;align-items:center}.contact-section .contact-info{width:100%;max-width:600px;margin:0 auto;text-align:center}.section-title{font-size:36px;font-weight:700;margin-bottom:16px;color:#333}.section-subtitle{font-size:18px;margin-bottom:24px;color:#666}.email-box{background-color:var(--purple);border-radius:8px;padding:16px;display:inline-block;font-size:18px;color:#fff}.email-link{text-decoration:none;color:#fff;transition:color .3s ease}.email-link:hover{color:#fff}.footer{padding:88px 0;text-align:center}.footer .social-icons{justify-content:center;margin-bottom:24px}.footer .social-icons svg{fill:var(--cinder-light)}.footer .copyright{font-weight:400;font-size:14px;line-height:17px;color:var(--cinder-light)}.footer .copyright .bold{font-weight:500}@media only screen and (max-width:1280px){.container{padding:0 60px}.hero-section .container{margin-top:125px}.service-section .service-item{min-width:325px}.service-section .service-item:not(:last-of-type){margin-right:32px}.testimonial-section .testimonial-item-wrapper .testimonial-item{min-width:initial}.testimonial-section .testimonial-item-wrapper .testimonial-item:not(:last-of-type){margin-right:32px}}@media only screen and (max-width:1150px){.service-section .service-item-wrapper{flex-wrap:wrap}.service-section .service-item{min-width:initial;width:calc(50% - 16px);margin-bottom:32px}.service-section .service-item:not(:last-of-type){margin-right:0}.service-section .service-item:first-of-type{margin-right:32px}.blog-section .post-item-wrapper{flex-wrap:wrap}.blog-section .post-item-wrapper .post-item{width:calc(50% - 20px);margin-bottom:40px}.blog-section .post-item-wrapper .post-item:not(:last-of-type){margin-right:0}.blog-section .post-item-wrapper .post-item:first-of-type{margin-right:40px}.testimonial-section .testimonial-item-wrapper{flex-wrap:wrap}.testimonial-section .testimonial-item-wrapper .testimonial-item{min-width:initial;width:calc(50% - 16px)}.testimonial-section .testimonial-item-wrapper .testimonial-item:not(:last-of-type){margin-right:0;margin-bottom:80px}.testimonial-section .testimonial-item-wrapper .testimonial-item:first-of-type{margin-right:32px}.education-skill-section .education-skill-wrapper .education{margin-right:80px}.education-skill-section .education-skill-wrapper .skill .description{padding-top:40px}.contact-section .contact-wrapper .contact-form{margin-right:88px}}@media only screen and (max-width:1050px){.header .nav .nav-links li:not(:last-of-type){margin-right:40px}.hero-section .content .about{margin:0 64px 40px 0}.hero-section .image,.hero-section .image .cover{max-width:308px;height:370px}.hero-section .image .avatar{top:75px}.experience-section .side{margin-right:104px}}@media only screen and (max-width:992px){.section-name .title{font-size:32px}.header{margin-top:5px;border-bottom:1px solid var(--light-2)}.header .mobile-menu-toggle{display:block}.header .nav .nav-links{display:initial;position:absolute;right:62px;top:70px;padding:16px 24px;background:var(--white);border:1px solid var(--light-2);line-height:32px;width:170px;border-radius:0 0 4px 4px;visibility:hidden;opacity:0;height:0;transition:visibility,opacity .3s}.header .nav .nav-links.active{visibility:visible;opacity:1;height:auto}[data-theme=dark] .header .nav .nav-links{background:var(--midnight-express)}.header .nav .nav-links li:not(:last-of-type){margin-right:0}.header .nav .nav-links li.mobile-link{display:block}.header .nav .nav-links li.more-links,.header .right-content .download-resume{display:none}.hero-section .content{padding-top:48px}.hero-section .content .full-name{font-size:40px;margin:0 0 16px}.hero-section .image{max-width:272px;height:350px;left:16px}.hero-section .image .cover{max-width:272px;height:350px;right:0}.hero-section .image .avatar{top:104px;width:213px}.service-section{padding:40px 0 88px;margin:0}.portfolio-section{padding:80px 0 104px}.portfolio-section .portfolio-item-wrapper{margin-top:96px}.experience-section{padding:80px 0 96px}.experience-section .container{flex-wrap:wrap}.experience-section .side{width:100%;max-width:100%;margin-right:0}.experience-section .side .companies-list ul{display:flex;flex-wrap:wrap;margin-top:56px}.experience-section .side .companies-list ul li{margin-bottom:0;padding:10px 24px;font-size:14px}.experience-section .side .companies-list ul li.active{background:var(--white);border-radius:2px}[data-theme=dark] .experience-section .side .companies-list ul li.active{background:var(--purple-light-2)}.experience-section .side .companies-list .selector{display:none}.experience-section .content{padding-top:40px}.experience-section .content .headline .job-title{padding-bottom:16px}.experience-section .content .headline .company-name{border-bottom:none}.experience-section .content .responsibilities{padding-left:20px}.experience-section .content .responsibilities li:after{left:-16px;width:4px;height:4px;border-radius:10px}.blog-section{padding:80px 0}.blog-section .post-item-wrapper{margin-top:80px}.testimonial-section{padding:80px 0 88px}.testimonial-section .testimonial-item-wrapper{padding-top:104px}.education-skill-section{padding:80px 0 64px}.education-skill-section .education-skill-wrapper .education{margin-right:40px;min-width:initial;flex:0 0 calc(50% - 40px);padding-top:88px}.education-skill-section .education-skill-wrapper .skill .description{padding-top:24px}.contact-section{padding:72px 0 88px}.contact-section .contact-wrapper .contact-form{margin-right:40px}.footer{padding:72px 0}}@media only screen and (max-width:768px){.container{padding:0 32px}.header .nav .nav-links{right:34px}.hero-section .container{flex-wrap:wrap;margin-top:30px;padding:0 56px}.hero-section .content{order:1;padding-top:80px}.service-section .service-item{width:100%}.service-section .service-item:first-of-type{margin-right:0}.blog-section .post-item-wrapper .post-item{width:100%}.blog-section .post-item-wrapper .post-item:first-of-type{margin-right:0}.testimonial-section .testimonial-item-wrapper .testimonial-item{width:100%}.testimonial-section .testimonial-item-wrapper .testimonial-item:first-of-type{margin-right:0}.education-skill-section{padding:80px 0 64px}.education-skill-section .education-skill-wrapper{flex-wrap:wrap}.education-skill-section .education-skill-wrapper .education{flex:0 0 100%;margin-right:0}.contact-section .contact-wrapper{flex-wrap:wrap}.contact-section .contact-wrapper .contact-form{margin-right:0;max-width:initial;order:2}.contact-section .contact-wrapper .contact-info{margin-bottom:32px}}@media only screen and (max-width:576px){.container{padding:0 24px}.above-title{margin-bottom:8px}.section-name .title{font-size:30px}.header{margin-top:0}.header .nav .nav-links{width:100%;right:0;line-height:40px}.hero-section .content .full-name{font-size:36px;margin:0 0 8px}.hero-section .content .about{margin:0 0 32px}.hero-section .content .download-resume-mobile{display:inline-block}.hero-section .content .social-icons{margin-left:2px}.service-section{padding:80px 0;margin:0}.service-section .service-item-wrapper{padding:40px 0 0}.portfolio-section .section-name{flex-wrap:wrap}.portfolio-section .section-name .content{margin:0 24px 24px 0}.portfolio-section .slider-navigation .prev{margin-right:8px}.contact-section .contact-wrapper .contact-info .contact-info-item{margin-bottom:32px}}@media only screen and (max-width:480px){.hero-section .container{padding:0 32px}.portfolio-section .portfolio-item-wrapper{margin-top:80px}}@media only screen and (max-width:768px){.hero-section .container{flex-direction:column;margin-top:100px;margin-bottom:60px}.hero-section .content{padding-top:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;order:2}.hero-section .content .full-name{font-size:3rem;margin:0 0 24px;line-height:1.1}.hero-section .content .role-title{font-size:.75rem;margin-bottom:12px}.hero-section .content .about-text{font-size:1.25rem}.hero-section .image{margin-bottom:160px;max-width:280px;height:auto;align-self:center;order:1}}.hero-section{padding-bottom:100px}.education-section-premium[data-astro-cid-2gvrk3wr]{padding:100px 0;background-color:transparent}.section-header[data-astro-cid-2gvrk3wr]{display:flex;align-items:center;gap:20px;margin-bottom:60px}.section-title[data-astro-cid-2gvrk3wr]{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:2.5rem;color:var(--cinder);margin:0;white-space:nowrap}.section-line[data-astro-cid-2gvrk3wr]{height:1px;background:var(--light-4);width:100%;opacity:.5}.education-entries[data-astro-cid-2gvrk3wr]{display:flex;flex-direction:column;gap:40px}.edu-entry[data-astro-cid-2gvrk3wr]{display:flex;align-items:center;gap:40px;padding:40px;background:var(--white);border-radius:24px;transition:all .4s ease;border:1px solid transparent;box-shadow:0 10px 40px -10px #0000000d}.edu-entry[data-astro-cid-2gvrk3wr]:hover{transform:translateY(-5px);box-shadow:0 20px 50px -10px #0000001a}.logo-container[data-astro-cid-2gvrk3wr]{flex-shrink:0}.logo-box[data-astro-cid-2gvrk3wr]{width:100px;height:100px;padding:15px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000000d;border:1px solid var(--light-2);overflow:hidden}.logo-box[data-astro-cid-2gvrk3wr].iit-logo{padding:0;background:var( --cinder );border:none}.logo-box[data-astro-cid-2gvrk3wr].iit-logo img[data-astro-cid-2gvrk3wr]{width:100%;height:100%;object-fit:cover}.logo-box[data-astro-cid-2gvrk3wr] img[data-astro-cid-2gvrk3wr]{width:100%;height:100%;object-fit:contain}.content-container[data-astro-cid-2gvrk3wr]{flex-grow:1;width:100%}.header-row[data-astro-cid-2gvrk3wr]{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.degree[data-astro-cid-2gvrk3wr]{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:1.5rem;color:var(--cinder);margin-bottom:4px;line-height:1.2}.specialization[data-astro-cid-2gvrk3wr]{font-size:1.1rem;color:var(--cinder-light);margin-bottom:8px;font-weight:500}.school[data-astro-cid-2gvrk3wr]{font-family:Inter,sans-serif;font-weight:500;font-size:1.1rem;color:var(--purple);margin:0}.year-badge[data-astro-cid-2gvrk3wr]{font-family:Inter,monospace;font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:12px;background:var(--light);color:var(--cinder);white-space:nowrap;transition:all .3s ease}.edu-entry[data-astro-cid-2gvrk3wr]:hover .year-badge[data-astro-cid-2gvrk3wr]{background:var(--purple);color:var(--white)}.details[data-astro-cid-2gvrk3wr]{margin-top:16px;color:var(--cinder-light);line-height:1.6;font-size:1rem}@media(max-width:768px){.edu-entry[data-astro-cid-2gvrk3wr]{flex-direction:column;align-items:flex-start;padding:24px;gap:24px}.header-row[data-astro-cid-2gvrk3wr]{flex-direction:column;gap:12px}.logo-box[data-astro-cid-2gvrk3wr]{width:80px;height:80px}.section-title[data-astro-cid-2gvrk3wr]{font-size:2rem}.year-badge[data-astro-cid-2gvrk3wr]{align-self:flex-start}}.experience-section-premium[data-astro-cid-xpq65ryk]{padding:100px 0}.section-header[data-astro-cid-xpq65ryk]{display:flex;align-items:center;gap:20px;margin-bottom:60px}.section-title[data-astro-cid-xpq65ryk]{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:2.5rem;color:var(--cinder);margin:0;white-space:nowrap}.section-line[data-astro-cid-xpq65ryk]{height:1px;background:var(--light-4);width:100%;opacity:.5}.experience-feed[data-astro-cid-xpq65ryk]{display:flex;flex-direction:column}.exp-card[data-astro-cid-xpq65ryk]{display:flex;gap:24px;position:relative}.card-sidebar[data-astro-cid-xpq65ryk]{display:flex;flex-direction:column;align-items:center;width:80px;flex-shrink:0}.company-logo[data-astro-cid-xpq65ryk]{width:80px;height:80px;border-radius:16px;background:#fff;padding:8px;border:1px solid var(--light-2);box-shadow:0 4px 10px #0000000d;z-index:2;overflow:hidden}.company-logo[data-astro-cid-xpq65ryk] img[data-astro-cid-xpq65ryk]{width:100%;height:100%;object-fit:contain}.line-connector[data-astro-cid-xpq65ryk]{flex-grow:1;width:2px;background:var(--light-2);margin:10px 0;min-height:50px}.exp-card[data-astro-cid-xpq65ryk]:last-child .line-connector[data-astro-cid-xpq65ryk]{display:none}.card-main[data-astro-cid-xpq65ryk]{flex-grow:1;padding-bottom:60px}.exp-card[data-astro-cid-xpq65ryk]:last-child .card-main[data-astro-cid-xpq65ryk]{padding-bottom:0}.card-header[data-astro-cid-xpq65ryk]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.role[data-astro-cid-xpq65ryk]{font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:1.35rem;color:var(--cinder);margin:0 0 4px}.company[data-astro-cid-xpq65ryk]{font-family:Inter,sans-serif;font-weight:500;font-size:1rem;color:var(--purple);margin:0}.meta-info[data-astro-cid-xpq65ryk]{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.period[data-astro-cid-xpq65ryk]{font-family:Inter,monospace;font-weight:600;font-size:.9rem;color:var(--cinder);margin-bottom:4px}.location[data-astro-cid-xpq65ryk]{font-family:Inter,sans-serif;font-size:.85rem;color:var(--cinder-light)}.tags-container[data-astro-cid-xpq65ryk]{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.tech-pill[data-astro-cid-xpq65ryk]{font-size:.85rem;font-weight:500;padding:6px 14px;border-radius:100px;background:var(--light);color:var(--cinder-light);transition:all .2s}.exp-card[data-astro-cid-xpq65ryk]:hover .tech-pill[data-astro-cid-xpq65ryk]{background:var(--purple-light-2);color:var(--purple)}@media(max-width:768px){.exp-card[data-astro-cid-xpq65ryk]{gap:16px}.card-sidebar[data-astro-cid-xpq65ryk]{width:50px}.company-logo[data-astro-cid-xpq65ryk]{width:50px;height:50px;padding:4px;border-radius:12px}.card-header[data-astro-cid-xpq65ryk]{flex-direction:column;gap:8px}.meta-info[data-astro-cid-xpq65ryk]{flex-direction:row;align-items:center;gap:12px;text-align:left}.role[data-astro-cid-xpq65ryk]{font-size:1.15rem}.section-title[data-astro-cid-xpq65ryk]{font-size:2rem}}
