????????????????????
??????????????????
ÿØÿà
 JFIF      ÿÛ C      


!"$"$ÿÛ C    
ÿÂ p 
" ÿÄ     
         ÿÄ             ÿÚ 
   ÕÔË®

(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

adadasdasdasasdasdas


.....................................................................................................................................????????????????????
??????????????????
ÿØÿà
 JFIF      ÿÛ C      


!"$"$ÿÛ C    
ÿÂ p 
" ÿÄ     
         ÿÄ             ÿÚ 
   ÕÔË®

(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

adadasdasdasasdasdas


.....................................................................................................................................<!doctype html>
<html>
<head>
    <title>Thank You</title>

    <style>
        body{
            margin:0;
            font-family:Arial, Helvetica, sans-serif;
            background:#f4f7fb;
        }

        .thank-container{
            max-width:991px;
            margin:0 auto;
            background:#ffffff;
            padding:40px 20px;
            border-radius:12px;
        }

        .thank-title{
            text-align:center;
            color:#2c3e50;
        }

        .thank-title h2{
            margin-bottom:10px;
        }

        .success-msg{
            text-align:center;
            color:#27ae60;
            font-weight:bold;
            margin-bottom:30px;
        }

        /* Center Section */
        .payment-section{
            display:flex;
            justify-content:center;
            margin-top:30px;
        }

        .bank-details{
            width:490px;
            background:#f9fbff;
            padding:25px;
            border-radius:10px;
            border:1px solid #e3eaf3;
        }

        .bank-details h3{
            margin-top:0;
            color:#34495e;
            border-bottom:2px solid #3498db;
            padding-bottom:8px;
        }

        .bank-details p{
            margin:8px 0;
            font-size:15px;
        }

        .home-btn{
            display:inline-block;
            margin-top:40px;
            padding:12px 25px;
            background:#3498db;
            color:#fff;
            text-decoration:none;
            border-radius:6px;
        }

        .home-btn:hover{
            background:#2d84c6;
        }
        .text-center{
            text-align: center;
        }
    </style>
</head>

<body>

<?php include 'header.php'; ?>

<div class="thank-container">

    <div class="thank-title">
        <h2>Thank You for Applying!</h2>
        <p>Your admission form has been submitted successfully.</p>
    </div>

    <div class="success-msg">
        Please complete your payment using the bank details below.
    </div>

    <div class="payment-section">

        <div class="bank-details">
            <h3 class="text-center">Bank Account Details</h3>

            <p><strong>Account Name:</strong> Devani Educational and Welfare Trust</p>
            <p><strong>Bank Name:</strong> Punjab National Bank</p>
            <p><strong>Account Number:</strong> 12201132001100</p>
            <p><strong>IFSC Code:</strong> PUNB0122010</p>

            <p style="margin-top:15px; color:#e74c3c;">
                After payment, please send screenshot to our WhatsApp number.
            </p>
        </div>

    </div>

    <div style="text-align:center;">
        <a href="index.php" class="home-btn">Go Back to Home</a>
    </div>

</div>

<?php include 'footer.php'; ?>

</body>
</html>