/* Add custom Js code below */
// إنشاء الزر
var whatsappButton = document.createElement("div");
whatsappButton.style.position = "fixed";
whatsappButton.style.bottom = "20px";
whatsappButton.style.right = "20px";
whatsappButton.style.zIndex = "9999";
whatsappButton.innerHTML = `
`;
// إضافة الزر إلى الصفحة
document.body.appendChild(whatsappButton);