*{box-sizing:border-box}:root{font-family:Arial,sans-serif}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;padding:0}img{max-width:100%;height:auto}section{margin-bottom:2rem;scroll-margin-top:6rem}h1{font-size:2rem}h2{font-size:1.8rem}p{font-size:1.1rem;line-height:1.6}a{text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.dev-notis{position:fixed;bottom:0;width:100%;background-color:#fc0;color:#000a1a;text-align:center;padding:10px;z-index:1000}.App-header{position:fixed;top:0;width:100%;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;z-index:999;border-bottom:1px solid #eee}.App-header img{height:4rem;margin-left:.5rem}.nav ul{display:flex}@media(min-width:768px){.App-header nav ul{display:flex}}.App-header nav a{color:#000a1a;font-weight:500}.App-header nav a:hover{color:#d4aa00}@media(min-width:768px){.App-header nav ul{display:flex;gap:1.5rem}}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;z-index:1001}.hamburger span{width:25px;height:3px;background:#000;transition:.3s}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;transition:right .3s ease;z-index:1000;margin:0 2rem}.nav.open{right:0}.nav ul{display:flex;flex-direction:column;gap:2rem;list-style:none;padding:0}.nav a{font-size:1.5rem;color:#000a1a}@media(min-width:768px){.hamburger{display:none}.App-header img{height:5rem;margin-left:4rem}.nav{position:static;height:auto;width:auto;background:none;display:block}.nav ul{flex-direction:row;gap:1.5rem}.nav a{font-size:1rem}}#hero-section{min-height:100vh;display:flex;align-items:end;background-image:url(/HeroCleaner.png);background-repeat:no-repeat;background-position:center top;background-size:cover;padding:2rem 1rem}.hero-content{background:#fffc;width:100%;max-width:1200px;margin:6rem auto 2rem;padding:2rem 1.5rem;position:relative;overflow:visible}.hero-container{display:flex;flex-direction:column;gap:2rem}.hero-content-container{max-width:1200px;display:flex;flex-direction:column;gap:1rem}.CTA_Hero{display:flex;flex-direction:column;gap:1rem}.CTA-button{background-color:#007bff;color:#fff;padding:.9rem 1.6rem;border-radius:5px;width:fit-content;font-weight:500}.hero-shield{display:none}@media(min-width:1024px){.hero-shield{display:block;position:absolute;bottom:-50px;right:-80px;height:180px;z-index:2}}@media(min-width:1024px){.hero-container{flex-direction:row;align-items:center;justify-content:space-between}.hero-content-container{flex:1}.CTA_Hero{flex-direction:row}}#services h2{margin-bottom:1rem}#services p{margin-bottom:2rem}.service-wrapper{display:grid;grid-template-columns:1fr;gap:2rem}.service-card{background:#f9f9f9;padding:1.5rem;border-radius:8px}.service-heading-container{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.service-icon-container{width:3rem;height:3rem;background-color:#d4aa00;border-radius:50%;display:flex;align-items:center;justify-content:center}.service-icon{width:1.8rem}.service-card{background:#f9f9f9;padding:1.5rem;border-radius:8px;transition:all .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000014}#about{display:flex;flex-direction:column;gap:1rem}#about h3{margin-top:5rem}#about ul li{margin-bottom:.5rem}.about-layout{margin:2rem 0;display:grid;grid-template-columns:1fr 550px;gap:2rem}.about-content{grid-column:1;grid-row:1}.about-layout img{grid-column:2;width:100%;height:auto}@media(max-width:768px){.about-layout{grid-template-columns:1fr}.about-layout img{order:-1}}#contact{margin:6rem 0}.contact-wrapper{display:flex;flex-direction:column;gap:2rem}.contact-content{display:flex;flex-direction:column;gap:1rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.contact-container{display:flex;flex-direction:column;gap:.25rem}.contact-container label{font-weight:700}.contact-image{width:100%;max-width:500px;align-self:center}@media(min-width:1024px){.contact-wrapper{flex-direction:row;align-items:center;justify-content:space-between}.contact-content{flex:1;max-width:600px}.contact-image{flex:1;max-width:500px}}footer{background:#000a1a;color:#fff;padding:3rem 0}.footer-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo-container{display:flex;justify-content:center}.footer-logo{max-width:120px}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem}.footer-content ul{list-style:none;padding:0;margin:0}.footer-content a{color:#fff;font-weight:700}.footer-content a:hover{color:#d4aa00}.footer-nav{display:flex;flex-direction:column;gap:.8rem}.footer-contact li{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem}.footer-contact label{font-weight:700;font-size:.9rem;opacity:.8}.footer-copy{text-align:center;margin-top:2rem;font-size:.9rem;opacity:.8}@media(min-width:768px){.footer-wrapper{text-align:left}.footer-content{grid-template-columns:repeat(2,1fr)}.footer-logo-container{justify-content:flex-start}}@media(min-width:1024px){.footer-wrapper{grid-template-columns:250px 1fr;align-items:start}.footer-content{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){h1{font-size:2.5rem}#hero-section{padding:3.5rem 0}.CTA_Hero{flex-direction:row}.service-wrapper{grid-template-columns:repeat(2,1fr)}.contact-info{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.hero-content-container{padding:4rem 0}.service-wrapper{grid-template-columns:repeat(3,1fr)}.footer-wrapper{flex-direction:row;justify-content:center}}
