<section style="padding: 80px 10px; background-color: #f8f8f8;">
  <div style="max-width: 1200px; margin: 0 auto; text-align: center;">
    <h2 style="font-family: 'Poppins', sans-serif; font-size: 32px; color: #3f4e60; margin-bottom: 20px;">
      What Our Exterior Painting Clients Are Saying
    </h2>
    <p style="font-size: 18px; color: #4a4a4a; margin-bottom: 40px; line-height: 1.6;">
      Homeowners, property managers, and businesses across Colorado trust us for durable finishes, professional crews, and exterior painting that lasts.
    </p>

    <!-- Rotating Review Slider -->
    <div id="review-slider" style="max-width: 900px; margin: 0 auto 40px auto; text-align: left; font-size: 16px; color: #333; line-height: 1.6; min-height: 120px;">
      <blockquote style="border-left: 4px solid #3f4e60; padding-left: 15px; margin: 0;">
        “Our home in The Meadows looks brand new after their team repainted the exterior. The crew was on time every day and the finish is flawless.” 
        <br><strong>- Sarah L., Castle Rock</strong>
      </blockquote>
    </div>

    <!-- TrustIndex Widget -->
    <div id="ti-widget"></div>
    <script defer async src="https://cdn.trustindex.io/loader.js?8ef9bd15142337799116fd9f020"></script>
  </div>
</section>

<script>
const reviews = [
  `“Our home in The Meadows looks brand new after their team repainted the exterior. The crew was on time every day and the finish is flawless.” <br><strong>- Sarah L., Castle Rock</strong>`,
  `“They handled the repainting of our office building in Denver without interrupting our business. The quality and professionalism were outstanding.” <br><strong>- James R., Denver</strong>`,
  `“We live in Pradera, and the HOA required strict color matching. They dealt with everything and the house looks fantastic.” <br><strong>- Amanda T., Parker</strong>`
];

let index = 0;
setInterval(() => {
  index = (index + 1) % reviews.length;
  document.getElementById("review-slider").innerHTML = 
    `<blockquote style="border-left: 4px solid #3f4e60; padding-left: 15px; margin: 0;">${reviews[index]}</blockquote>`;
}, 6000);
</script>

<style>
#activity-slider {
  display: none !important;
}
</style>
