Pashto Language Course

Pashto Language Course

Our Pashto Language Course is designed for students and professionals who want to learn reading, writing, and speaking Pashto with fluency. The course emphasizes conversational skills, cultural understanding, and correct pronunciation — making it suitable for both personal growth and community service.

Students are taught by native Pashto-speaking instructors who make learning enjoyable and practical. The program also highlights Pashto’s deep connection with Islamic literature and cultural values.

Duration: 1 Year / دورانیہ: 1 سال
🕒 Class Time: 2 Hours Daily / روزانہ 2 گھنٹے
📅 Days: 5 Days a Week / ہفتے میں 5 دن

👉 Join this course to master Pashto language skills and connect with one of the most beautiful and historic Islamic tongues.

document.addEventListener('DOMContentLoaded', function(){ const gallery = document.querySelector('.my-prayer-gallery .gallery-track'); if (!gallery) return; const slides = gallery.querySelectorAll('.gallery-slide'); let currentIndex = 0; let startX = 0, endX = 0; gallery.addEventListener('touchstart', (e) => { startX = e.touches[0].clientX; }); gallery.addEventListener('touchmove', (e) => { endX = e.touches[0].clientX; }); gallery.addEventListener('touchend', () => { const diff = endX - startX; if (Math.abs(diff) > 50) { // swipe threshold if (diff < 0) { currentIndex = Math.min(currentIndex + 1, slides.length - 1); } else { currentIndex = Math.max(currentIndex - 1, 0); } gallery.style.transform = `translateX(-${currentIndex * 100}%)`; } startX = 0; endX = 0; }); });