
<!-- Tailwind -->
<script src="https://cdn.tailwindcss.com"></script>

<!-- Floating Chat Button -->
<button
    id="chatToggle"
    aria-label="Open chat"
    class="fixed bottom-6 right-6 z-50 rounded-xl bg-blue-600 px-6 py-3 font-semibold text-white shadow-xl hover:bg-blue-700 transition-all"
>
    Chat with us
</button>

<!-- Chat Window -->
<div
    id="chatPanel"
    class="fixed bottom-24 right-6 z-50 hidden w-[92vw] max-w-sm overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-2xl"
>

    <!-- Header -->
    <div class="flex items-center justify-between bg-blue-600 px-4 py-4 text-white">

        <div class="flex items-center gap-2">

            <span class="h-3 w-3 rounded-full bg-green-300 animate-pulse"></span>

            <span class="font-semibold">
                Tower Assistant
            </span>

        </div>

        <button
            id="chatClose"
            class="flex h-8 w-8 items-center justify-center rounded-full border border-red-300 text-red-100 hover:bg-white/10"
        >
            ×
        </button>

    </div>

    <!-- Messages -->
    <div
        id="chatLog"
        class="h-96 overflow-y-auto bg-gray-50 p-4 text-sm"
    >

        <div class="mb-3 max-w-[80%] rounded-xl bg-blue-50 px-3 py-2 text-gray-800">
            Welcome to RCCG Tower of Refuge.

            Ask about service times, location, giving, prayer, ministries,
            pastors, children, youth, or contact information.
        </div>

    </div>

    <!-- Input -->
    <form
        id="chatForm"
        class="flex items-center gap-2 border-t border-gray-200 bg-white p-3"
    >

        <input
            id="chatInput"
            type="text"
            autocomplete="off"
            placeholder="Type your message..."
            class="flex-1 rounded-xl border border-gray-300 px-4 py-3 outline-none focus:border-blue-500 focus:ring-2 focus:ring-blue-200"
        >

        <button
            type="submit"
            class="rounded-xl bg-blue-600 px-5 py-3 font-semibold text-white hover:bg-blue-700"
        >
            Send
        </button>

    </form>

</div>
```
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://rccgtowerofrefuge.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://rccgtowerofrefuge.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://rccgtowerofrefuge.com/wp-sitemap-posts-elementor-hf-1.xml</loc></sitemap><sitemap><loc>https://rccgtowerofrefuge.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
