
<%- include('../partials/Script'); %>
<body>
  
  <%- include('../partials/NavBar'); %>

    <!-- ======= Solution Section ======= -->
    <section id="solution">
      <div class="container hero-content">
          <div class="hero-text">
            <h3>CMMS For Water Treatment</h3>
            <h1>Optimize Water Treatment Operations.</h1>
            <p>Evantage CMMS allows water treatment plants to plan effective preventive maintenance on equipment, grounds and entire facilities.</p>
            <a class="btnlearnmore" href="#wraph">Learn More</a>
          </div>
          <div class="bgimg">
              <img src="/views/assets/img/SolutionPage/cmms-WaterTreatment-01.png" alt="Work Order Image">
          </div>
      </div>
  
      <%- include('../partials/Counter'); %>
    </section>
    <!-- ======= End Section Solution ======= -->
  
    <%- include('../partials/Clients'); %>

  <!-- ======= About Section ======= -->
  <section id="about">
    <div class="container">
      <h1>CMMS Benefits for Water Treatment</h1>
      <p>A CMMS (Computerized Maintenance Management System) is a powerful tool for managing the maintenance and operations of water treatment facilities. These facilities are crucial for ensuring safe and clean water supply, and a well-maintained system helps prevent costly breakdowns, improve efficiency, and maintain compliance with stringent environmental regulations. Below are the key benefits of using a CMMS in water treatment.</p>
    <div class="benefit-list">
      <div class="benefit-item">
        <div class="border">
          <h1>1.</h1>
          <h2>Improved Water Quality</h2>
          <p>Benefit: Regular maintenance of filtration systems, chemical dosing equipment, and pumps ensures the continuous delivery of clean and safe drinking water.
            Impact: By keeping critical components in top condition, CMMS helps reduce the risk of operational failures that could lead to contamination, ensuring consistent water quality and safety for consumers.</p>
        </div>
       </div>
      <div class="benefit-item">
        <div class="border">
          <h1>2.</h1>
          <h2>Inventory Optimization</h2>
          <p>Benefit: CMMS tracks spare parts and supplies in real-time, ensuring that critical components are available when needed, and prevents overstocking or shortages.
            Impact: Prevents costly delays due to parts shortages, optimizes inventory levels, and ensures that materials are ordered on time without excess, reducing storage and procurement costs.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>3.</h1>
          <h2>Increased Operational Efficiency</h2>
          <p>Benefit: A CMMS centralizes all maintenance data, work orders, and asset histories, making it easier to track, prioritize, and manage tasks.
            Impact: Maintenance teams can work more efficiently by having access to all necessary information in one place, allowing for faster decision-making, improved task prioritization, and better use of personnel and resources.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>4.</h1>
          <h2>Improved Data Analytics and Decision Making</h2>
          <p>Benefit: CMMS provides real-time data and detailed reports on asset performance, maintenance history, and operational costs.
            Impact: Water treatment facility managers can make data-driven decisions about equipment replacements, staffing needs, budget allocation, and long-term planning, improving the overall effectiveness of the plant's operations.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>5.</h1>
          <h2>Improved Lifecycle Management</h2>
          <p>Benefit: CMMS helps track the lifecycle of each asset, including installation dates, warranties, and replacement schedules.
Impact: Helps manage asset replacements and upgrades efficiently, ensuring that the plant uses assets to their full potential while planning for cost-effective replacements when necessary.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>6.</h1>
          <h2>Enhanced Compliance and Reporting</h2>
          <p>Benefit: CMMS helps track routine inspections, maintenance tasks, and compliance checks to meet environmental and safety regulations (e.g., EPA, local water quality standards).
            Impact: The system generates detailed reports and logs, ensuring that the water treatment facility stays compliant with health and environmental standards, while simplifying audits and inspections.</p>
      </div>
    </div>
  </div>

  <div class="container">
    <div class="industry-cmms">
        <div class="industry-text">
            <h1>Boost Efficiency by Managing Downtime</h1>
            <p>Identify and prioritize essential maintenance tasks to ensure facilities and equipment operate reliably. Prevent interruptions that could impact patient care. With healthcare maintenance management software, you can easily monitor the optimal times for repairs, ongoing work orders, and regular maintenance needs.</p>
        </div>
        <div class="industry-img">
            <img src="/views/assets/img/SolutionPage/cmms-Manufacture-01.png" alt="CMMS Image">
        </div>
    </div>
    <div class="industry-cmms">
        <div class="industry-img">
            <img src="/views/assets/img/SolutionPage/cmms-Manufacture-01.png" alt="CMMS Image">
        </div>
        <div class="industry-text">
            <h1>Increase Efficiency By Actively Managing Downtime</h1>
            <p>Identify and prioritize the most effective maintenance tasks to keep facilities and equipment operating reliably. Avoid downtime or failure that could jeopardize patient care. With healthcare maintenance management software, you can easily stay on top of the best times to schedule repairs, current work orders, and routine maintenance needs.</p>
        </div>
    </div>
  </div>
  </section>
  <!-- End About Section -->

  <%- include('../partials/Footer'); %>
</body>

</html>