🏠 شركة الوالي المملكة لنقل الاثاث 📞 0551848286 🚛 شركة الشامل لنقل الاثاث بجازان 📞 0551848286 🏗️ شركة الشريف لنقل الاثاث بجازان 📞 0506990091 📦 شركة وجه الخير لنقل العفش بجازان 📞 0552243034 ✅ شركة المعتمد لنقل العفش بجازان 📞 0557006087 💼 شركة الرائد لنقل العفش بجازان 📞 0500445590 🏠 شركة الحرمين لنقل الاثاث 📞 0500445590 /* تصميم متناسق مع Elementor */ .companies-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; width: 90%; margin: 20px auto; text-align: center; } .company-box { background: linear-gradient(135deg, #0073aa, #00c3ff); color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease-in-out; } .company-box:hover { transform: scale(1.05); } .call-button { display: inline-block; margin-top: 10px; padding: 10px 20px; background: white; color: #0073aa; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 5px; transition: background 0.3s ease-in-out; } .call-button:hover { background: #00c3ff; color: white; }