تأجير رافعة مقصية | سيزرلفت للايجار في الدمام والرياض

التفاصيل

<!DOCTYPE html> <html lang="ar" dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>تأجير سيزر لفت ورافعات مقصية 8-18 متر | الدمام والرياض | المقداد</title> <meta name="description" content="تأجير سيزر لفت (رافعة مقصية) كهرباء وديزل بارتفاعات 8، 10، 12، 14، 16، 18 متر. خدمة فورية في الدمام، الخبر، الرياض، الجبيل، جدة، مكة، المدينة. اتصل بالمقداد 0530677958."> <meta name="keywords" content="سيزر لفت للايجار, رافعة مقصية, مان لفت, رافعة هيدروليكية, ايجار سيزر لفت الرياض, سيزر لفت الدمام, رافعة 18 متر, رافعة كهرباء, JLG, Genie, المقداد"> <meta name="robots" content="index, follow"> <link rel="canonical" href="http://raffat-alsami.wuaze.com/scissor-lift.html"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Changa:wght@400;700&family=Tajawal:wght@400;700;900&display=swap" rel="stylesheet"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Produc", "name": "Scissor Lift Rental Service", "description": "تأجير رافعات مقصية وسيزر لفت كهرباء وديزل بارتفاعات متعددة.", "brand": { "@type": "Brand", "name": "Al-Mqdad Equipment" }, "offers": { "@type": "AggregateOffer", "url": "http://raffat-alsami.wuaze.com/scissor-lift.html", "priceCurrency": "SAR", "availability": "https://schema.org/InStock", "areaServed": ["Dammam", "Riyadh", "Jubail", "Khobar", "Jeddah", "Makkah", "Madinah"] } } </script> <style> /* إعدادات الألوان الصناعية (برتقالي وأسود) */ :root { --primary: #ff5722; /* برتقالي سيزر لفت */ --primary-dark: #e64a19; --secondary: #263238; /* رمادي غامق */ --light-bg: #f5f5f5; --text-color: #333; --white: #fff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Tajawal', sans-serif; background-color: var(--light-bg); color: var(--text-color); line-height: 1.6; } /* Typography */ h1, h2, h3 { font-family: 'Changa', sans-serif; font-weight: 700; line-height: 1.3; } /* Navbar */ .navbar { background: var(--secondary); padding: 15px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; } .brand-name { color: var(--white); font-size: 1.5rem; font-weight: bold; } .brand-name span { color: var(--primary); } .call-btn-nav { background: var(--primary); color: var(--white); padding: 8px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: none; } @media(min-width: 768px) { .call-btn-nav { display: block; } } /* Hero Section */ .hero { background: linear-gradient(rgba(38, 50, 56, 0.8), rgba(38, 50, 56, 0.8)), url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80'); background-size: cover; background-position: center; height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); padding: 20px; } .hero h1 { font-size: 2.5rem; margin-bottom: 20px; text-transform: uppercase; } .hero p { font-size: 1.2rem; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .hero-btn { background: var(--primary); color: var(--white); padding: 15px 40px; text-decoration: none; font-size: 1.2rem; border-radius: 5px; font-weight: bold; border: 2px solid var(--primary); transition: 0.3s; display: inline-block; } .hero-btn:hover { background: transparent; color: var(--primary); } /* Features Grid */ .container { max-width: 1100px; margin: 50px auto; padding: 0 20px; } .section-header { text-align: center; margin-bottom: 40px; } .section-header h2 { font-size: 2rem; color: var(--secondary); margin-bottom: 10px; } .section-header .line { width: 60px; height: 4px; background: var(--primary); margin: 0 auto; } .types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .type-card { background: var(--white); border-top: 5px solid var(--primary); padding: 30px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; } .type-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); } .type-icon { font-size: 2.5rem; margin-bottom: 15px; display: block; } /* Specs Table */ .table-responsive { overflow-x: auto; margin-top: 20px; background: var(--white); border-radius: 8px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } table { width: 100%; border-collapse: collapse; min-width: 600px; } th, td { padding: 15px; text-align: center; border-bottom: 1px solid #ddd; } th { background-color: var(--secondary); color: var(--white); } tr:hover { background-color: #f9f9f9; } .check-mark { color: green; font-weight: bold; } /* Locations */ .locations-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 30px; } .city-tag { background: var(--white); padding: 10px 20px; border: 1px solid #ddd; border-radius: 50px; font-weight: bold; color: var(--secondary); display: flex; align-items: center; } .city-tag::before { content: '📍'; margin-left: 8px; } /* Contact Box */ .contact-cta { background: var(--secondary); color: var(--white); padding: 50px 20px; text-align: center; margin-top: 60px; border-radius: 10px; } .phone-big { font-size: 3rem; font-weight: 900; display: block; margin: 20px 0; color: var(--primary); direction: ltr; } /* Footer */ footer { background: #1a1a1a; color: #777; padding: 30px 0; text-align: center; margin-top: 50px; border-top: 3px solid var(--primary); } /* Mobile Sticky Actions */ .mobile-sticky { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; z-index: 999; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); } .sticky-btn { flex: 1; padding: 15px; text-align: center; font-weight: bold; color: white; text-decoration: none; font-size: 1.1rem; } .btn-call-mobile { background: var(--secondary); } .btn-whatsapp-mobile { background: #25D366; } @media (min-width: 769px) { .mobile-sticky { display: none; } } @media (max-width: 768px) { .hero h1 { font-size: 1.8rem; } .phone-big { font-size: 2rem; } } </style> </head> <body> <nav class="navbar"> <div class="nav-container"> <div class="brand-name">المقداد <span>لسيزر لفت</span></div> <a href="tel:0530677958" class="call-btn-nav">0530677958 📞</a> </div> </nav> <header class="hero"> <div> <h1>تأجير سيزر لفت (رافعات مقصية) <br> لجميع الارتفاعات</h1> <p>نغطي الدمام، الرياض، الجبيل، وكافة مناطق المملكة. <br> معدات كهرباء (بدون صوت) وديزل (للمواقع الوعرة) بارتفاعات تصل إلى 18 متر.</p> <a href="tel:0530677958" class="hero-btn">اطلب عرض سعر فوري</a> </div> </header> <section class="container"> <div class="section-header"> <h2>أنواع الرافعات المتوفرة</h2> <div class="line"></div> </div> <div class="types-grid"> <div class="type-card"> <span class="type-icon">⚡</span> <h3>سيزر لفت كهرباء (Electric)</h3> <p>مثالي للمستودعات والأماكن المغلقة، أرضيات ناعمة، بدون انبعاثات، بطارية تدوم طويلاً.</p> <ul> <li>✅ هادئ تماماً</li> <li>✅ إطارات لا تترك أثر (Non-marking)</li> <li>✅ ارتفاعات: 6 - 14 متر</li> </ul> </div> <div class="type-card"> <span class="type-icon">⛽</span> <h3>سيزر لفت ديزل (Diesel 4x4)</h3> <p>مخصص للمواقع الإنشائية الخارجية، الأراضي الوعرة وغير الممهدة، قوة رفع عالية.</p> <ul> <li>✅ دفع رباعي قوي</li> <li>✅ منصة عمل واسعة</li> <li>✅ ارتفاعات: 10 - 18 متر</li> </ul> </div> </div> </section> <section class="container"> <div class="section-header"> <h2>جدول الارتفاعات والمواصفات</h2> <p>اختر الارتفاع المناسب لمشروعك</p> <div class="line"></div> </div> <div class="table-responsive"> <table> <thead> <tr> <th>الارتفاع (متر)</th> <th>النوع المتوفر</th> <th>الاستخدام الأمثل</th> <th>التوفر</th> </tr> </thead> <tbody> <tr> <td><strong>8 متر</strong></td> <td>كهرباء</td> <td>صيانة داخلية / مستودعات</td> <td class="check-mark">متوفر ✔</td> </tr> <tr> <td><strong>10 متر</strong></td> <td>كهرباء / ديزل</td> <td>تركيبات كهرباء / تكييف</td> <td class="check-mark">متوفر ✔</td> </tr> <tr> <td><strong>12 متر</strong></td> <td>كهرباء / ديزل</td> <td>إنشاءات / واجهات مباني</td> <td class="check-mark">متوفر ✔</td> </tr> <tr> <td><strong>14 متر</strong></td> <td>كهرباء / ديزل</td> <td>هنقر حديد / صيانة عالية</td> <td class="check-mark">متوفر ✔</td> </tr> <tr> <td><strong>16 متر</strong></td> <td>ديزل (RT)</td> <td>إنشاءات خارجية ثقيلة</td> <td class="check-mark">متوفر ✔</td> </tr> <tr> <td><strong>18 متر</strong></td> <td>ديزل (RT)</td> <td>أقصى ارتفاع عمل رأسي</td> <td class="check-mark">متوفر ✔</td> </tr> </tbody> </table> </div> </section> <section class="container" style="text-align: center;"> <div class="section-header"> <h2>مناطق الخدمة والتوصيل</h2> <div class="line"></div> </div> <p>أسطول سطحات خاص لنقل الرافعات لموقعك في أسرع وقت</p> <div class="locations-grid"> <div class="city-tag">الدمام</div> <div class="city-tag">الخبر والظهران</div> <div class="city-tag">الجبيل (البلد / الصناعية)</div> <div class="city-tag">الرياض</div> <div class="city-tag">القطيف ورأس تنورة</div> <div class="city-tag">جدة</div> <div class="city-tag">مكة المكرمة</div> <div class="city-tag">المدينة المنورة</div> <div class="city-tag">بقيق والأحساء</div> </div> </section> <section class="container"> <div class="contact-cta"> <h2>جاهز لبدء العمل؟</h2> <p>تواصل معنا الآن للحصول على أفضل سعر إيجار (يومي - أسبوعي - شهري)</p> <a href="tel:0530677958" class="phone-big">053 067 7958</a> <p>البريد الإلكتروني: [email protected]</p> </div> </section> <footer> <div class="container"> <p>جميع الحقوق محفوظة &copy; 2024 المقداد لتأجير الرافعات والمعدات الثقيلة</p> <p style="font-size: 0.8rem; margin-top: 10px; color: #555;">سيزر لفت للايجار | فوركلفت | كرينات | رافعات تلسكوبية</p> </div> </footer> <div class="mobile-sticky"> <a href="tel:0530677958" class="sticky-btn btn-call-mobile">📞 اتصل الآن</a> <a href="https://wa.me/966530677958?text=السلام عليكم، استفسار بخصوص تأجير سيزر لفت" class="sticky-btn btn-whatsapp-mobile">💬 واتساب</a> </div> </body> </html>

التعليقات

يرجي تسجيل الدخول حتي تتمكن من التعليق هنا

اعلانات مشابهة