#hero::before,header{top:0;left:0;width:100%}#hero,#hero>*{position:relative}.cta-button,.logo{border-radius:4px}:root{--primary-color:#017aa2;--secondary-color:#017aa2;--text-color:#333;--background-color:#f4f4f4;--white:#ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Work Sans',sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color)}header{background:0 0;padding:1rem 0;position:fixed;z-index:1000;transition:background .3s ease-in-out}header.scrolled{background:linear-gradient(140deg,var(--primary-color),var(--secondary-color));background-color:var(--primary-color)}header.scrolled .logo{background-color:#fff;transition:background-color .3s}header.scrolled .nav-links a{color:#017aa2;transition:color .3s}header.scrolled .burger div{background-color:#000;transition:background-color .3s}#servicez,.burger div,.cta-button.primary{background-color:var(--white)}.footer-content,nav{display:flex;justify-content:space-between;align-items:center}.logo img{max-height:70px;transition:max-height .3s;object-fit:contain}header.scrolled .logo img{max-height:60px}header.scrolled{padding:5px 0;background:linear-gradient(140deg,#fff,#fff);transition:padding .3s,background .3s}.logo{display:flex;align-items:center;background:#fff;padding:.5rem}.cta-button,.nav-links a{text-decoration:none;font-weight:600}.nav-links a:hover{color:#f2a20c}.logo span{color:rgba(255,255,255,.7)}.hero-wrapper,.nav-links a{color:var(--white)}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:2rem}.nav-links a{transition:color .3s}.burger{display:none;cursor:pointer}.burger div{width:25px;height:3px;margin:5px;transition:.3s}#hero{background-image:url(../img/hero_bg.webp);background-size:cover}.hero-wrapper{display:flex;align-items:center;min-height:70vh;padding:8rem 0 1rem}#hero::before{content:"";position:absolute;height:100%;background-color:rgba(23,30,47,.8);z-index:1}#hero>*{z-index:2}.hero-content{flex:1;max-width:50%}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.1rem;margin-bottom:2rem}.service-card h3,.service-card i{margin-bottom:1rem;color:var(--primary-color)}.cta-buttons{display:flex;gap:1rem}.cta-button{display:inline-block;padding:.8rem 1.5rem;transition:.3s}.cta-button.primary{color:var(--primary-color)}.cta-button.secondary{border:2px solid var(--white);color:var(--white)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.2)}.hero-image{flex:1;max-width:50%;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;border-radius:10px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background-color:var(--background-color);padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card i{font-size:3rem}.footer-logo,.service-card h3{font-size:1.5rem}footer{background-color:var(--primary-color);color:var(--white);padding:2rem 5%}.footer-logo{font-weight:700}@media screen and (min-width:769px) and (max-width:1024px){.hero-wrapper{min-height:40vh}.hero-image img{max-width:100%}}@media screen and (max-width:1024px){.hero-content h1{font-size:2.1rem}.hero-content p{font-size:1rem}}@media screen and (max-width:991px){.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}}@media screen and (max-width:768px){.logo img,header.scrolled .logo img{max-height:50px}.logo img{transition:max-height .3s}header.scrolled .nav-links a{color:#fff}.hero-content p{font-size:1rem}header{padding:1rem 5%}nav{align-items:center}.burger{display:block;z-index:1001;position:relative;right:0}.nav-links{position:fixed;padding-top:70px;right:0;height:100vh;top:0;background-color:var(--primary-color);display:flex;flex-direction:column;align-items:center;width:50%;transform:translateX(100%);transition:transform .5s ease-in;z-index:1000;justify-content:start}.nav-links li{opacity:0;margin:1rem 0}.nav-active{transform:translateX(0)}@keyframes navLinkFade{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.toggle .line1{transform:rotate(-45deg) translate(-5px,6px)}.toggle .line2{opacity:0}.toggle .line3{transform:rotate(45deg) translate(-5px,-6px)}.hero-wrapper{display:flex;flex-direction:column;text-align:center;padding:8rem 0 1rem}.hero-content,.hero-image{max-width:100%}.hero-content h1{font-size:1.5rem}.cta-buttons{justify-content:center}.hero-image img{margin-top:50px}}