<style>
    h2.section-title{
        text-align: center;
        span{
            text-align: center;
            font-size: 90px;
            font-weight: 500 !important;
            font-family: 'Shopie', sans-serif !important;
            letter-spacing: 3px;
            color: var(--font-color-default, #05a69e);
        @media only screen and (max-width: 1200px) {
            font-size: 50px;
        }
        @media only screen and (max-width: 991px) {
            font-size: 40px;
        }
        @media only screen and (max-width: 767px) {
            bfont-size: 28px;
        }
        @media only screen and (max-width: 480px) {
            font-size: 28px;
        }

        }
        span strong{
            color: var(--global--color-yellow, #555559);

            display: block;
            font-family: 'Market Deco';
            font-size: 60px;
            font-weight: 400;

        }


    }


    .d-view{
        display: block;
        @media only screen and (max-width: 768px) {
            display: none;
        }
    }

    .m-view{
        display: none;
        max-width: 450px;
        width: 100%;
        object-fit: contain;
        margin: 0 auto;

        @media only screen and (max-width: 767px) {
            display: block;
        }

    }


</style>
<script>
    document.addEventListener('DOMContentLoaded', function () {
        var container = document.querySelector('.vg-slide');
        if (!container) return;

        var totalSlides = container.querySelectorAll('.swiper-wrapper .swiper-slide').length;

        var options = {
            speed: 800,
            loop: totalSlides > 1,
            slidesPerView: 1,
            slidesPerGroup: 1,
            spaceBetween: 30,
            navigation: {
                nextEl: '.t-arrow-swiper-next',
                prevEl: '.t-arrow-swiper-prev'
            }
        };

        if (totalSlides > 1) {
            options.autoplay = {
                delay: 3000,
                disableOnInteraction: false
            };
            options.effect = 'fade';
            options.fadeEffect = { crossFade: true };
        } else {
            options.autoplay = false;
            options.navigation = false;        // hide arrows
            options.allowTouchMove = false;    // no swipe/drag
            options.keyboard = { enabled: false };
            options.mousewheel = { enabled: false };
        }

        var swiper = new Swiper('.vg-slide', options);

        // Extra guard to hide existing arrows if markup is present
        if (totalSlides <= 1) {
            var next = document.querySelector('.t-arrow-swiper-next');
            var prev = document.querySelector('.t-arrow-swiper-prev');
            if (next) next.style.display = 'none';
            if (prev) prev.style.display = 'none';
        }
    });
</script>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://arlington-townnorth-tx.dapperdoughnut.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://arlington-townnorth-tx.dapperdoughnut.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://arlington-townnorth-tx.dapperdoughnut.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://arlington-townnorth-tx.dapperdoughnut.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://arlington-townnorth-tx.dapperdoughnut.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
