<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ihsan Global Initiative | Shaping Knowledge & Character</title>
    <!-- Tailwind CSS CDN -->
    <script src="https://cdn.tailwindcss.com"></script>
    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:wght@700;900&display=swap" rel="stylesheet">
    <!-- Lucide Icons -->
    <script src="https://unpkg.com/lucide@latest"></script>
    <!-- AOS Animations -->
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
    
    <style>
        :root {
            --emerald: #064E3B;
            --emerald-light: #065F46;
            --gold: #D97706;
            --gold-bright: #F59E0B;
            --cream: #FFFBEB;
        }
        body { font-family: 'Inter', sans-serif; background-color: var(--cream); overflow-x: hidden; }
        h1, h2, h3, .font-serif { font-family: 'Playfair Display', serif; }
        
        .emerald-gradient { 
            background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-light) 100%); 
        }
        
        /* Smooth scale on hover */
        .hover-lift { transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .hover-lift:hover { transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
        
        /* Logo styling */
        .logo-img { max-height: 50px; width: auto; transition: transform 0.3s; }
        .logo-img:hover { transform: scale(1.05); }

        .sticky-nav { position: sticky; top: 0; z-index: 100; transition: all 0.4s ease; }
        .nav-scrolled { background: rgba(6, 78, 59, 0.95) !important; backdrop-filter: blur(10px); padding-top: 0.5rem; padding-bottom: 0.5rem; }
        
        html { scroll-behavior: smooth; }

        /* Custom Scrollbar */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: var(--cream); }
        ::-webkit-scrollbar-thumb { background: var(--emerald); border-radius: 10px; }
    </style>
</head>
<body>

    <!-- Navigation -->
    <nav id="navbar" class="bg-[#064E3B] text-white py-5 px-6 sticky-nav shadow-lg">
        <div class="max-w-7xl mx-auto flex justify-between items-center">
            <div class="flex items-center gap-3">
                <!-- LOGO PLACEHOLDER: Replace 'src' with your logo file URL -->
                <img src="https://via.placeholder.com/150x50/064E3B/D97706?text=IHSAN+LOGO" alt="Ihsan Global Logo" class="logo-img hidden md:block">
                <div class="md:hidden w-10 h-10 bg-[#D97706] rounded-tr-xl rounded-bl-xl flex items-center justify-center text-[#064E3B] font-bold text-xl">I</div>
                <span class="font-serif text-2xl font-black tracking-tighter">IHSAN <span class="text-amber-500 underline decoration-2 underline-offset-4">GLOBAL</span></span>
            </div>
            <div class="hidden md:flex space-x-8 text-sm font-semibold uppercase tracking-widest">
                <a href="#vision" class="hover:text-amber-400 transition">Vision</a>
                <a href="#framework" class="hover:text-amber-400 transition">Framework</a>
                <a href="#academy" class="hover:text-amber-400 transition">Academy</a>
                <a href="#pricing" class="hover:text-amber-400 transition">Fees</a>
            </div>
            <a href="#pricing" class="bg-[#D97706] hover:bg-white hover:text-[#064E3B] text-[#064E3B] px-6 py-2 rounded-full font-bold text-sm transition-all transform hover:scale-110">Free Trial</a>
        </div>
    </nav>

    <!-- Hero Section -->
    <header class="emerald-gradient text-white py-32 px-6 relative overflow-hidden">
        <div class="absolute top-0 right-0 w-96 h-96 bg-amber-500 opacity-5 rounded-full -mr-20 -mt-20 blur-3xl"></div>
        <div class="absolute bottom-0 left-0 w-96 h-96 bg-white opacity-5 rounded-full -ml-20 -mb-20 blur-3xl"></div>
        
        <div class="max-w-5xl mx-auto text-center relative z-10" data-aos="zoom-out-up" data-aos-duration="1000">
            <span class="inline-block py-2 px-4 bg-white/10 backdrop-blur-md border border-white/20 rounded-full text-amber-400 text-xs font-bold tracking-[0.3em] mb-8 uppercase">A Global Civilizational Movement</span>
            <h1 class="text-5xl md:text-7xl lg:text-8xl font-black mb-8 leading-[1.1] tracking-tight">Shaping Knowledge, <br><span class="text-amber-500 italic">Character</span> & Civilization</h1>
            <p class="text-xl md:text-2xl text-emerald-50 mb-12 max-w-3xl mx-auto font-light leading-relaxed">
                Reviving the practical implementation of the Qur’an and Sunnah as a living system for life, education, and society.
            </p>
            <div class="flex flex-col sm:flex-row gap-6 justify-center">
                <a href="#academy" class="bg-white text-[#064E3B] hover:bg-amber-500 hover:text-white text-lg px-10 py-5 rounded-full font-bold transition-all shadow-2xl flex items-center justify-center gap-2">
                    Join the Academy <i data-lucide="graduation-cap"></i>
                </a>
                <a href="#waqf" class="bg-transparent border-2 border-white/40 text-white hover:border-white px-10 py-5 rounded-full font-bold transition shadow-xl">
                    Our Impact Fund
                </a>
            </div>
        </div>
    </header>

    <!-- Vision & Mission -->
    <section id="vision" class="py-24 px-6 bg-white overflow-hidden">
        <div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-20 items-center">
            <div data-aos="fade-right">
                <h2 class="text-5xl text-[#064E3B] font-black mb-8">Our Vision</h2>
                <p class="text-gray-600 text-xl leading-relaxed mb-8">
                    To revive a Qur’an-centered global civilization where faith, knowledge, science, ethics, and human excellence are fully integrated.
                </p>
                <div class="space-y-6">
                    <div class="flex items-start gap-4">
                        <div class="p-2 bg-amber-100 rounded-lg text-amber-600"><i data-lucide="target" class="w-6 h-6"></i></div>
                        <div>
                            <h4 class="font-bold text-emerald-900">Talent-Based Education</h4>
                            <p class="text-sm text-gray-500">Focusing on individual gifts rather than age restrictions.</p>
                        </div>
                    </div>
                    <div class="flex items-start gap-4">
                        <div class="p-2 bg-emerald-100 rounded-lg text-emerald-600"><i data-lucide="microscope" class="w-6 h-6"></i></div>
                        <div>
                            <h4 class="font-bold text-emerald-900">Integrated Science</h4>
                            <p class="text-sm text-gray-500">Qur’an as a living guide for scientific inquiry and skills.</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="relative" data-aos="fade-left">
                <div class="absolute -top-10 -right-10 w-32 h-32 bg-amber-500/10 rounded-full"></div>
                <div class="bg-[#064E3B] p-12 rounded-[3rem] shadow-2xl relative">
                    <i data-lucide="quote" class="text-amber-500 w-12 h-12 mb-6 opacity-50"></i>
                    <h3 class="text-3xl text-white font-serif font-bold mb-6 leading-snug">"To establish a living ecosystem where revelation and research merge to reform education."</h3>
                    <p class="text-emerald-300 font-medium">— Our Mission Statement</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Core Values -->
    <section id="framework" class="py-24 px-6 bg-amber-50">
        <div class="max-w-7xl mx-auto">
            <div class="text-center mb-20" data-aos="fade-up">
                <h2 class="text-5xl text-[#064E3B] font-black mb-4">The 8 Pillars of Ihsan</h2>
                <p class="text-gray-500 max-w-xl mx-auto">Guided by the Prophetic model of Madinah and the principle of Excellence.</p>
                <div class="w-24 h-2 bg-[#D97706] mx-auto rounded-full mt-6"></div>
            </div>
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-10">
                <!-- Value Card -->
                <div class="bg-white p-10 rounded-3xl shadow-sm hover-lift border-t-8 border-emerald-900" data-aos="fade-up" data-aos-delay="100">
                    <div class="w-14 h-14 bg-emerald-50 rounded-2xl flex items-center justify-center text-emerald-700 mb-6">
                        <i data-lucide="shield-check"></i>
                    </div>
                    <h3 class="text-2xl font-bold mb-4 text-[#064E3B]">Tawḥīd</h3>
                    <p class="text-gray-600 leading-relaxed">Unity of Truth: Believing all knowledge—scientific and spiritual—flows from one divine source.</p>
                </div>
                <!-- Value Card -->
                <div class="bg-white p-10 rounded-3xl shadow-sm hover-lift border-t-8 border-amber-500" data-aos="fade-up" data-aos-delay="200">
                    <div class="w-14 h-14 bg-amber-50 rounded-2xl flex items-center justify-center text-amber-700 mb-6">
                        <i data-lucide="book-open-check"></i>
                    </div>
                    <h3 class="text-2xl font-bold mb-4 text-[#064E3B]">Qur’anic Centrality</h3>
                    <p class="text-gray-600 leading-relaxed">The primary framework for understanding the human mind, society, and the universe.</p>
                </div>
                <!-- Value Card -->
                <div class="bg-white p-10 rounded-3xl shadow-sm hover-lift border-t-8 border-emerald-900" data-aos="fade-up" data-aos-delay="300">
                    <div class="w-14 h-14 bg-emerald-50 rounded-2xl flex items-center justify-center text-emerald-700 mb-6">
                        <i data-lucide="heart"></i>
                    </div>
                    <h3 class="text-2xl font-bold mb-4 text-[#064E3B]">Iḥsān (Excellence)</h3>
                    <p class="text-gray-600 leading-relaxed">Doing everything with beauty, precision, and sincerity before the Divine Creator.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Pricing Table -->
    <section id="pricing" class="py-24 px-6 bg-white">
        <div class="max-w-5xl mx-auto" data-aos="flip-up">
            <div class="text-center mb-12">
                <h2 class="text-4xl font-black text-emerald-950">Academy Fee Structure</h2>
                <div class="inline-block mt-4 px-6 py-2 bg-red-100 text-red-600 rounded-full font-bold animate-pulse">
                    25% Limited Time Discount Available
                </div>
            </div>
            <div class="bg-[#064E3B] rounded-[2rem] overflow-hidden shadow-2xl border-4 border-white">
                <div class="p-8 border-b border-emerald-800 flex justify-between items-center">
                    <h3 class="text-white text-2xl font-bold">Category A: Quran & Arabic</h3>
                    <i data-lucide="info" class="text-amber-500"></i>
                </div>
                <div class="bg-white p-2">
                    <div class="overflow-x-auto">
                        <table class="w-full text-left">
                            <thead class="bg-amber-50 text-emerald-900 uppercase text-xs font-black tracking-widest">
                                <tr>
                                    <th class="px-8 py-6">Frequency</th>
                                    <th class="px-8 py-6">Standard Fee</th>
                                    <th class="px-8 py-6 text-emerald-600">Ihsan Member Fee</th>
                                </tr>
                            </thead>
                            <tbody class="divide-y divide-gray-100">
                                <tr class="hover:bg-amber-50/50 transition">
                                    <td class="px-8 py-6 font-bold text-gray-800">Weekends (8 classes)</td>
                                    <td class="px-8 py-6 text-gray-400 line-through font-medium">$36 / £27</td>
                                    <td class="px-8 py-6 font-black text-emerald-700 text-2xl">$27 / £20</td>
                                </tr>
                                <tr class="hover:bg-amber-50/50 transition">
                                    <td class="px-8 py-6 font-bold text-gray-800">5 Days / Week (20 classes)</td>
                                    <td class="px-8 py-6 text-gray-400 line-through font-medium">$63 / £54</td>
                                    <td class="px-8 py-6 font-black text-emerald-700 text-2xl">$47 / £41</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
                <div class="p-10 bg-emerald-900/10 backdrop-blur-md flex flex-col md:flex-row justify-between items-center gap-6">
                    <p class="text-white/80 text-sm max-w-sm text-center md:text-left">Scholarships available for orphans, low-income families, and students across Africa via our Waqf fund.</p>
                    <a href="#" class="bg-amber-500 hover:bg-white text-[#064E3B] px-12 py-4 rounded-full font-black transition transform hover:scale-105 shadow-xl">Start Free Trial Now</a>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-[#064E3B] text-white pt-24 pb-12 px-6 relative">
        <div class="max-w-7xl mx-auto grid md:grid-cols-4 gap-16 border-b border-white/10 pb-20">
            <div class="col-span-2">
                <h4 class="font-serif text-3xl font-bold mb-6">IHSAN <span class="text-amber-500">GLOBAL</span></h4>
                <p class="text-emerald-200 text-lg leading-relaxed max-w-md">Authentic Qur’an & Sunnah-Based Education and Civilizational Development for the Global Ummah. Led by Hafiz Munwar Saeed.</p>
                <div class="flex gap-4 mt-8">
                    <div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center hover:bg-amber-500 transition cursor-pointer"><i data-lucide="facebook" class="w-5 h-5"></i></div>
                    <div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center hover:bg-amber-500 transition cursor-pointer"><i data-lucide="twitter" class="w-5 h-5"></i></div>
                    <div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center hover:bg-amber-500 transition cursor-pointer"><i data-lucide="youtube" class="w-5 h-5"></i></div>
                </div>
            </div>
            <div>
                <h5 class="font-bold mb-6 uppercase tracking-widest text-amber-500">Programs</h5>
                <ul class="space-y-4 text-emerald-100">
                    <li><a href="#" class="hover:text-white transition">Quran Reading</a></li>
                    <li><a href="#" class="hover:text-white transition">Tajweed Mastery</a></li>
                    <li><a href="#" class="hover:text-white transition">Hifz Program</a></li>
                    <li><a href="#" class="hover:text-white transition">Arabic (Lisan-ul-Quran)</a></li>
                </ul>
            </div>
            <div>
                <h5 class="font-bold mb-6 uppercase tracking-widest text-amber-500">Contact</h5>
                <p class="text-emerald-100 mb-2 font-bold">Inquiries:</p>
                <p class="text-emerald-300">contact@ihsanglobal.com</p>
                <p class="text-emerald-100 mt-4 mb-2 font-bold">Office:</p>
                <p class="text-emerald-300">Global Reach via Online Academy</p>
            </div>
        </div>
        <div class="text-center pt-10 text-emerald-400 text-sm font-medium">
            &copy; 2024 Ihsan Global Initiative. Pursuing Knowledge and Excellence.
        </div>
    </footer>

    <!-- Floating Contact Button -->
    <a href="#" class="fixed bottom-8 right-8 bg-amber-500 text-white p-4 rounded-full shadow-2xl hover:bg-emerald-600 transition-all z-[1000] flex items-center gap-2 group">
        <span class="max-w-0 overflow-hidden group-hover:max-w-xs transition-all duration-500 font-bold px-0 group-hover:px-2">Contact Us</span>
        <i data-lucide="message-circle"></i>
    </a>

    <script>
        // Initialize AOS Animations
        AOS.init({
            once: true,
            duration: 800,
            offset: 100
        });

        // Initialize Lucide Icons
        lucide.createIcons();

        // Navbar scroll effect
        window.addEventListener('scroll', () => {
            const nav = document.getElementById('navbar');
            if (window.scrollY > 50) {
                nav.classList.add('nav-scrolled');
            } else {
                nav.classList.remove('nav-scrolled');
            }
        });
    </script>
</body>
</html>
Need Help?