{
const resultsElement = document.getElementById('faq-list');
if (resultsElement) {
resultsElement.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
}, 200);
}
"
class="w-full rounded-2xl border border-slate-200 py-4 outline-none transition focus:border-(--color-primary) focus:ring-4 focus:ring-yellow-900/5 ltr:pl-12 ltr:pr-4 rtl:pr-12 rtl:pl-4"
:placeholder="currentLocale === 'en'
? 'Search questions, services, payments, verification...'
: 'ابحث في الأسئلة، الخدمات، الدفع، التحقق...'"
>