<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Account Suspended</title>
    <style>
        body {
            font-family: 'Bookman Old Style', sans-serif;
            background-color: #f8f9fa;
            color: #343a40;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
        }

        .container {
            max-width: 500px;
            width: 100%;
            background-color: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        h1 {
            color: #143864;
        }

        p {
            line-height: 1.5;
        }

        .contact-info {
            margin-top: 20px;
            border-top: 1px solid #ddd;
            padding-top: 20px;
        }

        .contact-info p {
            margin-bottom: 5px;
        }

        .reason {
            margin-top: 20px;
            text-align: left;
        }

        .reason p {
            margin-bottom: 10px;
        }

        a {
            color: #007bff;
        }

        .footer {
            margin-top: 20px;
            font-size: 14px;
        }
    </style>
</head>
<body>
    <div class="container">
    
        <h1>Account Suspended</h1>
        <p>Your account might be suspended for any one of the following reasons</p>

        <div class="reason">
           <ul>
           <li>Overdue on Payment</li>
           <li>Bandwidth Limit Exceeded</li>
           <li>Policy Violations</li>
           <li>Fraudulent Activities</li>
           <li>Abusive Behavior</li>
           <li>Security Breaches</li>
           <li>Intellectual Property Infringement</li>
           </ul>
           </div>
           
        <div><br/>
        <p style="font-weight: 700; font-size: small;">Important Note:</p><p style="font-size: small;">Once the Suspension period is over, the website will be terminated and become inaccessible. So please take immediate action on this.</p>
        </div>   

        <div class="contact-info">
            <p>For More Information, please contact the Support Department.</p>
            <p style="color:white">311</p>
                               </div>

        <div class="footer">
                    <img style="width:30%;" src="https://www.seekahost.in/wp-content/themes/clickdo-main-theme/images/logo.png"?>
            <p>Hosted with SeekaHost Ltd</p>
        </div>
    </div>
</body>
</html>
