    <script>
//     document.addEventListener('DOMContentLoaded', function() {
    
//         document.body.addEventListener('click', function(e) {
//             const btn = e.target.closest('.form-form-submit');
//             if (!btn) return;
    
//             const form = btn.closest('form.fusion-form');
//             if (!form) return;
    
//             const emailField = form.querySelector('.fusion-email-field input');
//             if (!emailField) return;
    
//             const email = emailField.value.trim();
//             if (!email) return;
    
//             const domain = email.split('@')[1]?.toLowerCase();
//             if (!domain) return;
    
//             //  Base personal domain patterns (will also match gmail.co.uk, yahoo.in, etc.)
//             const blockedPatterns = [
//                 'mailinator.','gmail.', 'wexxon.', 'googlemail.', 'yahoo.', 'hotmail.', 'outlook.',
//                 'aol.', 'icloud.', 'live.', 'protonmail.', 'yandex.', 'mail.', 'zoho.'
//             ];
    
//             //  Function to check repeated TLDs like domain.com.com
//             function hasRepeatedTLD(dom) {
//                 const labels = dom.split('.');
//                 if (labels.length < 2) return false;
//                 const last = labels[labels.length - 1];
//                 const secondLast = labels[labels.length - 2];
//                 return last === secondLast;
//             }
    
//             //  Check if the domain ends with any blocked pattern (like gmail.*, yahoo.*, etc.)
//             const isBlocked = blockedPatterns.some(pattern => domain.includes(pattern));
    
//             if (isBlocked || hasRepeatedTLD(domain)) {
//                 e.preventDefault();
//                 e.stopImmediatePropagation();
    
//                 let errorDiv = form.querySelector('.email-error');
//                 if (!errorDiv) {
//                     errorDiv = document.createElement('div');
//                     errorDiv.className = 'email-error';
//                     errorDiv.style.color = '#008080';
//                     errorDiv.style.marginTop = '5px';
//                     emailField.parentNode.appendChild(errorDiv);
//                 }
    
//                 if (isBlocked) {
//                     errorDiv.textContent = 'Please use your company or business email address.(e.g. name@company.com).';
//                 } else if (hasRepeatedTLD(domain)) {
//                     errorDiv.textContent = 'Invalid email domain (e.g. domain.com.com). Please use your company or business email address.(e.g. name@company.com).';
//                 }
    
//                 emailField.focus();
//                 return false;
//             } else {
//                 const existingError = form.querySelector('.email-error');
//                 if (existingError) existingError.remove();
//             }
//         }, true); // capture phase
//     });
     </script>
 <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.moveplusmobility.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.moveplusmobility.com/page-sitemap.xml</loc>
		<lastmod>2026-03-24T10:30:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.moveplusmobility.com/news-article-sitemap.xml</loc>
		<lastmod>2026-04-08T15:15:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.moveplusmobility.com/case-studies-sitemap.xml</loc>
		<lastmod>2024-03-05T11:19:20+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.moveplusmobility.com/leadership-team-sitemap.xml</loc>
		<lastmod>2024-09-04T12:09:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.moveplusmobility.com/testimonials-sitemap.xml</loc>
		<lastmod>2025-07-25T09:58:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.moveplusmobility.com/fusion_tb_category-sitemap.xml</loc>
		<lastmod>2025-06-23T13:14:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.moveplusmobility.com/news-category-sitemap.xml</loc>
		<lastmod>2026-04-08T15:15:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.moveplusmobility.com/element_category-sitemap.xml</loc>
		<lastmod>2025-09-30T09:46:36+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->