First Class Learning

Social Media:

Our tuition isn’t just for top students who want to be great or get into grammar schools or top universities; Dr. Backtash’s personalised and independent tuition will improve the academic performance of those students who struggle to catch up with other students.

•Maths • English •S cience • SATS •11 Plus

document.addEventListener("DOMContentLoaded", function () { const tabButtons = document.querySelectorAll('.tab-calendar .e-n-tab-title'); function forceActiveColor() { tabButtons.forEach(button => { if (button.getAttribute('aria-selected') === 'true') { // ইনলাইন স্টাইল সরাসরি বদলে দেওয়া button.style.setProperty('background', '#F47924', 'important'); button.style.setProperty('background-color', '#F47924', 'important'); button.style.setProperty('color', '#ffffff', 'important'); } else { // ডিঅ্যাক্টিভ বাটনের জন্য ইনলাইন স্টাইল রিমুভ করা (যাতে থিমের কালো কালার পায়) button.style.removeProperty('background'); button.style.removeProperty('background-color'); button.style.removeProperty('color'); } }); } // ১. প্রথমবার পেজ লোড হওয়ার সময় রান হবে setTimeout(forceActiveColor, 300); // ২. বাটনে ক্লিক করার সাথে সাথে রান হবে tabButtons.forEach(button => { button.addEventListener('click', function () { setTimeout(forceActiveColor, 50); }); }); });