<?php require('header.php')?>


        <!-- start page-title -->    
        <section class="page-title" style="background: url('images/donation-bred.gif') no-repeat center center; background-size: cover;">
            <div  class=""></div>
            <div class="container">
                <div class="title-box">
                    <h1>Donate</h1>
                    <ol class="breadcrumb">
                        <li><a href="index.php">Home</a></li>
                        <li class="active">Donate</li>
                    </ol>
                </div>
            </div> <!-- end container -->
        </section>
        <!-- end page-title -->


<!-- Emotional Support Message Section -->
<section class="py-5 text-center bg-white">
  <div class="container">
    <h2 class="fw-bold">
      📚 Support Now
    </h2>
    <p class="lead mt-3">
      Every 10 minutes, a child in India drops out of school — not due to lack of ambition, but due to lack of access.
    </p>
    <p class="fw-bold mt-3" style="background: yellow; display: inline-block; padding: 5px 15px; color: red;">
      The reason: lack of funds!
    </p>
  </div>
</section>

<!-- Donate Section -->
<section class="py-5 bg-light">
  <div class="container">
    <div class="text-center mb-4">
      <h2 class="fw-bold">Make a Difference. Donate Today.</h2>
      <p class="text-muted fs-5">
        Education is the most powerful tool to break the cycle of poverty — but millions of children are deprived of it due to financial barriers. 
        Your support can help them get back to school, access quality learning, and dream of a better tomorrow.
      </p>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-7">
        <div class="card shadow-sm border-0">
          <div class="card-body">
            <h5 class="card-title">Bank Details for Donation</h5>
            <ul class="list-group list-group-flush mb-3">
              <li class="list-group-item"><strong>Bank Name:</strong> Union Bank of India</li>
              <li class="list-group-item"><strong>Account Name:</strong> Serve Shiksha Foundation</li>
              <li class="list-group-item"><strong>Account Number:</strong> 135811010000111</li>
              <li class="list-group-item"><strong>IFSC Code:</strong> UBIN0813583</li>
            </ul>
            <p class="text-success fw-semibold mb-0">
              Every contribution, big or small, brings hope and opportunity to a child's life. Thank you for being a part of this mission.
            </p>
          </div>
        </div>
      </div>
      <div class="col-md-5">
        <img src="images/donation.jpg" alt="dontation" title="donation for children" style="width:100%; height:auto;">
      </div>
    </div>
  </div>
</section>



<?php require('footer.php')?>
