
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sanjana Chauhan</title>

<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">

<style>
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(135deg, #0f172a, #1e3a8a, #2563eb);
        font-family: 'Poppins', sans-serif;
        color: #fff;
    }

    .container {
        text-align: center;
        padding: 50px;
        border-radius: 16px;
        backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        max-width: 650px;
    }

    .name {
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .divider {
        width: 60px;
        height: 3px;
        background: #facc15;
        margin: 0 auto 25px;
        border-radius: 2px;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    p {
        font-size: 17px;
        opacity: 0.9;
        line-height: 1.6;
    }

    .icon {
        font-size: 36px;
        margin-bottom: 15px;
    }

    /* subtle animation */
    .container {
        animation: fadeIn 1.2s ease-in-out;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
</style>

</head>
<body>

<div class="container">
    <div class="name">drishti.org.in</div>
    <div class="divider"></div>

    <div class="icon">🚧</div>

        <p>
        We are renewing the website.<br>
        Thank you for your patience.
    </p>
</div>

</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'sg2plzcpnl509365'},{'dcenter':'sg2'},{'cp_id':'10465224'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>