<%- include('../partials/Script'); %>

<body>
  <%- include('../partials/NavBar'); %>

  <!-- ======= Solution Section ======= -->
  <section id="solution">
    <div class="container hero-content">
        <div class="hero-text">
          <h3>CMMS For Healthcare</h3>
          <h1>Optimize Operations & Maintenance Strategy.</h1>
          <p>Evantage CMMS Software is a valuable tool to prevent hospital equipment failure, improve regulatory compliance and increase productivity.</p>
          <a class="btnlearnmore" href="#wraph">Learn More</a>
        </div>
        <div class="bgimg">
            <img src="/views/assets/img/SolutionPage/cmms-Healthcare.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 style="padding:20px">Healthcare CMMS</h1>
    <div class="benefit-list">
      <div class="benefit-item">
        <div class="border">
          <h1>1.</h1>
          <h2>Improved Equipment Reliability and Safety</h2>
          <p>Hospitals and healthcare facilities depend on various types of medical equipment and machinery to provide high-quality care. A CMMS helps keep these assets in optimal condition by tracking preventive maintenance schedules, reducing breakdowns, and extending equipment lifespan.</p>
        </div>
       </div>
      <div class="benefit-item">
        <div class="border">
          <h1>2.</h1>
          <h2>Regulatory Compliance</h2>
          <p>Compliance with regulatory bodies like the Joint Commission, OSHA, and other local or federal standards is essential for healthcare facilities. CMMS platforms track and document maintenance activities, providing easy access to maintenance logs and compliance reports.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>3.</h1>
          <h2>Enhanced Asset and Inventory Control</h2>
          <p>CMMS software helps healthcare facilities keep track of their assets, from medical devices to building infrastructure. This is crucial in large hospitals with hundreds or thousands of assets that require regular monitoring and maintenance.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>4.</h1>
          <h2>Reduction in Operational Costs</h2>
          <p>Predictive maintenance enabled by CMMS can help reduce operational costs by identifying potential issues before they escalate into costly repairs or replacements. A proactive approach to maintenance can lead to lower costs associated with unexpected equipment failures.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>5.</h1>
          <h2>Improved Staff Productivity and Communication</h2>
          <p>CMMS centralizes maintenance requests, work orders, and asset information in one system, making it easy for staff to log issues and for maintenance teams to prioritize and respond quickly. This transparency improves collaboration among teams and prevents communication gaps.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>6.</h1>
          <h2>Data-Driven Decision Making</h2>
          <p>CMMS provides valuable data and analytics on equipment performance, maintenance frequency, and resource allocation, which help healthcare administrators make informed decisions on asset management and budgeting.</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>