تواصل معنا body { font-family: Arial, sans-serif; text-align: center; direction: rtl; background-color: #f8f9fa; padding: 20px; } .contact-box { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); max-width: 400px; margin: auto; } .facebook-btn { display: inline-block; background-color: #1877f2; color: #fff; padding: 10px 20px; margin-top: 15px; border-radius: 5px; text-decoration: none; font-size: 18px; } .facebook-btn:hover { background-color: #1256a1; } @media (max-width: 600px) { .contact-box { width: 90%; } } تواصل معنا انضم إلى صفحتنا على فيسبوك للبقاء على اطلاع بآخر التحديثات. انضم إلينا على فيسبوك تحميل... * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; text-align: center; } .loading-screen { position: fixed; width: 100%; height: 100%; background: #f8f9fa; display: flex; justify-content: center; align-items: center; flex-direction: column; z-index: 9999; } .loader { border: 6px solid #f3f3f3; border-top: 6px solid #3498db; border-radius: 50%; width: 50px; height: 50px; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } جارٍ التحميل... window.onload = function() { document.getElementById("loadingScreen").style.display = "none"; };