.header{background-color:#f0f0f0;padding:1rem 2rem;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;text-decoration:none;color:inherit}.logo img{height:clamp(60px,20vw,120px);margin-right:1rem}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:400;color:#1b1b1b}.logo-subtitle{font-size:clamp(.8rem,3vw,1.2rem);font-weight:400;letter-spacing:-.1px;color:#1b1b1b}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav a{color:#333;transition:color .3s ease;display:flex;align-items:center}.header-nav a:hover{color:#007bff}.header-nav svg{width:28px;height:28px}.hamburger-button{display:none;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-icon{width:30px;height:30px}@media (max-width: 768px){.header-nav{display:none;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100vh;background-color:#fffffff2;justify-content:center;align-items:center;gap:2rem;opacity:0;transition:opacity .3s ease-in-out}.header-nav.open{display:flex;opacity:1}.hamburger-button{display:block}}.hero{background:url(/assets/images/Background.webp);color:#fff;text-align:center;padding:6rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:0vh;background-size:cover}.hero-content{max-width:640px;margin-left:auto;margin-right:auto}.hero h1{font-size:2.5rem;color:#f0f0f0;letter-spacing:-.1px;font-weight:400;margin-bottom:2rem}.hero p{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;letter-spacing:-.1px}.about-section{padding:4rem 2rem;background-color:#f9f9f9}.about-content{display:flex;align-items:center;max-width:1200px;margin:0 auto;gap:2rem}.about-text{flex:1}.about-text h2{font-size:2rem;margin-bottom:1rem}.about-image{max-width:400px}.about-image img{width:100%;border-radius:8px}@media (max-width: 768px){.about-content{flex-direction:column}.about-text{order:2;flex:none}.about-image{order:1}}.services-section{padding:4rem 2rem;text-align:center;background-color:#f0f0f0}.services-section h2{font-size:2.5rem;margin-bottom:1rem}.services-intro{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background-color:#f9f9f9;padding:2rem;border-radius:8px;text-align:left}.service-image{width:100%;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.service-card h3{font-size:1.8rem;margin-bottom:1rem}.service-card ul{list-style-type:none;padding:0;margin-top:1rem}.service-card ul li{margin-bottom:.5rem;position:relative;padding-left:1.5rem}.service-card ul li:before{content:"✓";color:#4caf50;position:absolute;left:0}.benefits-section{padding:4rem 2rem;text-align:center}.benefits-section h2{font-size:2.5rem;margin-bottom:2rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;text-align:left}.benefit-item{background-color:#f9f9f9;padding:2rem;border-radius:8px}.benefit-item h3{font-size:1.5rem;margin-bottom:1rem}.certifications-section{padding:4rem 2rem;background-color:#f9f9f9;text-align:center}.certifications-section h2{font-size:2.5rem;margin-bottom:2rem}.certifications-carousel-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;text-align:left}.certification-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;height:200px;justify-content:center}.certification-logo{max-width:150px;max-height:150px;height:auto}.cta{background:#d1d0ea;color:#442369;padding:4rem 0;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-links{margin-bottom:1rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.cta-links a{color:#442369;text-decoration:none;margin:0 1rem;justify-content:center;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s ease-in-out}.cta-links a:hover{transform:scale(1.1)}@media (max-width: 768px){.cta{padding:3rem 0}.cta h2{font-size:2rem}.cta p{font-size:1rem}}.footer{background-color:#333;color:#fff;padding:2rem;text-align:center}.footer-container{max-width:1200px;margin:0 auto}.footer-legal a{color:#aaa;text-decoration:none;margin:0 .5rem;font-size:.9rem}.footer-legal a:hover{color:#fff}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.page-title{text-align:center;margin:2rem 0;font-size:2.5rem;color:#333}.page-description{text-align:center;max-width:800px;margin:0 auto 2rem;color:#666}@font-face{font-family:Manrope;src:url(/assets/fonts/Manrope-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}button{cursor:pointer}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.2}p{margin-bottom:1rem}section{padding:2rem 0}
