@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";.fade-in-up{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.animate{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-40px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-left.animate{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(40px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-right.animate{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.9);transition:opacity .8s ease-out,transform .8s ease-out}.scale-in.animate{opacity:1;transform:scale(1)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.parallax-element{transition:transform .3s ease-out}html{scroll-behavior:smooth;margin:0;padding:0;width:100%;overflow-x:hidden}body{margin:0;padding:0;width:100%;overflow-x:hidden}.service-detail-page{padding-top:0;margin-top:0;background:#fff;position:relative;overflow-x:hidden;width:100%}@media(max-width:1024px){.service-detail-page{padding-top:0;margin-top:0}}.service-detail-container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:1}.service-hero{min-height:500px;max-height:500px;display:flex;position:relative;overflow:hidden;background:#fff;margin:0;padding:0;width:100%;max-width:100%;box-sizing:border-box}.service-hero-left{flex:0 0 50%;background:linear-gradient(135deg,#0f1e56,#2170b2);padding:60px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;overflow:hidden}.service-hero-right{flex:0 0 50%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#46b1df,#2170b2,#0f1e56);background-size:cover;background-position:center;background-repeat:no-repeat}.service-hero-right:before{content:"";position:absolute;inset:0;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(5px) brightness(.5);z-index:1;opacity:.4}.service-hero-right:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,30,86,.4) 0%,rgba(33,112,178,.2) 50%,transparent 100%);z-index:2}.service-hero-right .hero-orange-circle{position:absolute;bottom:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,107,53,.4) 0%,rgba(255,140,0,.25) 50%,transparent 70%);border-radius:50%;z-index:2;animation:pulse 4s ease-in-out infinite;pointer-events:none;filter:blur(20px)}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.8}}.service-hero-image-wrapper{position:relative;z-index:4;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0}.service-hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(1.05) contrast(1.1);transition:transform .6s ease}.service-hero-image-label{position:absolute;top:20px;left:20px;color:#0f1e56d9;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;z-index:5;text-shadow:0 2px 10px rgba(255,255,255,.8)}.service-hero-right:hover .service-hero-image{transform:scale(1.02)}.service-hero-content{position:relative;z-index:2;animation:fadeInLeft .8s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.service-hero h1{font-size:3rem;font-weight:900;margin-bottom:20px;font-family:Poppins,sans-serif;line-height:1.2;color:#fff;letter-spacing:-.03em;text-shadow:0 4px 20px rgba(0,0,0,.2);position:relative;z-index:2}.service-hero p{font-size:1rem;line-height:1.6;color:#fffffffa;font-family:Poppins,sans-serif;font-weight:400;margin-bottom:30px;position:relative;z-index:2}.service-hero-buttons{display:flex;gap:20px;flex-wrap:wrap}.service-hero-btn{padding:16px 36px;border-radius:8px;font-size:16px;font-weight:700;font-family:Poppins,sans-serif;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid;cursor:pointer;position:relative;overflow:hidden;z-index:2;white-space:nowrap}.service-hero-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease;z-index:0}.service-hero-btn:hover:before{left:100%}.service-hero-btn>*{position:relative;z-index:1}.service-hero-btn-phone{background:#fff3;color:#fff;border-color:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.service-hero-btn-phone:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-3px);box-shadow:0 8px 25px #0003;color:#fff}.service-hero-btn-phone svg{color:#fff;stroke:#fff;width:20px;height:20px;flex-shrink:0}.service-hero-btn-quote{background:#2170b2;color:#fff;border-color:#2170b2;box-shadow:0 4px 20px #2170b24d}.service-hero-btn-quote:hover{background:#46b1df;border-color:#46b1df;transform:translateY(-3px);box-shadow:0 8px 30px #46b1df80}.service-hero-btn svg{width:18px;height:18px}@media(max-width:1024px){.service-hero{flex-direction:column;min-height:auto}.service-hero-left,.service-hero-right{flex:1 1 100%}.service-hero{max-height:500px}.service-hero-left{padding:50px 30px}.service-hero-right{min-height:300px;max-height:500px}.service-hero h1{font-size:3rem}.service-hero p{font-size:1.15rem}.service-section{padding:120px 0}.service-section-title{font-size:3rem}}@media(max-width:768px){.service-hero{flex-direction:column;min-height:auto;max-height:none;height:auto}.service-hero-left{flex:1 1 100%;padding:50px 25px;min-height:auto}.service-hero h1{font-size:2rem;line-height:1.3;margin-bottom:15px}.service-hero p{font-size:.95rem;line-height:1.6;margin-bottom:25px}.service-hero-buttons{flex-direction:column;gap:15px;width:100%}.service-hero-btn{width:100%;justify-content:center;padding:14px 28px;font-size:15px}.service-hero-right{flex:1 1 100%;min-height:350px;max-height:400px;height:350px}.service-hero-image-wrapper{height:100%}.service-hero-image{object-fit:cover;object-position:center}.service-hero-image-label{top:15px;left:15px;font-size:.85rem;padding:5px 10px;background:#ffffffe6;border-radius:6px;text-shadow:none}.hero-orange-circle{width:300px;height:300px;bottom:-80px;right:-80px}}@media(max-width:480px){.service-hero-left{padding:40px 20px}.service-hero h1{font-size:1.75rem;margin-bottom:12px}.service-hero p{font-size:.9rem;margin-bottom:20px}.service-hero-btn{padding:12px 24px;font-size:14px}.service-hero-right{min-height:300px;max-height:350px;height:300px}.service-hero-image-label{top:10px;left:10px;font-size:.75rem;padding:4px 8px}.service-hero-right{transform:none!important}.fade-in-up,.fade-in-left,.fade-in-right,.scale-in{transition-duration:.5s}.secret-success-card:hover,.best-company-card:hover,.process-step-new:hover{transform:none}}@media(prefers-reduced-motion:reduce){.fade-in-up,.fade-in-left,.fade-in-right,.scale-in,.parallax-element{transition:none;animation:none}}.service-section{padding:70px 0;position:relative;overflow:hidden}.service-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(70,177,223,.3),transparent);z-index:1}.service-section:nth-child(2n){background:linear-gradient(180deg,#fff,#f8f9fa,#fff);position:relative}.service-section:nth-child(2n):after{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(70,177,223,.05) 0%,transparent 70%);border-radius:50%;z-index:0}.service-section:nth-child(odd):not(:first-child){background:#fff;position:relative}.service-section:nth-child(odd):not(:first-child):after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(15,30,86,.03) 0%,transparent 70%);border-radius:50%;z-index:0}.service-section-title{font-size:2.2rem;font-weight:800;color:#0f1e56;margin-bottom:40px;font-family:Poppins,sans-serif;position:relative;padding-bottom:15px;line-height:1.3;letter-spacing:-.02em}.service-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#52c77d;border-radius:2px}.service-section-title.centered{text-align:center}.service-section-title.centered:after{left:50%;transform:translate(-50%)}.why-choose-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.why-choose-image{width:100%;height:auto}.why-choose-image img{width:100%;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 4px 20px #0000001a}.why-choose-text{display:flex;flex-direction:column;gap:25px}.why-choose-title{font-size:2.2rem;font-weight:800;color:#0f1e56;margin:0;font-family:Poppins,sans-serif;line-height:1.3;letter-spacing:-.02em}.why-choose-paragraph{font-size:1.05rem;line-height:1.9;color:#0f1e56d9;margin:0;font-family:Poppins,sans-serif}@media(max-width:968px){.why-choose-wrapper{grid-template-columns:1fr;gap:40px}.why-choose-image{order:1}.why-choose-text{order:2}.why-choose-title{font-size:1.9rem}.why-choose-paragraph{font-size:1rem}}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}@media(max-width:768px){.feature-grid{grid-template-columns:1fr;gap:30px}}.feature-card{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.feature-icon{width:70px;height:70px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#46b1df;position:relative;z-index:1;transition:all .3s ease}.feature-card:hover .feature-icon{background:#46b1df26}.feature-icon svg{width:40px;height:40px}.feature-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif;transition:color .3s ease}.feature-card:hover .feature-title{color:#46b1df}.feature-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.process-header{text-align:center;margin-bottom:50px}.process-main-title{font-size:2.2rem;font-weight:800;color:#0f1e56;margin-bottom:20px;font-family:Poppins,sans-serif;line-height:1.3}.process-title-highlight{color:#2170b2;font-weight:900}.process-intro{font-size:1.05rem;line-height:1.8;color:#0f1e56bf;max-width:800px;margin:0 auto;font-family:Poppins,sans-serif}.process-steps-new{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:20px;align-items:start;margin-top:50px}.process-step-new{text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);padding:20px;border-radius:16px}.process-step-new:hover{transform:translateY(-8px) scale(1.03);background:#46b1df08}.process-step-icon-circle{width:100px;height:100px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;box-shadow:0 4px 15px #0000001a;border:2px solid rgba(15,30,86,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.process-step-icon-circle:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#46b1df1a;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.process-step-new:hover .process-step-icon-circle:before{width:120px;height:120px}.process-step-new:hover .process-step-icon-circle{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 25px #46b1df33;border-color:#46b1df4d}.process-step-icon-circle svg{width:50px;height:50px;color:#0f1e56}.process-step-title-new{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.process-step-description-new{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.process-arrow{font-size:2.5rem;color:#46b1df;font-weight:300;display:flex;align-items:center;justify-content:center;padding-top:50px;position:relative}.process-arrow:before{content:"";position:absolute;top:60px;left:50%;transform:translate(-50%);width:60px;height:2px;background:repeating-linear-gradient(to right,#52c77d 0px,#52c77d 8px,transparent 8px,transparent 16px)}@media(max-width:1024px){.process-steps-new{grid-template-columns:1fr;gap:40px}.process-arrow{display:none}.process-main-title{font-size:1.9rem}.process-intro{font-size:1rem}}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}@media(max-width:1024px){.process-steps{grid-template-columns:1fr;gap:40px}}.process-step{position:relative;background:#fff;border-radius:12px;padding:40px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;text-align:center;animation:fadeInUp .8s ease-out both;overflow:visible}.process-step:nth-child(1){animation-delay:.1s}.process-step:nth-child(2){animation-delay:.2s}.process-step:nth-child(3){animation-delay:.3s}.process-step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.process-step-number{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:60px;height:60px;background:#52c77d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;font-family:Poppins,sans-serif;box-shadow:0 4px 15px #46b1df4d;border:3px solid #ffffff;z-index:3;transition:all .3s ease}.process-step:hover .process-step-number{transform:translate(-50%) scale(1.05)}.process-step-icon{width:70px;height:70px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:20px auto 25px;color:#46b1df;transition:all .3s ease}.process-step:hover .process-step-icon{background:#46b1df26}.process-step-icon svg{width:40px;height:40px}.process-step-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.process-step-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.importance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}@media(max-width:768px){.importance-grid{grid-template-columns:1fr;gap:30px}}.importance-card{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.importance-card:nth-child(1){animation-delay:.1s}.importance-card:nth-child(2){animation-delay:.2s}.importance-card:nth-child(3){animation-delay:.3s}.importance-card:nth-child(4){animation-delay:.4s}.importance-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.importance-icon{width:60px;height:60px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#46b1df;transition:all .3s ease}.importance-card:hover .importance-icon{background:#46b1df26}.importance-icon svg{width:36px;height:36px}.importance-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif;transition:color .3s ease}.importance-card:hover .importance-title{color:#46b1df}.importance-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.service-scope-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:50px}@media(max-width:968px){.service-scope-grid{grid-template-columns:1fr;gap:30px}}.service-scope-card{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 2px 15px #00000014;border:1px solid rgba(15,30,86,.1);transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.service-scope-card:nth-child(1){animation-delay:.1s}.service-scope-card:nth-child(2){animation-delay:.2s}.service-scope-card:nth-child(3){animation-delay:.3s}.service-scope-card:nth-child(4){animation-delay:.4s}.service-scope-card:nth-child(5){animation-delay:.5s}.service-scope-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#46b1df4d}.service-scope-icon{width:60px;height:60px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#46b1df;transition:all .3s ease}.service-scope-card:hover .service-scope-icon{background:#46b1df26}.service-scope-icon svg{width:36px;height:36px}.service-scope-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif;transition:color .3s ease}.service-scope-card:hover .service-scope-title{color:#46b1df}.service-scope-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.services-included-title{font-size:2.2rem;font-weight:800;color:#0f1e56;margin-bottom:20px;text-align:center;font-family:Poppins,sans-serif;line-height:1.3}.services-included-highlight{color:#2170b2;font-weight:900}.services-included-intro{font-size:1.05rem;line-height:1.8;color:#0f1e56bf;max-width:1000px;margin:0 auto 50px;text-align:center;font-family:Poppins,sans-serif}.services-included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}@media(max-width:1200px){.services-included-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.services-included-grid{grid-template-columns:1fr;gap:30px}.services-included-title{font-size:1.9rem}.services-included-intro{font-size:1rem}}.services-included-card{text-align:center;display:flex;flex-direction:column;align-items:center}.services-included-image-wrapper{position:relative;width:200px;height:200px;margin-bottom:25px;border-radius:50%;overflow:hidden;box-shadow:0 4px 15px #0000001a}.services-included-image{width:100%;height:100%;object-fit:cover;display:block}.services-included-overlay{position:absolute;top:0;left:0;width:50%;height:50%;background:linear-gradient(135deg,#ff9800cc,#ff980099);border-radius:50% 0;z-index:1}.services-included-icon{position:absolute;bottom:10px;right:10px;width:50px;height:50px;background:#0f1e56;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;box-shadow:0 2px 10px #0003}.services-included-icon svg{width:28px;height:28px}.services-included-card-title{font-size:1.4rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.services-included-card-description{font-size:1rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.best-company-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:60px}.best-company-content{width:100%}.best-company-image{width:100%;height:auto}.best-company-image img{width:100%;height:auto;display:block;border-radius:16px;object-fit:cover;box-shadow:0 8px 30px #0f1e5626}.best-company-section{padding:80px 0;background:#fff}.best-company-title{font-size:2.5rem;font-weight:800;color:#0f1e56;margin-bottom:25px;text-align:center;font-family:Poppins,sans-serif;line-height:1.3}.best-company-intro{font-size:1.1rem;line-height:1.8;color:#0f1e56bf;margin-bottom:50px;text-align:center;max-width:900px;margin-left:auto;margin-right:auto;font-family:Poppins,sans-serif}.best-company-features{width:100%}.best-company-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:40px;width:100%}.best-company-feature-column{width:100%}.best-company-subtitle{font-size:1.4rem;font-weight:700;color:#0f1e56;margin:0 0 20px;font-family:Poppins,sans-serif;text-align:left}.best-company-bullets{list-style:none;padding:0;margin:0;text-align:left;display:flex;flex-direction:column;gap:15px}.best-company-bullets li{font-size:1rem;line-height:1.7;color:#0f1e56d9;font-family:Poppins,sans-serif;position:relative;padding-left:30px;transition:all .3s ease}.best-company-bullets li:hover{color:#0f1e56;transform:translate(5px)}.best-company-bullets li:before{content:"✓";position:absolute;left:0;top:0;color:#46b1df;font-weight:700;font-size:1.2rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#46b1df1a;border-radius:50%}.best-company-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px}.best-company-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 4px 15px #00000014;border:2px solid rgba(15,30,86,.1);transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden}.best-company-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(70,177,223,.05),transparent);transition:left .6s ease}.best-company-card:hover:before{left:100%}.best-company-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 12px 30px #46b1df26;border-color:#46b1df4d}.best-company-icon{width:70px;height:70px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#46b1df;transition:all .3s ease}.best-company-card:hover .best-company-icon{background:#46b1df26;transform:scale(1.05)}.best-company-icon svg{width:36px;height:36px}.best-company-card-title{font-size:1.2rem;font-weight:700;color:#0f1e56;margin-bottom:15px;font-family:Poppins,sans-serif}.best-company-card-description{font-size:.95rem;line-height:1.7;color:#0f1e56b3;font-family:Poppins,sans-serif}.facilities-section{background:linear-gradient(135deg,#0f1e56,#2170b2);padding:60px 0;position:relative;overflow:hidden;min-height:500px}.facilities-section:before{content:"Clean";position:absolute;top:50%;right:5%;transform:translateY(-50%) rotate(-90deg);font-size:120px;font-weight:900;color:#ffffff08;font-family:Poppins,sans-serif;letter-spacing:10px;z-index:0;pointer-events:none}.facilities-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 50%,rgba(255,255,255,.05) 0%,transparent 60%);pointer-events:none;z-index:0}.facilities-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.facilities-title{font-size:2.2rem;font-weight:800;color:#fff;text-align:center;margin-bottom:15px;font-family:Poppins,sans-serif;line-height:1.3}.facilities-title-highlight{color:#46b1df}.facilities-description{font-size:1rem;line-height:1.7;color:#ffffffe6;text-align:center;max-width:1000px;margin:0 auto 50px;font-family:Poppins,sans-serif}.facilities-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px 20px;margin-bottom:40px}@media(max-width:1400px){.facilities-grid{gap:25px 15px}}@media(max-width:1200px){.facilities-grid{grid-template-columns:repeat(4,1fr);gap:30px 20px}}@media(max-width:992px){.facilities-grid{grid-template-columns:repeat(3,1fr);gap:30px 20px}}@media(max-width:768px){.facilities-grid{grid-template-columns:repeat(2,1fr);gap:25px 15px}.facilities-title{font-size:1.8rem}.facilities-description{font-size:.95rem}.facilities-container{padding:0 20px}}@media(max-width:480px){.facilities-grid{grid-template-columns:1fr;gap:25px}.facilities-section{padding:50px 0}}.facility-item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);padding:15px;border-radius:12px;cursor:pointer}.facility-item:hover{transform:translateY(-8px) scale(1.1);background:#ffffff1a}.facility-icon-wrapper{width:90px;height:90px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 3px 10px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.facility-icon-wrapper:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ff980033;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.facility-item:hover .facility-icon-wrapper:before{width:120px;height:120px}.facility-item:hover .facility-icon-wrapper{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 25px #ff98004d}.facility-icon-wrapper svg{width:45px;height:45px;color:#0f1e56;stroke-width:2}.facility-label{font-size:.95rem;font-weight:600;color:#fff;font-family:Poppins,sans-serif;margin-top:0;line-height:1.3}.facilities-cta{text-align:center;margin-top:40px}.facilities-cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;font-size:1.05rem;font-weight:700;text-decoration:none;border-radius:50px;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 4px 15px #ff98004d;border:none;cursor:pointer}.facilities-cta-button:hover{background:linear-gradient(135deg,#f57c00,#e65100);transform:translateY(-2px);box-shadow:0 6px 20px #ff980066}.facilities-cta-button:active{transform:translateY(0)}.content-text{font-size:1.15rem;line-height:2;color:#0f1e56d9;max-width:1000px;margin:0 auto;font-family:Poppins,sans-serif;text-align:center}.faq-list{display:flex;flex-direction:column;gap:28px;margin-top:60px}.faq-item{background:linear-gradient(135deg,#fff,#fafbfc);border-radius:24px;padding:45px 40px;box-shadow:0 10px 40px #00000014,0 2px 10px #0000000a;border:2px solid rgba(70,177,223,.1);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#52c77d,#45b369);transform:scaleY(0);transform-origin:top;transition:transform .4s cubic-bezier(.4,0,.2,1);border-radius:20px 0 0 20px}.faq-item:hover:before{transform:scaleY(1)}.faq-item:hover{transform:translate(10px) scale(1.01);border-color:#46b1df66;box-shadow:0 20px 60px #46b1df33,0 5px 15px #46b1df1a;background:linear-gradient(135deg,#fff,#f0fdf4)}.faq-question{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:20px;font-family:Poppins,sans-serif;transition:color .3s ease}.faq-item:hover .faq-question{color:#46b1df}.faq-answer{font-size:1.05rem;line-height:2;color:#0f1e56cc;font-family:Poppins,sans-serif}.faq-answer p{margin-bottom:20px}.faq-answer p:last-child{margin-bottom:0}@media(max-width:768px){.service-hero{padding:80px 0 60px}.service-hero h1{font-size:2.5rem}.service-hero p{font-size:1.1rem}.service-section{padding:80px 0}.service-section-title{font-size:2rem}.feature-card,.process-step,.importance-card,.service-scope-card,.faq-item{padding:30px 24px}}@media(max-width:480px){.service-hero h1{font-size:2rem}.service-section-title{font-size:1.75rem}.service-detail-container{padding:0 20px}}@media(prefers-reduced-motion:reduce){.service-hero:before,.service-hero:after,.feature-card,.process-step,.importance-card,.service-scope-card,.faq-item{animation:none}.feature-card:hover,.process-step:hover,.importance-card:hover,.service-scope-card:hover,.faq-item:hover{transform:none}}.client-logos-section{background:#f8f9fa;padding:60px 0}.client-logos-title{font-size:2rem;font-weight:700;color:#0f1e56;text-align:center;margin-bottom:40px;font-family:Poppins,sans-serif}.client-logos-grid{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.client-logo-item{padding:20px 30px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.client-logo-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.client-logo-placeholder{font-size:1.2rem;font-weight:600;color:#0f1e56;text-align:center;font-family:Poppins,sans-serif}.best-cleaners-section{padding:80px 0;background:#fff}.best-cleaners-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.best-cleaners-content{width:100%}.best-cleaners-image{width:100%;height:auto}.best-cleaners-image img{width:100%;height:auto;display:block;border-radius:16px;object-fit:cover;box-shadow:0 8px 30px #0f1e5626}.best-cleaners-title{font-size:2.2rem;font-weight:800;color:#0f1e56;text-align:left;margin-bottom:25px;line-height:1.3;font-family:Poppins,sans-serif}.best-cleaners-intro{font-size:1.05rem;line-height:1.8;color:#555;text-align:left;max-width:100%;margin:0 0 30px;font-family:Poppins,sans-serif}.best-cleaners-intro strong{color:#0f1e56;font-weight:700}.best-cleaners-list{max-width:100%;margin:0}.best-cleaners-bullets{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.best-cleaners-bullets li{padding-left:25px;position:relative;font-size:1rem;color:#333;line-height:1.7;font-family:Poppins,sans-serif}.best-cleaners-bullets li:before{content:"•";position:absolute;left:0;color:#0f1e56;font-weight:700;font-size:1.3rem;line-height:1.2}.other-services-section{padding:80px 0;background:#f8f9fa}.other-services-title{font-size:2.5rem;font-weight:800;color:#0f1e56;text-align:center;margin-bottom:30px;font-family:Poppins,sans-serif}.other-services-intro{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;max-width:1000px;margin:0 auto 40px;font-family:Poppins,sans-serif}.other-services-list{max-width:1000px;margin:0 auto}.other-services-bullets{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.other-services-bullets li{padding-left:30px;position:relative;font-size:1rem;color:#333;line-height:1.6;font-family:Poppins,sans-serif}.other-services-bullets li:before{content:"•";position:absolute;left:0;color:#ff9800;font-weight:700;font-size:1.5rem;line-height:1.2}.inspection-cta-section{padding:80px 0;background:linear-gradient(135deg,#0f1e56,#2170b2);color:#fff}.inspection-cta-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:20px;color:#fff;font-family:Poppins,sans-serif}.inspection-cta-description{font-size:1.1rem;line-height:1.8;text-align:center;max-width:900px;margin:0 auto 40px;color:#ffffffe6;font-family:Poppins,sans-serif}.inspection-cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.inspection-cta-btn{padding:15px 35px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:none;cursor:pointer}.inspection-cta-phone{background:#fff;color:#0f1e56}.inspection-cta-phone:hover{background:#f0f0f0;transform:translateY(-2px)}.inspection-cta-quote{background:linear-gradient(135deg,#ff9800,#e68900);color:#fff}.inspection-cta-quote:hover{background:linear-gradient(135deg,#e68900,#c70);transform:translateY(-2px)}.inspection-cta-btn svg{width:20px;height:20px}.testimonials-section{padding:80px 0;background:#fff}.testimonials-title{font-size:2.5rem;font-weight:800;color:#0f1e56;text-align:center;margin-bottom:60px;font-family:Poppins,sans-serif}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.testimonial-card{background:#f8f9fa;border-radius:15px;padding:30px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.testimonial-text{font-size:1rem;line-height:1.7;color:#333;margin-bottom:25px;font-style:italic;font-family:Poppins,sans-serif}.testimonial-author{display:flex;align-items:center;gap:15px}.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#0f1e56,#2170b2);display:flex;align-items:center;justify-content:center}.testimonial-avatar-placeholder{color:#fff;font-weight:700;font-size:1.2rem}.testimonial-author-name{font-size:1.1rem;font-weight:600;color:#0f1e56;margin:0;font-family:Poppins,sans-serif}.secret-success-section{padding:80px 0;background:#f8f9fa}.secret-success-title{font-size:2.2rem;font-weight:800;color:#0f1e56;text-align:left;margin-bottom:20px;font-family:Poppins,sans-serif}.secret-success-intro{font-size:1.05rem;line-height:1.8;color:#555;text-align:left;max-width:100%;margin:0 0 50px;font-family:Poppins,sans-serif}.secret-success-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}@media(max-width:1200px){.secret-success-grid{grid-template-columns:repeat(2,1fr)}}.secret-success-card{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(15,30,86,.05);position:relative;overflow:hidden}.secret-success-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(70,177,223,.05),transparent);transition:left .6s ease}.secret-success-card:hover:before{left:100%}.secret-success-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 12px 30px #46b1df26;border-color:#46b1df4d}.secret-success-icon{width:60px;height:60px;margin:0 auto 20px;background:#46b1df1a;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.secret-success-card:hover .secret-success-icon{background:#46b1df26;transform:scale(1.05)}.secret-success-icon svg{width:30px;height:30px;color:#46b1df}.secret-success-card-title{font-size:1.3rem;font-weight:700;color:#0f1e56;margin-bottom:12px;font-family:Poppins,sans-serif}.secret-success-card-description{font-size:.95rem;line-height:1.7;color:#555;font-family:Poppins,sans-serif}.results-process-section{padding:80px 0;background:#fff}.results-process-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.results-process-image{width:100%;height:auto}.results-process-image img{width:100%;height:auto;display:block;border-radius:16px;object-fit:cover;box-shadow:0 8px 30px #0f1e5626}.results-process-content{width:100%}.results-process-title{font-size:2.2rem;font-weight:800;color:#0f1e56;text-align:left;margin-bottom:40px;font-family:Poppins,sans-serif}.results-process-steps{max-width:100%;margin:0;display:flex;flex-direction:column;gap:25px}.results-process-step{display:flex;gap:20px;align-items:flex-start;background:transparent;padding:0;border-radius:0;border:none;transition:none}.results-process-step:hover{transform:none;box-shadow:none}.results-process-step-number{font-size:1.1rem;font-weight:700;color:#0f1e56;min-width:90px;font-family:Poppins,sans-serif;flex-shrink:0}.results-process-step-content{flex:1}.results-process-step-text{font-size:1rem;line-height:1.7;color:#555;margin:0;font-family:Poppins,sans-serif}@media(max-width:1024px){.client-logos-grid{gap:20px}.client-logo-item{padding:15px 20px}.best-cleaners-title,.inspection-cta-title,.secret-success-title,.results-process-title{font-size:2rem}.best-cleaners-bullets{grid-template-columns:1fr}.secret-success-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.client-logos-grid{gap:15px;flex-direction:column}.client-logo-item{width:100%;max-width:250px}.best-cleaners-title,.inspection-cta-title,.secret-success-title,.results-process-title{font-size:1.75rem}.best-cleaners-intro,.inspection-cta-description{font-size:1rem}.results-process-wrapper,.best-company-wrapper,.best-cleaners-wrapper{grid-template-columns:1fr;gap:40px}.results-process-image,.best-company-image,.best-cleaners-image{order:-1}.inspection-cta-buttons{flex-direction:column;align-items:center;gap:15px}.inspection-cta-btn{width:100%;max-width:300px;justify-content:center}.secret-success-grid{grid-template-columns:1fr;gap:20px}.results-process-step{flex-direction:column;gap:10px}.results-process-step-number{min-width:auto}}
