<?php $page_title = 'Awards - Tarabai Modak'; include 'includes/header.php'; ?>

<section class="page-hero">
    <div class="container">
        <h1>Awards – Padma Bhushan Tarabai Modak</h1>
        <div class="breadcrumb">
            <a href="index.php">Home</a> <span>/</span> <span>Awards</span> <span>/</span> <span>Tarabai Modak</span>
        </div>
    </div>
</section>

<section class="section">
    <div class="container">
        <div class="about-grid">
            <div class="about-img-wrapper fade-up">
                <img src="images/Tarabai-Modak.png" alt="Tarabai Modak" style="border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);">
            </div>
            <div class="about-content fade-up">
                <span class="section-badge">Padma Bhushan</span>
                <h2>Esteemed Positions Held</h2>
                <ul style="list-style: none; padding: 0;">
                    <li style="padding: 10px 0; border-bottom: 1px solid var(--gray-300);"><strong>1937</strong> – Mahatma Gandhi entrusted her with the task of designing the basic education system.</li>
                    <li style="padding: 10px 0; border-bottom: 1px solid var(--gray-300);"><strong>1946–1951</strong> – Served as a member of the Bombay State Legislative Assembly for 5 years.</li>
                    <li style="padding: 10px 0; border-bottom: 1px solid var(--gray-300);"><strong>1947</strong> – Appointed as a member of the committee for Basic Education program, focusing on pre-primary education curriculum.</li>
                    <li style="padding: 10px 0; border-bottom: 1px solid var(--gray-300);">Served as the Chairperson of the All-India Child Education Department twice.</li>
                    <li style="padding: 10px 0; border-bottom: 1px solid var(--gray-300);"><strong>1949</strong> – Spoke at the International Montessori Conference in Italy.</li>
                    <li style="padding: 10px 0;">Received a Badge of Honour from the Government of Zambia.</li>
                </ul>
            </div>
        </div>
    </div>
</section>

<section class="section section-bg">
    <div class="container">
        <div class="section-header fade-up">
            <span class="section-badge">Honours</span>
            <h2>Notable Awards</h2>
        </div>

        <div class="awards-grid">
            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-award"></i></div>
                <h3>Padma Bhushan (1962)</h3>
                <p>Awarded the prestigious civilian honour by the Government of India. A grand gathering was organized at the University Stadium, Mumbai, attended by then Chief Minister Yashwantrao Chavan.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-trophy"></i></div>
                <h3>Exemplary Teacher Award (1972)</h3>
                <p>Given by the Maharashtra State Governor for outstanding contribution to education.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-medal"></i></div>
                <h3>Dalit Mitra Title (1975)</h3>
                <p>Bestowed by the Maharashtra Governor for service to disadvantaged communities.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-star"></i></div>
                <h3>Maharashtra Science Council Award (1978)</h3>
                <p>Honor Roll recognition from the Maharashtra Science Council.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-gem"></i></div>
                <h3>Fi Foundation Award (1978)</h3>
                <p>Ichalkaranji's Fi Foundation awarded Rs.10,000 and a badge of honour.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-child"></i></div>
                <h3>National Child Welfare Award (1979)</h3>
                <p>During the International Year of the Child, India's National Award of Rs 20,000/- was presented for exemplary work for child welfare by the Vice President.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-ribbon"></i></div>
                <h3>Exemplary Mother Award (1980)</h3>
                <p>Recognized as exemplary mother/woman on behalf of Matoshree Maisaheb Parkhe Smriti Nyas, Pune.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-hand-holding-heart"></i></div>
                <h3>Savitribai Phule Commemoration (1981)</h3>
                <p>Received Rs.5000 from the Chief Minister of Maharashtra in commemoration of late Savitribai Phule.</p>
            </div>

            <div class="award-card fade-up">
                <div class="icon"><i class="fas fa-crown"></i></div>
                <h3>Janaki Devi Bajaj Award (1985)</h3>
                <p>Smt. Janaki Devi Bajaj National Award of Rupees 1 lakh.</p>
            </div>
        </div>
    </div>
</section>

<section class="cta-section">
    <div class="container" style="text-align: center;">
        <h2 style="font-family: var(--font-heading); font-size: 2rem; color: var(--white); margin-bottom: 16px;">Honoring Her Legacy</h2>
        <p style="color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 28px; max-width: 600px; margin-left: auto; margin-right: auto;">Support us in continuing the extraordinary work of Padma Bhushan Tarabai Modak.</p>
        <a href="donation.php" class="btn btn-primary"><i class="fas fa-heart"></i> Donate Now</a>
    </div>
</section>

<?php include 'includes/footer.php'; ?>
