<!DOCTYPE html>
    <html lang='en-IN'>
    <head>
        <meta charset='UTF-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <meta name='robots' content='noindex, follow'>
        <link rel='canonical' href='/'>
        <title>Restricted Area</title>
        <style>
            .kwkvdxxzk {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #39CED4;
                font-family: Arial, sans-serif;
            }
            .yhygspsjsce {
                text-align: center;
                background: white;
                padding: 20px;
                border-radius: 14px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .jznixwxbrgr {
                color: #7CD4B1;
                font-size: 21px;
            }
            .zyxhhwo {
                font-size: 18px;
                color: #333;
                margin-top: 14px;
            }
            .ifpddu {
                display: inline-block;
                margin-top: 15px;
                padding: 5px 16px;
                font-size: 16px;
                color: white;
                background: #F6DEA6;
                text-decoration: none;
                border-radius: 14px;
            }
            .ifpddu:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='kwkvdxxzk'>
        <div class='yhygspsjsce'>
            <h1 class='jznixwxbrgr'>Restricted Area</h1>
            <p class='zyxhhwo'>This service is currently under maintenance. Apologies for the inconvenience.</p>
            <p><a href='/' class='ifpddu'>Visit Our Homepage</a></p>
        </div>
    </body>
    </html>