<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Dast e Sakhawat | Empowering the Deserving</title>
    <link rel="icon" type="image/png" href="favicon.png">
    <!-- Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link
        href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;600;700;800&display=swap"
        rel="stylesheet">
    <!-- FontAwesome -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="stylesheet" href="style.css">
</head>

<body>
    <!-- Navigation -->
    <nav class="navbar">
        <div class="container nav-content">
            <a href="#" class="logo">
                <img src="dast e sakhaat-02.png" alt="Dast e Sakhawat Logo">
            </a>
            <ul class="nav-links">
                <li><a href="#about">About</a></li>
                <li><a href="#impact">Our Impact</a></li>
                <li><a href="#cases">Special Cases</a></li>
                <li><a href="#transparency">Transparency</a></li>
            </ul>
            <button class="btn btn-primary open-modal-btn">Donate Now</button>
            <button class="mobile-menu-btn"><i class="fas fa-bars"></i></button>
        </div>
    </nav>

    <!-- Hero Section -->
    <header class="hero">
        <div class="hero-overlay"></div>
        <div class="container hero-content">
            <span class="badge">A Lahore Based Non-Profit</span>
            <h1>Commitment To<br><span>Continuous Support</span></h1>
            <p>We provide monthly rations to families in need. Because we believe in standing by them until they find
                stability, not just for a day.</p>
            <div class="hero-btns">
                <button class="btn btn-primary btn-large open-modal-btn">Donate Now <i
                        class="fas fa-heart"></i></button>
                <a href="#about" class="btn btn-secondary btn-large">Learn More</a>
            </div>
        </div>
        <div class="hero-shapes">
            <div class="shape shape-1"></div>
            <div class="shape shape-2"></div>
        </div>
    </header>

    <!-- About Section -->
    <section id="about" class="section about-section">
        <div class="container about-grid">
            <div class="about-text">
                <h2>Why We Are <span>Different</span></h2>
                <p class="lead">Founded in May 2023, Dast e Sakhawat is dedicated to ongoing, monthly support for
                    families facing severe hardships.</p>
                <p>Most organizations do an amazing job helping families by giving them one-time support. But we do
                    things differently. When we find a family that genuinely needs help, we commit to providing for them
                    <strong>every single month</strong>.
                </p>
                <p>We want them to know they don't have to worry about their next meal until they are back on their feet
                    and can manage on their own.</p>
            </div>
            <div class="about-features">
                <div class="feature-card">
                    <div class="icon"><i class="fas fa-calendar-check"></i></div>
                    <h3>Monthly Commitment</h3>
                    <p>Consistent ration delivery to families without stable income.</p>
                </div>
                <div class="feature-card">
                    <div class="icon"><i class="fas fa-search"></i></div>
                    <h3>Thorough Verification</h3>
                    <p>Every case goes through a detailed verification process.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Stats Section -->
    <section id="impact" class="section stats-section">
        <div class="container">
            <div class="section-header text-center">
                <h2>Our Growing <span>Impact</span></h2>
                <p>With the grace of ALLAH and our generous donors, we continue to grow.</p>
            </div>
            <div class="stats-grid" id="stats-container">
                <!-- Data will be injected via JS -->
                <div class="stat-card">
                    <div class="stat-icon"><i class="fas fa-hand-holding-heart"></i></div>
                    <h3 class="stat-value" id="stat-donations">Loading...</h3>
                    <p class="stat-label">Total Donations Provided</p>
                </div>
                <div class="stat-card">
                    <div class="stat-icon"><i class="fas fa-users"></i></div>
                    <h3 class="stat-value" id="stat-donors">Loading...</h3>
                    <p class="stat-label">Total Donors</p>
                </div>
                <div class="stat-card">
                    <div class="stat-icon"><i class="fas fa-box-open"></i></div>
                    <h3 class="stat-value" id="stat-families">Loading...</h3>
                    <p class="stat-label">Families Supported / Rations</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Special Cases Section -->
    <section id="cases" class="section cases-section bg-light">
        <div class="container">
            <div class="section-header">
                <h2>Beyond <span>Rations</span></h2>
                <p>While providing rations is our main focus, we also take on special cases to uplift our community in
                    multiple ways.</p>
            </div>
            <div class="cases-grid">
                <div class="case-card">
                    <div class="case-icon"><i class="fas fa-ring"></i></div>
                    <h3>Orphan Marriages</h3>
                    <p>We provide financial assistance and necessary items (Jahaiz) to help orphan girls with their
                        marriage expenses.</p>
                </div>
                <div class="case-card">
                    <div class="case-icon"><i class="fas fa-user-graduate"></i></div>
                    <h3>Education Support</h3>
                    <p>Covering school fees, providing uniforms, and ensuring deserving children don't miss out on their
                        education.</p>
                </div>
                <div class="case-card">
                    <div class="case-icon"><i class="fas fa-briefcase"></i></div>
                    <h3>Employment Help</h3>
                    <p>Supporting individuals with resources, tools, or funds so they can start earning and become
                        self-sufficient.</p>
                </div>
                <div class="case-card">
                    <div class="case-icon"><i class="fas fa-bolt"></i></div>
                    <h3>Emergency Assistance</h3>
                    <p>Helping with sudden burdens like extreme electricity bills, house rent, or medical emergencies.
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- Transparency/FAQs Section -->
    <section id="transparency" class="section transparency-section">
        <div class="container transparency-grid">
            <div class="transparency-content">
                <h2>Complete <span>Transparency</span></h2>
                <div class="faq-item">
                    <h4><i class="fas fa-check-circle"></i> Who do we help?</h4>
                    <p>We prioritize families where no one is able to earn enough to keep the household running (e.g.,
                        father passed away, disabled). We focus on families needing ongoing support until stability.</p>
                </div>
                <div class="faq-item">
                    <h4><i class="fas fa-check-circle"></i> Are cases verified?</h4>
                    <p>Every case is thoroughly verified. We focus on local areas so we have a solid understanding of
                        their true situation before committing our support.</p>
                </div>
                <div class="faq-item">
                    <h4><i class="fas fa-check-circle"></i> Do you add local products?</h4>
                    <p>Yes. Every product is Pakistani and local, supporting our economy. The quality is exactly what we
                        use in our own homes.</p>
                </div>
                <div class="faq-item">
                    <h4><i class="fas fa-check-circle"></i> Is donor privacy maintained?</h4>
                    <p>Absolutely. Donations are kept strictly confidential. Only the core management team processing
                        records knows the details.</p>
                </div>
            </div>
            <div class="transparency-image">
                <div class="hadith-card">
                    <i class="fas fa-quote-left quote-icon"></i>
                    <blockquote>
                        "The one who looks after a widow or a poor person is like a Mujahid (fighter) in the cause of
                        ALLAH, or like the one who regularly prays at night and fasts during the day."
                    </blockquote>
                    <cite>- (Sahih Bukhari)</cite>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="footer">
        <div class="container footer-grid">
            <div class="footer-brand">
                <img src="dast e sakhaat-02.png" alt="Dast e Sakhawat Logo" class="footer-logo">
                <p>Providing monthly rations and support for special cases in Lahore, Pakistan since May 2023.</p>
                <div class="social-links">
                    <a href="https://www.facebook.com/dastesakhawat" target="_blank"><i
                            class="fab fa-facebook-f"></i></a>
                    <a href="https://www.youtube.com/@dastesakhawat" target="_blank"><i class="fab fa-youtube"></i></a>
                    <a href="https://www.linkedin.com/company/105413573/admin/dashboard/" target="_blank"><i
                            class="fab fa-linkedin-in"></i></a>
                    <a href="https://www.whatsapp.com/channel/0029VarOgIB0wajpAonBDJ2n" target="_blank"
                        class="whatsapp-link"><i class="fab fa-whatsapp"></i></a>
                </div>
            </div>
            <div class="footer-links">
                <h3>Quick Links</h3>
                <ul>
                    <li><a href="#about">About Us</a></li>
                    <li><a href="#cases">Special Cases</a></li>
                    <li><a href="#transparency">Transparency</a></li>
                    <li><a href="#" class="open-modal-btn">Donate Now</a></li>
                </ul>
            </div>
            <div class="footer-donate">
                <h3>Make an Impact</h3>
                <p>Your contribution helps us ensure no one goes to sleep hungry. Support our monthly ration drive
                    today.</p>
                <button class="btn btn-primary open-modal-btn">Donate Now</button>
            </div>
        </div>
        <div class="footer-bottom">
            <p>&copy; 2023-2026 Dast e Sakhawat. All Rights Reserved.</p>
            <p class="zakat-note">Note: Please do mention while sending Sadqa or Zakat. Otherwise, we handle the
                donation as Naflia.</p>
        </div>
    </footer>

    <!-- Donation Modal -->
    <div class="modal-overlay" id="donateModal">
        <div class="modal">
            <button class="close-modal"><i class="fas fa-times"></i></button>
            <div class="modal-header">
                <h2>Make a <span>Donation</span></h2>
                <p>Support our cause by transferring to the accounts below.</p>
            </div>
            <div class="modal-body">
                <div class="bank-card">
                    <div class="bank-logo"><i class="fas fa-university"></i> Meezan Bank</div>
                    <div class="bank-detail">
                        <span>Beneficiary Name</span>
                        <strong>Muhammad Amaan</strong>
                    </div>
                    <div class="bank-detail">
                        <span>Account Number</span>
                        <strong class="account-number">000000000000000</strong>
                    </div>
                </div>
                <div class="bank-card">
                    <div class="bank-logo"><i class="fas fa-university"></i> Meezan Bank</div>
                    <div class="bank-detail">
                        <span>Beneficiary Name</span>
                        <strong>Muhammad Tahir</strong>
                    </div>
                    <div class="bank-detail">
                        <span>Account Number</span>
                        <strong class="account-number">000000000000000</strong>
                    </div>
                </div>
                <div class="modal-note">
                    <i class="fas fa-info-circle"></i>
                    <p><strong>Important:</strong> Please do mention while sending <em>Sadqa</em> or <em>Zakat</em>.
                        Otherwise, we handle the whole donation as <strong>Naflia</strong>.</p>
                </div>
            </div>
        </div>
    </div>

    <!-- Script to process CSV and Modal -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.4.1/papaparse.min.js"></script>
    <script src="script.js"></script>
</body>

</html>