<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Premium Water Treatment Services | Aqua Care Center</title>
    <meta name="description" content="Aqua Care Center provides stateΓÇæofΓÇætheΓÇæart Reverse Osmosis, water softeners, and AMC services across Moradabad and surrounding cities. Experience crystalΓÇæclear water today.">
    <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="/assets/css/style.css">
    <style>
        body { background: linear-gradient(135deg, #e0f7fa, #e3f2fd); font-family: 'Inter', sans-serif; }
        .hero { background: rgba(255,255,255,0.2); backdrop-filter: blur(10px); border-radius: 1rem; padding: 4rem 2rem; margin-bottom: 2rem; }
        .section { padding: 3rem 0; }
        .card-glass { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); border: none; }
    </style>
</head>
<body>
<div class="toast-container position-fixed bottom-0 end-0 p-3">
    </div>
<script>
    document.addEventListener('DOMContentLoaded', function () {
        var toastEl = document.querySelector('.toast');
        if (toastEl) {
            var toast = new bootstrap.Toast(toastEl);
            toast.show();
        }
    });
</script>

<header class="container py-4 d-flex justify-content-between align-items-center">
    <h1 class="h3"><a href="/" class="text-decoration-none text-primary">Aqua Care Center</a></h1>
    <nav>
        <a href="/about" class="mx-2">About</a>
        <a href="/services" class="mx-2">Services</a>
        <a href="/contact" class="mx-2">Contact</a>
        <a href="/blog" class="mx-2">Blog</a>
        <a href="/login" class="mx-2 btn btn-primary">Login</a>
    </nav>
</header>

<section class="hero container text-center">
    <h2 class="display-4 mb-3">Pure Water, Pure Life</h2>
    <p class="lead">Reliable RO, Softener & AMC solutions for homes and businesses in Moradabad and beyond.</p>
    <a href="/booking" class="btn btn-lg btn-primary mt-4">Book a Free Consultation</a>
</section>

<section class="section container" id="services">
    <h3 class="text-center mb-5">Our Services</h3>
    <div class="row g-4">
        <div class="col-md-4">
            <div class="card card-glass h-100 text-center p-4">
                <img src="/assets/images/ro_system.jpg" alt="Reverse Osmosis" class="img-fluid mb-3" style="height:150px;object-fit:cover;">
                <h5>Reverse Osmosis (RO)</h5>
                <p>Advanced multistage filtration removing 99% of dissolved solids, bacteria and viruses.</p>
                <a href="/services/ro" class="stretched-link"></a>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card card-glass h-100 text-center p-4">
                <img src="/assets/images/softener.jpg" alt="Water Softener" class="img-fluid mb-3" style="height:150px;object-fit:cover;">
                <h5>Water Softeners</h5>
                <p>IonΓÇæexchange technology that eliminates hardness, extending appliance life.</p>
                <a href="/services/softener" class="stretched-link"></a>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card card-glass h-100 text-center p-4">
                <img src="/assets/images/amc.jpg" alt="AMC" class="img-fluid mb-3" style="height:150px;object-fit:cover;">
                <h5>Annual Maintenance Contracts (AMC)</h5>
                <p>Proactive service plans ensuring optimal performance yearΓÇæround.</p>
                <a href="/services/amc" class="stretched-link"></a>
            </div>
        </div>
    </div>
</section>

<section class="section bg-light" id="why-choose-us">
    <div class="container">
        <h3 class="text-center mb-5">Why Choose Aqua Care Center?</h3>
        <div class="row g-4">
            <div class="col-md-3 text-center">
                <i class="bi bi-award" style="font-size:2rem;color:#0d6efd;"></i>
                <h6 class="mt-3">Trusted Expertise</h6>
                <p>Over 10 years of industry experience.</p>
            </div>
            <div class="col-md-3 text-center">
                <i class="bi bi-shield-check" style="font-size:2rem;color:#0d6efd;"></i>
                <h6 class="mt-3">Quality Assurance</h6>
                <p>ISOΓÇæ9001 certified processes.</p>
            </div>
            <div class="col-md-3 text-center">
                <i class="bi bi-people" style="font-size:2rem;color:#0d6efd;"></i>
                <h6 class="mt-3">CustomerΓÇæFirst</h6>
                <p>24/7 support and onΓÇæsite service.</p>
            </div>
            <div class="col-md-3 text-center">
                <i class="bi bi-gear" style="font-size:2rem;color:#0d6efd;"></i>
                <h6 class="mt-3">CuttingΓÇæEdge Tech</h6>
                <p>Latest RO membranes and smart monitoring.</p>
            </div>
        </div>
    </div>
</section>

<section class="section" id="process">
    <div class="container">
        <h3 class="text-center mb-5">Our Process</h3>
        <div class="row g-4">
            <div class="col-md-3 text-center">
                <div class="badge bg-primary rounded-pill mb-2">1</div>
                <h6>Free Survey</h6>
                <p>We assess water quality and requirements onΓÇæsite.</p>
            </div>
            <div class="col-md-3 text-center">
                <div class="badge bg-primary rounded-pill mb-2">2</div>
                <h6>Custom Design</h6>
                <p>Tailored solution based on survey data.</p>
            </div>
            <div class="col-md-3 text-center">
                <div class="badge bg-primary rounded-pill mb-2">3</div>
                <h6>Professional Installation</h6>
                <p>Certified technicians install with precision.</p>
            </div>
            <div class="col-md-3 text-center">
                <div class="badge bg-primary rounded-pill mb-2">4</div>
                <h6>Ongoing Support</h6>
                <p>Maintenance, filter replacement, and monitoring.</p>
            </div>
        </div>
    </div>
</section>

<section class="section bg-light" id="brands">
    <div class="container">
        <h3 class="text-center mb-5">Our Trusted Brands</h3>
        <div class="row g-4 justify-content-center">
                        <div class="col-3 col-md-2 text-center">
                <img src="/assets/images/brand_aquaguard.png" alt="AquaGuard" class="img-fluid mb-2" style="max-height:60px;">
                <p>AquaGuard</p>
            </div>
                        <div class="col-3 col-md-2 text-center">
                <img src="/assets/images/brand_pureflow.png" alt="PureFlow" class="img-fluid mb-2" style="max-height:60px;">
                <p>PureFlow</p>
            </div>
                        <div class="col-3 col-md-2 text-center">
                <img src="/assets/images/brand_bluedrop.png" alt="BlueDrop" class="img-fluid mb-2" style="max-height:60px;">
                <p>BlueDrop</p>
            </div>
                        <div class="col-3 col-md-2 text-center">
                <img src="/assets/images/brand_crystalclear.png" alt="CrystalClear" class="img-fluid mb-2" style="max-height:60px;">
                <p>CrystalClear</p>
            </div>
                    </div>
    </div>
</section>

<section class="section" id="testimonials">
    <div class="container">
        <h3 class="text-center mb-5">What Our Customers Say</h3>
        <div class="row g-4">
                        <div class="col-md-4">
                <div class="card card-glass h-100 p-3">
                    <p class="mb-2">&ldquo;Excellent service and pure water!&rdquo;</p>
                    <footer class="blockquote-footer">Ramesh Kumar, Moradabad</footer>
                </div>
            </div>
                        <div class="col-md-4">
                <div class="card card-glass h-100 p-3">
                    <p class="mb-2">&ldquo;Professional team, quick installation.&rdquo;</p>
                    <footer class="blockquote-footer">Sushma Sharma, Bareilly</footer>
                </div>
            </div>
                        <div class="col-md-4">
                <div class="card card-glass h-100 p-3">
                    <p class="mb-2">&ldquo;Best RO system I have ever used.&rdquo;</p>
                    <footer class="blockquote-footer">Amit Joshi, Haridwar</footer>
                </div>
            </div>
                    </div>
    </div>
</section>

<section class="section bg-primary text-white text-center py-5" id="cta">
    <div class="container">
        <h3 class="mb-3">Ready for Pure Water?</h3>
        <p class="mb-4">Book a free onΓÇæsite survey today and enjoy healthier water tomorrow.</p>
        <a href="/booking" class="btn btn-light btn-lg">Schedule My Survey</a>
    </div>
</section>

<footer class="bg-dark text-light py-4">
    <div class="container text-center">
        <p class="mb-1">&copy; 2026 Aqua Care Center. All rights reserved.</p>
        <p class="mb-0">Moradabad, Uttar Pradesh, India | +91 9837450804</p>
    </div>
</footer>

<script src="/assets/js/bootstrap.bundle.min.js"></script>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://aquacarecenter.com/</loc><changefreq>weekly</changefreq></url>
  <url><loc>https://aquacarecenter.com/about</loc><changefreq>weekly</changefreq></url>
  <url><loc>https://aquacarecenter.com/contact</loc><changefreq>weekly</changefreq></url>
  <url><loc>https://aquacarecenter.com/services</loc><changefreq>weekly</changefreq></url>
  <url><loc>https://aquacarecenter.com/blog</loc><changefreq>weekly</changefreq></url>
  <url><loc>https://aquacarecenter.com/faq</loc><changefreq>weekly</changefreq></url>
  <url><loc>https://aquacarecenter.com/testimonials</loc><changefreq>weekly</changefreq></url>
  <url><loc>https://aquacarecenter.com/gallery</loc><changefreq>weekly</changefreq></url>
</urlset>
