:root{--white:#f8f8ff;--orange:#ef7331;--navyblue:#031e3f}#hero{width:100%;height:100dvh;min-height:100dvh;position:relative;overflow:hidden}.hero-menu{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;position:absolute;top:0;left:0;right:0}.hero-slide{will-change:transform;backface-visibility:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:absolute;top:0;left:0}.hero-slide-darkened:after{content:"";background-image:inherit;background-size:inherit;background-position:inherit;background-repeat:inherit;filter:grayscale(30%)brightness(.7);z-index:0;position:absolute;inset:0}.hero-slide:before{content:"";z-index:1;background:linear-gradient(#00000080 0%,#0006 50%,#0009 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:left;color:#fff;flex-direction:column;align-items:flex-start;gap:25px;max-width:900px;padding:0 20px;display:flex;position:relative}.hero-subtitle{letter-spacing:2px;text-transform:uppercase;color:var(--orange);text-shadow:1px 1px 3px #0006;font-size:clamp(.85rem,1.3vw,1rem);font-weight:500}.hero-title{text-shadow:1px 1px 4px #00000080;margin:0;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1.2}.hero-description{text-shadow:1px 1px 3px #0006;max-width:700px;margin:0;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.7}.hero-stats{flex-wrap:wrap;justify-content:flex-start;gap:50px;margin-top:20px;display:flex}.hero-stat{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.stat-number{color:var(--orange);text-shadow:1px 1px 4px #00000080;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:700;line-height:1}.stat-label{text-align:left;text-shadow:1px 1px 3px #0006;max-width:150px;font-size:clamp(.8rem,1.1vw,.95rem);font-weight:500}.hero-cta{flex-wrap:wrap;justify-content:flex-start;gap:20px;margin-top:20px;display:flex}.cta-button{cursor:pointer;text-shadow:none;border:2px solid #0000;border-radius:8px;padding:14px 35px;font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:600;text-decoration:none;transition:all .3s}.cta-primary{background:var(--orange);color:#fff;border-color:var(--orange)}.cta-primary:hover{background:#d86428;border-color:#d86428;transform:translateY(-2px);box-shadow:0 10px 25px #ef733166}.cta-secondary{color:#fff;background:0 0;border-color:#fff}.cta-secondary:hover{color:var(--navyblue);background:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.hero-single-stat{align-items:baseline;gap:20px;margin-top:10px;display:flex}.single-stat-label{color:#fff;text-shadow:1px 1px 4px #00000080;letter-spacing:1px;font-size:clamp(1.2rem,2.5vw,2rem);font-weight:700}.single-stat-number{color:var(--orange);text-shadow:1px 1px 4px #00000080;font-size:clamp(4rem,8vw,6rem);font-weight:700;line-height:1}.progress-bars{z-index:50;gap:20px;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.progress-bar-container{cursor:pointer;flex:1;transition:opacity .3s}.progress-bar-container:hover{opacity:.8}.progress-bar-bg{cursor:pointer;background:#6464644d;border-radius:2px;height:4px;overflow:hidden}.progress-bar-fill{background:#fff;border-radius:2px;height:100%;transition:width 50ms linear}@media (max-width:768px){.progress-bars{gap:0;bottom:15px;left:15px;right:15px}.progress-bar-container{pointer-events:none;cursor:default;display:none}.progress-bar-container:hover{opacity:1}.progress-bar-container.active{display:block}.progress-bar-bg{cursor:default}.hero-content{gap:20px}.hero-stats{gap:30px;margin-top:15px}.stat-label{max-width:120px;font-size:.8rem}.hero-single-stat{flex-direction:column;align-items:flex-start;gap:10px}.single-stat-label{font-size:1rem}.single-stat-number{font-size:3rem}.hero-cta{flex-direction:column;gap:15px;width:100%;margin-top:15px}.cta-button{width:100%;padding:14px 30px;font-size:1rem}.progress-bar-bg{height:3px}}@media (max-width:480px){.hero-stats{gap:25px}.stat-number{font-size:2rem}.stat-label{max-width:100px;font-size:.75rem}}
:root{--white:#fff;--orange:#ef7331;--navyblue:#031e3f}#contact-info{background:var(--white);width:100%;padding:80px 20px}.contact-info-container{grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid}.contact-item{text-align:left;background:#fff;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;padding:40px 30px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000014}.contact-item:hover{box-shadow:0 8px 30px #0000001f}.contact-header{align-items:center;gap:15px;width:100%;display:flex}.contact-icon{background:var(--orange);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.contact-icon svg{width:32px;height:32px}.contact-header h3{color:var(--navyblue);margin:0;font-size:1.5rem;font-weight:700;line-height:1}.contact-content{flex-direction:column;flex:1;justify-content:flex-start;width:100%;padding-left:0;display:flex}.contact-content p{color:#666;margin:4px 0;font-size:1.05rem;line-height:1.7}.contact-content a{color:var(--navyblue);font-weight:600;text-decoration:none;transition:color .3s}.contact-content a:hover{color:var(--orange)}@media (max-width:992px){.contact-info-container{grid-template-columns:1fr;gap:30px}.contact-item{padding:35px 25px}}@media (max-width:576px){#contact-info{padding:60px 15px}.contact-info-container{gap:25px}.contact-item{padding:30px 20px}.contact-icon{width:50px;height:50px}.contact-icon svg{width:28px;height:28px}.contact-header h3{font-size:1.3rem}.contact-content{padding-left:0}.contact-content p{font-size:.95rem}}
:root{--white:#fff;--orange:#ef7331;--navyblue:#031e3f}#services{background:var(--white);width:100%;padding:80px 20px;position:relative}.services-container{text-align:center;width:100%;max-width:1200px;margin:0 auto}.services-container h2{color:var(--navyblue);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:700}.services-subtitle{color:#666;max-width:800px;margin:0 auto 60px;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.7}.services-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:60px;display:grid}.service-card{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:40px 30px;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000014}.service-card:hover{box-shadow:0 8px 30px #0000001f}.service-icon{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;transition:transform .3s;display:flex}.service-card:hover .service-icon{transform:scale(1.1)}.service-icon svg{width:40px;height:40px}.service-card h3{color:var(--navyblue);margin-bottom:15px;font-size:clamp(1.3rem,2vw,1.5rem);font-weight:700}.service-card p{color:#666;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.7}.services-cta{justify-content:center;display:flex}.services-cta-button{background:var(--orange);color:#fff;border:2px solid var(--orange);cursor:pointer;border-radius:8px;padding:16px 50px;font-size:clamp(1rem,1.5vw,1.1rem);font-weight:600;text-decoration:none;transition:all .3s}.services-cta-button:hover{background:#d86428;border-color:#d86428;transform:translateY(-2px);box-shadow:0 10px 25px #ef733166}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){#services{padding:60px 15px}.services-grid{grid-template-columns:1fr;gap:25px;margin-bottom:40px}.service-card{padding:35px 25px}.service-icon{width:70px;height:70px}.service-icon svg{width:35px;height:35px}.services-cta-button{width:100%;padding:14px 30px}}
:root{--white:#fff;--orange:#ef7331;--navyblue:#031e3f}#about{background:var(--white);width:100%;padding:80px 20px;position:relative}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:grid}.about-content{flex-direction:column;gap:20px;display:flex}.about-content h2{color:var(--navyblue);margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:700}.about-content p{color:#666;margin:0;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.8}.about-cta{gap:20px;margin-top:20px;display:flex}.about-cta-button{cursor:pointer;border:2px solid #0000;border-radius:8px;padding:14px 35px;font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:600;text-decoration:none;transition:all .3s}.about-cta-button.primary{background:var(--orange);color:#fff;border-color:var(--orange)}.about-cta-button.primary:hover{background:#d86428;border-color:#d86428;transform:translateY(-2px);box-shadow:0 10px 25px #ef733166}.about-cta-button.secondary{color:var(--navyblue);border-color:var(--navyblue);background:0 0}.about-cta-button.secondary:hover{background:var(--navyblue);color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #031e3f4d}.about-image{width:100%;height:100%;min-height:500px;position:relative}.about-image img{object-fit:cover;border-radius:12px;width:100%;height:100%;box-shadow:0 10px 40px #00000026}@media (max-width:992px){.about-container{grid-template-columns:1fr;gap:40px}.about-image{min-height:400px}}@media (max-width:768px){#about{padding:60px 15px}.about-content{gap:15px}.about-cta{flex-direction:column;gap:15px}.about-cta-button{text-align:center;width:100%;padding:14px 30px}.about-image{min-height:350px}}
:root{--white:#fff;--orange:#ef7331;--navyblue:#031e3f}#cleaning-gallery{background:var(--white);width:100%;padding:80px 20px;position:relative}.cleaning-gallery-container{width:100%;max-width:1200px;margin:0 auto}.gallery-header{text-align:center;margin-bottom:50px}.gallery-title{color:var(--navyblue);margin:0 0 20px;font-size:42px;font-weight:700;line-height:1.2}.gallery-description{color:#666;max-width:700px;margin:0 auto;font-size:18px;line-height:1.6}.gallery-cta-wrapper{text-align:center;margin-top:50px}.gallery-cta{background:var(--orange);color:#fff;border-radius:8px;padding:16px 40px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #ef73314d}.gallery-cta:hover{background:#d86428;transform:translateY(-2px);box-shadow:0 6px 20px #ef733166}.gallery-grid-desktop{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.video-wrapper{aspect-ratio:9/16;cursor:pointer;border-radius:12px;width:100%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.video-wrapper:hover{transform:scale(1.02);box-shadow:0 6px 30px #0003}.gallery-video{object-fit:cover;width:100%;height:100%}.play-overlay{pointer-events:none;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.play-overlay svg{color:#fff;filter:drop-shadow(0 4px 8px #0000004d);width:80px;height:80px}.gallery-slider-mobile{display:none}@media (max-width:992px){.gallery-grid-desktop{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:768px){#cleaning-gallery{padding:60px 15px}.gallery-title{font-size:32px}.gallery-description{font-size:16px}.gallery-cta{padding:14px 32px;font-size:16px}.gallery-grid-desktop{display:none}.gallery-slider-mobile{flex-direction:column;align-items:center;gap:30px;display:flex}.video-wrapper-mobile{aspect-ratio:9/16;cursor:pointer;border-radius:12px;width:100%;max-width:400px;position:relative;overflow:hidden;box-shadow:0 8px 30px #0003}.gallery-video-mobile{object-fit:cover;width:100%;height:100%}.slider-controls{justify-content:center;align-items:center;gap:20px;width:100%;max-width:400px;display:flex}.slider-button{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 15px #ef73314d}.slider-button:hover{background:#d86428;transform:scale(1.1);box-shadow:0 6px 20px #ef733166}.slider-button:active{transform:scale(.95)}.slider-button svg{width:24px;height:24px}.slider-dots{align-items:center;gap:10px;display:flex}.dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.dot.active{background:var(--orange);border-radius:6px;width:30px}.dot:not(.active):hover{background:#bbb;transform:scale(1.2)}}@media (max-width:480px){.gallery-title{font-size:26px}.gallery-description{font-size:14px}.video-wrapper-mobile,.slider-controls{max-width:100%}.slider-button{width:45px;height:45px}.slider-button svg{width:20px;height:20px}.play-overlay svg{width:60px;height:60px}}
:root{--white:#fff;--orange:#ef7331;--navyblue:#031e3f}#contact-section{background:var(--white);width:100%;padding:80px 20px;position:relative}.contact-section-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:grid}.contact-content{flex-direction:column;gap:30px;display:flex}.contact-title{color:var(--navyblue);margin:0;font-size:48px;font-weight:700;line-height:1.2}.contact-subtitle{color:#666;margin:0;font-size:18px;line-height:1.6}.contact-cards{flex-direction:column;gap:20px;display:flex}.contact-card{background:#fff;border-radius:12px;align-items:flex-start;gap:20px;padding:25px;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000014}.contact-card:hover{box-shadow:0 8px 25px #0000001f}.contact-icon{background:var(--orange);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;display:flex}.contact-icon svg{width:28px;height:28px}.contact-card-content{flex-direction:column;gap:8px;display:flex}.contact-card-content h3{color:var(--navyblue);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:16px;font-weight:600}.contact-card-content a{color:var(--navyblue);font-size:20px;font-weight:600;text-decoration:none;transition:color .3s}.contact-card-content a:hover{color:var(--orange)}.contact-image-wrapper{border-radius:20px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000026}.contact-image{object-fit:cover;object-position:center}@media (max-width:1024px){.contact-section-container{gap:40px}.contact-title{font-size:40px}.contact-image-wrapper{height:500px}}@media (max-width:768px){#contact-section{padding:60px 15px}.contact-section-container{grid-template-columns:1fr;gap:40px}.contact-title{font-size:36px}.contact-subtitle{font-size:16px}.contact-image-wrapper{order:-1;height:400px}.contact-card{padding:20px}.contact-card-content a{font-size:18px}}@media (max-width:576px){.contact-title{font-size:28px}.contact-subtitle{font-size:14px}.contact-image-wrapper{height:300px}.contact-icon{width:45px;min-width:45px;height:45px}.contact-icon svg{width:24px;height:24px}.contact-card-content h3{font-size:14px}.contact-card-content a{font-size:16px}}
