<style>
.dt-faq {
  background: red !important;
}
</style>

<div class="dt-faq">

  <div class="dt-faq-item">
    <input type="checkbox" id="q1">
    <label for="q1" class="dt-faq-question">How much does a backyard artificial golf green cost?</label>
    <div class="dt-faq-answer">
      Pricing depends on size, design complexity, base preparation, and optional features like fringe, bunkers, lighting, or shaping. Most Toronto backyard putting greens fall within a predictable range once we assess the property. We provide clear, upfront estimates during your consultation.
    </div>
  </div>

  <div class="dt-faq-item">
    <input type="checkbox" id="q2">
    <label for="q2" class="dt-faq-question">How long does a putting green installation take?</label>
    <div class="dt-faq-answer">
      Most backyard golf greens are completed in 2–5 days, depending on size, access, and design features.
    </div>
  </div>

</div>