✅ إيجار { سيزر لفت } رافعات مقصية وسلالم كهربائية للإيجار في تبوك والدرعية والقصيم | حديثة
نظرة عامة
- التصنيف: كل الحراج
الميزات:
- ✅ إيجار { سيزر لفت } رافعات مقصية وسلالم كهربائية للإيجار في تبوك والدرعية والقصيم | حديثة
الوصف
:root {
–dark-bg: #111827; /* كحلي داكن جداً */
–industrial-yellow: #f59e0b; /* أصفر معدات الرفع */
–light-bg: #f3f4f6;
–white: #ffffff;
–text-main: #1f2937;
–text-muted: #6b7280;
–shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
–radius: 12px;
}
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
background-color: var(–light-bg);
color: var(–text-main);
line-height: 1.6;
}
/* الهيرو المظلم والاحترافي */
.hero {
background: linear-gradient(rgba(17, 24, 39, 0.95), rgba(17, 24, 39, 0.95)), url(‘data:image/svg+xml,%3Csvg width=”20″ height=”20″ xmlns=”http://www.w3.org/2000/svg”%3E%3Cpath d=”M0 0h20v20H0z” fill=”%231f2937″ fill-opacity=”0.4″ fill-rule=”evenodd”/%3E%3C/svg%3E’);
color: var(–white);
text-align: center;
padding: 70px 20px;
border-bottom: 5px solid var(–industrial-yellow);
}
.brand-badge {
display: inline-block;
background-color: var(–industrial-yellow);
color: var(–dark-bg);
padding: 8px 20px;
border-radius: 30px;
font-weight: bold;
font-size: 16px;
margin-bottom: 20px;
letter-spacing: 1px;
}
.hero h1 {
font-size: 32px;
margin: 0 0 15px;
line-height: 1.4;
}
.hero p {
font-size: 18px;
color: #d1d5db;
max-width: 700px;
margin: 0 auto;
}
/* قائمة المدن المستهدفة (SEO & Visual) */
.cities-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 30px;
}
.city-pill {
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 6px 15px;
border-radius: 20px;
font-size: 14px;
color: var(–industrial-yellow);
font-weight: bold;
}
/* قسم مميزات السيزرات */
.features {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
padding: 40px 20px;
background-color: var(–white);
margin-bottom: 30px;
}
.feature-box {
flex: 1 1 250px;
text-align: center;
padding: 20px;
border-radius: var(–radius);
background-color: var(–light-bg);
border-top: 3px solid var(–industrial-yellow);
}
.feature-box h3 {
color: var(–dark-bg);
margin-bottom: 10px;
font-size: 18px;
}
.feature-box p {
font-size: 14px;
color: var(–text-muted);
margin: 0;
}
/* كروت أسطول السيزر لفت */
.fleet-container {
max-width: 1000px;
margin: 0 auto 50px;
padding: 0 20px;
}
.section-title {
text-align: center;
font-size: 28px;
color: var(–dark-bg);
margin-bottom: 30px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
}
.scissor-card {
background: var(–white);
border-radius: var(–radius);
overflow: hidden;
box-shadow: var(–shadow);
border: 1px solid #e5e7eb;
transition: transform 0.3s ease;
}
.scissor-card:hover {
transform: translateY(-5px);
}
.card-header {
background-color: var(–dark-bg);
color: var(–industrial-yellow);
padding: 15px 20px;
font-size: 20px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
}
.card-body {
padding: 20px;
}
.spec-row {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px dashed #e5e7eb;
}
.spec-row:last-child {
border-bottom: none;
}
.spec-label {
color: var(–text-muted);
font-weight: bold;
}
.spec-value {
color: var(–dark-bg);
font-weight: bold;
}
.card-tag {
display: inline-block;
background-color: #fef3c7;
color: #92400e;
padding: 4px 10px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
margin-top: 15px;
}
/* قسم الاستخدامات */
.usages-section {
background-color: var(–dark-bg);
color: var(–white);
padding: 50px 20px 100px; /* مساحة للزر الثابت */
}
.usages-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
max-width: 1000px;
margin: 0 auto;
}
.usage-item {
background-color: rgba(255, 255, 255, 0.05);
padding: 15px;
border-radius: 8px;
border-right: 4px solid var(–industrial-yellow);
font-size: 15px;
}
/* الزر العائم للاتصال */
.cta-button {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background-color: var(–industrial-yellow);
color: var(–dark-bg);
padding: 15px 40px;
border-radius: 50px;
font-size: 22px;
font-weight: 900;
text-decoration: none;
box-shadow: 0 10px 25px rgba(245, 158, 11, 0.5);
display: flex;
align-items: center;
gap: 10px;
z-index: 1000;
width: 80%;
max-width: 400px;
justify-content: center;
border: 2px solid var(–dark-bg);
}
.cta-button svg {
width: 24px;
height: 24px;
fill: var(–dark-bg);
}
/* الكلمات المفتاحية الذكية */
.seo-keywords {
text-align: center;
padding: 20px;
font-size: 12px;
color: #9ca3af;
background-color: #1f2937;
}
سيزر لفت (رافعات مقصية) للإيجار اليومي والشهري
الأسطول الأحدث من السيزرات الكهربائية والديزل (موديلات 2026) المعتمدة لأعلى معايير السلامة والأمان لمشاريعكم.
📍 الرياض
📍 جدة
📍 الجبيل
📍 القطيف
📍 الخبر
📍 مكة المكرمة
⚡ كهرباء وديزل
سيزرات هادئة للاستخدام الداخلي بدون انبعاثات، وسيزرات ديزل قوية للأراضي الوعرة.
🛡️ اعتمادات أمنية
جميع السيزرات معتمدة ومفحوصة (Third Party) وجاهزة لمواقع أرامكو وسابك.
⏱️ سرعة التوريد
نقوم بتسليم الرافعة المقصية لموقعك في أي مدينة خلال أسرع وقت ممكن.
فئات الرافعات المقصية (السيزر لفت) المتاحة
Electric
كهربائي (بطاريات)
Non-marking (لا تترك أثر)
المولات، المستودعات، الديكور
Elec / Diesel
متوفر كهرباء أو ديزل
Solid Rubber
المصانع، الواجهات، الهناجر
Rough Terrain
ديزل (دفع رباعي)
مزودة بركائز هيدروليكية للتوازن
المشاريع الإنشائية الخارجية الكبرى
مناسبة للأعمال التالية:
0564548663
















ترك الرد