<!-- Open Graph for Social Sharing -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Vibrant Computer Classes — Learn Job-Focused Computer Skills" />
<meta property="og:description" content="CCC • O Level • Tally • PageMaker • Corel Draw • Photoshop. Free Demo Class. Limited Seats!" />
<meta property="og:image" content="https://dummyimage.com/1200x630/0ea5e9/ffffff&text=Vibrant+Computer+Classes" />

<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
  tailwind.config = {
    theme: {
      extend: {
        colors: {
          brand: {
            DEFAULT: '#0ea5e9',
            dark: '#0284c7',
            light: '#38bdf8',
          },
          ink: '#0f172a',
        },
      },
    },
  };
</script>
<style>
  /* Smooth scroll */
  html { scroll-behavior: smooth; }
  /* Subtle glass effect for cards */
  .glass { background: rgba(255,255,255,0.8); backdrop-filter: blur(8px); }
  .shadow-soft { box-shadow: 0 10px 25px rgba(2,8,23,0.08); }
</style>

<!-- Schema.org (LocalBusiness) -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "EducationalOrganization",
  "name": "Vibrant Computer Classes",
  "description": "CCC, O Level, Tally ERP 9.0, PageMaker, Corel Draw, Photoshop with practical, job-focused training.",
  "telephone": "+91-9536264400",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "City Sabji Mandi, Near City Railway Station",
    "addressLocality": "Bareilly",
    "addressRegion": "UP",
    "postalCode": "243001",
    "addressCountry": "IN"
  },
  "url": "https://example.com/",
  "sameAs": [
    "https://wa.me/919536264400",
    "https://maps.google.com/?q=Vibrant+Computer+Classes+Bareilly"
  ]
}
</script>
<!-- Announcement / Offer Bar -->
<div class="w-full bg-gradient-to-r from-brand to-brand-dark text-white text-sm">
  <div class="max-w-7xl mx-auto px-4 py-2 flex items-center justify-between">
    <p class="font-medium">🎉 Winter Special: सभी Courses पर <span class="underline decoration-white/60">UP TO 50% OFF</span> — Limited Seats!</p>
    <a href="#lead" class="inline-flex items-center gap-2 bg-white/10 hover:bg-white/20 px-3 py-1.5 rounded-full">Book Free Demo →</a>
  </div>
</div>

<!-- Header -->
<header class="sticky top-0 z-40 bg-white/90 backdrop-blur border-b border-slate-200">
  <div class="max-w-7xl mx-auto px-4 py-3 flex items-center justify-between">
    <a href="#" class="flex items-center gap-2">
      <span class="inline-flex h-10 w-10 rounded-xl bg-brand text-white items-center justify-center font-semibold">VC</span>
      <div class="leading-tight">
        <h1 class="font-bold text-lg">Vibrant Computer Classes</h1>
        <p class="text-xs text-slate-500">Learn Computer Skills. Build Your Future.</p>
      </div>
    </a>
    <nav class="hidden md:flex items-center gap-6 text-sm">
      <a href="#courses" class="hover:text-brand">Courses</a>
      <a href="#why" class="hover:text-brand">Why Us</a>
      <a href="#reviews" class="hover:text-brand">Reviews</a>
      <a href="#lead" class="hover:text-brand">Contact</a>
    </nav>
    <div class="flex items-center gap-3">
      <a href="tel:+919536264400" class="hidden sm:inline-flex items-center px-3 py-2 rounded-xl border border-slate-300 hover:border-brand text-sm">📞 9536264400</a>
      <a href="#lead" class="inline-flex items-center px-4 py-2 rounded-xl bg-brand hover:bg-brand-dark text-white text-sm shadow-soft">Enroll Now</a>
    </div>
  </div>
</header>

<!-- Hero -->
<section class="relative overflow-hidden">
  <div class="absolute inset-0 -z-10">
    <div class="absolute -top-24 -right-24 h-96 w-96 rounded-full bg-brand/20 blur-3xl"></div>
    <div class="absolute -bottom-24 -left-24 h-96 w-96 rounded-full bg-brand-light/30 blur-3xl"></div>
  </div>
  <div class="max-w-7xl mx-auto px-4 py-16 md:py-24 grid md:grid-cols-2 gap-10 items-center">
    <div>
      <div class="inline-flex items-center gap-2 text-xs font-semibold uppercase tracking-wider bg-white rounded-full border border-slate-200 px-3 py-1 mb-4">Govt. Recognized • Job-Oriented</div>
      <h2 class="text-3xl md:text-5xl font-extrabold leading-tight mb-4">आज ही शुरू करें अपना <span class="text-brand">Digital Career</span> — Practical Training के साथ</h2>
      <p class="text-slate-600 text-lg mb-6">CCC • O Level (NIELIT) • Tally ERP 9.0 • PageMaker • Corel Draw • Photoshop — Classroom + Projects + Interview Prep.</p>
      <div class="flex flex-wrap gap-3">
        <a href="#lead" class="px-5 py-3 rounded-xl bg-brand text-white hover:bg-brand-dark font-semibold shadow-soft">Book Free Demo</a>
        <a href="#courses" class="px-5 py-3 rounded-xl bg-white border border-slate-300 hover:border-brand font-semibold">View Courses</a>
      </div>
      <div class="mt-8 grid grid-cols-3 gap-4 text-center">
        <div class="p-4 bg-white rounded-2xl border border-slate-200 shadow-soft">
          <div class="text-2xl md:text-3xl font-extrabold" id="stat-students">200+</div>
          <div class="text-xs text-slate-500">Happy Students</div>
        </div>
        <div class="p-4 bg-white rounded-2xl border border-slate-200 shadow-soft">
          <div class="text-2xl md:text-3xl font-extrabold">100%</div>
          <div class="text-xs text-slate-500">Practical Sessions</div>
        </div>
        <div class="p-4 bg-white rounded-2xl border border-slate-200 shadow-soft">
          <div class="text-2xl md:text-3xl font-extrabold">4.9★</div>
          <div class="text-xs text-slate-500">Student Rating</div>
        </div>
      </div>
    </div>
    <div class="relative">
      <div class="aspect-[4/3] rounded-3xl bg-gradient-to-tr from-white to-slate-100 border border-slate-200 shadow-soft p-4">
        <div class="h-full w-full rounded-2xl grid place-items-center bg-[radial-gradient(circle_at_20%_20%,rgba(14,165,233,.15),transparent_40%),radial-gradient(circle_at_80%_50%,rgba(56,189,248,.15),transparent_40%)]">
          <div class="text-center">
            <div class="text-6xl">💻</div>
            <p class="text-slate-600">Classroom • Projects • Career Guidance</p>
            <p class="text-slate-400 text-sm">(आप अपनी classroom की असली फोटो बाद में यहां लगा सकते हैं)</p>
          </div>
        </div>
      </div>
      <div class="absolute -bottom-6 -left-6 bg-white border border-slate-200 rounded-2xl p-4 shadow-soft">
        <p class="text-xs text-slate-500">Address</p>
        <p class="font-semibold">City Sabji Mandi, Near City Railway Station, Bareilly</p>
        <a class="text-sm text-brand underline" target="_blank" href="https://www.google.com/maps/@28.3552251,79.4059142,3a,60y,41h,71.16t/data=!3m7!1e1!3m5!1sp7t_QTsaYZEKOniF5mTOJg!2e0!6shttps:%2F%2Fstreetviewpixels-pa.googleapis.com%2Fv1%2Fthumbnail%3Fcb_client%3Dmaps_sv.tactile%26w%3D900%26h%3D600%26pitch%3D18.838665096724554%26panoid%3Dp7t_QTsaYZEKOniF5mTOJg%26yaw%3D40.99877853915038!7i13312!8i6656?entry=ttu&g_ep=EgoyMDI1MTEwNC4xIKXMDSoASAFQAw%3D%3D">Open in Maps</a>
      </div>
    </div>
  </div>
</section>

<!-- Courses -->
<section id="courses" class="py-16 md:py-20">
  <div class="max-w-7xl mx-auto px-4">
    <div class="flex items-end justify-between flex-wrap gap-4 mb-8">
      <div>
        <h3 class="text-2xl md:text-3xl font-extrabold">Popular Courses</h3>
        <p class="text-slate-600">सही Course चुनें और Career में बढ़त लें।</p>
      </div>
      <a href="#lead" class="inline-flex items-center px-4 py-2 rounded-xl bg-ink text-white hover:opacity-90">Talk to Counselor</a>
    </div>

    <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
      <!-- CCC -->
      <article class="glass rounded-2xl border border-slate-200 shadow-soft p-6">
        <h4 class="text-xl font-bold">CCC (Course on Computer Concepts)</h4>
        <p class="text-slate-600 mt-1">Basic Computer • Digital Literacy • Govt. Exam</p>
        <ul class="mt-4 space-y-2 text-sm text-slate-700 list-disc list-inside">
          <li>Duration: 3 Months</li>
          <li>Hands-on: MS Office, Internet, Email</li>
          <li>Govt. Exam Guidance + Mock Tests</li>
        </ul>
        <div class="mt-5 flex gap-2">
          <a href="#lead" class="px-4 py-2 rounded-xl bg-brand text-white hover:bg-brand-dark">Enroll</a>
          <details class="group grow">
            <summary class="cursor-pointer px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">Syllabus</summary>
            <div class="mt-3 text-sm text-slate-700">
              Computer Fundamentals, OS Basics, MS Word/Excel/PowerPoint, Internet & Email, Digital Payments, Online Safety.
            </div>
          </details>
        </div>
      </article>

      <!-- O Level -->
      <article class="glass rounded-2xl border border-slate-200 shadow-soft p-6">
        <h4 class="text-xl font-bold">O Level (NIELIT)</h4>
        <p class="text-slate-600 mt-1">Govt. Recognized • Programming • Projects</p>
        <ul class="mt-4 space-y-2 text-sm text-slate-700 list-disc list-inside">
          <li>Duration: 1 Year</li>
          <li>Modules: IT Tools, Web, Python/C</li>
          <li>Project + Viva + Exam Prep</li>
        </ul>
        <div class="mt-5 flex gap-2">
          <a href="#lead" class="px-4 py-2 rounded-xl bg-brand text-white hover:bg-brand-dark">Enroll</a>
          <details class="group grow">
            <summary class="cursor-pointer px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">Syllabus</summary>
            <div class="mt-3 text-sm text-slate-700">
              IT Tools & Network Basics, Web Design (HTML/CSS), Programming (Python/C), IoT Basics, Project Development & Documentation.
            </div>
          </details>
        </div>
      </article>

      <!-- Tally -->
      <article class="glass rounded-2xl border border-slate-200 shadow-soft p-6">
        <h4 class="text-xl font-bold">Tally ERP 9.0 / Tally Prime</h4>
        <p class="text-slate-600 mt-1">Accounting • GST • Inventory</p>
        <ul class="mt-4 space-y-2 text-sm text-slate-700 list-disc list-inside">
          <li>Duration: 3 Months</li>
          <li>Masters, Vouchers, GST Returns</li>
          <li>Live Business Case Studies</li>
        </ul>
        <div class="mt-5 flex gap-2">
          <a href="#lead" class="px-4 py-2 rounded-xl bg-brand text-white hover:bg-brand-dark">Enroll</a>
          <details class="group grow">
            <summary class="cursor-pointer px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">Syllabus</summary>
            <div class="mt-3 text-sm text-slate-700">
              Company Setup, Ledger/Inventory, GST Configuration, Payroll Basics, Banking, Reports & Analysis.
            </div>
          </details>
        </div>
      </article>

      <!-- PageMaker -->
      <article class="glass rounded-2xl border border-slate-200 shadow-soft p-6">
        <h4 class="text-xl font-bold">Adobe PageMaker (DTP)</h4>
        <p class="text-slate-600 mt-1">Books • Brochures • Typesetting</p>
        <ul class="mt-4 space-y-2 text-sm text-slate-700 list-disc list-inside">
          <li>Duration: 2 Months</li>
          <li>Layouts, Typography, Print Ready</li>
          <li>Local DTP Projects</li>
        </ul>
        <div class="mt-5 flex gap-2">
          <a href="#lead" class="px-4 py-2 rounded-xl bg-brand text-white hover:bg-brand-dark">Enroll</a>
          <details class="group grow">
            <summary class="cursor-pointer px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">Syllabus</summary>
            <div class="mt-3 text-sm text-slate-700">
              Document Setup, Master Pages, Styles, Image Placement, Prepress & Export.
            </div>
          </details>
        </div>
      </article>

      <!-- Corel Draw -->
      <article class="glass rounded-2xl border border-slate-200 shadow-soft p-6">
        <h4 class="text-xl font-bold">Corel Draw</h4>
        <p class="text-slate-600 mt-1">Graphic Design • Logos • Vector</p>
        <ul class="mt-4 space-y-2 text-sm text-slate-700 list-disc list-inside">
          <li>Duration: 2 Months</li>
          <li>Logos, Flyers, Brand Kits</li>
          <li>Printing & Color Basics</li>
        </ul>
        <div class="mt-5 flex gap-2">
          <a href="#lead" class="px-4 py-2 rounded-xl bg-brand text-white hover:bg-brand-dark">Enroll</a>
          <details class="group grow">
            <summary class="cursor-pointer px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">Syllabus</summary>
            <div class="mt-3 text-sm text-slate-700">
              Shapes & Paths, Typography, Layout, Effects, Export for Print & Web.
            </div>
          </details>
        </div>
      </article>

      <!-- Photoshop -->
      <article class="glass rounded-2xl border border-slate-200 shadow-soft p-6">
        <h4 class="text-xl font-bold">Adobe Photoshop</h4>
        <p class="text-slate-600 mt-1">Photo Editing • Creative Design</p>
        <ul class="mt-4 space-y-2 text-sm text-slate-700 list-disc list-inside">
          <li>Duration: 3 Months</li>
          <li>Retouching, Compositing, Posters</li>
          <li>Social Media Creatives</li>
        </ul>
        <div class="mt-5 flex gap-2">
          <a href="#lead" class="px-4 py-2 rounded-xl bg-brand text-white hover:bg-brand-dark">Enroll</a>
          <details class="group grow">
            <summary class="cursor-pointer px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">Syllabus</summary>
            <div class="mt-3 text-sm text-slate-700">
              Layers & Masks, Adjustments, Selections, Filters, Export & Optimization.
            </div>
          </details>
        </div>
      </article>
    </div>
  </div>
</section>

<!-- Why Us -->
<section id="why" class="py-16 bg-white border-y border-slate-200">
  <div class="max-w-7xl mx-auto px-4">
    <h3 class="text-2xl md:text-3xl font-extrabold text-center">Why Choose <span class="text-brand">Vibrant</span>?</h3>
    <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6 mt-10">
      <div class="p-6 rounded-2xl border border-slate-200 bg-slate-50">
        <div class="text-3xl">👩‍🏫</div>
        <h4 class="font-bold mt-3">Experienced Faculty</h4>
        <p class="text-slate-600 text-sm mt-1">Certified trainers, personal attention, doubt-solving.</p>
      </div>
      <div class="p-6 rounded-2xl border border-slate-200 bg-slate-50">
        <div class="text-3xl">🧑‍💻</div>
        <h4 class="font-bold mt-3">100% Practical</h4>
        <p class="text-slate-600 text-sm mt-1">Hands-on labs, assignments, real projects.</p>
      </div>
      <div class="p-6 rounded-2xl border border-slate-200 bg-slate-50">
        <div class="text-3xl">📜</div>
        <h4 class="font-bold mt-3">Govt. Certificates</h4>
        <p class="text-slate-600 text-sm mt-1">NIELIT & industry-relevant certification support.</p>
      </div>
      <div class="p-6 rounded-2xl border border-slate-200 bg-slate-50">
        <div class="text-3xl">🧭</div>
        <h4 class="font-bold mt-3">Placement Help</h4>
        <p class="text-slate-600 text-sm mt-1">Career guidance, resume & interview prep.</p>
      </div>
    </div>
  </div>
</section>

<!-- Offers / CTA -->
<section class="py-16">
  <div class="max-w-7xl mx-auto px-4 grid md:grid-cols-2 gap-8 items-center">
    <div class="p-8 rounded-3xl bg-gradient-to-tr from-brand to-brand-dark text-white shadow-soft">
      <h3 class="text-2xl md:text-3xl font-extrabold">🎁 Diwali Offer — Up to 50% OFF</h3>
      <p class="mt-2 text-white/90">Refer a Friend & Earn ₹500 Cashback. Offer valid till <span id="offer-deadline">30 Nov</span>.</p>
      <div class="mt-5 flex gap-3">
        <a href="#lead" class="px-5 py-3 rounded-xl bg-white text-ink font-semibold">Book Demo</a>
        <a href="https://wa.me/919536264400?text=Hi%2C%20I%20want%20to%20enroll%20at%20Vibrant%20Computer%20Classes" target="_blank" class="px-5 py-3 rounded-xl border border-white/60 font-semibold">Chat on WhatsApp</a>
      </div>
    </div>
    <ul class="space-y-3 text-slate-700">
      <li class="flex items-start gap-3"><span class="mt-1">✅</span> Weekend & Fast-Track batches available</li>
      <li class="flex items-start gap-3"><span class="mt-1">✅</span> Smart Lab • Latest Software • AC Classrooms</li>
      <li class="flex items-start gap-3"><span class="mt-1">✅</span> EMI / Installment options (Ask at desk)</li>
    </ul>
  </div>
</section>

<!-- Reviews -->
<section id="reviews" class="py-16 bg-white border-t border-slate-200">
  <div class="max-w-7xl mx-auto px-4">
    <h3 class="text-2xl md:text-3xl font-extrabold text-center">Students ❤️ Vibrant</h3>
    <div class="grid md:grid-cols-3 gap-6 mt-10">
      <figure class="p-6 rounded-2xl border border-slate-200 bg-slate-50">
        <blockquote class="text-slate-700">“Best computer institute in Bareilly! Trainers are very helpful.”</blockquote>
        <figcaption class="mt-3 text-sm text-slate-500">— Rohit Kumar</figcaption>
      </figure>
      <figure class="p-6 rounded-2xl border border-slate-200 bg-slate-50">
        <blockquote class="text-slate-700">“O Level में project guidance & mock interviews बहुत useful रहे।”</blockquote>
        <figcaption class="mt-3 text-sm text-slate-500">— Aarti Sharma</figcaption>
      </figure>
      <figure class="p-6 rounded-2xl border border-slate-200 bg-slate-50">
        <blockquote class="text-slate-700">“Tally with GST पर real business cases करवाए जाते हैं।”</blockquote>
        <figcaption class="mt-3 text-sm text-slate-500">— Imran Khan</figcaption>
      </figure>
    </div>
  </div>
</section>

<!-- Lead Form -->
<section id="lead" class="py-16">
  <div class="max-w-7xl mx-auto px-4 grid md:grid-cols-2 gap-10 items-start">
    <div>
      <h3 class="text-2xl md:text-3xl font-extrabold">Free Demo Class • Enquiry</h3>
      <p class="text-slate-600 mt-2">अपना detail भरें — counselor आपसे जल्द contact करेगा।</p>
      <form id="enquiryForm" class="mt-6 space-y-4 p-6 bg-white rounded-3xl border border-slate-200 shadow-soft">
        <div>
          <label class="block text-sm font-medium">Full Name</label>
          <input required name="name" type="text" class="mt-1 w-full rounded-xl border-slate-300 focus:border-brand focus:ring-brand" placeholder="Your Name" />
        </div>
        <div>
          <label class="block text-sm font-medium">Mobile Number</label>
          <input required name="phone" type="tel" pattern="[0-9]{10}" class="mt-1 w-full rounded-xl border-slate-300 focus:border-brand focus:ring-brand" placeholder="10-digit mobile" />
          <p class="text-xs text-slate-500 mt-1">WhatsApp preferred. e.g., 9536264400</p>
        </div>
        <div>
          <label class="block text-sm font-medium">Course Interested</label>
          <select name="course" class="mt-1 w-full rounded-xl border-slate-300 focus:border-brand focus:ring-brand">
            <option>CCC</option>
            <option>O Level</option>
            <option>Tally ERP 9.0</option>
            <option>PageMaker</option>
            <option>Corel Draw</option>
            <option>Photoshop</option>
          </select>
        </div>
        <div>
          <label class="block text-sm font-medium">Preferred Batch</label>
          <select name="batch" class="mt-1 w-full rounded-xl border-slate-300 focus:border-brand focus:ring-brand">
            <option>Morning</option>
            <option>Afternoon</option>
            <option>Evening</option>
            <option>Weekend</option>
          </select>
        </div>
        <div class="grid sm:grid-cols-2 gap-3 pt-2">
          <button type="submit" class="px-5 py-3 rounded-xl bg-ink text-white hover:opacity-90">Submit Enquiry</button>
          <a id="whBtn" target="_blank" class="px-5 py-3 rounded-xl border border-slate-300 hover:border-brand grid place-items-center" href="https://wa.me/919536264400?text=Hi%2C%20I%20want%20to%20book%20a%20demo%20class%20at%20Vibrant%20Computer%20Classes">WhatsApp Now</a>
        </div>
        <p id="formMsg" class="text-sm text-green-600 hidden">Thank you! We received your details.</p>
      </form>

      <div class="mt-6 flex flex-wrap gap-3">
        <a href="tel:+919536264400" class="px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">📞 Call Now</a>
        <a target="_blank" href="https://maps.google.com/?q=City+Sabji+Mandi,+Near+City+Railway+Station,+Bareilly" class="px-4 py-2 rounded-xl border border-slate-300 hover:border-brand">📍 Get Directions</a>
      </div>
    </div>
    <div class="p-6 md:p-8 rounded-3xl bg-white border border-slate-200 shadow-soft">
      <h4 class="text-xl font-bold">Institute Details</h4>
      <ul class="mt-3 space-y-2 text-slate-700">
        <li><strong>Address:</strong> City Sabji Mandi, Near City Railway Station, Bareilly (UP)</li>
        <li><strong>Phone/WhatsApp:</strong> 9536264400</li>
        <li><strong>Timings:</strong> 8 AM – 8 PM (Mon–Sat)</li>
        <li><strong>Exam Support:</strong> NIELIT (CCC/O Level) guidance</li>
        <li><strong>Facilities:</strong> Smart Classrooms • AC • High-speed Internet</li>
      </ul>
      <div class="mt-6 aspect-video rounded-2xl bg-slate-100 grid place-items-center text-slate-500">
        Campus / Lab Photo Placeholder
      </div>
    </div>
  </div>
</section>

<!-- Footer -->
<footer class="py-10 border-t border-slate-200 bg-white">
  <div class="max-w-7xl mx-auto px-4 flex flex-col md:flex-row items-center justify-between gap-4">
    <p class="text-sm text-slate-600">© 2025 Vibrant Computer Classes • Govt. Registered • NIELIT Aligned</p>
    <div class="flex items-center gap-3 text-sm">
      <a href="#courses" class="hover:text-brand">Courses</a>
      <span class="text-slate-300">|</span>
      <a href="#lead" class="hover:text-brand">Admissions</a>
      <span class="text-slate-300">|</span>
      <a target="_blank" class="hover:text-brand" href="https://wa.me/919536264400">WhatsApp</a>
    </div>
  </div>
</footer>

<!-- Minimal Interactions -->
<script>
  // Pre-fill WhatsApp message from form
  const form = document.getElementById('enquiryForm');
  const whBtn = document.getElementById('whBtn');
  const formMsg = document.getElementById('formMsg');

  form.addEventListener('submit', function (e) {
    e.preventDefault();
    const data = new FormData(form);
    const name = encodeURIComponent(data.get('name') || '');
    const phone = encodeURIComponent(data.get('phone') || '');
    const course = encodeURIComponent(data.get('course') || '');
    const batch = encodeURIComponent(data.get('batch') || '');

    const msg = `Hello, I want to book a demo.%0AName: ${name}%0APhone: ${phone}%0ACourse: ${course}%0ABatch: ${batch}`;
    whBtn.href = `https://wa.me/919536264400?text=${msg}`;

    // Lightweight success feedback
    formMsg.classList.remove('hidden');
    setTimeout(() => formMsg.classList.add('hidden'), 4000);
    form.reset();
  });

  // Offer deadline (auto current year)
  const d = new Date();
  document.getElementById('offer-deadline').textContent = `30 Nov ${d.getFullYear()}`;
</script>

<!-- Deployment Notes:
  1) इस फाइल को "index.html" के रूप में सेव करें और किसी भी होस्ट (Netlify, Vercel, GitHub Pages) पर डालें।
  2) Social posts/ads में इसी पेज का लिंक लगाएं।
  3) अपनी classroom की फोटो/लोगो को Hero और Gallery में replace करें।
  4) अगर आप Google Form या CRM यूज़ करना चाहें तो form action जोड़ें। फिलहाल WhatsApp lead capture enabled है.
-->

ninja_form id=2