    <script>
//         (function() {
//             // Mobile screen validation check (covers both wp_is_mobile and responsive widths)
//             if (window.innerWidth <= 768 || /Android|iPhone|iPad|iPod/i.test(navigator.userAgent)) {
                
//                 // Use localStorage to remember redirection choice
//                 if (!localStorage.getItem('mobile_landing_seen')) {
                    
//                     // Drop the anchor flag immediately before moving
//                     localStorage.setItem('mobile_landing_seen', '1');
//                     window.location.href = ;
//                 }
//             }
//         })();
    </script>
     


<script>
  
  document.addEventListener('DOMContentLoaded', function () {

    const dropdowns = document.querySelectorAll('.quick-link.has-dropdown');

    dropdowns.forEach(dropdown => {

        dropdown.addEventListener('click', function (e) {

            if (window.innerWidth < 992) {
                e.preventDefault();

                dropdowns.forEach(item => {
                    if (item !== dropdown) {
                        item.classList.remove('active');
                    }
                });

                dropdown.classList.toggle('active');
            }
        });
    });

    document.addEventListener('click', function (e) {
        if (!e.target.closest('.quick-link.has-dropdown')) {
            dropdowns.forEach(item => {
                item.classList.remove('active');
            });
        }
    });

});
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//dfwsurf.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://dfwsurf.com/post-sitemap.xml</loc>
		<lastmod>2026-01-21T12:17:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dfwsurf.com/page-sitemap.xml</loc>
		<lastmod>2026-06-01T04:18:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dfwsurf.com/category-sitemap.xml</loc>
		<lastmod>2026-01-21T12:17:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dfwsurf.com/post_tag-sitemap.xml</loc>
		<lastmod>2025-10-24T06:42:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dfwsurf.com/team-category-sitemap.xml</loc>
		<lastmod>2025-10-24T05:01:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dfwsurf.com/author-sitemap.xml</loc>
		<lastmod>2026-05-21T17:14:46+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->