<script>
document.addEventListener("DOMContentLoaded", function() {
  const maxSelections = 5;
  const checkboxes = document.querySelectorAll('.elementor-field-type-acceptance input[type="checkbox"]');

  checkboxes.forEach(chk => {
    chk.addEventListener('change', function() {
      const checkedCount = document.querySelectorAll('.elementor-field-type-acceptance input[type="checkbox"]:checked').length;

      // Counter message
      const counter = document.querySelector('.blt-selection-counter');
      if (counter) counter.textContent = `📋 Please select exactly ${maxSelections} options below`;

      // Warning if limit exceeded
      const warning = document.querySelector('.blt-limit-warning');
      if (warning) warning.style.display = (checkedCount > maxSelections ? 'block' : 'none');

      // Progress hint
      const progress = document.querySelector('.blt-progress-hint');
      if (progress) progress.style.display = (checkedCount < maxSelections ? 'block' : 'none');

      // Enable submit button only if exactly 5 selected
      const submit = document.querySelector('.elementor-button[type="submit"]');
      if (submit) submit.disabled = (checkedCount !== maxSelections);
    });
  });
});

</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://lynn.ladybug.solutions/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://lynn.ladybug.solutions/product/starting-off-on-the-right-foot-create-an-exceptional-welcome-experience/</loc><lastmod>2026-01-06T20:35:22+00:00</lastmod></url><url><loc>https://lynn.ladybug.solutions/product/sustaining-success-apply-strategies-that-increase-retention-and-loyalty/</loc><lastmod>2026-01-06T20:34:40+00:00</lastmod></url><url><loc>https://lynn.ladybug.solutions/product/resolving-tension-de-escalate-challenging-tenant-moments/</loc><lastmod>2026-01-06T20:34:29+00:00</lastmod></url><url><loc>https://lynn.ladybug.solutions/product/close-the-loop-end-tenancies-with-professionalism-and-respect/</loc><lastmod>2026-01-06T20:34:12+00:00</lastmod></url></urlset>
