.elementor-4172 .elementor-element.elementor-element-733b0bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-ccc2f4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-fe56b63{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-064885f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-4381af3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-4bdf7e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-a9024fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-4aecf50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-9888ad8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4172 .elementor-element.elementor-element-137c126{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c92e2e9 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* تنسيق الهيرو (نفس السابق مع تعديلات الألوان) */
.local-hero-wrapper {
    font-family: 'Cairo', sans-serif;
    position: relative;
    width: 100%;
    min-height: 85vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    direction: rtl;
    background-color: #000;
    margin: 0; padding: 0; 
}

/* الخلفية */
.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100% !important;
    z-index: 0;
}

.bg-img {
    width: 100%; height: 100% !important;
    object-fit: cover; object-position: center;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

/* المحتوى */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 900px;
    padding: 40px 20px;
    animation: fadeInUp 1s ease-out;
}

.location-badge {
    display: inline-block;
    background: rgba(255, 193, 7, 0.15);
    color: #FFC107;
    border: 1px solid #FFC107;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
}

/* تنسيق H2 (ليظهر كعنوان ضخم) */
.hero-content h2 {
    font-size: 3.5rem; /* نفس حجم H1 القديم */
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.8);
}

.gold-text { 
    color: #FFC107; 
    text-shadow: 0 0 20px rgba(255, 193, 7, 0.4); 
}

.hero-content p {
    font-size: 1.3rem;
    color: #e0e0e0;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto; margin-right: auto;
}

/* الأزرار */
.hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 45px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 900; /* خط عريض جداً */
    text-decoration: none;
    transition: all 0.3s ease;
}

/* === تعديل زر اطلب تاكسي (وضوح عالي) === */
.primary-btn {
    /* لون أصفر صريح بدل التدرج الباهت */
    background-color: #FFC107 !important; 
    background: linear-gradient(45deg, #FFC107, #ffca28) !important;
    
    /* لون النص أسود غامق إجباري */
    color: #000000 !important; 
    
    /* إزالة ظل النص لضمان الحدة */
    text-shadow: none !important;
    
    border: 2px solid #FFC107;
    box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
}

.primary-btn:hover {
    background: #fff !important; /* يتحول لأبيض عند الهوفر */
    border-color: #fff;
    transform: translateY(-5px);
}

.whatsapp-btn {
    background: rgba(37, 211, 102, 0.2);
    border: 1px solid #25D366;
    color: #fff;
    backdrop-filter: blur(5px);
}

.whatsapp-btn:hover { background: #25D366; color: #fff; }

/* أنيميشن */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* التجاوب */
@media (max-width: 1024px) {
    .local-hero-wrapper { min-height: 70vh; }
    .hero-content h2 { font-size: 2.8rem; } /* تعديل للـ h2 */
}

@media (max-width: 768px) {
    .local-hero-wrapper { 
        min-height: 80vh; 
        padding: 60px 0;
    }
    
    .hero-content h2 { font-size: 2rem; line-height: 1.4; }
    .hero-content p { font-size: 1rem; }
    
    .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    
    .cta-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcc5f38 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* =========================================
   تنسيق الديسك توب (الشكل العائم الفخم)
   ========================================= */
.local-trust-wrapper {
    font-family: 'Cairo', sans-serif;
    position: relative;
    background: linear-gradient(to bottom, #000 0%, #050505 100%);
    padding-bottom: 40px;
    direction: rtl;
    z-index: 10;
}

.trust-dock {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    /* رفع السكشن في الديسك توب فقط */
    margin-top: -60px; 
    position: relative;
    padding: 0 20px;
}

/* الكارت */
.trust-card {
    flex: 1;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    transition: all 0.4s ease;
}

/* الكارت الأوسط */
.center-card {
    background: linear-gradient(145deg, #1a1a1a, #0a0a0a);
    border-color: #FFC107;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.15);
}

.trust-card:hover {
    transform: translateY(-10px);
    border-color: #FFC107;
}

/* الأيقونة */
.icon-box {
    width: 60px; height: 60px;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #FFC107;
    border: 1px solid #FFC107;
    flex-shrink: 0; /* منع انكماش الأيقونة */
}

/* النصوص */
.text-box { text-align: right; }

.big-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
    font-family: sans-serif;
}

.text-box p {
    margin: 0;
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.4;
}

.gold-highlight { color: #FFC107; font-weight: 700; }

/* =========================================
   تنسيق الموبايل والتابلت (إصلاح كامل)
   ========================================= */
@media (max-width: 991px) {
    .local-trust-wrapper {
        background: #000; /* خلفية سوداء */
        padding: 30px 20px; /* مسافات داخلية مريحة */
        margin-top: 0; /* إلغاء الرفع */
    }

    .trust-dock {
        flex-direction: column; /* العناصر تحت بعض */
        gap: 15px; /* مسافة بين الكروت */
        margin-top: 0;
        padding: 0;
    }

    .trust-card {
        width: 100%; /* الكارت يملأ العرض */
        margin: 0;
        transform: none !important; /* إلغاء التكبير */
        
        /* تعديل تصميم الكارت للموبايل */
        background: #111;
        border: 1px solid #222;
        box-shadow: none;
        padding: 20px;
        flex-direction: row; /* الأيقونة جنب النص (أشيك) */
        justify-content: flex-start;
    }
    
    /* تمييز الكارت الأوسط في الموبايل */
    .center-card {
        border: 1px solid #FFC107; /* حدود ذهبية */
        background: #151515;
    }
    
    .icon-box {
        width: 50px; height: 50px; /* تصغير الأيقونة */
        font-size: 1.4rem;
    }
    
    .big-number { font-size: 1.5rem; }
    .text-box p { font-size: 0.85rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a662ef2 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.local-services-section {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
    margin-top: -1px;
}

/* العنوان */
.services-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.services-header h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.services-header p {
    color: #ccc;
    font-size: 1.1rem;
}

.gold-text { color: #FFC107; }

/* الشبكة */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 أعمدة في الديسك توب */
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

/* الكارت (عبارة عن رابط كامل) */
.service-box {
    display: block; /* عشان الرابط ياخد مساحة الكارت */
    background: #111;
    border: 1px solid #333;
    padding: 30px 20px;
    border-radius: 15px;
    text-decoration: none; /* إزالة الخط من الرابط */
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* حركة الهوفر */
.service-box:hover {
    transform: translateY(-10px);
    border-color: #FFC107;
    background-color: #161616;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.15);
}

/* الأيقونة */
.s-icon {
    font-size: 2.5rem;
    color: #FFC107;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.service-box:hover .s-icon {
    transform: scale(1.1) rotate(5deg);
}

/* النصوص */
.service-box h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-box p {
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* رابط المزيد */
.read-more {
    color: #FFC107;
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s ease;
}

.service-box:hover .read-more {
    gap: 10px; /* حركة السهم */
    color: #fff;
}

/* =========================================
   التجاوب (Responsive)
   ========================================= */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); /* عمودين في التابلت */
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr; /* عمود واحد في الموبايل */
        gap: 20px;
    }
    
    .services-header h2 { font-size: 2rem; }
    
    .service-box { padding: 25px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca5f55c */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* =========================================
   تنسيق الديسك توب (الشكل الفخم المتداخل)
   ========================================= */
.local-proof-section {
    font-family: 'Cairo', sans-serif;
    background-color: #080808;
    padding: 100px 20px;
    direction: rtl;
    overflow: hidden;
    border-bottom: 1px solid #222;
}

.proof-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
}

/* --- تنسيق الصور (Desktop Only) --- */
.proof-images-wrapper {
    flex: 1;
    position: relative;
    height: 450px; /* مساحة محجوزة للصور المتداخلة */
    width: 100%;
    order: 2; /* الصور يسار */
}

.p-img-big {
    position: absolute;
    top: 0; right: 0;
    width: 85%;
    height: 350px;
    border-radius: 20px;
    border: 5px solid #1a1a1a;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 1;
}

.p-img-big img { width: 100%; height: 100%; object-fit: cover; }

.p-img-small {
    position: absolute;
    bottom: 0; left: 0;
    width: 50%;
    height: 250px;
    border-radius: 15px;
    border: 5px solid #FFC107;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    overflow: hidden;
    z-index: 2;
}

.p-img-small img { width: 100%; height: 100%; object-fit: cover; }

/* --- تنسيق النصوص (Desktop) --- */
.proof-text-wrapper {
    flex: 1;
    order: 1; /* النصوص يمين */
}

.subtitle { color: #FFC107; font-weight: 700; display: block; margin-bottom: 10px; }
.proof-text-wrapper h2 { font-size: 2.5rem; color: #fff; margin-bottom: 25px; line-height: 1.3; }
.gold-text { color: #FFC107; }
.main-desc { font-size: 1.1rem; color: #ddd; line-height: 1.8; margin-bottom: 20px; }
.sub-desc { font-size: 1rem; color: #aaa; line-height: 1.8; margin-bottom: 30px; }
.proof-text-wrapper strong { color: #fff; border-bottom: 1px dashed #FFC107; }

.proof-badges { display: flex; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }
.badge-item { background: #111; padding: 10px 20px; border-radius: 10px; border: 1px solid #333; color: #fff; font-size: 0.9rem; }
.badge-item i { color: #FFC107; margin-left: 5px; }

.map-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 12px 30px;
    border: 2px solid #FFC107; color: #FFC107; border-radius: 50px; text-decoration: none; font-weight: 700; transition: 0.3s;
}
.map-btn:hover { background: #FFC107; color: #000; }

/* =========================================
   إصلاح الموبايل والتابلت (Mobile Fix)
   ========================================= */
@media (max-width: 991px) {
    .local-proof-section { padding: 50px 20px; }
    
    .proof-container {
        flex-direction: column; /* العناصر تحت بعض */
        gap: 30px; /* مسافة صريحة بين الصور والنص */
    }

    /* 1. إصلاح الصور: إلغاء التموضع المطلق */
    .proof-images-wrapper {
        order: 1; /* الصور تظهر الأول */
        width: 100%;
        height: auto !important; /* السماح بالارتفاع التلقائي */
        display: flex;
        flex-direction: column; /* الصور تحت بعض */
        gap: 15px; /* مسافة بين الصورتين */
        position: static; /* إلغاء الـ relative */
    }

    .p-img-big {
        position: static; /* إلغاء الـ absolute */
        width: 100%; /* ملء الشاشة */
        height: 250px;
        transform: none; /* إلغاء الدوران */
        border: 2px solid #333;
    }

    .p-img-small {
        position: static; /* إلغاء الـ absolute */
        width: 100%;
        height: 200px;
        transform: none;
        border: 2px solid #FFC107;
        margin-top: -50px; /* حركة تداخل بسيطة وآمنة (سحب الصورة لفوق شوية) */
        margin-left: 20px; /* إزاحة لليسار */
        width: 90%; /* تصغير العرض شوية */
        z-index: 3;
    }

    /* 2. إصلاح النصوص */
    .proof-text-wrapper {
        order: 2;
        text-align: center;
        width: 100%;
        margin-top: 20px; /* مسافة إضافية للأمان */
    }

    .proof-text-wrapper h2 { font-size: 1.8rem; }
    
    .proof-badges { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2827ace */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

.local-seo-content-section {
    font-family: 'Cairo', sans-serif;
    background-color: #050505; /* خلفية داكنة جداً */
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

.seo-container {
    max-width: 900px; /* العرض ضيق قليلاً لسهولة القراءة */
    margin: 0 auto;
}

/* النصوص */
.seo-text-block h2, .seo-text-block h3 {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
}

.seo-text-block h2 { font-size: 2.2rem; }
.seo-text-block h3 { font-size: 1.6rem; color: #FFC107; margin-top: 40px; }

.gold-text { color: #FFC107; }

.seo-text-block p {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.9; /* مسافة بين السطور للقراءة المريحة */
    margin-bottom: 20px;
    text-align: justify; /* محاذاة النص */
}

.seo-text-block strong {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #FFC107; /* تمييز الكلمات المفتاحية */
}

/* --- تنسيق الجدول (Feature Snippet Ready) --- */
.seo-table-box {
    margin: 50px 0;
    background: #111;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.seo-table-box h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: center;
}

.table-desc {
    text-align: center;
    color: #888;
    margin-bottom: 25px;
    font-size: 0.9rem;
}

.distances-table {
    width: 100%;
    border-collapse: collapse;
    color: #ddd;
}

.distances-table th {
    background-color: #1a1a1a;
    color: #FFC107;
    padding: 15px;
    text-align: right;
    font-weight: 700;
    border-bottom: 2px solid #FFC107;
}

.distances-table td {
    padding: 15px;
    border-bottom: 1px solid #222;
    font-size: 1rem;
}

.distances-table tr:last-child td {
    border-bottom: none;
}

.distances-table tr:hover {
    background-color: #151515; /* هايلايت عند المرور */
}

/* التجاوب */
@media (max-width: 768px) {
    .seo-text-block h2 { font-size: 1.8rem; }
    .seo-table-box { padding: 15px; overflow-x: auto; /* سكرول للجدول في الموبايل */ }
    .distances-table th, .distances-table td { padding: 10px; font-size: 0.9rem; }
    .distances-table { min-width: 500px; /* ضمان عدم انكماش الجدول */ }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-732ff3c */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

.local-faq-section {
    font-family: 'Cairo', sans-serif;
    background-color: #080808;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.gold-text { color: #FFC107; }

.faq-header p {
    color: #888;
    font-size: 1rem;
}

/* الأكورديون */
.acc-item {
    margin-bottom: 15px;
    border: 1px solid #222;
    border-radius: 10px;
    overflow: hidden;
    background: #111;
    transition: all 0.3s ease;
}

.acc-item:hover {
    border-color: #FFC107;
}

/* الزر */
.acc-btn {
    width: 100%;
    padding: 20px;
    background: #111;
    color: #fff;
    border: none;
    text-align: right;
    outline: none;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.acc-btn span {
    width: 90%;
    line-height: 1.5;
}

.acc-btn.active {
    background: #161616;
    color: #FFC107;
}

.acc-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    color: #FFC107;
}

.acc-btn.active i {
    transform: rotate(45deg);
}

/* المحتوى */
.acc-content {
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.acc-content p {
    padding: 20px;
    margin: 0;
    color: #ccc;
    font-size: 1rem;
    line-height: 1.8;
}

/* التجاوب */
@media (max-width: 768px) {
    .acc-btn {
        font-size: 1rem;
        align-items: flex-start;
    }
    
    .acc-btn i {
        margin-top: 5px;
    }
}
/* =========================================
   التجاوب مع الموبايل (إصلاح النص الطويل)
   ========================================= */
@media (max-width: 768px) {
    .local-faq-section {
        padding: 50px 20px;
    }

    .faq-header h2 {
        font-size: 1.8rem;
    }

    /* تعديل زر السؤال */
    .acc-btn {
        font-size: 1rem; /* تصغير الخط مناسب للموبايل */
        padding: 15px; /* تقليل الحواف */
        height: auto; /* السماح للطول بالتمدد */
        
        /* أهم جزء: السماح للنص بالنزول لسطر جديد */
        white-space: normal; 
        
        /* محاذاة العناصر للأعلى عشان الأيقونة تكون قصاد أول سطر */
        align-items: flex-start; 
        line-height: 1.6;
    }
    
    /* تنسيق النص داخل الزر */
    .acc-btn span {
        width: 90%; /* ندي مساحة للنص */
        text-align: right;
    }
    
    /* تنسيق الأيقونة */
    .acc-btn i {
        margin-top: 5px; /* تظبيط مكان الأيقونة مع أول سطر */
        min-width: 20px; /* حجز مكان ثابت للأيقونة عشان ما تتفعصش */
        margin-right: 10px; /* مسافة بينها وبين الكلام */
    }

    .acc-content p {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d46355d */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.lead-form-section {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #111;
    border: 1px solid #333;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}

/* خط ذهبي علوي */
.form-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 4px;
    background: #FFC107;
}

/* العنوان */
.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
}

.gold-text { color: #FFC107; }

.form-header p {
    color: #aaa;
    font-size: 1rem;
}

/* الحقول */
.form-row {
    display: flex;
    gap: 20px;
}

.input-group {
    width: 100%;
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    color: #ccc;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 600;
}

.input-group input, 
.input-group select {
    width: 100%;
    padding: 12px 15px;
    background: #000;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
    /* لإخفاء سهم Select الافتراضي واستبداله (اختياري) */
    appearance: none; 
    box-sizing: border-box;
}

.input-group input:focus, 
.input-group select:focus {
    border-color: #FFC107;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.1);
}

/* زر الإرسال */
.whatsapp-submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.whatsapp-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}

/* التجاوب */
@media (max-width: 768px) {
    .lead-form-section { padding: 50px 20px; }
    .form-container { padding: 30px 20px; }
    
    .form-row {
        flex-direction: column; /* الحقول تحت بعض في الموبايل */
        gap: 0;
    }
    
    .form-header h2 { font-size: 1.6rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0e57c7 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.local-reviews-section {
    font-family: 'Cairo', sans-serif;
    background-color: #080808;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

/* العنوان */
.reviews-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.reviews-header h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.gold-text { color: #FFC107; }

.reviews-header p {
    color: #888;
    font-size: 1.1rem;
}

/* الشبكة */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 أعمدة */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* الكارت */
.review-card {
    background: #111;
    border: 1px solid #333;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    transition: all 0.3s ease;
}

/* حركة الكارت */
.review-card:hover {
    transform: translateY(-7px);
    border-color: #FFC107;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.1);
}

/* علامة اقتباس جمالية في الخلفية */
.review-card::before {
    content: '\f10e'; /* كود أيقونة Quote من FontAwesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.05);
}

/* النجوم */
.stars {
    color: #FFC107;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

/* نص التقييم */
.review-text {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    min-height: 80px; /* توحيد الطول */
}

/* معلومات العميل */
.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #222;
    padding-top: 15px;
}

.r-avatar {
    width: 45px;
    height: 45px;
    background: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFC107;
    font-size: 1.2rem;
}

.r-details h4 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.r-details span {
    font-size: 0.85rem;
    color: #888;
}

/* التجاوب */
@media (max-width: 991px) {
    .reviews-grid {
        grid-template-columns: 1fr; /* عمود واحد في الموبايل */
        gap: 20px;
    }
    
    .review-card {
        padding: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9e44fb */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.local-areas-section {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

/* العنوان */
.areas-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.areas-header h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.gold-text { color: #FFC107; }

.areas-header p {
    color: #ccc;
    font-size: 1.1rem;
}

/* الشبكة (Grid) */
.areas-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 أعمدة في الديسك توب */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* المجموعة */
.area-group {
    background: #111;
    border: 1px solid #333;
    border-radius: 15px;
    padding: 25px;
    transition: 0.3s;
    height: fit-content;
}

/* هيدر المجموعة (للموبايل) */
.group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
}

.group-header h3 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.group-header h3 i { color: #FFC107; }

/* سهم الأكورديون (مخفي في الديسك توب) */
.arrow-icon {
    display: none; 
    color: #FFC107;
    transition: transform 0.3s;
}

/* التاجات */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* التاج (الرابط) */
.area-tag {
    text-decoration: none;
    background: #1a1a1a;
    color: #ccc;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    border: 1px solid #2a2a2a;
    transition: all 0.3s ease;
    display: inline-block;
}

.area-tag:hover {
    background: #FFC107;
    color: #000;
    border-color: #FFC107;
    transform: translateY(-3px);
}

.main-tag {
    background: rgba(255, 193, 7, 0.15);
    color: #FFC107;
    border-color: #FFC107;
    font-weight: 700;
    cursor: default; /* المقر الرئيسي ليس رابطاً */
}

/* =========================================
   إبداع الموبايل (Mobile Accordion)
   ========================================= */
@media (max-width: 991px) {
    .areas-wrapper {
        grid-template-columns: 1fr; /* عمود واحد */
        gap: 15px;
    }

    .area-group {
        padding: 15px 20px;
        cursor: pointer; /* عشان يعرف إنه قابل للضغط */
    }

    .group-header {
        margin-bottom: 0; /* إلغاء المسافة في حالة الغلق */
        border-bottom: none;
    }

    .arrow-icon {
        display: block; /* إظهار السهم */
    }

    .tags-container {
        max-height: 0; /* مخفي */
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
        opacity: 0;
    }

    /* حالة الفتح (Active) */
    .area-group.active {
        border-color: #FFC107;
        background-color: #151515;
    }

    .area-group.active .tags-container {
        max-height: 1000px; /* فتح */
        opacity: 1;
        padding-top: 20px; /* مسافة داخلية */
        border-top: 1px solid #333;
        margin-top: 15px;
    }

    .area-group.active .arrow-icon {
        transform: rotate(180deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a13d283 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.luxury-map-section {
    font-family: 'Cairo', sans-serif;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #000;
    border-top: 1px solid #222;
}

/* الخلفية (الصورة) */
.map-bg-wrapper {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
}

.static-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* التعديل 1: زودنا وضوح الصورة (كانت 0.7) */
    opacity: 0.9; 
}

.map-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* التعديل 2: خففنا السواد جداً عشان الصورة تبان */
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}

/* الكارت العائم (تعديل الشفافية) */
.map-content-card {
    position: relative;
    z-index: 2;
    /* التعديل 3: خلينا الخلفية سوداء بنسبة 70% بس مع تغبيش قوي */
    background: rgba(0, 0, 0, 0.7); 
    backdrop-filter: blur(8px); /* ده اللي بيخلي الكلام واضح حتى لو الخلفية فاتحة */
    -webkit-backdrop-filter: blur(8px);
    
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 193, 7, 0.3); /* حدود ذهبية شفافة */
    max-width: 600px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* أيقونة الدبوس */
.pin-icon {
    position: relative;
    width: 60px; height: 60px;
    margin: 0 auto 20px;
    color: #FFC107;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* ظل للأيقونة عشان تفصل عن الخلفية */
    text-shadow: 0 5px 15px rgba(0,0,0,0.8);
}

.pulse-ring {
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    border: 2px solid #FFC107;
    animation: ping 2s infinite;
}

@keyframes ping {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}

/* النصوص (توضيح الخطوط) */
.map-content-card h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,1); /* ظل قوي للنص */
}

.gold-text { color: #FFC107; text-shadow: 0 0 10px rgba(255, 193, 7, 0.4); }

.address-box p {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,1);
}

.address-box span {
    display: block;
    color: #ddd; /* تفتيح اللون */
    font-size: 0.9rem;
    margin-top: 5px;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* الأزرار */
.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.huge-call-btn {
    background: #FFC107;
    color: #000;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
    font-family: sans-serif;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}

.huge-call-btn:hover {
    background: #fff;
    transform: scale(1.02);
}

.direction-btn {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0,0,0,0.4); /* خلفية خفيفة للزر */
    padding: 12px;
    border-radius: 50px;
    transition: 0.3s;
}

.direction-btn:hover {
    border-color: #FFC107;
    color: #FFC107;
    background: #000;
}

/* التجاوب */
@media (max-width: 768px) {
    .luxury-map-section { min-height: 450px; }
    .map-content-card { padding: 30px 20px; }
    .map-content-card h2 { font-size: 1.5rem; }
    .huge-call-btn { font-size: 1.5rem; }
}/* End custom CSS */
/* Start custom CSS *//* =========================================
   1. توحيد خلفية الموقع بالكامل (Black Identity)
   ========================================= */
html, body {
    background-color: #000000 !important; /* أسود صريح */
    color: #ffffff; /* النص أبيض افتراضياً */
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* لمنع السكرول العرضي المزعج */
}

/* =========================================
   2. إجبار حاويات الووردبريس وإلمنتور
   ========================================= */
.site, 
.site-content, 
.site-main, 
.elementor-section, 
.elementor-column {
    background-color: transparent !important; /* عشان ياخد لون الـ body الأسود */
}

/* =========================================
   3. حل مشكلة الفواصل البيضاء (Gap Fixer)
   ========================================= */
/* هذا الكود يلغي الهوامش الافتراضية لأي ويدجت */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

/* إزالة لون الخلفية الأبيض الافتراضي من بعض القوالب */
#page, #content {
    background-color: #000000 !important;
}/* End custom CSS */