/* Add custom Js styles below */
// ✅ WhatApp Widget
let a=document.createElement('a');
a.href="https://wa.me/+966555011288";a.target="_blank";
a.style.cssText=`position:fixed;right:10px;bottom:${innerWidth<768?80:20}px;z-index:9999999;cursor:pointer`;
a.innerHTML='
';
document.body.appendChild(a);
document.querySelector('.footer__bottom .container p').innerHTML = `صنع ${new Date().getFullYear()} | قولدن تامبر | بواسطة شركة ايجاد`;