ديل ان للتبادل التجاري B2B
تم النشر بواسطة
- فوركلفت للإيجار في الرياض الدمام - اسعار تنافسية - شركة تاج المملكة
تأجير فوركلفت (رافعات شوكية) في الرياض والدمام وجدة | تاج المملكة 0564548663 { "@context": "https://example.com/forklift-logo.png", "telephone": "0564548663", "email": "mdatthqyltwkhfyftmnsttajyr@gmail.com", "priceRange": "$$", "address": { "@type": "PostalAddress", "addressCountry": "SA", "addressRegion": "Riyadh" }, "areaServed": [ "الرياض", "الدمام", "الجبيل", "القطيف", "جدة", "مكة المكرمة", "المدينة المنورة", "ينبع" ], "hasOfferCatalog": { "@type": "OfferCatalog", "name": "خدمات تأجير الفوركلفت", "itemListElement": [ { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "تأجير فوركلفت 3 طن - 5 طن" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "تأجير فوركلفت 7 طن - 16 طن" } } ] } } https://fonts.googleapis.com/css2?family=Changa:wght@400;600;800&family=Tajawal:wght@400;700;900&display=swap" rel="stylesheet"> " target="_blank" rel="nofollow noopener" class="!text-[var(--main-color)] inline-block lowercase text-[14px] font-medium hover:!text-[var(--other-color)] transition-all duration-[0.4s]">https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> :root { --safety-yellow: #FFD700; /* لون الأمان الرسمي */ --industrial-black: #111111; --tech-blue: #0044cc; --white: #ffffff; --bg-gray: #f4f4f4; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Tajawal', sans-serif; } body { background-color: var(--bg-gray); overflow-x: hidden; } /* تأثيرات الحركة (Animations) */ @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } @keyframes pulse-glow { 0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); } 70% { box-shadow: 0 0 0 20px rgba(255, 215, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); } } @keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } /* الهيدر */ header { background: var(--industrial-black); color: var(--white); padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; border-bottom: 5px solid var(--safety-yellow); position: sticky; top: 0; z-index: 1000; } .logo h1 { font-family: 'Changa', sans-serif; font-size: 1.8rem; color: var(--white); } .logo span { color: var(--safety-yellow); } .header-contact a { color: var(--industrial-black); background: var(--safety-yellow); padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; display: flex; align-items: center; gap: 10px; animation: pulse-glow 2s infinite; } /* البانر العملاق */ .hero { background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://img.freepik.com/free-photo/forklift-loader-warehouse_1127-2856.jpg?w=1380'); background-size: cover; background-position: center; height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; color: white; position: relative; } .hero-content h2 { font-size: 3.5rem; font-family: 'Changa', sans-serif; margin-bottom: 20px; line-height: 1.4; text-shadow: 0 5px 15px rgba(0,0,0,0.5); animation: slideInRight 1s ease-out; } .hero-content p { font-size: 1.5rem; color: var(--safety-yellow); font-weight: bold; } .cta-btn { display: inline-block; margin-top: 30px; padding: 20px 50px; font-size: 1.5rem; font-weight: 900; color: var(--white); background: var(--tech-blue); border: 2px solid var(--white); border-radius: 10px; text-decoration: none; transition: 0.3s; } .cta-btn:hover { background: var(--safety-yellow); color: var(--industrial-black); border-color: var(--industrial-black); } /* شريط المدن (المقتطفات الجغرافية) */ .locations-bar { background: var(--white); padding: 40px 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); position: relative; top: -50px; width: 90%; margin: 0 auto; border-radius: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .loc-badge { background: #eef2ff; color: var(--tech-blue); padding: 10px 20px; border-radius: 8px; font-weight: bold; border: 1px solid #dbeafe; display: flex; align-items: center; gap: 8px; } .loc-badge i { color: var(--safety-yellow); } /* جدول المقارنة (أهم جزء للـ AI Snippets) */ .table-section { max-width: 1200px; margin: 50px auto; padding: 20px; } .comparison-table { width: 100%; border-collapse: collapse; background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .comparison-table th { background: var(--industrial-black); color: var(--safety-yellow); padding: 20px; font-size: 1.2rem; } .comparison-table td { padding: 15px; border-bottom: 1px solid #eee; text-align: center; font-weight: 600; } .comparison-table tr:hover { background-color: #fff9c4; transition: 0.3s; } /* قسم المنتجات (ملون ومتحرك) */ .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 40px 20px; } .product-card { background: white; border-radius: 15px; overflow: hidden; position: relative; border-top: 5px solid var(--tech-blue); transition: 0.4s; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .product-card:hover { transform: translateY(-15px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); border-top-color: var(--safety-yellow); } .card-icon { font-size: 4rem; color: var(--tech-blue); text-align: center; margin: 20px 0; animation: float 3s ease-in-out infinite; } .card-body { padding: 20px; text-align: center; } .specs-list { list-style: none; margin-top: 15px; text-align: right; } .specs-list li { margin-bottom: 10px; font-size: 0.95rem; color: #555; } .specs-list li::before { content: '✔️'; color: green; margin-left: 8px; } /* قسم الأسئلة الشائعة (FAQ) - مهم جداً للمقتطفات */ .faq-section { background: var(--tech-blue); color: white; padding: 60px 20px; margin-top: 50px; } .faq-container { max-width: 900px; margin: 0 auto; } .faq-item { background: rgba(255,255,255,0.1); margin-bottom: 15px; padding: 20px; border-radius: 10px; border-right: 5px solid var(--safety-yellow); } .faq-question { font-weight: bold; font-size: 1.2rem; color: var(--safety-yellow); margin-bottom: 10px; } /* الفوتر */ .footer { background: var(--industrial-black); color: #888; text-align: center; padding: 50px 20px; border-top: 10px solid var(--safety-yellow); } .footer-cta { font-size: 2rem; color: var(--white); font-weight: bold; margin-bottom: 20px; display: block; } /* زر واتساب العائم */ .floating-btn { position: fixed; bottom: 30px; left: 30px; background-color: #25d366; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 9999; text-decoration: none; animation: pulse-glow 2s infinite; } @media (max-width: 768px) { .hero-content h2 { font-size: 2rem; } .locations-bar { flex-direction: column; top: 0; width: 100%; margin-top: 20px; } .comparison-table th, .comparison-table td { font-size: 0.9rem; padding: 10px; } } تاج المملكة 0564548663 تأجير رافعات شوكية (Forklifts)في جميع أنحاء المملكة أسطول متكامل من معدات المناولة 2024 - 2025 ديزل | كهرباء | غاز | تلسكوبي اطلب عرض سعر الآن مناطق تغطية خدمات تأجير الفوركلفت الفوري: فوركلفت للإيجار في الرياض فوركلفت للإيجار في الدمام فوركلفت للإيجار في جدة فوركلفت للإيجار في الجبيل فوركلفت للإيجار في القطيف فوركلفت المدينة ومكة جدول مقارنة الرافعات الشوكية المتوفرة نوع الرافعة (Forklift Type) الحمولة (Capacity) مصدر الطاقة الاستخدام الأمثل رافعة شوكية ديزل (Diesel) 3 طن - 16 طن ديزل الساحات الخارجية، الأوزان الثقيلة، المناطق الوعرة رافعة شوكية كهرباء (Electric) 1.5 طن - 3.5 طن بطارية ليثيوم المستودعات المغلقة، مصانع الأغذية (بدون عوادم) رافعة تلسكوبية (Telehandler) 4 طن - 5 طن ديزل الوصول للأماكن المرتفعة، المواقع الإنشائية معدات مستودعات (Reach Truck) 1 طن - 2.5 طن كهرباء الممرات الضيقة جداً، الأرفف العالية فوركلفت ديزل (Heavy Duty) للأعمال الشاقة والمستمرة موديلات حديثة (تويوتا - كاتربيلر) صيانة دورية في الموقع سائقين محترفين عند الطلب فوركلفت كهربائي (Eco) صديق للبيئة وهادئ بطاريات تدوم طويلاً إطارات بيضاء (Non-marking) شواحن سريعة عقود مرنة (Rental Contracts) اختر ما يناسب مشروعك تأجير يومي (Daily) تأجير شهري (Monthly) تأجير سنوي (Yearly) الأسئلة الأكثر تكراراً حول تأجير الفوركلفت هل توفرون فوركلفت للإيجار في الدمام والجبيل؟ نعم، مؤسسة تاج المملكة تغطي كافة المنطقة الشرقية (الدمام، الجبيل، الخبر، القطيف) بالإضافة إلى الرياض وجدة مع توصيل فوري للموقع. كم سعر إيجار الفوركلفت اليومي والشهري؟ تختلف الأسعار حسب حجم الرافعة (طن) ومدة العقد. اتصل بنا على 0564548663 للحصول على أفضل عرض سعر مخصص لمشروعك. هل يشمل الإيجار الصيانة والسائق؟ نوفر خيارات مرنة: إيجار بالمعدات فقط أو إيجار شامل الصيانة والسائق المحترف المرخص. جاهزون لخدمتك 24/7 0564548663 تاج المملكة هي الرائدة في مجال تأجير المعدات الثقيلة وخصوصاً الرافعات الشوكية (Forklifts). نحن نفخر بتقديم خدماتنا في تأجير فوركلفت الرياض و تأجير فوركلفت جدة. إذا كنت تبحث عن رقم ونش شوكي أو رافعة بضائع، فنحن الخيار الأمثل. خدماتنا تشمل تأجير رافعات شوكية 3 طن، 5 طن، 7 طن، و10 طن. كلمات دلالية: فوركلفت للإيجار في ينبع، فوركلفت للايجار في مكة، صيانة فوركلفت، قطع غيار رافعات شوكية. البريد الإلكتروني: mdatthqyltwkhfyftmnsttajyr@gmail.com © 2026 مؤسسة تاج المملكة - جميع الحقوق محفوظة
منذ شهر