:root{--bg-color:#fff;--text-color:#000;--navbar-bg:#3054b4;--navbar-border:#3054b4;--nav-link-color:#000;--nav-link-hover:#3054b4;--btn-bg:#3054b4;--btn-hover:#ff6659;--btn-text:#000;--primary-light:#3054b4;--primary-dark:#333;--toggle-bg-light:var(--primary-light);--toggle-bg-dark:#444;--text-color-muted:#262626;--navbar-toggler-border-color:#ccc;--navbar-toggler-bg-color:#fff;--navbar-toggler-icon-color:#333;--footer-copyright:#142657;--footer-copyright--text:#b1b2b2}body.dark-mode{--bg-color:#121212;--text-color:#e0e0e0;--navbar-bg:#3054b4;--navbar-border:#3054b4;--nav-link-color:#e0e0e0;--nav-link-hover:#3054b4;--btn-bg:#3054b4;--btn-hover:#ff6659;--btn-text:#fff;--text-color-muted:#e1e1e1;--navbar-toggler-border-color-dark:#666;--navbar-toggler-bg-color-dark:#333;--navbar-toggler-icon-color-dark:#fff;--footer-copyright:#142657;--footer-copyright--text:#b1b2b2}body{margin:0;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s , color .3s}body.dark-mode{margin:0;background-color:var(--bg-color);color:var(--text-color)}.navbar{transition:all .3s ease-in-out;padding:.75rem 1rem;font-size:.95rem}.navbar.shrink{padding-top:.3rem;padding-bottom:.3rem;box-shadow:0 2px 10px rgba(0,0,0,.05)}.navbar-brand{font-size:1.4rem;font-weight:700;color:#0d6efd!important}.navbar-nav .nav-link{color:#444;margin:0 .5rem;transition:color .2s ease}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:#0d6efd;font-weight:500}.btn-outline-primary{border-width:2px}.btn-primary{font-weight:500;box-shadow:0 2px 6px rgba(13,110,253,.2)}@media (max-width:992px){.navbar-collapse{background-color:#fff;padding:1rem;border-top:1px solid #eee}.navbar-nav .nav-link{margin:.5rem 0}}.request-section{background:linear-gradient(to right,#f8f9fa,#fff)}.form-wrapper{border-left:4px solid #0d6efd}.ground-box{display:flex;min-height:400px;border-radius:1rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.15);background:linear-gradient(to bottom right,#003b95,#007bff)}.carousel img{height:100%;max-height:480px;object-fit:cover;border-radius:12px}@media (max-width:992px){.form-wrapper{border-left:none;border-top:4px solid #0d6efd}.carousel img{max-height:320px}}.service-box{display:flex;min-height:350px;height:350px;border-radius:1rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.15);background:linear-gradient(to bottom right,#003b95,#007bff)}.service-img,.service-content{flex:1 1 50%;height:350px;display:flex;justify-content:center;align-items:stretch}.service-img img{width:100%;height:100%;object-fit:cover}.service-content{display:flex;flex-direction:column;justify-content:center;padding:2rem;background-color:transparent;color:#fff}.content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center}@media (max-width:768px){.service-box{flex-direction:column;height:auto}.service-img,.service-content{flex:1 1 100%;height:auto}.service-img img{width:100%;height:auto;object-fit:cover;display:block;max-height:300px}.service-content{padding:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.content-wrapper{width:100%}}.dry-wash-section{background:#f9faff}.text-card,.benefits-box{background:#fff;border-radius:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.dry-wash-text{font-size:1.125rem;line-height:1.8;color:#333;margin-bottom:1rem}.highlight{color:#0056d2;font-weight:700}.benefits-colored-box{background-color:#003b95;color:#fff;width:100%;margin-top:1.5rem;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.2)}.benefits-colored-title{font-weight:700;font-size:1.5rem;border-bottom:2px solid #fff;padding-bottom:.5rem}.benefits-colored-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.benefits-colored-list li:last-child{margin-bottom:0}.benefits-colored-list i{font-size:1.8rem;color:#fff;margin-top:4px;min-width:30px}.benefit-text strong{display:block;font-size:1.2rem;margin-bottom:4px}.benefit-text p{font-size:.95rem;line-height:1.3;margin:0;opacity:.85}.benefits-wrapper{height:100%;min-height:100%}.benefit-img{width:100%;max-height:300px;object-fit:cover}.section-title{font-weight:700;font-size:2rem;color:#003b95}.service-card i{display:block;font-size:2.5rem;margin-bottom:.5rem}.service-card h5{color:#003b95}.service-card p{font-size:.95rem;line-height:1.5;color:#555}.why-card h5{color:#003b95}.why-card p{font-size:.95rem;color:#555}.certifications-section .cert-box{transition:transform .3s ease;text-align:center}.cert-box:hover{transform:translateY(-5px)}.section-title{color:#003b95;font-size:2rem;font-weight:700}.gallery-item{position:relative;transition:transform .3s ease;cursor:pointer;border-radius:12px}.gallery-img{object-fit:cover;width:100%;height:230px;transition:transform .3s ease}.gallery-item:hover .gallery-img{transform:scale(1.05);filter:brightness(.9)}.copyright{background-color:var(--footer-copyright);color:var(--footer-copyright--text)}@media (min-width:576px){.card-group.card-group-scroll{overflow-x:auto;flex-wrap:nowrap}::-webkit-scrollbar{display:none}}.card-group.card-group-scroll>.card{flex-basis:35%}.footer-link{color:#ccc;text-decoration:none;display:block;margin-bottom:.5rem;transition:all .3s ease}.footer-link:hover{color:#fff;padding-left:5px}.social-icon{color:#ccc;font-size:1.2rem;transition:.3s}.social-icon:hover{color:#fff;transform:scale(1.2)}.section-title{font-size:2.2rem;font-weight:700;color:#003b95}.contact-form input,.contact-form textarea{border-radius:.5rem;box-shadow:none;border:1px solid #ddd;transition:.2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#003b95;box-shadow:0 0 0 .15rem rgba(0,59,149,.1)}.social-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;font-size:1.2rem;transition:.3s ease}.social-icon:hover{transform:scale(1.1)}.bg-instagram{background:#e1306c}.bg-linkedin{background:#0077b5}.bg-telegram{background:#08c}.bg-whatsapp{background:#25d366}.about-header{background:linear-gradient(135deg,#003b95,#0071c2)}.section-title{font-size:2rem;font-weight:700;color:#003b95}.card i{transition:transform .3s ease}.card:hover i{transform:scale(1.2)}.product-hero h1{font-size:2.5rem}.product-features .fa{transition:transform .3s ease}.product-features .fa:hover{transform:scale(1.2)}.product-video video{border:2px solid #0071c2}.custom-services .service-box{border-radius:1rem;overflow:hidden;background:linear-gradient(to right,#f8f9fa,#fff);box-shadow:0 15px 25px rgba(0,0,0,.05)}.custom-services .service-box.reverse{flex-direction:row-reverse}.custom-services .service-img img{object-fit:cover;height:100%}.custom-services .service-content{background:linear-gradient(to bottom right,#003b95,#007bff);height:100%;box-shadow:0 4px 16px rgba(0,0,0,.15);color:#fff;min-height:300px}