<!DOCTYPE html> <html lang="ar" dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>تأجير فوركلفت (رافعات شوكية) في الرياض والدمام وجدة | تاج المملكة 0564548663</title> <meta name="description" content="أكبر شركة تأجير فوركلفت (Forklift Rental) في السعودية. خدمة فورية لتأجير الرافعات الشوكية في الرياض، الدمام، الجبيل، القطيف، جدة، المدينة. جميع الأحجام 3-16 طن."> <meta name="keywords" content="فوركلفت للايجار, تأجير رافعات شوكية, فوركلفت الرياض, فوركلفت الدمام, فوركلفت الجبيل, فوركلفت جدة, تاج المملكة معدات, Forklift Rental Saudi Arabia"> <meta name="robots" content="index, follow"> <meta name="author" content="مؤسسة تاج المملكة"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "مؤسسة تاج المملكة لتأجير المعدات الثقيلة (فوركلفت)", "image": "https://example.com/forklift-logo.png", "telephone": "0564548663", "email": "[email protected]", "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 طن" } } ] } } </script> <link href="https://fonts.googleapis.com/css2?family=Changa:wght@400;600;800&family=Tajawal:wght@400;700;900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <style> :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; } } </style> </head> <body> <a href="tel:0564548663" class="floating-btn"> <i class="fa-solid fa-phone"></i> </a> <header> <div class="logo"> <h1><i class="fa-solid fa-truck-ramp-box fa-flip" style="--fa-animation-duration: 3s;"></i> تاج <span>المملكة</span></h1> </div> <div class="header-contact"> <a href="tel:0564548663"> <span>0564548663</span> <i class="fa-solid fa-phone-volume"></i> </a> </div> </header> <section class="hero"> <div class="hero-content"> <h2>تأجير رافعات شوكية (Forklifts)<br>في جميع أنحاء المملكة</h2> <p>أسطول متكامل من معدات المناولة 2024 - 2025</p> <p style="font-size: 1rem; color: #fff; margin-top: 10px;">ديزل | كهرباء | غاز | تلسكوبي</p> <a href="tel:0564548663" class="cta-btn">اطلب عرض سعر الآن</a> </div> </section> <div class="locations-bar"> <h3 style="width: 100%; text-align: center; margin-bottom: 15px; color: var(--industrial-black);">مناطق تغطية خدمات تأجير الفوركلفت الفوري:</h3> <div class="loc-badge"><i class="fa-solid fa-location-dot"></i> فوركلفت للإيجار في الرياض</div> <div class="loc-badge"><i class="fa-solid fa-industry"></i> فوركلفت للإيجار في الدمام</div> <div class="loc-badge"><i class="fa-solid fa-ship"></i> فوركلفت للإيجار في جدة</div> <div class="loc-badge"><i class="fa-solid fa-city"></i> فوركلفت للإيجار في الجبيل</div> <div class="loc-badge"><i class="fa-solid fa-warehouse"></i> فوركلفت للإيجار في القطيف</div> <div class="loc-badge"><i class="fa-solid fa-mosque"></i> فوركلفت المدينة ومكة</div> </div> <section class="table-section"> <h2 style="text-align: center; margin-bottom: 30px; font-size: 2rem; color: var(--tech-blue);">جدول مقارنة الرافعات الشوكية المتوفرة</h2> <div style="overflow-x: auto;"> <table class="comparison-table"> <thead> <tr> <th>نوع الرافعة (Forklift Type)</th> <th>الحمولة (Capacity)</th> <th>مصدر الطاقة</th> <th>الاستخدام الأمثل</th> </tr> </thead> <tbody> <tr> <td>رافعة شوكية ديزل (Diesel)</td> <td>3 طن - 16 طن</td> <td>ديزل</td> <td>الساحات الخارجية، الأوزان الثقيلة، المناطق الوعرة</td> </tr> <tr> <td>رافعة شوكية كهرباء (Electric)</td> <td>1.5 طن - 3.5 طن</td> <td>بطارية ليثيوم</td> <td>المستودعات المغلقة، مصانع الأغذية (بدون عوادم)</td> </tr> <tr> <td>رافعة تلسكوبية (Telehandler)</td> <td>4 طن - 5 طن</td> <td>ديزل</td> <td>الوصول للأماكن المرتفعة، المواقع الإنشائية</td> </tr> <tr> <td>معدات مستودعات (Reach Truck)</td> <td>1 طن - 2.5 طن</td> <td>كهرباء</td> <td>الممرات الضيقة جداً، الأرفف العالية</td> </tr> </tbody> </table> </div> </section> <div class="products-grid"> <div class="product-card"> <div class="card-icon"><i class="fa-solid fa-truck-monster"></i></div> <div class="card-body"> <h3>فوركلفت ديزل (Heavy Duty)</h3> <p style="color: #777; margin-bottom: 10px;">للأعمال الشاقة والمستمرة</p> <ul class="specs-list"> <li>موديلات حديثة (تويوتا - كاتربيلر)</li> <li>صيانة دورية في الموقع</li> <li>سائقين محترفين عند الطلب</li> </ul> </div> </div> <div class="product-card"> <div class="card-icon"><i class="fa-solid fa-battery-full" style="color: green;"></i></div> <div class="card-body"> <h3>فوركلفت كهربائي (Eco)</h3> <p style="color: #777; margin-bottom: 10px;">صديق للبيئة وهادئ</p> <ul class="specs-list"> <li>بطاريات تدوم طويلاً</li> <li>إطارات بيضاء (Non-marking)</li> <li>شواحن سريعة</li> </ul> </div> </div> <div class="product-card"> <div class="card-icon"><i class="fa-solid fa-clock-rotate-left" style="color: var(--safety-yellow);"></i></div> <div class="card-body"> <h3>عقود مرنة (Rental Contracts)</h3> <p style="color: #777; margin-bottom: 10px;">اختر ما يناسب مشروعك</p> <ul class="specs-list"> <li>تأجير يومي (Daily)</li> <li>تأجير شهري (Monthly)</li> <li>تأجير سنوي (Yearly)</li> </ul> </div> </div> </div> <section class="faq-section"> <div class="faq-container"> <h2 style="text-align: center; margin-bottom: 30px;">الأسئلة الأكثر تكراراً حول تأجير الفوركلفت</h2> <div class="faq-item"> <div class="faq-question">هل توفرون فوركلفت للإيجار في الدمام والجبيل؟</div> <p>نعم، مؤسسة تاج المملكة تغطي كافة المنطقة الشرقية (الدمام، الجبيل، الخبر، القطيف) بالإضافة إلى الرياض وجدة مع توصيل فوري للموقع.</p> </div> <div class="faq-item"> <div class="faq-question">كم سعر إيجار الفوركلفت اليومي والشهري؟</div> <p>تختلف الأسعار حسب حجم الرافعة (طن) ومدة العقد. اتصل بنا على 0564548663 للحصول على أفضل عرض سعر مخصص لمشروعك.</p> </div> <div class="faq-item"> <div class="faq-question">هل يشمل الإيجار الصيانة والسائق؟</div> <p>نوفر خيارات مرنة: إيجار بالمعدات فقط أو إيجار شامل الصيانة والسائق المحترف المرخص.</p> </div> </div> </section> <footer class="footer"> <div class="footer-cta"> <i class="fa-solid fa-headset"></i> جاهزون لخدمتك 24/7 </div> <a href="tel:0564548663" style="color: var(--safety-yellow); font-size: 2.5rem; text-decoration: none; font-weight: 900;">0564548663</a> <div style="margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; text-align: justify; font-size: 0.9rem; opacity: 0.7;"> <p> تاج المملكة هي الرائدة في مجال <strong>تأجير المعدات الثقيلة</strong> وخصوصاً <strong>الرافعات الشوكية (Forklifts)</strong>. نحن نفخر بتقديم خدماتنا في <em>تأجير فوركلفت الرياض</em> و <em>تأجير فوركلفت جدة</em>. إذا كنت تبحث عن <strong>رقم ونش شوكي</strong> أو رافعة بضائع، فنحن الخيار الأمثل. خدماتنا تشمل تأجير رافعات شوكية 3 طن، 5 طن، 7 طن، و10 طن. كلمات دلالية: فوركلفت للإيجار في ينبع، فوركلفت للايجار في مكة، صيانة فوركلفت، قطع غيار رافعات شوكية. </p> </div> <p style="margin-top: 40px;">البريد الإلكتروني: [email protected]</p> <p>© 2026 مؤسسة تاج المملكة - جميع الحقوق محفوظة</p> </footer> </body> </html>
سيارات & مركبات
عقارات وأراضي
الكترونيات
حيوانات & مستلزمات
أزياء & فاشون
الوظائف
موسيقى وفنون
هوايات & رياضة
خدمات اخري