
<!--     <style>
    #custom-home-popup{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.75);
        display:none;
        justify-content:center;
        align-items:center;
        z-index:999999;
        padding:20px;
    }

    #custom-home-popup .popup-box{
        position:relative;
        max-width:900px;
        width:100%;
    }

    #custom-home-popup img{
        width:100%;
        height:auto;
        display:block;
        border-radius:10px;
    }

    #custom-home-popup .close-popup{
        position:absolute;
        top:-12px;
        right:-12px;
        width:34px;
        height:34px;
        background:#fff;
        color:#000;
        border-radius:50%;
        cursor:pointer;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:22px;
        font-weight:bold;
        box-shadow:0 2px 8px rgba(0,0,0,.3);
    }

    @media(max-width:768px){
        #custom-home-popup .popup-box{
            max-width:95%;
        }
    }
    </style> -->

<!--     <div id="custom-home-popup">
        <div class="popup-box">
            <span class="close-popup">&times;</span>

            <img src="https://www.stellarglobal.com/wp-content/uploads/2026/07/black-friday-website-banner-1.jpg" alt="Offer Banner">

        </div>
    </div> -->

<!--     <script>
    document.addEventListener("DOMContentLoaded", function(){

        const popup = document.getElementById("custom-home-popup");
        const closeBtn = popup.querySelector(".close-popup");

        const STORAGE_KEY = "home_popup_last_closed";
        const THREE_HOURS = 3 * 60 * 60 * 1000;

        const lastClosed = localStorage.getItem(STORAGE_KEY);
        const now = Date.now();

        if (!lastClosed || (now - parseInt(lastClosed)) > THREE_HOURS) {
            popup.style.display = "flex";
        }

        closeBtn.addEventListener("click", function(){
            popup.style.display = "none";
            localStorage.setItem(STORAGE_KEY, Date.now());
        });

        popup.addEventListener("click", function(e){
            if(e.target === popup){
                popup.style.display = "none";
                localStorage.setItem(STORAGE_KEY, Date.now());
            }
        });

    });
    </script> -->

    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.stellarglobal.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.stellarglobal.com/post-sitemap.xml</loc>
		<lastmod>2026-09-10T10:17:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.stellarglobal.com/page-sitemap.xml</loc>
		<lastmod>2026-09-12T09:19:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.stellarglobal.com/product-sitemap.xml</loc>
		<lastmod>2026-09-09T11:24:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.stellarglobal.com/projects-sitemap.xml</loc>
		<lastmod>2026-03-11T12:49:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.stellarglobal.com/collections-sitemap.xml</loc>
		<lastmod>2026-08-17T09:23:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.stellarglobal.com/events-sitemap.xml</loc>
		<lastmod>2026-04-08T06:54:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.stellarglobal.com/stglandingpage-sitemap.xml</loc>
		<lastmod>2026-08-30T20:05:17+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->