<!-- ✅ PUT SCRIPT HERE -->
<script>
document.addEventListener("DOMContentLoaded", function () {
    var payment = document.getElementById("cf_payment");
    var qr = document.getElementById("upi-qr");
    var bank = document.getElementById("bank-details");

    if (payment && qr && bank) {
        payment.addEventListener("change", function () {
            if (this.value === "upi") {
                qr.style.display = "block";
                bank.style.display = "none";
            } 
            else if (this.value === "bank") {
                qr.style.display = "none";
                bank.style.display = "block";
            } 
            else {
                qr.style.display = "none";
                bank.style.display = "none";
            }
        });
    }
});
</script>

</form>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//tarotvayu.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://tarotvayu.com/post-sitemap.xml</loc>
		<lastmod>2025-06-16T21:32:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tarotvayu.com/page-sitemap.xml</loc>
		<lastmod>2026-04-18T20:37:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tarotvayu.com/product-sitemap.xml</loc>
		<lastmod>2025-07-01T05:51:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tarotvayu.com/category-sitemap.xml</loc>
		<lastmod>2025-06-16T21:32:52+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->