#hero{padding-top:10%;text-align:start;display:flex;justify-content:start;width:100%;height:100vh;min-height:550px;background-image:url(./back2-Bjy2fJkw.jpg);background-size:cover;background-position:center}.hero-content{max-width:650px;margin:auto 0;gap:1rem;display:flex;flex-direction:column;align-items:start;border-radius:24px}.overlay{position:absolute;top:0;left:0;width:100%;height:100vh;min-height:550px;background:#0006;z-index:0}.hero-title{margin-bottom:.5rem;color:#fff;font-size:3rem;font-weight:700;text-shadow:0 4px 12px rgba(0,0,0,.4);z-index:10}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:700;color:#fff;text-align:center;text-shadow:0 4px 12px rgba(0,0,0,.4);z-index:10}.hero-description{font-size:1.2rem;color:#fff;font-weight:700;text-shadow:0 4px 12px rgba(0,0,0,.4);margin-bottom:2rem;z-index:10}.hero-buttons{display:flex;justify-content:center;gap:1rem;z-index:10}@media screen and (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}}@media screen and (max-width: 480px){.hero-buttons{flex-direction:column;align-items:start}}.btn,.btn-primary{background-color:#5c9b80;color:#fff;border:none;padding:.8rem 1.2rem;font-size:1rem;font-weight:700;border-radius:6px;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:.5rem;text-align:center;width:fit-content;height:fit-content;line-height:1.5}.btn:hover,.btn-primary:hover{background-color:#51a07e}.btn img{width:24px;height:24px}.outlined-button{display:inline-flex;align-items:center;font-size:1rem;font-weight:700;padding:12px 24px;border:2px solid #fff;background:transparent;color:#fff;border-radius:4px;transition:background .3s ease,color .3s ease;cursor:pointer}.outlined-button.hovered{color:#5c9b80;background:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:600px;position:relative}.close-btn{position:absolute;right:1rem;top:1rem;background:none;border:none;font-size:2.5rem;cursor:pointer}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.contact-form textarea{min-height:100px;min-width:100%}.contact-form button{background-color:#5c9b80;color:#fff;border:none;padding:.75rem;font-size:1rem;border-radius:6px;cursor:pointer}.contact-form button:hover{background-color:#4a7f6d}.success-message{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:320px}.success-message h2{margin-bottom:.5rem;color:#5c9b80}.success-message p{margin-bottom:1.5rem;font-size:1rem}.success-message button{padding:.75rem 1.5rem;font-size:1rem;border-radius:6px;background-color:#5c9b80;color:#fff;border:none;cursor:pointer}.success-message button:hover{background-color:#4a7f6d}@media screen and (max-width: 768px){.modal{width:100%}}.navbar{position:fixed;top:20px;left:8%;right:8%;display:flex;justify-content:space-between;align-items:center;border-radius:50px;height:80px;z-index:1000;padding:1.2rem 2rem;font-family:Avenir,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.navbar.open{border-radius:20px 20px 0 0}.nav-left{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.logo{font-weight:700;padding:auto .8rem;text-decoration:none;width:40px;height:40px;cursor:pointer}.logo img{width:100%}.nav-links{display:flex;gap:1.2rem;background-color:#e6f6f5}.nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:1.05rem;cursor:pointer}.nav-links a:hover{color:#5c9b80}.nav-toggle{display:none;cursor:pointer;transition:all .3s ease-in}.menu-icon{transition:all .3s ease-in-out}@media (max-width: 768px){.navbar{left:5%;right:5%}.nav-toggle{display:flex}.nav-links{position:absolute;top:75px;left:0;right:0;background:#e6f6f5;flex-direction:column;align-items:start;justify-content:space-around;border-radius:0 0 20px 20px;gap:15px;overflow:hidden;max-height:0;transition:max-height .3s ease-in-out;padding:20px 8%;visibility:hidden;z-index:1000}.nav-links.open{max-height:520px;visibility:visible}}.about-section{padding:90px 0;background-color:#e6f6f5}.about-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}.about-image{width:100%;height:500px;border-radius:8px;object-fit:cover;float:left;margin-right:30px;margin-bottom:20px}.about-description{font-size:1rem;line-height:1.8}.about-details{display:flex;flex-direction:column;justify-content:center;gap:20px}.about-text{color:#333;display:flex;flex-direction:column;align-items:space-between;justify-content:center}.about-text a{color:#5c9b80;font-weight:700;text-decoration:none}.about-text a:hover{text-decoration:underline}.about-text p{margin-bottom:1rem;font-size:1.2rem;line-height:1.6;color:#333}.about-links{display:flex;flex-direction:row;align-items:center;gap:10px}@media screen and (max-width: 768px){.about-content{display:flex;flex-direction:column}.about-image{width:100%;max-height:300px;float:none;object-fit:cover;margin-right:0}}@media screen and (max-width: 480px){.about-image{width:100%}.section-title{font-size:1.5rem}.about-links{justify-content:center}}.bullet-text{display:flex;flex-direction:row;align-items:center;padding:6px;border-radius:8px;align-items:start;justify-content:start;gap:4px}.bullet-text-description{font-size:16px;color:#333;text-align:start}.back-to-top{position:fixed;bottom:30px;right:30px;background:#fff;color:#fff;border:none;border-radius:50%;font-size:1.25rem;width:40px;height:40px;cursor:pointer;box-shadow:0 2px 8px #00000026;z-index:999;transition:background .3s ease}.back-to-top:hover{background:#eee}.education-card{border-left:1px solid #51a07e;border-radius:16px;padding:16px;transition:box-shadow .3s ease;display:flex;flex-direction:column}.education-header{display:flex;align-items:center;margin-bottom:12px;padding:8px;border-radius:8px}.education-logo{flex-shrink:0;width:100px;height:100px;overflow:hidden;border-radius:8px}.education-logo img{max-width:100%;height:auto;border-radius:4px}.education-details{margin-left:12px}.education-institution{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:4px}.education-degree{font-size:1.1rem;color:#555;margin:0}.education-location{font-size:.9rem;color:#777}.education-duration{font-size:.9rem;font-style:italic;color:#777;margin-top:4px}.education-description{font-size:1.1rem;color:#333;line-height:1.6;margin-top:8px;display:flex;flex-direction:column;gap:6px}@media screen and (max-width: 600px){.education-card{padding:12px}.education-header{flex-direction:column;align-items:flex-start}.education-logo img{max-width:80px;height:auto}.education-details{margin-left:0;margin-top:8px}}.education-section{padding:90px 0}.education-list{display:flex;flex-direction:column;gap:30px}.experience-section{padding:90px 0;background-color:#e6f6f5}.experience-list{display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:1.5rem}.experience-item{border-radius:8px;padding:0 1.5rem}.experience-dot{position:relative;left:-25px;top:25px;width:15px;height:15px;background-color:#51a07e;border-radius:50%}.link-icon{text-decoration:none;color:#ac663e;font-weight:500;margin-top:.5rem;transition:color .3s ease;font-size:.9rem;margin-left:.5rem;cursor:pointer}.link-icon img{width:14px;height:14px}.experience-banner img{width:100%;height:100px;object-fit:cover;border-radius:8px}.experience-title{font-size:1.5rem;margin:0 0 .5rem;color:#333;font-weight:600}.experience-company{font-size:1.2rem;color:#333;font-weight:600;font-style:italic}.experience-location{font-size:1rem;color:#777}.experience-date{font-size:.9rem;color:#999;margin-bottom:.5rem;font-style:italic}.experience-description{list-style-type:disc;padding-left:1.5rem;margin-top:.5rem;font-size:1.1rem}.experience-list li{margin-bottom:.5rem;color:#555}@media (max-width: 600px){.experience-banner img{max-width:80px}.experience-title{font-size:1.3rem}.experience-company{font-size:1rem}.experience-location,.experience-date{font-size:.9rem}}@media (prefers-reduced-motion: no-preference){.experience-item{transition:transform .3s ease}.experience-item:hover{transform:translateY(-5px)}}@media (prefers-reduced-motion: reduce){.experience-item{transition:none}}.experience-item:hover{transform:none}.projects-section{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:90px 0}.projects-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.7rem;justify-content:left;margin-bottom:1rem;margin-top:1rem}.project-card{display:flex;flex-direction:column;background-color:#e6f6f5;border-radius:12px;overflow:ellipsis;align-items:start;padding:1.5rem;width:100%;max-width:400px;min-width:250px;box-sizing:border-box}@media (min-width: 1200px){.project-card{width:30%;max-width:none}}@media (min-width: 768px) and (max-width: 1199px){.project-card{width:47%;max-width:none}}@media (max-width: 767px){.project-card{width:100%;max-width:none}}.project-card-image{width:100%;height:220px;object-fit:cover;border-radius:5px;margin-right:auto;display:flex;align-items:center;justify-content:center}.project-card-image img{width:100%;height:100%;object-fit:cover;border-radius:5px;transition:transform .3s ease}.project-card-title{font-size:1.2rem;font-weight:600;margin:1rem 0 .5rem;color:#333}.project-card-description{font-size:1rem;line-height:1.6;color:#555}.project-card-link{text-decoration:none;color:#ac663e;font-weight:500;margin-top:.5rem;transition:color .3s ease;font-size:.9rem;margin-left:.5rem;cursor:pointer}.project-card-link img{width:16px;height:16px;vertical-align:middle}.project-card-link:hover img{filter:brightness(0) saturate(100%) invert(40%);transition:filter .3s ease}.skills{display:flex;flex-direction:column;gap:1rem}.skill-card{background-color:#fff;padding:.5rem .7rem;border-radius:10px;height:60px;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:start}.skill-card h3{font-size:1.3rem;font-weight:500;color:#0771b8}.skill-card img{width:32px;height:32px;object-fit:contain}.skills-section{display:flex;flex-direction:column;align-items:start;justify-content:center;background-color:#e6f6f5;gap:2rem;padding:90px 0}.skills-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:start;margin-bottom:1rem}.extra-section{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:90px 0}.extra-cards{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.extra-card{display:flex;flex-direction:row;align-items:center;padding:16px;border-radius:18px;width:100%;min-width:250px}.extra-image{width:80px;height:80px;border-radius:15%;margin-right:16px}.extra-image img{width:100%;height:100%;object-fit:cover;border-radius:15%}.extra-content{flex:1}.extra-title{font-size:16px;color:#51a07e;margin:0 0 8px;font-weight:700}.extra-date{font-size:14px;color:#777;margin-bottom:8px}.extra-description{display:flex;flex-direction:row;gap:8px;align-items:end}@media (max-width: 600px){.extra-card{flex-direction:column;align-items:start;padding:16px 0}.extra-image{margin-bottom:12px}}.contact-section{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:90px 0;background-color:#e6f6f5}.contact-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;width:100%}.contact-form-container{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:1.5rem;width:100%;max-width:600px}.contact-description{font-size:1.4rem;color:#333;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:1rem;font-size:1.2rem;color:#333}.contact-address{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:1rem}.contact-address p{font-size:1.2rem;color:#333;display:flex;align-items:center;gap:.5rem}.contact-address a{color:#5c9b80;font-weight:700;text-decoration:none}.contact-address a:hover{text-decoration:underline}@media screen and (max-width: 768px){.contact-content{flex-direction:column;align-items:start;justify-content:center}.contact-form-container{width:100%}.contact-address p{font-size:1rem}.section-title{font-size:1.5rem}}@media screen and (max-width: 480px){.contact-address p{font-size:.9rem}.section-title{font-size:1.2rem}}@font-face{font-family:Quicksand;src:url(../fonts/quicksand/static/Quicksand-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Quicksand;src:url(../fonts/quicksand/static/Quicksand-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Quicksand;src:url(../fonts/quicksand/static/Quicksand-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Quicksand;src:url(../fonts/quicksand/static/Quicksand-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Quicksand;src:url(../fonts/quicksand/static/Quicksand-Light.ttf) format("truetype");font-weight:300;font-style:normal}html{scroll-behavior:smooth}*{margin:0;box-sizing:border-box;font-family:Quicksand,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{background-color:#fff;color:#000;line-height:1.6}.container{padding-left:10%;padding-right:10%}header{display:flex;justify-content:space-between;align-items:center;background-color:#e6f6f5}.section-title{font-size:2rem;font-weight:700;margin-bottom:30px;color:#333}@media screen and (max-width: 768px){.container{padding-left:8%;padding-right:8%}}@media screen and (max-width: 480px){.container{padding-left:6%;padding-right:6%}}.footer{background-color:#e6f6f5;padding:1.5rem 0;text-align:center;font-size:1rem;color:#333}.footer-content{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:1rem;flex-wrap:wrap;padding:30px 0}.footer-content p{margin:0;font-size:1rem;color:#333;font-weight:500}.social-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.social-links a{text-decoration:none;color:inherit}.social-links img{width:24px;height:24px;transition:transform .3s ease}.social-links img:hover{transform:scale(1.1)}.social-links img:active{transform:scale(.9)}
