<!-- !DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Website Under Maintenance</title>

    <style>
        *{
            margin:0;
            padding:0;
            box-sizing:border-box;
        }

        body{
            font-family: Arial, sans-serif;
            display:flex;
            align-items:center;
            justify-content:center;
            min-height:100vh;
            text-align:center;
            padding:20px;
        }

        .container{
            max-width:700px;
        }

        h1{
            font-size:52px;
            margin-bottom:20px;
        }

        p{
            font-size:20px;
            line-height:1.7;
            margin-bottom:15px;
        }

        .badge{
            padding:10px 20px;
            background:#2563eb;
            border-radius:50px;
            margin-bottom:30px;
            font-size:14px;
            letter-spacing:1px;
            text-transform:uppercase;
            color: #FFF;
        }

        .footer{
            margin-top:40px;
            font-size:14px;
            color:#666;
        }

        @media(max-width:600px){
            h1{
                font-size:36px;
            }

            p{
                font-size:18px;
            }
        }
    </style>
</head>
<body>

    <div class="container">
        
        <img src="assets/logo.png" width="200" height="auto" style="margin-bottom: 50px;">
        <div class="badge">
            Scheduled Maintenance
        </div>

        <h1>We’ll Be Back Soon</h1>

        <p>
            Our website is currently undergoing maintenance and security updates.
        </p>

        <p>
            We apologize for the inconvenience and appreciate your patience.
        </p>

        <div class="footer">
            © 2026 All Rights Reserved
        </div>

    </div>

</body>
</html-->
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.pulivarthiconsulting.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.pulivarthiconsulting.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.pulivarthiconsulting.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.pulivarthiconsulting.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.pulivarthiconsulting.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
