:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{margin:0;padding:0}body,.page-wrapper,html{scrollbar-width:thin;scrollbar-color:#b3b7c1 #f7f8fa}body::-webkit-scrollbar,.page-wrapper::-webkit-scrollbar,html::-webkit-scrollbar{width:8px;background:#f7f8fa}body::-webkit-scrollbar-thumb,.page-wrapper::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:#b3b7c1;border-radius:0;border:none}body::-webkit-scrollbar-thumb:hover,.page-wrapper::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:#cfd6e6}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes popupSlideUpBlock{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes modalPopIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideUpOnScroll{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.page-wrapper{display:flex;flex-direction:column;width:100%}.landing-container{position:relative;display:flex;min-height:100vh;width:100%;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.left-section{width:68%;background-color:#4831d4;padding:5vh 2rem 5vh 8rem;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.left-section h1{font-weight:800;color:#ccf381;margin:0;line-height:1.1;font-size:5rem;animation:slideUp .8s ease-out forwards}.left-section h1 .white-dot{color:#fff}.landing-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:600px}.headline{width:100%}.tagline{margin-top:3rem;width:80%;animation:slideUp .8s ease-out forwards;animation-delay:.3s;opacity:0;display:flex;flex-direction:column;align-items:flex-start}.tagline p{font-size:1rem;line-height:1.6;color:#fff;margin:0;text-align:left;width:100%;padding-left:0}.right-section{width:32%;background-color:#ccf381;padding:2rem;color:#000;display:flex;flex-direction:column;justify-content:center;position:relative}.profile-container{position:absolute;top:50%;left:68%;transform:translate(-50%,-50%);z-index:10}.profile-placeholder{width:350px;height:350px;background-color:#f0f0f0;position:relative;z-index:11;overflow:hidden}.profile-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.profile-outline{position:absolute;width:350px;height:350px;border:2px solid white;top:30px;left:30px;z-index:10}.dots-blue{position:absolute;bottom:70px;right:-80px;z-index:1;pointer-events:none}.dots-yellow{position:absolute;top:-50px;left:-50px;z-index:1;pointer-events:none}.diamonds-container{position:absolute;bottom:40px;right:50px;z-index:1000;display:flex;flex-direction:column;gap:20px}.diamond{width:10px;height:10px;background-color:#4831d4;transform:rotate(45deg);transition:all .3s ease}.diamond:hover{transform:rotate(45deg) scale(1.2)}.hamburger-menu{position:fixed;top:80px;right:100px;width:35px;height:18px;background:transparent;border:none!important;cursor:pointer;z-index:1001;padding:0;display:flex;flex-direction:column;justify-content:space-between;outline:none!important}.line{display:block;width:100%;height:2.5px;background-color:#3d2dd8;transition:all .3s ease}.line-1{height:4px;width:150%}.hamburger-menu.open .line{background-color:#3d2dd8!important}.hamburger-menu.open .line-1{transform:translateY(8px) rotate(45deg);width:100%;height:2.5px}.hamburger-menu.open .line-2{transform:translateY(-8px) rotate(-45deg)}.hamburger-menu.hamburger-green .line{background-color:#ccf381}.popup{position:fixed;top:40px;right:65px;width:240px;max-height:420px;background-color:#fff;z-index:999;transition:transform .3s ease,opacity .3s ease;transform:scale(0);transform-origin:calc(100% - 15px) 15px;color:#333;overflow-y:hidden;box-shadow:-2px 0 24px #00000021;opacity:0;padding:48px 48px 36px 36px;scrollbar-width:thin;scrollbar-color:#b3b7c1 #f7f8fa}.popup::-webkit-scrollbar{background:#f7f8fa}.popup::-webkit-scrollbar-thumb{background:#b3b7c1;border-radius:0}.popup.show{transform:scale(1);opacity:1}.popup-content{padding:0;display:flex;flex-direction:column;align-items:flex-start}.popup-content ul{list-style:none;padding:0;margin:0;width:100%;opacity:0;transform:translateY(40px)}.popup.show .popup-content ul{animation:popupSlideUpBlock 1s cubic-bezier(.4,0,.2,1) forwards}.popup-content li{margin:5px 0;font-size:1.2rem;color:#3d2dd8;font-weight:400;cursor:pointer;transition:color .2s,background .2s,padding-left .2s;padding:10px 0 10px 10px;width:100%}.popup-content li:first-child{margin-top:32px}.popup-content li:hover{color:#4831d4;background:#f3f5ff;padding-left:28px}.contact-blue-line{width:80%;height:.7px;background:#4831d4;margin-top:5px;opacity:0;transform:translateY(40px)}.popup.show .contact-blue-line{animation:popupSlideUpBlock .5s cubic-bezier(.4,0,.2,1) .5s forwards}.popup-socials{display:flex;justify-content:center;gap:1.1rem;margin-top:2.2rem;margin-bottom:.5rem;opacity:0;transform:translateY(40px)}.popup.show .popup-socials{animation:popupSlideUpBlock .5s cubic-bezier(.4,0,.2,1) 1s forwards}.popup-socials a{display:inline-flex;align-items:center;transition:transform .2s}.popup-socials a svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.popup-socials a svg path{fill:#4831d4!important;transition:fill .3s cubic-bezier(.4,0,.2,1)}.popup-socials a:hover svg{transform:scale(1.08)}.popup-socials a:hover svg path{fill:#000!important}.skills-container{position:relative;background-color:#f8f9fa;padding:4rem 2rem;color:#333;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;box-sizing:border-box;min-height:100vh}.skills-header{text-align:center;margin-bottom:3rem}.skills-container h2{font-size:2.5rem;color:#474747;font-weight:700;margin-bottom:1rem}.skills-container h2 .slash,.skills-container h2 .dot{color:#7b7b7d}.skills-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto 0rem;line-height:1.6}.skills-categories-wrapper{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(200px,auto);gap:2rem;width:100%;max-width:1100px;margin:0 auto}.skills-category-card{background-color:#fff;padding:1.5rem;box-shadow:0 6px 18px #00000012;text-align:left;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.skills-category-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.skills-category-card.layout-web-dev{grid-column:1 / span 4;grid-row:1 / span 1}.skills-category-card.layout-web-dev .skills-list-grid{grid-template-columns:repeat(4,1fr)}.skills-category-card.layout-prog-lang{grid-column:5 / 7;grid-row:1 / 2}.skills-category-card.layout-data-ml{grid-column:1 / 4;grid-row:2 / 3}.skills-category-card.layout-data-ml .skills-list-grid{grid-template-columns:repeat(3,1fr)}.skills-category-card.layout-cloud-db{grid-column:4 / 7;grid-row:2 / 3}.skills-category-card.layout-cloud-db .skills-list-grid{grid-template-columns:repeat(3,1fr)}.category-title{font-size:1.75rem;color:#4831d4;margin-bottom:1.5rem;margin-top:.5rem;font-weight:600;padding-bottom:.75rem;border-bottom:2px solid #e9ecef;text-align:center}.skills-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;flex-grow:1;align-content:start}.skill-item{background-color:#f8f9fa;padding:1rem;transition:transform .2s ease,border-color .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:100px;justify-content:center;border:none}.skill-item:hover{transform:translateY(-3px) scale(1.08)}.skill-icon{width:50px;height:50px;display:flex;justify-content:center;align-items:center;padding-bottom:0}.skill-icon svg{width:100%;height:100%;display:block}.skill-name{font-size:.9rem;color:#343a40;font-weight:500;margin-top:.5rem}.dots-blue-skills{position:absolute;top:-30px;left:-20px}.diamonds-container-skills{position:absolute;bottom:70px;left:50px;display:flex;flex-direction:column;gap:20px}.diamonds-container-skills .diamond{width:10px;height:10px;background-color:#4831d4;transform:rotate(45deg);transition:all .3s ease}.diamonds-container-skills .diamond:hover{transform:rotate(45deg) scale(1.2)}.projects-container{position:relative;background-color:#4831d4;padding:4rem 2rem;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;box-sizing:border-box;min-height:100vh}.projects-header{text-align:center;margin-bottom:3rem}.projects-container h2{font-size:2.5rem;color:#ccf381;font-weight:700;margin-bottom:1rem}.projects-container h2 .slash,.projects-container h2 .dot{color:#fff}.projects-description{font-size:1.1rem;color:#e8e8e8;max-width:600px;margin:0 auto;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto}.project-card{background-color:#ffffff1a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none}.project-card:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 12px 32px #0000004d}.project-image{height:250px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-placeholder{color:#ccf381;font-size:1.1rem;font-weight:500}.project-content{padding:1.5rem;text-align:left}.project-title{font-size:1.5rem;color:#ccf381;margin-bottom:.75rem;font-weight:600}.project-description{font-size:1rem;color:#e8e8e8;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background-color:#ccf38133;color:#ccf381;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.dots-yellow-projects{position:absolute;top:-30px;right:0;overflow:hidden}.diamonds-container-projects{position:absolute;bottom:70px;right:50px;display:flex;flex-direction:column;gap:20px}.diamonds-container-projects .diamond{width:10px;height:10px;background-color:#ccf381;transform:rotate(45deg);transition:all .3s ease}.diamonds-container-projects .diamond:hover{transform:rotate(45deg) scale(1.2)}.education-container{position:relative;background-color:#fff;padding:4rem 2rem;color:#333;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;box-sizing:border-box;min-height:70vh}.education-header{text-align:center}.education-container h2{font-size:2.5rem;color:#474747;font-weight:700;margin-bottom:1rem}.education-container h2 .slash,.education-container h2 .dot{color:#7b7b7d}.education-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto 2rem;line-height:1.6}.education-timeline{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:800px;margin:0 auto}.education-card{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.education-year{min-width:120px;font-weight:600;color:#4831d4;padding-right:1.5rem;border-right:2px solid #e9ecef;display:flex;align-items:flex-start;justify-content:center}.education-details{padding-left:1.5rem;flex:1}.education-details h3{color:#333;margin:0;font-size:1.25rem}.education-details h4{color:#4831d4;margin:0 0 .2rem;font-size:1rem;font-weight:500}.education-details p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.dots-blue-education{position:absolute;top:-30px;right:-20px}.diamonds-container-education{position:absolute;bottom:70px;left:50px;display:flex;flex-direction:column;gap:20px}.diamonds-container-education .diamond{width:10px;height:10px;background-color:#4831d4;transform:rotate(45deg);transition:all .3s ease}.diamonds-container-education .diamond:hover{transform:rotate(45deg) scale(1.2)}.contact-container{position:relative;background-color:#4831d4;padding:4rem 2rem;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;box-sizing:border-box}.contact-header{text-align:center;margin-bottom:5rem}.contact-container h2{font-size:2.5rem;color:#ccf381;font-weight:700;margin-bottom:2rem}.contact-container h2 .slash,.contact-container h2 .dot{color:#fff}.contact-title{font-size:2.5rem;color:#ccf381;margin:1.5rem 0}.contact-description{font-size:1.1rem;color:#e8e8e8;max-width:600px;margin:0 auto;line-height:1.6}.contact-form-wrapper{width:100%;max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:2.5rem}.form-row{display:flex;gap:2rem;margin-bottom:1.5rem}.form-row .form-group{flex:1}.form-group{display:flex;flex-direction:column;text-align:left}.form-group input,.form-group textarea{width:100%;padding:.8rem 0;border:none;border-bottom:1px solid rgb(255,255,255);background-color:transparent;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group textarea:focus{outline:none;border-bottom:2px solid #CCF381}.form-group textarea{min-height:2.5em;max-height:2.5em;resize:none!important;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#b3b7c1 #f7f8fa}.form-group textarea::-webkit-scrollbar{width:7px;background:#f7f8fa}.form-group textarea::-webkit-scrollbar-thumb{background:#b3b7c1;border-radius:0}.form-group textarea::-webkit-scrollbar-thumb:hover{background:#cfd6e6}.contact-button{background:#4831d4;color:#fff;border:1px solid #fff;border-radius:0;padding:.8rem 2rem;font-weight:600;font-size:1rem;cursor:pointer;transition:color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;z-index:1;margin-top:2rem}.contact-button:before{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background:#fff;z-index:0;transition:width .4s cubic-bezier(.4,0,.2,1)}.contact-button:hover:before{width:100%}.contact-button span,.contact-button{position:relative;z-index:1}.contact-button:hover{color:#4831d4;border-color:#fff}.contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#28282840;z-index:2000;display:flex;align-items:center;justify-content:center}.contact-modal{background:#fff;box-shadow:0 8px 32px #0000002e;padding:2.5rem 2rem 1.5rem;min-width:320px;max-width:90vw;text-align:center;animation:modalPopIn .2s}.contact-modal-content h2{color:#4831d4;margin-bottom:.5rem}.contact-modal-content p{color:#333;margin-bottom:1.5rem}.contact-modal-close{background:#fff;color:#4831d4;border:1px solid #4831D4;border-radius:0;padding:.8rem 2rem;font-weight:600;font-size:1rem;cursor:pointer;position:relative;overflow:hidden;outline:none!important;z-index:1;margin-top:2rem;transition:color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);width:100%}.contact-modal-close:before{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background:#4831d4;z-index:0;transition:width .4s cubic-bezier(.4,0,.2,1)}.contact-modal-close span,.contact-modal-close{position:relative;z-index:1}.contact-modal-close:hover:before{width:100%}.contact-modal-close:hover{color:#fff;border-color:#4831d4}.footer-section{background:#4831d4;width:100%;padding:0;margin:-.5px;position:relative;text-align:center;border:none;outline:none}.footer-yellow-line{width:80%;height:.5px;background:#ccf381;margin:10px auto;display:block;border:none}.footer-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:2rem;border:none;outline:none}.footer-content.footer-left{color:#fff;font-size:1.2rem;padding:2rem 0 1.5rem;letter-spacing:.5px;text-align:left;border:none;outline:none}.footer-socials{display:flex;gap:1.2rem;padding:2rem 0 1.5rem;border:none;outline:none}.footer-socials a{display:inline-flex;align-items:center;transition:transform .2s;border:none;outline:none;text-decoration:none}.footer-socials a svg path{transition:fill .3s cubic-bezier(.4,0,.2,1)}.footer-socials a:hover svg{transform:scale(1.18)}.footer-socials a:hover svg path{fill:#ccf381}.footer-spacer{width:100%;height:40px;background:#4831d4;border:none;margin:0;padding:0}.section-to-animate{opacity:0;transform:translateY(60px);transition:opacity .3s,transform .3s}.animate-slideup{opacity:1!important;transform:translateY(0)!important;animation:slideUpOnScroll .7s cubic-bezier(.4,0,.2,1) forwards}@media (max-width: 1350px){.profile-placeholder{width:300px;height:300px}.profile-outline{width:300px;height:300px;top:25px;left:30px}.profile-container{left:70%}}@media (max-width: 1300px){.diamonds-container-skills{display:none!important}}@media (max-width: 1100px){.profile-placeholder{width:300px;height:300px}.profile-outline{width:310px;height:310px;top:12px;left:18px}.profile-container{left:75%}.diamonds-container-skills,.diamonds-container-projects{display:none}}@media (max-width: 1000px){.landing-container{flex-direction:column}.left-section{width:100%;min-height:100vh;padding:5vh 2rem!important;align-items:center!important;text-align:left!important;justify-content:center!important;display:flex!important;flex-direction:column!important}.landing-content{align-items:flex-start!important;width:100%;max-width:600px}.headline,.left-section h1{text-align:left!important;width:100%!important}.left-section h1{font-size:4rem!important;line-height:1.05!important;letter-spacing:-2px!important;margin-bottom:0}.tagline{width:80%!important;margin:2rem 0 0!important;text-align:left!important;align-items:flex-start!important}.tagline p{font-size:1rem!important;text-align:left!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important}.right-section{width:100%;min-height:70vh;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem}.profile-container{position:absolute;left:55%;top:160vh;transform:translate(-50%,-50%);width:450px;height:450px;z-index:10}.profile-placeholder{width:300px;height:300px}.profile-outline{width:300px;height:300px;top:25px;left:25px}.dots-blue{display:block;bottom:100px;right:15px;transform:scale(1)}.dots-yellow{display:block;top:-50px;left:-60px;transform:scale(1)}.dots-yellow path{fill:#4831d4}.hamburger-menu{position:absolute;top:80px;right:80px;z-index:1001}.hamburger-menu .line,.hamburger-menu.open .line{background-color:#ccf381!important}.skills-header h2,.projects-header h2,.education-header h2,.contact-title,.contact-container h2{font-size:2.5rem!important;line-height:1.1;letter-spacing:-1.5px}.skills-description{font-size:1rem!important}.skills-category-card{font-size:1rem}.category-title{font-size:1.4rem!important}.skill-name{font-size:.9rem!important}.skills-container{padding-bottom:8rem!important;margin-bottom:2rem!important}.projects-description{font-size:1rem!important}.projects-grid{display:flex!important;flex-direction:column!important;gap:2.5rem!important;width:90%!important;max-width:600px!important;margin:0 auto!important}.project-card{width:100%!important;max-width:100%!important;margin:0 auto;font-size:.5rem}.project-title{font-size:1.5rem!important}.project-description{font-size:1rem!important}.tech-tag{font-size:.9rem!important;padding:.35rem 1rem}.diamonds-container-education{display:none!important}.education-card{font-size:1rem;flex-direction:column;align-items:flex-start}.education-year{font-size:.8rem;min-width:unset;padding-right:0;border-right:none;color:#4831d4}.education-details{padding-left:0}.education-details h3,.education-details h4{font-size:1rem}.education-details p{font-size:.7rem}.contact-description{font-size:1.1rem}.form-group input,.form-group textarea{font-size:1.15rem}.contact-button{font-size:1.1rem;padding:1rem 2.5rem}.footer-yellow-line{width:100%!important}.diamonds-container{display:none!important}}@media (max-width: 920px){.skills-categories-wrapper{grid-template-columns:repeat(4,1fr)!important;gap:1.5rem!important;max-width:98vw}.skills-category-card.layout-web-dev{grid-column:1 / span 4!important;grid-row:1 / span 1!important}.skills-category-card.layout-prog-lang{grid-column:1 / span 4!important;grid-row:2 / span 1!important}.skills-category-card.layout-prog-lang .skills-list-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.skills-category-card.layout-data-ml{grid-column:1 / span 4!important;grid-row:3 / span 1!important}.skills-category-card.layout-cloud-db{grid-column:1 / span 4!important;grid-row:4 / span 1!important}.skills-category-card .skills-list-grid{grid-template-columns:repeat(3,1fr)!important;gap:.8rem!important}.skills-category-card.layout-web-dev .skills-list-grid .skill-item:last-child{grid-column:1 / span 3!important}}@media (max-width: 700px){.form-row{flex-direction:column!important;gap:0!important;margin-bottom:-1rem!important}.form-row .form-group{width:100%!important;margin-bottom:3rem!important}}@media (max-width: 650px){.left-section h1{font-size:3.5rem}.tagline p,.contact-description{font-size:.85rem!important}.profile-placeholder{width:200px!important;height:200px!important}.profile-outline{width:205px!important;height:205px!important}.profile-outline{top:10px!important;left:10px!important}.profile-container{width:200px!important;height:200px!important;min-width:unset!important;min-height:unset!important;left:50%;top:150vh}.dots-blue{right:-80px;bottom:-30px;transform:scale(.8)}.dots-yellow{left:-50px;transform:scale(.8)}}@media (max-width: 480px){.footer-inner{flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:1.5rem 0!important;gap:.5rem!important}.footer-socials{order:1;justify-content:center!important;padding:1rem 0 .5rem!important}.footer-content.footer-left{order:2;text-align:center!important;padding:.5rem 0 1rem!important;font-size:1rem!important}}@media (max-width: 420px){.left-section h1{font-size:3.2rem!important}.tagline p,.contact-description,.skills-description,.projects-description,.education-description{font-size:.7rem!important}.category-title{font-size:1.3rem}.skill-icon svg{height:80%;width:80%}.skills-header h2,.projects-header h2,.education-header h2,.contact-title,.contact-container h2{font-size:2rem!important}.skill-name,.tech-tag,.education-details h3,.education-details h4,.education-details p,.footer-content.footer-left{font-size:.9rem!important}.contact-button,.contact-modal-close{font-size:.8rem!important;padding:.5rem 1.2rem!important}.form-group input,.form-group textarea{font-size:.8rem!important}.project-title{font-size:1rem!important}.project-description{font-size:.8rem!important}.popup-socials a svg{width:20px!important;height:20px!important}.footer-socials a svg{width:20px!important;height:20px!important}.footer-yellow-line{width:95%!important;margin:6px auto!important}.footer-inner{padding:.7rem 0!important;gap:.2rem!important}.footer-content.footer-left{padding:.2rem 0 .5rem!important}.footer-socials{padding:.5rem 0 .2rem!important;gap:.7rem!important}}@media (max-width: 400px){.skills-categories-wrapper{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;max-width:98vw}.skills-category-card.layout-web-dev{grid-column:1 / span 2!important;grid-row:1 / span 1!important}.skills-category-card.layout-web-dev .skills-list-grid{grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important}.skills-category-card.layout-prog-lang{grid-column:1 / span 2!important;grid-row:2 / span 1!important}.skills-category-card.layout-data-ml{grid-column:1 / span 2!important;grid-row:3 / span 1!important}.skills-category-card.layout-cloud-db{grid-column:1 / span 2!important;grid-row:4 / span 1!important}.skills-category-card .skills-list-grid{grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important}.skills-category-card.layout-web-dev .skills-list-grid .skill-item:last-child{grid-column:1/ span 2!important}.dots-blue-skills{display:none!important}}@media (max-width: 650px){.project-image{height:180px!important;width:100%!important;overflow:hidden!important;margin:0!important;padding:0!important}.project-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}.project-placeholder{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.project-card{margin-bottom:1rem!important}}@media (max-width: 1000px){.hamburger-menu{position:absolute;top:60px!important;right:40px!important;width:30px!important;height:16px!important}.line{height:2px!important}.line-1{height:3px!important;width:140%!important}.hamburger-menu.open .line-1{transform:translateY(7px) rotate(45deg)!important;height:2px!important;width:100%!important}.hamburger-menu.open .line-2{transform:translateY(-7px) rotate(-45deg)!important}}@media (max-width: 650px){.hamburger-menu{top:50px!important;right:40px!important;width:25px!important;height:14px!important}.line{height:1.8px!important}.line-1{height:2.5px!important;width:130%!important}.hamburger-menu.open .line-1{transform:translateY(6px) rotate(45deg)!important;height:1.8px!important;width:100%!important}.hamburger-menu.open .line-2{transform:translateY(-6px) rotate(-45deg)!important}}@media (max-width: 420px){.hamburger-menu{top:50px!important;right:40px!important;width:22px!important;height:12px!important}.line{height:1.5px!important}.line-1{height:2px!important;width:120%!important}.hamburger-menu.open .line-1{transform:translateY(5px) rotate(45deg)!important;height:1.5px!important;width:100%!important}.hamburger-menu.open .line-2{transform:translateY(-5px) rotate(-45deg)!important}}@media (max-width: 1000px){.popup{top:30px!important;right:30px!important;width:220px!important;max-height:380px!important;padding:40px 40px 30px 30px!important}.popup-content li{font-size:1.1rem!important;padding:8px 0 8px 8px!important}.popup-socials{gap:1rem!important;margin-top:2rem!important}}@media (max-width: 650px){.popup{top:25px!important;right:25px!important;width:200px!important;max-height:350px!important;padding:35px 35px 25px 25px!important}.popup-content li{font-size:1rem!important;padding:7px 0 7px 7px!important}.popup-socials{gap:.9rem!important;margin-top:1.8rem!important}}@media (max-width: 420px){.popup{top:20px!important;right:25px!important;width:180px!important;max-height:320px!important;padding:30px 30px 20px 20px!important}.popup-content li{font-size:.9rem!important;padding:6px 0 6px 6px!important}.popup-content li:first-child{margin-top:25px!important}.popup-socials{gap:.8rem!important;margin-top:1.5rem!important}.contact-blue-line{width:70%!important;height:.5px!important}}@media (max-width: 1000px){.hamburger-menu{position:absolute;top:80px;right:80px;z-index:1001}.hamburger-menu .line{background-color:#ccf381!important}.hamburger-menu.open .line{background-color:#4831d4!important}}.skills-category-card{opacity:0;transform:translateY(40px);transition:opacity .5s ease-out,transform .5s ease-out}.skills-category-card.animate{opacity:1;transform:translateY(0)}.skill-item{opacity:0;transform:translateY(20px);transition:all .3s ease-out}.skill-item.animate{opacity:1;transform:translateY(0)}.skill-item:nth-child(1){transition-delay:.1s}.skill-item:nth-child(2){transition-delay:.2s}.skill-item:nth-child(3){transition-delay:.3s}.skill-item:nth-child(4){transition-delay:.4s}.skill-item:nth-child(5){transition-delay:.5s}.skill-item:nth-child(6){transition-delay:.6s}.skill-item:nth-child(7){transition-delay:.7s}.skill-item:nth-child(8){transition-delay:.8s}body,html,#root{width:100vw;margin:0;padding:0;box-sizing:border-box;background:#fff!important;display:flex;flex-direction:column;overflow-x:hidden}#root{flex:1;display:flex;flex-direction:column}.resume-bg-center{flex:1;display:flex;align-items:flex-start;justify-content:center;min-height:100vh;background:#fff;padding:20px;box-sizing:border-box;position:relative}.container{flex:1;max-width:800px;margin:0 auto;padding:40px 20px;font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f3f6fa;border-radius:18px;box-shadow:0 4px 32px #00000012;box-sizing:border-box}.header{text-align:left;margin-bottom:30px;border-bottom:2px solid #333;padding-bottom:20px;padding-left:0}.name{font-size:28px;font-weight:700;margin:0 0 5px;letter-spacing:1px;text-align:left}.title{font-size:16px;color:#666;margin:0 0 15px;font-weight:400}.contact-info{display:flex;flex-wrap:wrap;gap:10px;font-size:14px}.contact-item{color:#333;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section{margin-bottom:25px}.section-title{font-size:18px;font-weight:700;margin-bottom:15px;border-bottom:1px solid #ccc;padding-bottom:5px;color:#333}.subsection-title{font-size:16px;font-weight:700;margin-bottom:8px;color:#333}.company{font-weight:700;font-size:15px}.duration{font-style:italic;color:#666;font-size:14px;margin-bottom:8px}.bullet-point{margin-bottom:6px;padding-left:20px;position:relative;font-size:14px}.bullet{position:absolute;left:8px;top:2px}.table{overflow-x:auto;display:block;width:100%;border-collapse:collapse;margin-bottom:15px}.table-header{background-color:#f5f5f5;font-weight:700;padding:8px;border:1px solid #ddd;text-align:left}.table-cell{padding:8px;border:1px solid #ddd;font-size:14px}.skills-list{font-size:14px;line-height:1.8}.project-title{font-weight:700;font-size:15px;margin-bottom:8px;color:#111!important}.project-link{color:#06c;text-decoration:none;margin-left:10px}.certification-item{font-size:14px;margin-bottom:6px;padding-left:20px;position:relative}.resume-page-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;max-width:1200px;gap:24px;margin:0 auto;position:relative}.resume-download-svg{margin-top:40px;display:flex;align-items:flex-start;cursor:pointer;position:sticky;top:20px}.resume-download-svg svg{width:32px;height:32px;color:#333;transition:color .2s}.resume-download-svg:hover svg{color:#007bff}@media screen and (max-width: 900px){.resume-page-wrapper{flex-direction:column}.resume-download-svg{position:fixed;bottom:20px;right:20px;top:auto;background:#fff;padding:10px;border-radius:50%;box-shadow:0 2px 10px #0000001a;z-index:1000;margin:0}}@media screen and (max-width: 600px){.container{padding:20px 15px}.name{font-size:24px}.table-header,.table-cell{padding:6px;font-size:13px}.contact-info{justify-content:flex-start}.contact-item{max-width:100%}}@media print{.resume-download-svg{display:none}}
