:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:inherit}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#fdfdfd;color:#1a1a1a;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}h2{color:#335307;font-size:2.4em;margin:0;text-shadow:1px 1px 0 rgba(146,179,119,.8)}h3{margin-top:0;margin-bottom:10px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:600;color:#fff;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;background-color:#005ba5}input{font-family:inherit;font-size:1em;padding:.5em;border:1px solid #ccc;border-radius:4px;width:100%;margin-top:.5em;margin-bottom:1em;box-sizing:border-box}textarea{font-family:inherit;font-size:1em;padding:.5em;border:1px solid #ccc;border-radius:4px;width:100%;max-width:100%;min-width:100%;margin-top:.5em;margin-bottom:1em;resize:none;box-sizing:border-box;height:150px}html{margin:0;padding:0;scroll-behavior:smooth;overflow-x:hidden}section{scroll-margin-top:80px;padding-bottom:30px}p{padding-left:5%;padding-right:5%}#root{margin:0 auto;text-align:center;width:100%;max-width:100%}.header{height:100px;position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease-in-out;font-weight:650;border-bottom:#0042a3 solid 1px}.header a{color:#005ba5}.header-content{height:100%;width:100%}.nav{display:flex;align-items:center;justify-content:space-between;padding-right:30px;padding-left:20px;width:100%}.nav a{display:flex;align-items:center;height:100%;font-size:1.2rem;filter:drop-shadow(0 0 15px rgba(0,0,0,.438))}.nav a:hover{filter:drop-shadow(0 0 15px rgba(0,0,0,.596));color:#0079c3}.logo{height:80px;display:block;padding:10px}.nav-links{display:flex;align-items:center;flex:1;justify-content:space-evenly;gap:20px}.hamburger{display:none;background:transparent;border:none;padding:10px;cursor:pointer;position:relative;width:36px;height:28px}.hamburger-bar{position:absolute;left:0;width:100%;height:3px;margin:0;background-color:#005ba5;border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease;transform-origin:center}.hamburger-bar:nth-child(1){top:0}.hamburger-bar:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger-bar:nth-child(3){top:100%;transform:translateY(-100%)}.hamburger.open .hamburger-bar:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.open .hamburger-bar:nth-child(2){opacity:0}.hamburger.open .hamburger-bar:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}@media(max-width:640px){.header-content{display:flex;align-items:center}.nav{justify-content:space-between;padding-right:5%;padding-left:5%;position:relative}.nav-logo{margin-right:auto}.logo{height:60px}.hamburger{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;margin-left:auto}.nav-links{position:absolute;top:90px;right:0;left:0;display:flex;flex-direction:column;background:#fff;padding:12px 0;gap:0;box-shadow:0 8px 20px #00000026;border-bottom:1px solid rgba(0,0,0,.08);z-index:1001;max-height:0;opacity:0;transform:translateY(-8px);overflow:hidden;pointer-events:none;transition:max-height .35s ease,opacity .25s ease,transform .25s ease}.nav-links a{font-size:1rem;padding:12px 16px;width:100%;justify-content:center}.nav-links.open{max-height:320px;opacity:1;transform:translateY(0);pointer-events:auto}}.contact-section{background-color:#000000f5;color:#fff;position:relative;margin-top:-120px;padding-top:3rem;overflow:hidden;z-index:3;box-shadow:0 -25px 40px #00000026;padding-bottom:0}.contact-section h2{color:#fff}.contact-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;text-align:left;padding:30px 5%}.contact-logo{display:flex;flex-direction:column;justify-content:center;flex:1 1 300px;min-width:280px}.contact-logo img{width:200px;height:auto}.bottom-links{flex:1 1 150px;min-width:140px}.bottom-links p{transition:color .2s ease}.bottom-links p:hover{color:#6bbe26}.contact-info{flex:1 1 300px;min-width:280px}.contact-section h3{color:#3c8202}.contact-section a,.contact-section p{color:#fff;padding:0}.copyright{font-size:.75rem}@media(min-width:1001px){.contact-logo{order:1;flex:1 1 35%}.bottom-links{order:2;flex:1 1 15%}.contact-info{order:3;flex:1 1 35%}}@media(min-width:641px)and (max-width:1000px){.contact-logo{order:3;flex:1 1 100%}.bottom-links{order:1;flex:1 1 45%}.contact-info{order:2;flex:1 1 45%}}@media(max-width:640px){.contact-logo{order:3;flex:1 1 100%}.bottom-links{order:1}.contact-info{order:2}}.home-section{color:#fff;position:relative;height:100vh;min-height:600px;box-shadow:0 -25px 40px #00000026;overflow:hidden}@media(max-width:640px){.home-section{height:auto;min-height:calc(100svh - 100px);padding-top:110px;padding-bottom:20px}}.home-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000000a6,#0000);z-index:2}.home-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;will-change:transform;z-index:1}@media(max-width:640px){.home-image{object-position:center;transform:scale(.85)}.home-content{position:relative;inset:auto;padding:1rem 1rem 1.25rem}.home-content h2{font-size:1.1em}.home-content p{font-size:.95em;margin-bottom:1rem}}.home-content{left:3%;right:3%;bottom:130px;position:absolute;justify-content:center;text-align:center;color:#fff;padding:1.5rem 2rem;z-index:3}.home-content h1{color:#fff;font-size:2.25em;text-shadow:3px 3px 0 rgba(0,0,0,.9)}.home-content p{font-size:1em;margin-bottom:1.5rem;font-weight:550;text-shadow:2px 1px 0 rgba(0,0,0,.8);padding:0}.home-content br{margin-bottom:7px}.home-section button{background-color:#3c8202f2;transition:background-color .3s ease}.home-section button:hover{background-color:#489e01}.about-section{position:relative;margin-top:-120px;padding-top:3rem;background:#fff;z-index:3;box-shadow:0 -25px 40px #00000026;overflow:hidden;padding:10px 10% 40px}.aljay-image{width:225px;height:auto;border-radius:10px;margin-top:20px;box-shadow:2px 4px 8px #0000003d}.about-content,.about-img{display:flex;flex-direction:column;align-items:center}.about-text{width:100%}.principle-list{display:flex;flex-wrap:wrap;gap:80px;justify-content:center;margin-top:20px}.principle{background-color:#3c82028e;box-shadow:0 4px 8px #0000004d;padding:1rem;width:200px;transition:transform .3s ease;border-radius:.5rem}.principle:hover{transform:translateY(-10px)}.principle h3{margin-top:0;color:#233606;font-size:1.5em;margin-bottom:.5rem;text-shadow:1px 1px 0 rgba(52,85,25,.8)}.services-section{background-color:#f5f3f3;padding-top:10px}.services-list{display:flex;flex-wrap:wrap;justify-content:center;gap:75px;padding:40px 7% 60px}.clean-service{position:relative;width:250px;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:0 1 calc(33.333% - 75px);box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:1000px){.clean-service{flex:0 1 calc(50% - 50px)}}@media(max-width:640px){.clean-service{flex:0 1 80%}}.clean-service:hover{box-shadow:0 4px 8px #0006;transform:scale(1.05)}.clean-service:hover .service-icon{filter:brightness(.48)}.service-icon{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(.6);transition:filter .3s ease}.clean-service .service-text{position:relative;z-index:2;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);padding:1rem}.service-link h2{color:#000;font-weight:600;font-size:2rem}.partners-section{padding-top:20px;background:#fff;z-index:3}.carousel-section{position:relative;width:100%;max-width:800px;margin:0 auto;padding-bottom:40px;background:#fff;z-index:3}.carousel-wrapper{position:relative;display:flex;align-items:center;overflow:hidden}.carousel-images{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:200px}.carousel-image{transition:transform .8s ease-in-out,opacity .8s ease-in-out;will-change:transform;position:absolute;height:100px;width:auto;object-fit:contain;transform-origin:center center}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#3b3b3b00;border:none;padding:10px;font-size:50px;color:#2222229f;cursor:pointer;z-index:3;border-radius:50%}.carousel-arrow:hover{filter:drop-shadow(0 0 10px #2e2e2e6b);color:#202020}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}.carousel-dots{display:flex;justify-content:center;margin-top:16px;gap:8px}.dot{width:10px;height:10px;background:#ccc;border-radius:50%;border:none;cursor:pointer;padding:0}.dot.active{background:#222}.toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%) translateY(-20px);padding:.75rem 1.5rem;border-radius:.5rem;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transition:all .3s ease;z-index:9999;box-shadow:0 8px 25px #00000026}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast.success{background:#22c55ed9}.toast.error{background:#ef4444d9}.inquiry-section{position:relative;height:100vh;padding-top:20px;padding-bottom:40px;min-height:800px;display:flex;align-items:center;overflow:hidden}.inquiry-image{position:absolute;top:-400px;left:0;width:100%;height:calc(100% + 200px);object-fit:cover;will-change:transform;z-index:1;filter:brightness(.8)}@media(max-width:640px){.inquiry-image{top:0;height:100%;transform:scale(.85)}}.inquiry-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:300px;margin-left:15%;box-shadow:0 4px 8px #0000006b;background-color:#005ba5d8;opacity:0;z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.inquiry-content.animate{animation:slideInFromLeft .8s ease-out forwards}#inquiry-form{width:80%}.inquiry-section h2{margin-top:20px;width:80%;color:#fff}.inquiry-content button{background-color:#3c8202e7;margin-bottom:30px}.service-hero-section{display:flex;align-items:center;justify-content:center;position:relative;width:100%;min-height:600px;height:90vh;overflow:hidden}.service-hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000000a6,#0000);z-index:2}.service-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;will-change:transform;z-index:1}.service-hero-overlay{padding:2rem;color:#fff;text-align:center;z-index:3}.service-hero-overlay h1{font-size:3rem;margin:0 0 1rem;text-shadow:3px 3px 0 rgba(0,0,0,.9)}.service-hero-overlay p{font-size:1.25rem;margin:0;text-shadow:2px 1px 0 rgba(0,0,0,.8)}.service-hero-scroll-indicator{position:absolute;bottom:1rem;width:100%;text-align:center;color:#fff;font-size:1.5rem;animation:bounce 2s infinite}.service-cell-section{position:relative;padding:0;z-index:3;overflow:hidden}.service-cell{text-align:center;display:flex;flex-direction:column;padding:20px 7%;min-height:400px;justify-content:center}.service-cell-text{max-width:600px}.service-cell:nth-child(2n){background-color:#f3f3f3}.service-cell h3{padding-left:15px;border-left:5px solid rgb(60,130,2);color:#333;text-transform:uppercase;letter-spacing:1px;font-size:1.75rem;margin-bottom:1rem;filter:drop-shadow(8px 8px 6px rgba(60,130,2,.479))}.service-cell-content{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;gap:2rem;align-items:center;justify-content:space-evenly;opacity:0}.service-cell-content.right{flex-direction:row-reverse}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.service-cell-content.right.animate{animation:slideInFromLeft .8s ease-out forwards}@media(max-width:720px){.service-cell-content,.service-cell-content.right{flex-direction:column}.service-cell-content>.service-cell-image{width:100%;max-width:400px}}.service-cell-content.left.animate{animation:slideInFromRight .8s ease-out forwards}.service-cell-description{display:flex;padding-left:1rem;flex-direction:column}.service-cell-image img{width:400px;height:auto;display:block;box-shadow:0 4px 8px #0000004d}@media(max-width:720px){.service-cell-image img{width:100%;max-width:400px}}.content-bubble{text-align:left;background:#6baf34c5;box-shadow:0 4px 8px #0000004d;border-radius:.5rem;padding:15px;margin-top:10px;margin-bottom:10px}.service-cell p{margin:0 0 5px}.service-cell-list{list-style:none;display:grid;gap:.5rem 1.25rem;align-items:start;margin:0}.service-cell-list li{text-align:left;position:relative;padding-left:1.6rem;line-height:1.4;color:#0f172a}.service-cell-list li:before{content:"•";position:absolute;left:0;top:.15rem;color:#000;font-weight:700;font-size:.9rem;line-height:1}.service-cell-list li b{font-weight:700;color:#000}.other-services{padding-top:10px;text-align:center;background-color:#ebebeb}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;padding:40px 7% 60px}.other-clean-service{position:relative;width:175px;height:175px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:0 1 calc(25% - 25px);box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:1000px){.other-clean-service{flex:0 1 calc(50% - 50px)}}@media(max-width:640px){.other-clean-service{flex:0 1 80%}}.other-clean-service:hover{box-shadow:0 4px 8px #0006;transform:scale(1.05)}.other-clean-service:hover .other-service-icon{filter:brightness(.48)}.other-service-icon{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(.6);transition:filter .3s ease}.other-clean-service .other-service-text{position:relative;z-index:2;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);padding:1rem;font-size:1rem}.scroll-to-top.visible{opacity:.9;pointer-events:auto;transition:opacity .6s ease,background-color .3s ease}.scroll-to-top:hover{background-color:#489e01;opacity:1}.scroll-to-top{z-index:1000;position:fixed;bottom:20px;right:20px;background-color:#3c8202f2;color:#fff;border:none;border-radius:10%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;opacity:1;transition:opacity .6s ease;opacity:0;pointer-events:none}
