    <script>    (function(){        // Create a floating toggle button        var btn = document.createElement('button');        btn.id = 'th-lang-toggle';        btn.innerHTML = '🌐';        btn.setAttribute('aria-label', 'Toggle language');        btn.style.cssText = 'position:fixed;bottom:20px;right:20px;z-index:9999;width:46px;height:46px;border-radius:6px;background:#1a1a2e;color:#c8a96e;border:2px solid #c8a96e;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;';        document.body.appendChild(btn);        var switcher = document.getElementById('th-lang-switcher');        if (switcher) {            // Position the switcher above the toggle button            switcher.style.cssText += 'position:fixed;bottom:76px;right:20px;z-index:9998;flex-direction:column;gap:8px;';        }        btn.addEventListener('click', function(){            if (!switcher) return;            if (switcher.classList.contains('th-open')) {                switcher.classList.remove('th-open');            } else {                switcher.classList.add('th-open');            }        });        // Close when clicking outside        document.addEventListener('click', function(e){            if (!switcher) return;            if (e.target !== btn && !switcher.contains(e.target)) {                switcher.classList.remove('th-open');            }        });    })();    </script>    <?php}add_action( 'wp_footer', 'th_lang_switcher_toggle_js' );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//talenthubconsulting.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://talenthubconsulting.com/post-sitemap.xml</loc>
		<lastmod>2026-04-22T04:09:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://talenthubconsulting.com/page-sitemap.xml</loc>
		<lastmod>2026-04-05T04:33:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://talenthubconsulting.com/category-sitemap.xml</loc>
		<lastmod>2026-04-22T04:09:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://talenthubconsulting.com/author-sitemap.xml</loc>
		<lastmod>2026-03-27T02:57:01+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->