        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">    <a href="tel:+19493533605" class="floating-call-btn">        <i class="fa-solid fa-phone"></i>    </a>    <style>        .floating-call-btn{            position: fixed;            left: 20px;            bottom: 20px;            width: 60px;            height: 60px;            background: #0d1b3d;            color: #fff;            border-radius: 50%;            display: flex;            align-items: center;            justify-content: center;            font-size: 22px;            text-decoration: none;            z-index: 999999;            animation: pulse 1.5s infinite;        }        .floating-call-btn i{            color: #fff;        }        @keyframes pulse {            0% {                box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);            }            50% {                box-shadow: 0 0 0 12px rgba(13, 27, 61, 0.4);            }            100% {                box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);            }        }        @media(max-width:768px){            .floating-call-btn{                left: 15px;                bottom: 15px;                width: 55px;                height: 55px;            }        }    </style>    <?php}add_action('wp_footer', 'custom_floating_call_button');<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mrfloodplus.net/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://mrfloodplus.net/post-sitemap.xml</loc>
		<lastmod>2024-12-12T18:39:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mrfloodplus.net/page-sitemap.xml</loc>
		<lastmod>2026-05-25T17:00:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mrfloodplus.net/project-sitemap.xml</loc>
		<lastmod>2024-04-08T15:47:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mrfloodplus.net/category-sitemap.xml</loc>
		<lastmod>2024-12-12T18:39:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mrfloodplus.net/post_tag-sitemap.xml</loc>
		<lastmod>2024-12-12T18:39:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mrfloodplus.net/author-sitemap.xml</loc>
		<lastmod>2025-09-15T08:35:36+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->