طلب خدمة صيانة مشايات رياضية
اطلب خدمة الصيانة الآن في جميع أنحاء مصر واحصل على فنيين متخصصين
/* Floating Contact Icons Styles */ .floating-contact { position: fixed; left: 30px; bottom: 30px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .contact-icon { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; color: white; font-size: 24px; text-decoration: none; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease, box-shadow 0.2s ease; } .contact-icon:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .whatsapp-btn { background-color: #25D366; } .phone-btn { background-color: #3E8EF7; } .email-btn { background-color: #EA4335; } .facebook-btn { background-color: #4267B2; } .article-btn { background-color: #5D4991; } /* Popup Styles */ .popup-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 1001; justify-content: center; align-items: center; } .popup-content { background-color: white; border-radius: 10px; max-width: 800px; width: 90%; max-height: 90vh; overflow-y: auto; padding: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); position: relative; animation: fadeIn 0.3s ease-in-out; } @keyframes fadeIn { from {opacity: 0; transform: scale(0.9);} to {opacity: 1; transform: scale(1);} } .popup-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .popup-header h3 { margin: 0; font-size: 24px; color: #333; } .close-popup { background: none; border: none; font-size: 28px; cursor: pointer; color: #999; } .close-popup:hover { color: #333; } .popup-body { font-size: 16px; line-height: 1.6; color: #555; margin-bottom: 20px; } .popup-footer { text-align: center; font-size: 14px; color: #999; padding-top: 10px; border-top: 1px solid #eee; }
اطلب خدمة الصيانة الآن في جميع أنحاء مصر واحصل على فنيين متخصصين