
<style>
    .pvesc-popup {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 9999;
    }

    .pvesc-popup.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pvesc-popup-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .pvesc-popup-box {
        position: relative;
        background: #fff;
        max-width: 700px;
        width: 90%;
        border-radius: 10px;
        overflow: hidden;
        z-index: 2;
        animation: fadeIn 0.3s ease;
    }

    .pvesc-popup-close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .pvesc-popup-image img {
        width: 100%;
        display: block;
    }

    .pvesc-popup-content {
        padding: 20px;
        text-align: center;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
</style><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//pvesc.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pvesc.com/post-sitemap.xml</loc>
		<lastmod>2026-04-09T17:17:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvesc.com/page-sitemap.xml</loc>
		<lastmod>2026-04-10T04:58:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvesc.com/teams-sitemap.xml</loc>
		<lastmod>2026-04-07T06:01:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvesc.com/specialties-sitemap.xml</loc>
		<lastmod>2026-03-19T06:20:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvesc.com/sp-services-sitemap.xml</loc>
		<lastmod>2026-04-06T19:36:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvesc.com/category-sitemap.xml</loc>
		<lastmod>2026-04-09T17:17:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvesc.com/teams_categories-sitemap.xml</loc>
		<lastmod>2026-04-07T06:01:22+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->