.Navbar-module__P48_Aa__navbar{box-sizing:border-box;z-index:1;background-color:#1c1c1c;justify-content:space-between;align-items:center;width:100%;padding:.5rem 2rem;display:flex;position:relative;top:0;left:0}.Navbar-module__P48_Aa__logo{color:#e0e0e0;border-bottom:none;padding-top:.1px;padding-left:.8rem;font-size:2rem;font-weight:600;text-decoration:none}.Navbar-module__P48_Aa__logo:hover{text-decoration:none}.Navbar-module__P48_Aa__navLinks{background-color:#1c1c1c;gap:1.6rem;font-size:1.3rem;list-style:none;display:flex}.Navbar-module__P48_Aa__navLinks li a{color:#e0e0e0;font-weight:500;text-decoration:none;transition:color .3s ease-in-out;position:relative}.Navbar-module__P48_Aa__navLinks li a:after{content:"";background-color:#6cf;width:0;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:-5px;left:0}.Navbar-module__P48_Aa__navLinks li a:hover{color:#6cf}.Navbar-module__P48_Aa__navLinks li a:hover:after{width:100%}.Navbar-module__P48_Aa__others{width:auto;position:relative}.Navbar-module__P48_Aa__dropdownToggle{cursor:pointer;color:#6cf}.Navbar-module__P48_Aa__dropdownMenu{z-index:10;background-color:#333;border-radius:8px;flex-direction:column;min-width:200px;padding:1rem;display:flex;position:absolute;top:30px;right:0;box-shadow:0 4px 8px #0003}.Navbar-module__P48_Aa__dropdownMenu a{color:#e0e0e0;border-radius:4px;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.Navbar-module__P48_Aa__dropdownMenu a:hover{background-color:#e0e0e0}.Navbar-module__P48_Aa__hamburger{cursor:pointer;flex-direction:column;display:none}.Navbar-module__P48_Aa__bar{background-color:#e0e0e0;width:25px;height:3px;margin:4px 0;transition:all .4s}.Navbar-module__P48_Aa__change{background-color:#fff}@media (max-width:768px){.Navbar-module__P48_Aa__navLinks{background-color:#1c1c1c;flex-direction:column;gap:1rem;width:100%;max-height:0;padding:1rem 0;transition:max-height .5s;display:none;position:absolute;top:60px;left:0;overflow:hidden}.Navbar-module__P48_Aa__navLinks.Navbar-module__P48_Aa__active{max-height:300px;display:flex}.Navbar-module__P48_Aa__hamburger{display:flex}.Navbar-module__P48_Aa__dropdownMenu{width:100%;box-shadow:none;margin-top:.5rem;position:static}.Navbar-module__P48_Aa__dropdownMenu a{text-align:left;padding:.5rem 1rem}}
.HeroSection-module__R-oLvG__heroSection{opacity:0;background-color:#1c1c1c;justify-content:center;align-items:center;min-height:100vh;padding:1rem 1rem .3rem;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.HeroSection-module__R-oLvG__scrollFadeIn{opacity:1!important;transform:translateY(0)!important}.HeroSection-module__R-oLvG__particle{background-color:#ffffff1a;border-radius:50%;width:15px;height:15px;animation:8s ease-in-out infinite HeroSection-module__R-oLvG__float;position:absolute}.HeroSection-module__R-oLvG__particle:first-child{width:10px;height:10px;animation-duration:6s;animation-delay:0s;top:20%;left:15%}.HeroSection-module__R-oLvG__particle:nth-child(2){width:12px;height:12px;animation-duration:7s;animation-delay:1s;top:40%;left:30%}.HeroSection-module__R-oLvG__particle:nth-child(3){width:8px;height:8px;animation-duration:5s;animation-delay:2s;top:70%;left:50%}@keyframes HeroSection-module__R-oLvG__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.HeroSection-module__R-oLvG__content{text-align:center;color:#e0e0e0;background-color:#1c1c1c;border-radius:10px;flex-direction:column;align-items:center;max-width:900px;padding:0 4rem 4rem;display:flex}.HeroSection-module__R-oLvG__avatarImage{object-fit:cover;z-index:10;border-radius:50%;width:300px;height:300px;position:relative;box-shadow:0 8px 20px #00000080}.HeroSection-module__R-oLvG__flipCard{perspective:1000px;background-color:#0000}.HeroSection-module__R-oLvG__flipCardInner{width:300px;height:300px;transform-style:preserve-3d;transition:transform .8s;position:relative}.HeroSection-module__R-oLvG__flipCard:hover .HeroSection-module__R-oLvG__flipCardInner{transform:rotateY(180deg)}.HeroSection-module__R-oLvG__flipCardFront,.HeroSection-module__R-oLvG__flipCardBack{backface-visibility:hidden;border-radius:50%;width:100%;height:100%;position:absolute;overflow:hidden}.HeroSection-module__R-oLvG__flipCardBack{transform:rotateY(180deg)}.HeroSection-module__R-oLvG__description h1{color:#fff;min-height:3rem;margin-top:1rem;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.HeroSection-module__R-oLvG__description p{color:#cfcfcf;margin-bottom:1rem;font-size:1.2rem;line-height:1.8}.HeroSection-module__R-oLvG__heroButton{color:#e0e0e0;cursor:pointer;background-color:#444;border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:background-color .3s,box-shadow .3s}.HeroSection-module__R-oLvG__heroButton:hover{background-color:#555;box-shadow:0 4px 4px #ffffff80}.HeroSection-module__R-oLvG__animateText{color:#fff;opacity:1;min-height:3rem;font-size:2.5rem;font-weight:800;line-height:.95;transition:opacity .5s ease-in-out}.HeroSection-module__R-oLvG__fadeOut{opacity:0}.HeroSection-module__R-oLvG__fadeIn{opacity:1}.HeroSection-module__R-oLvG__socialIcons{justify-content:center;gap:1.5rem;margin-top:1rem;margin-bottom:1.2rem;display:flex}.HeroSection-module__R-oLvG__icon{color:#e0e0e0;cursor:pointer;font-size:1.8rem;transition:color .3s}.HeroSection-module__R-oLvG__icon:hover{color:#6cf}@media (max-width:768px){.HeroSection-module__R-oLvG__content{padding:2rem}.HeroSection-module__R-oLvG__avatarImage{width:270px;height:270px}.HeroSection-module__R-oLvG__description h1{min-height:2.5rem;font-size:2rem}.HeroSection-module__R-oLvG__description p{font-size:1rem}.HeroSection-module__R-oLvG__animateText{min-height:2.5rem;font-size:2rem}.HeroSection-module__R-oLvG__heroButton{padding:.8rem 1.6rem;font-size:.9rem}}
.About-module__kAIAca__about-section{background-color:#1c1c1c;justify-content:center;min-height:75vh;padding:.5rem .5rem 5rem;display:flex}.About-module__kAIAca__scrollFadeIn{transition:opacity .8s ease-out,transform .8s ease-out;opacity:1!important;transform:translateY(0)!important}.About-module__kAIAca__about-container{flex-direction:row;align-items:flex-start;gap:6rem;width:100%;max-width:1200px;display:flex}.About-module__kAIAca__about-image-container{opacity:0;flex:1;justify-content:center;display:flex;transform:translateY(20px)}.About-module__kAIAca__about-image{object-fit:cover;border-radius:30px;width:100%;height:auto;box-shadow:0 4px 12px #ffffffec}.About-module__kAIAca__about-content{flex-direction:column;flex:2;gap:1.5rem;display:flex}.About-module__kAIAca__about-title{color:#fff;opacity:0;margin-top:.5rem;font-size:2.5rem;font-weight:700;transform:translateY(20px)}.About-module__kAIAca__about-description{color:#cfcfcf;text-align:justify;opacity:0;font-size:1rem;line-height:1.6;transform:translateY(20px)}.About-module__kAIAca__about-description p{margin-bottom:1rem}.About-module__kAIAca__about-description p:last-child{margin-bottom:0}.About-module__kAIAca__about-skills{opacity:0;border-top:1px solid #333;margin-top:2rem;padding-top:1rem;transform:translateY(20px)}.About-module__kAIAca__skills-title{color:#fff;font-size:1.5rem;font-weight:600}.About-module__kAIAca__skills-list{grid-template-columns:repeat(2,1fr);gap:1rem;margin:0;padding:0;list-style:none;display:grid}.About-module__kAIAca__skills-list li{text-align:left;color:#e0e0e0;opacity:0;background-color:#2a2a2a;border-radius:10px;padding:1rem;font-size:1rem;transform:translateY(20px);box-shadow:0 2px 5px #ffffff4d}.About-module__kAIAca__toggle-button{color:#6cf;cursor:pointer;background:0 0;border:none;margin-top:1rem;font-size:1rem;font-weight:700}.About-module__kAIAca__toggle-button:hover{text-decoration:underline}@media (max-width:768px){.About-module__kAIAca__about-container{text-align:center;flex-direction:column;align-items:center;gap:2rem}.About-module__kAIAca__about-image-container{width:80%;margin-bottom:1.5rem}.About-module__kAIAca__about-image{width:100%;max-width:250px;height:auto}.About-module__kAIAca__about-title{margin-top:1rem;font-size:2rem}.About-module__kAIAca__about-description{padding:.5rem;font-size:.95rem;line-height:1.5}.About-module__kAIAca__about-description p{margin-bottom:.8rem}.About-module__kAIAca__skills-title{font-size:1.25rem}.About-module__kAIAca__skills-list{grid-template-columns:1fr;gap:.8rem}.About-module__kAIAca__skills-list li{padding:.8rem;font-size:.9rem}.About-module__kAIAca__toggle-button{font-size:.9rem}}
.Experiences-module__uZRJjq__experiences{background:linear-gradient(120deg,#2a2a2a,#323232cc);padding:0 2rem 4rem;position:relative;overflow:hidden}.Experiences-module__uZRJjq__hidden{opacity:0;transform:translateY(30px)}.Experiences-module__uZRJjq__scrollFadeIn{-o-transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;opacity:1!important;transform:translateY(0)!important}.Experiences-module__uZRJjq__experiences:before,.Experiences-module__uZRJjq__experiences:after,.Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble1,.Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble2,.Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble3 .Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble4 .Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble5{content:"";opacity:.4;background-color:#46464680;border-radius:50%;animation:10s ease-in-out infinite Experiences-module__uZRJjq__float;position:absolute;box-shadow:0 4px 12px #0003}.Experiences-module__uZRJjq__experiences:before{width:250px;height:250px;animation-duration:12s;top:10%;left:8%}.Experiences-module__uZRJjq__experiences:after{width:180px;height:180px;animation-duration:14s;bottom:15%;right:10%}.Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble1{width:150px;height:150px;animation-duration:18s;top:60%;left:15%}.Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble2{width:100px;height:100px;animation-duration:16s;top:30%;right:5%}.Experiences-module__uZRJjq__experiences .Experiences-module__uZRJjq__bubble3{width:200px;height:200px;animation-duration:20s;bottom:20%;left:25%}@keyframes Experiences-module__uZRJjq__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.Experiences-module__uZRJjq__title{text-align:center;color:#fff;margin-top:-8rem;margin-bottom:2.5rem;font-size:2.5rem;font-weight:700}.Experiences-module__uZRJjq__timeline{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;padding-left:1.5rem;display:flex;position:relative}.Experiences-module__uZRJjq__timeline:before{content:"";background-color:#ffffff40;width:2px;position:absolute;top:0;bottom:0;left:25px}.Experiences-module__uZRJjq__card{-ms-border-radius:35px;-o-border-radius:35px;background-color:#4a4a4a;border-radius:35px;margin-left:2rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 4px 12px #ffffff1a}.Experiences-module__uZRJjq__card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #ffffffe6}.Experiences-module__uZRJjq__header{justify-content:space-between;align-items:center;display:flex}.Experiences-module__uZRJjq__jobTitle{color:#fff;margin-right:1rem;font-size:1.5rem;font-weight:700}.Experiences-module__uZRJjq__company{color:#ccc;font-style:italic}.Experiences-module__uZRJjq__date{color:#e0e0e0;margin-bottom:1rem}.Experiences-module__uZRJjq__description{color:#ddd;text-align:justify;margin-top:.5rem;padding-left:1.5rem;list-style-type:disc}.Experiences-module__uZRJjq__description li{margin-bottom:.5rem;font-weight:400}.Experiences-module__uZRJjq__image{object-fit:contain;max-width:190px;max-height:85px;margin-left:auto;margin-right:1rem;display:block}@media (max-width:768px){.Experiences-module__uZRJjq__experiences{padding:2rem 1rem}.Experiences-module__uZRJjq__title{font-size:2rem}.Experiences-module__uZRJjq__card{margin-left:0;padding:1rem}.Experiences-module__uZRJjq__timeline:before{left:15px}}
.Projects-module__W5JdjG__projects{text-align:center;background-color:#1e1e1e;padding:2rem 2rem 6rem}.Projects-module__W5JdjG__title{color:#fff;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Projects-module__W5JdjG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Projects-module__W5JdjG__card{-o-transition:transform .3s ease,box-shadow .3s ease;background-color:#3a3a3a;border-radius:8px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 10px #fff6}.Projects-module__W5JdjG__card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.Projects-module__W5JdjG__imageContainer{width:100%;height:200px;position:relative;overflow:hidden}.Projects-module__W5JdjG__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Projects-module__W5JdjG__card:hover .Projects-module__W5JdjG__image{transform:scale(1.1)}.Projects-module__W5JdjG__overlay{color:#fff;opacity:0;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Projects-module__W5JdjG__card:hover .Projects-module__W5JdjG__overlay{opacity:1}.Projects-module__W5JdjG__projectTitle{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.Projects-module__W5JdjG__description{text-align:center;color:#ccc;padding:0 1rem;font-size:1rem}.Projects-module__W5JdjG__caption{color:#e0e0e0;text-align:center;background-color:#3a3a3a;border-radius:4px;margin-top:1rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;display:inline-block}.Projects-module__W5JdjG__hidden{opacity:0;transform:translateY(20px)}.Projects-module__W5JdjG__scrollFadeIn{transition:opacity .8s ease-out,transform .8s ease-out;opacity:1!important;transform:translateY(0)!important}
.Certifications-module__42eDaG__certificationsSection{background-color:#1e1e1e;padding:4rem 7rem}.Certifications-module__42eDaG__sectionTitle{text-align:center;color:#fff;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.Certifications-module__42eDaG__certificationGrid{grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center;gap:1.5rem;display:grid}@media (max-width:1024px){.Certifications-module__42eDaG__certificationGrid{grid-template-columns:repeat(2,1fr)}.Certifications-module__42eDaG__certificationsSection{padding:3.5rem 3rem}.Certifications-module__42eDaG__certificationCard{max-width:100%}}@media (max-width:600px){.Certifications-module__42eDaG__certificationsSection{padding:3rem 1.5rem}.Certifications-module__42eDaG__certificationGrid{grid-template-columns:1fr;gap:1.5rem}.Certifications-module__42eDaG__certificationCard{border-radius:24px;max-width:100%}.Certifications-module__42eDaG__certificateTitle{font-size:1.25rem}.Certifications-module__42eDaG__certificateDescription{font-size:.95rem}}.Certifications-module__42eDaG__certificationCard{text-align:center;-ms-border-radius:35px;-o-border-radius:35px;background-color:#2a2a2a;border-radius:35px;flex-direction:column;max-width:375px;margin:0;padding:1.2rem;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000004d}.Certifications-module__42eDaG__certificationCard:hover{transform:translateY(-5px);box-shadow:0 6px 16px #ffffff80}.Certifications-module__42eDaG__scrollFadeIn{transition:opacity .8s ease-out,transform .8s ease-out;opacity:1!important;transform:translateY(0)!important}.Certifications-module__42eDaG__hidden{opacity:0;transform:translateY(20px)}.Certifications-module__42eDaG__certificateImage{object-fit:cover;border-radius:4px;width:90%;height:auto;max-height:350px;margin:0 auto;display:block}.Certifications-module__42eDaG__certificateTitle{color:#fff;margin:.9rem 0;font-size:1.4rem;font-weight:600}.Certifications-module__42eDaG__certificateDescription{color:#ccc;text-align:left;margin:.5rem 0;padding-left:1.5rem;font-size:1rem;list-style-type:disc}.Certifications-module__42eDaG__certificateLink{color:#6cf;text-align:left;margin-top:auto;font-weight:700;text-decoration:none;display:inline-block}.Certifications-module__42eDaG__certificateLink:hover{text-decoration:underline}.Certifications-module__42eDaG__viewMoreContainer{justify-content:center;margin-top:3rem;display:flex}.Certifications-module__42eDaG__viewMoreButton{color:#fff;cursor:pointer;-ms-border-radius:50px;-o-border-radius:50px;background-color:#444;border:none;border-radius:50px;flex-direction:column;justify-content:center;align-items:center;height:50px;padding:.5rem 3rem;font-size:1rem;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:all .3s;display:flex}.Certifications-module__42eDaG__viewMoreButton:hover{background-color:#5b9bd5;height:25px;padding:2rem 3rem;transform:translateY(-5px)}.Certifications-module__42eDaG__viewMoreButton:active{transform:translateY(0)}
.Contact-module__SEXjRW__contactSection{color:#e0e0e0;text-align:center;background-color:#1e1e1e;border-top:1px solid #333;padding:2rem 2rem 4rem}.Contact-module__SEXjRW__title{color:#fff;margin-bottom:1.5rem;font-size:2rem}.Contact-module__SEXjRW__contactContainer{opacity:0;justify-content:center;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:2rem 0;transition:opacity .8s,transform .8s;display:flex;transform:translateY(20px)}.Contact-module__SEXjRW__scrollFadeIn{opacity:1!important;transform:translateY(0)!important}.Contact-module__SEXjRW__imageWrapper{flex:1;justify-content:center;display:flex}.Contact-module__SEXjRW__contactImage{max-width:100%;height:auto}.Contact-module__SEXjRW__form{flex-direction:column;flex:1;gap:1rem;max-width:500px;margin:0 auto;display:flex}.Contact-module__SEXjRW__formGroup{text-align:left;flex-direction:column;display:flex}.Contact-module__SEXjRW__label{color:#ccc;margin-bottom:.3rem;font-size:.9rem}.Contact-module__SEXjRW__input,.Contact-module__SEXjRW__textarea{color:#fff;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;width:100%;padding:.8rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.Contact-module__SEXjRW__input:focus,.Contact-module__SEXjRW__textarea:focus{border-color:#6cf;outline:none;box-shadow:0 0 8px #66ccff4d}.Contact-module__SEXjRW__textarea{resize:vertical;min-height:100px}.Contact-module__SEXjRW__submitButton{color:#fff;cursor:pointer;background-color:#444;border:none;border-radius:4px;padding:.8rem;font-size:1rem;transition:background-color .2s,transform .2s}.Contact-module__SEXjRW__submitButton:hover{background-color:#555;transform:scale(1.05);box-shadow:0 4px 12px #5b9bd580}.Contact-module__SEXjRW__submitButton:active{transform:scale(.98)}.Contact-module__SEXjRW__submitButton:disabled{cursor:not-allowed;background-color:#666}.Contact-module__SEXjRW__successMessage,.Contact-module__SEXjRW__errorMessage{opacity:0;margin-bottom:1rem;transition:opacity .3s,transform .3s}.Contact-module__SEXjRW__formStatusActive{opacity:1;transform:scale(1.05)}.Contact-module__SEXjRW__successMessage{color:#6c6}.Contact-module__SEXjRW__errorMessage{color:#f66}.Contact-module__SEXjRW__slaNote{color:#9aa0a6;text-align:center;opacity:.9;margin-top:.8rem;font-size:.9rem;line-height:1.4}@media (max-width:768px){.Contact-module__SEXjRW__contactContainer{flex-direction:column;align-items:center}.Contact-module__SEXjRW__imageWrapper,.Contact-module__SEXjRW__form{max-width:100%}}
.Footer-module__UDEoiW__footer{color:#e0e0e0;text-align:center;background-color:#1e1e1e;padding:1.5rem 0}.Footer-module__UDEoiW__container{max-width:1000px;margin:0 auto;padding:0 1rem}.Footer-module__UDEoiW__socialMedia{justify-content:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.Footer-module__UDEoiW__icon{color:#e0e0e0;font-size:1.5rem;transition:color .3s,transform .3s}.Footer-module__UDEoiW__icon:hover{color:#6cf;transform:scale(1.1)}.Footer-module__UDEoiW__info{color:#ccc;margin-top:.5rem;font-size:.9rem}.Footer-module__UDEoiW__link{color:#6cf;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__link:hover{text-decoration:underline}.Footer-module__UDEoiW__highlight{color:#6cf;font-style:italic}.Footer-module__UDEoiW__copyright{color:#aaa;margin:.5rem 0;font-size:.85rem}@media (max-width:768px){.Footer-module__UDEoiW__socialMedia{gap:1rem}.Footer-module__UDEoiW__icon{font-size:1.3rem}.Footer-module__UDEoiW__info{font-size:.85rem}.Footer-module__UDEoiW__copyright{font-size:.8rem}}
