سيزر لفت 12متر للإيجار جدة | رافعة مقصية 12متر للإيجار جدة | Scissor lift rental Jeddah
<!DOCTYPE html>
<html lang=”ar” dir=”rtl”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>
<title>سيزر لفت للإيجار في جدة ومكة | Scissor Lift Rental Jeddah & Makkah</title>
<meta name=”description” content=”أفضل شركة تأجير سيزر لفت في جدة ومكة. رافعات مقصية كهربائية وديزل لجميع الارتفاعات. Top Scissor Lift rental in Jeddah and Makkah. Electric & Diesel AWPs.”>
<meta name=”keywords” content=”سيزر لفت للايجار في جدة, تأجير رافعات مقصية مكة, مان لفت جدة, Scissor lift rental Jeddah, Electric Scissor Lift Makkah, JLG rental KSA, Genie lift Jeddah, ايجار سيزر لفت”>
<meta name=”author” content=”Taj Al-Mamlaka Equipment”>
<link href=”https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&family=Montserrat:wght@800;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 {
–dark-bg: #0B1120; /* أسود مزرق داكن جداً */
–card-bg: #111827; /* رمادي داكن للكروت */
–safety-yellow: #FBBF24; /* أصفر صناعي ساطع */
–text-light: #F3F4F6;
–text-gray: #9CA3AF;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(–dark-bg); color: var(–text-light); font-family: ‘Cairo’, sans-serif; overflow-x: hidden; padding-bottom: 80px; }
/* الخط الإنجليزي */
.en-font { font-family: ‘Montserrat’, sans-serif; text-transform: uppercase; letter-spacing: 1px; }
/* — الهيدر (شريط أعلى الصفحة) — */
header { background: #000; padding: 15px 20px; text-align: center; border-bottom: 3px solid var(–safety-yellow); }
.logo-ar { font-size: 1.5rem; font-weight: 900; color: var(–text-light); }
.logo-en { font-size: 0.9rem; color: var(–safety-yellow); font-weight: 800; display: block; }
/* — الهيرو العملاق المزدوج — */
.mega-hero {
background: linear-gradient(to bottom, rgba(11, 17, 32, 0.8), rgba(11, 17, 32, 1)),
url(‘https://images.unsplash.com/photo-1541888086425-d81bb19240f5?q=80&w=1200’);
background-size: cover; background-position: center;
padding: 80px 20px 60px; text-align: center;
}
.hero-title-ar { font-size: 3.2rem; font-weight: 900; line-height: 1.1; color: var(–safety-yellow); text-shadow: 0 4px 15px rgba(251, 191, 36, 0.3); }
.hero-title-en { font-size: 2.2rem; font-weight: 900; color: var(–text-light); margin-top: 10px; opacity: 0.9; }
.location-badges { display: flex; justify-content: center; gap: 15px; margin-top: 25px; flex-wrap: wrap; }
.loc-badge { background: rgba(251, 191, 36, 0.1); border: 1px solid var(–safety-yellow); color: var(–safety-yellow); padding: 8px 20px; border-radius: 50px; font-weight: 700; font-size: 1.1rem; }
/* — الأقسام المزدوجة (Bilingual Sections) — */
.container { max-width: 1000px; margin: 0 auto; padding: 40px 20px; }
.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h2 { font-size: 2.2rem; font-weight: 900; color: var(–text-light); }
.section-heading .en-subtitle { color: var(–safety-yellow); font-size: 1.2rem; display: block; margin-top: 5px; }
/* — شبكة المعدات (Fleet Grid) — */
.fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.fleet-card {
background: var(–card-bg); border-radius: 20px; padding: 30px; border-top: 5px solid var(–safety-yellow);
box-shadow: 0 10px 30px rgba(0,0,0,0.5); position: relative; overflow: hidden;
}
.fleet-card::before { content: ‘\f085’; font-family: ‘Font Awesome 6 Free’; font-weight: 900; font-size: 8rem; color: rgba(255,255,255,0.03); position: absolute; left: -20px; top: -20px; }
.card-title-ar { font-size: 1.6rem; font-weight: 900; color: var(–safety-yellow); margin-bottom: 5px; }
.card-title-en { font-size: 1rem; color: var(–text-gray); margin-bottom: 20px; border-bottom: 1px solid #333; padding-bottom: 15px; }
.specs-list { list-style: none; }
.specs-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed #333; font-size: 0.95rem; font-weight: 700; }
.specs-list li span { color: var(–safety-yellow); }
/* — بلوك الـ SEO القوي لمحركات البحث — */
.seo-block { background: #000; padding: 40px 20px; border-radius: 15px; margin-top: 40px; text-align: justify; border: 1px solid #222; }
.seo-block p { font-size: 0.9rem; color: #666; line-height: 1.8; margin-bottom: 10px; }
.seo-block h3 { color: #888; font-size: 1.2rem; margin-bottom: 10px; }
/* — شريط الاتصال العائم أسفل الجوال (Sticky Bottom Mobile Bar) — */
.floating-contact-bar {
position: fixed; bottom: 0; left: 0; width: 100%; background: #111; padding: 15px 10px;
display: flex; justify-content: space-between; gap: 10px; z-index: 9999;
box-shadow: 0 -5px 20px rgba(0,0,0,0.5); border-top: 2px solid #333;
}
.btn-float {
flex: 1; text-align: center; padding: 15px; border-radius: 12px; font-weight: 900; font-size: 1.2rem;
text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.2;
}
.btn-call { background: var(–safety-yellow); color: #000; }
.btn-wa { background: #25D366; color: #fff; }
.btn-float span { font-size: 0.8rem; font-weight: 700; font-family: ‘Montserrat’, sans-serif; margin-top: 5px; opacity: 0.9; }
/* — تعديلات الشاشات — */
@media (max-width: 768px) {
.hero-title-ar { font-size: 2.5rem; }
.hero-title-en { font-size: 1.6rem; }
}
</style>
</head>
<body>
<header>
<div class=”logo-ar”>تاج المملكة للمعدات</div>
<div class=”logo-en en-font”>TAJ AL-MAMLAKA EQUIPMENT</div>
</header>
<section class=”mega-hero”>
<h1 class=”hero-title-ar”>سيزر لفت للإيجار</h1>
<div class=”hero-title-en en-font”>SCISSOR LIFT RENTAL</div>
<p style=”margin-top: 20px; font-size: 1.2rem; color: #ccc; max-width: 600px; margin-left: auto; margin-right: auto;”>
أضخم أسطول للرافعات المقصية (سيزر لفت) لخدمة المشاريع الكبرى وصيانة المرافق. <br>
<span style=”color: var(–safety-yellow); font-size: 1rem;” class=”en-font”>Trusted Aerial Work Platforms Partner</span>
</p>
<div class=”location-badges”>
<div class=”loc-badge”><i class=”fas fa-map-marker-alt”></i> جدة – JEDDAH</div>
<div class=”loc-badge”><i class=”fas fa-map-marker-alt”></i> مكة – MAKKAH</div>
</div>
</section>
<div class=”container”>
<div class=”section-heading”>
<h2>أسطول الرافعات المقصية</h2>
<span class=”en-subtitle en-font”>OUR SCISSOR LIFT FLEET</span>
</div>
<div class=”fleet-grid”>
<div class=”fleet-card”>
<div class=”card-title-ar”>سيزر لفت كهربائي</div>
<div class=”card-title-en en-font”>Electric Scissor Lift (Slab)</div>
<ul class=”specs-list”>
<li>الارتفاع / Height <span>8m – 14m</span></li>
<li>البيئة / Environment <span>داخلي (Indoor)</span></li>
<li>المحرك / Power <span>بطاريات (Zero Emission)</span></li>
<li>الإطارات / Tires <span>لا تترك أثر (Non-Marking)</span></li>
</ul>
</div>
<div class=”fleet-card”>
<div class=”card-title-ar”>سيزر لفت ديزل (صحراوي)</div>
<div class=”card-title-en en-font”>Rough Terrain Scissor Lift (Diesel)</div>
<ul class=”specs-list”>
<li>الارتفاع / Height <span>12m – 18m</span></li>
<li>البيئة / Environment <span>خارجي (Outdoor)</span></li>
<li>الدفع / Drive <span>دفع رباعي (4×4 WD)</span></li>
<li>الدعامات / Outriggers <span>هيدروليك (Auto-Leveling)</span></li>
</ul>
</div>
</div>
<div class=”seo-block”>
<h3>تأجير سيزر لفت في جدة ومكة | Aerial Work Platforms</h3>
<p>تبحث عن <strong>سيزر لفت للايجار في جدة</strong>؟ نحن في تاج المملكة نقدم حلولاً متكاملة لتأجير الرافعات المقصية (Scissor Lifts) لجميع المقاولين في المنطقة الغربية. نغطي المدينة الصناعية بجدة، منطقة الميناء، البلد، والمشاريع الإنشائية في <strong>مكة المكرمة</strong> (المنطقة المركزية، العوالي، ومشاريع الحرم).</p>
<p class=”en-font” style=”font-size: 0.75rem;”>Providing reliable Scissor Lift Rental in Jeddah and Makkah. We offer both electric scissor lifts for indoor facility management and heavy-duty diesel rough terrain scissor lifts for outdoor construction sites across Saudi Arabia.</p>
</div>
</div>
<div class=”floating-contact-bar”>
<a href=”https://wa.me/966564548663?text=مرحبا،%20أريد%20استئجار%20سيزر%20لفت%20في%20جدة/مكة” class=”btn-float btn-wa”>
<div><i class=”fab fa-whatsapp”></i> واتسـاب</div>
<span class=”en-font”>WHATSAPP</span>
</a>
<a href=”tel:0564548663″ class=”btn-float btn-call”>
<div><i class=”fas fa-phone”></i> اتصـال الآن</div>
<span class=”en-font”>CALL NOW</span>
</a>
</div>
</body>
</html>

