html,body,#root{background-color:#f8fafa;color:#111;color-scheme:light}@media(prefers-color-scheme:dark){.navbar{background-color:#fff!important;color:#111!important}.info-card{background-color:#0096c7!important;color:#fff!important}.services-detailed{background-color:#fff!important;color:#111!important}.custom-services-section{background-color:#e0f5fc!important;color:#111!important}.about-section,.contact-section,.footer{background-color:#fff!important;color:#111!important}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;font-family:Inter,sans-serif;background-color:#f8fafa}html{scroll-behavior:smooth}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:15px 40px;box-shadow:0 2px 5px #0000000d}.logo-section img{height:80px;width:auto;object-fit:contain}.nav-links{display:flex;list-style:none;gap:40px;margin:0;padding:0}.nav-button{background:transparent;border:2px solid transparent;color:#00a3d7;font-size:16px;font-weight:500;padding:6px 18px;border-radius:25px;cursor:pointer;transition:all .2s ease;outline:none}.nav-button:focus,.nav-button:active{border:2px solid #00a3d7;outline:none}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.menu-toggle span{height:3px;width:25px;background:#333;margin:4px 0;transition:.3s}@media(max-width:768px){.menu-toggle{display:flex}.nav-links{display:none;position:absolute;top:100px;right:0;background:#fff;flex-direction:column;width:200px;padding:20px;box-shadow:0 4px 10px #0000001a}.nav-links.open{display:flex}}.main-content{position:relative;text-align:left;padding:5rem 2rem;color:#023e8a;background-image:url(/Aqua-Clean-Pools/assets/images/Front%20Page%20Background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:flex-end}.info-card{background-color:#0096c7;color:#fff;max-width:500px;padding:2.5rem;border-radius:12px;box-shadow:0 8px 20px #0000001a}.trusted-text{font-size:.9rem;letter-spacing:.5px;margin-bottom:1rem;color:#333}.info-card h1{font-size:1.8rem;line-height:1.3;margin-bottom:1rem;font-weight:700}.description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#333}.cta-btn{background-color:#fff;color:#0077b6;border:none;padding:.8rem 1.8rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;outline:none}.cta-btn:focus,.cta-btn:active{outline:none;box-shadow:none}.cta-btn:hover{background-color:#caf0f8}.services-section{text-align:center;padding:80px 20px}.services-section h2{color:#00a6d6;font-size:2rem;margin-bottom:.5rem}.services-section .subtitle{color:#333;margin-bottom:3rem}.services-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;max-width:1400px;margin:0 auto}.service-wrapper{display:flex;flex-direction:column;align-items:center}.service-card{width:380px;height:480px;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:scale(1.03);box-shadow:0 12px 32px #00000040}.service-card img{width:100%;height:100%;object-fit:cover;display:block}.service-wrapper h3{margin-top:1rem;font-size:1.3rem;color:#333;font-weight:700}.services-detailed{width:100%;padding:80px 5%;background:#fff;text-align:center}.services-detailed h2{font-size:2.2rem;color:#008ecc;font-weight:700;margin-bottom:.5rem}.services-detailed .subtext{color:#333;font-size:1.1rem;margin-bottom:3rem}.service-pairs{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.service-pair{background:#fff;border-radius:15px;box-shadow:0 6px 18px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.service-pair:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.service-image img{width:100%;height:400px;object-fit:cover;border-bottom:3px solid #00aaff}.service-text{padding:2rem 2.5rem;text-align:left}.service-text h3{color:#0af;font-weight:700;font-size:1.3rem;margin-bottom:.8rem}.service-text p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.service-text ul{margin-left:1.2rem;color:#333;line-height:1.7}@media(max-width:900px){.service-pairs{grid-template-columns:1fr}.service-pair{height:auto}.service-image img{height:300px}}.highlights-section{display:flex;justify-content:center;align-items:flex-start;gap:3rem;padding:80px 5%;background:#fff;text-align:center;flex-wrap:wrap}.highlight{flex:1;min-width:250px;max-width:320px;text-align:center}.highlight-icon{font-size:2.5rem;color:#0af;margin-bottom:1rem}.highlight h3{font-size:1.1rem;font-weight:700;color:#111;margin-bottom:.5rem;letter-spacing:.5px}.highlight p{font-size:.95rem;color:#444;line-height:1.6;margin:0}@media(max-width:900px){.highlights-section{flex-direction:column;align-items:center;text-align:center}.highlight{max-width:400px}}.about-section{text-align:center;padding:60px 0}.about-section h2{font-size:2rem;font-weight:700;margin-bottom:10px;color:#07c}.subtitle{color:#666;font-size:1.1rem;margin-bottom:40px}.about-container{display:flex;align-items:center;justify-content:center;gap:60px;margin:0 auto 80px;max-width:1100px;flex-wrap:wrap}.about-text{flex:1;text-align:left;max-width:480px;line-height:1.7}.about-text h3{font-size:1.3rem;font-weight:700;color:#0af;margin-bottom:12px}.about-text p{margin-bottom:16px;line-height:1.7}.about-image img{width:100%;max-width:750px;height:auto;border-radius:16px;box-shadow:0 6px 16px #00000026;transition:transform .3s ease,box-shadow .3s ease}.about-image img:hover{transform:scale(1.03);box-shadow:0 10px 25px #0003}.about-container.reverse{flex-direction:row-reverse}@media(max-width:900px){.about-container{flex-direction:column;text-align:center}.about-text{text-align:center}.about-container.reverse{flex-direction:column}.about-image img{max-width:100%}}.custom-services-section{background-color:#e0f5fc;padding:60px 0}.custom-services-container{display:flex;align-items:center;justify-content:center;gap:60px;max-width:1100px;margin:0 auto;flex-wrap:wrap}.custom-text{flex:1;text-align:left;max-width:420px}.custom-text h3{font-weight:700;color:#1a1a1a;margin-bottom:10px}.custom-text p{margin-bottom:20px;line-height:1.7}.custom-btn{background-color:#007bff;color:#fff;padding:10px 18px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease;outline:none}.custom-btn:focus,.custom-btn:active{outline:none;box-shadow:none}.custom-btn:hover{background-color:#005bb5}.custom-images{display:flex;gap:20px;flex:1;justify-content:center}.custom-images img{width:100%;max-width:320px;border-radius:12px;box-shadow:0 6px 16px #00000026}.contact-section{background-color:#fff;padding:60px 0}.contact-container{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap;max-width:1100px;margin:0 auto}.contact-text{flex:1;text-align:left}.contact-text h3{font-weight:700;color:#007bff;margin-bottom:15px}.contact-text p{margin-bottom:10px;font-size:1.1rem}.contact-image img{width:100%;max-width:400px;border-radius:12px;box-shadow:0 6px 16px #00000026}.footer{background-color:#fff;padding:50px 10%;border-top:1px solid #e6e6e6;color:#333;font-family:Poppins,sans-serif}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;margin-bottom:25px}.footer-left{flex:1;min-width:250px}.footer-left h4{color:#009fe3;font-weight:700;margin-bottom:15px}.footer-left p{color:#a3a3a3;font-size:.95rem;margin:5px 0}.footer-email{color:#b3b3b3}.footer-right{flex:0 0 auto;text-align:left;min-width:150px}.footer-right h5{color:#b3b3b3;margin-bottom:6px;font-weight:500;font-size:.95rem;text-align:left}.footer-right ul{list-style:none;padding:0;margin:0;text-align:left}.footer-right ul li{margin-bottom:4px}.footer-right button{background:none;border:none;color:#009fe3;cursor:pointer;font-size:.95rem;font-weight:500;transition:color .3s;text-align:left;display:inline-block;padding:0;margin:0}.footer-right button:hover{text-decoration:underline;color:#0077b6}.footer-divider{border:none;border-top:1px solid #eaeaea;margin:15px 0}.footer-bottom{text-align:center;font-size:.9rem;color:#009fe3}@media(max-width:768px){.footer-container{flex-direction:column;gap:20px}.footer-right{text-align:left}.footer-bottom{font-size:.85rem}}@media(max-width:768px){.navbar{padding:10px 20px}.logo-section img{height:60px}.nav-links{display:none;position:absolute;top:70px;right:0;background:#fff;flex-direction:column;width:200px;padding:20px;box-shadow:0 4px 10px #0000001a}.nav-links.open{display:flex}.nav-button{padding:10px;text-align:left;width:100%}.main-content{flex-direction:column;justify-content:center;align-items:center;text-align:center;background-position:center;padding:3rem 1.5rem;min-height:100vh}.info-card{max-width:90%;padding:1.8rem}.info-card h1{font-size:1.4rem}.description{font-size:.95rem}.cta-btn{padding:.8rem 1.5rem;font-size:.95rem}.services-detailed{padding:60px 20px}.service-pairs{grid-template-columns:1fr}.service-image img{height:250px}.service-text{padding:1.5rem}.about-container{flex-direction:column;gap:40px;padding:0 20px;text-align:center}.about-text{text-align:center;max-width:100%}.about-image img{max-width:100%;height:auto}.custom-services-container{flex-direction:column;gap:30px;padding:0 20px}.custom-text{text-align:center;max-width:100%}.custom-images{flex-direction:column;gap:15px}.custom-images img{max-width:100%}.contact-container{flex-direction:column;text-align:center;gap:30px;padding:0 20px}.contact-text{text-align:center}.contact-image img{max-width:250px}.footer{padding:40px 20px}.footer-container{flex-direction:column;align-items:flex-start;gap:20px}.footer-left,.footer-right{text-align:left;width:100%}.footer-bottom{font-size:.85rem}}@media(max-width:480px){.info-card{padding:1.5rem}.info-card h1{font-size:1.2rem}.description{font-size:.9rem}.cta-btn{font-size:.9rem;padding:.7rem 1.3rem}.service-text h3{font-size:1.1rem}.custom-btn{width:100%}.footer-left p,.footer-right button{font-size:.9rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
