.elementor-4131 .elementor-element.elementor-element-1ace0ac{--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-cd680dc */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* =========================================
   تنسيق الصفحة العام
   ========================================= */
.areas-page-wrapper {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    color: #fff;
    direction: rtl;
}

/* --- الهيرو --- */
.areas-hero {
    text-align: center;
    padding: 80px 20px 40px;
    background: radial-gradient(circle, #1a1a1a 0%, #000000 100%);
    border-bottom: 1px solid #222;
}

.areas-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.areas-hero p {
    color: #aaa;
    font-size: 1.1rem;
}

.gold-text { color: #FFC107; }

/* --- شريط التنقل (Sticky Nav) --- */
.gov-nav-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #0a0a0a;
    position: sticky; /* يلزق في السقف لما تنزل */
    top: 60px; /* تحت الهيدر الرئيسي */
    z-index: 100;
    border-bottom: 2px solid #FFC107;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.gov-link {
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    background: #111;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.gov-link:hover {
    background: #FFC107;
    color: #000;
    transform: translateY(-3px);
}

/* --- أقسام المحافظات --- */
.areas-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.gov-section {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    scroll-margin-top: 140px; /* مسافة عشان الهيدر مايغطيش العنوان */
    transition: all 0.3s ease;
}

.gov-section:hover {
    border-color: #FFC107;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.1);
}

/* عنوان المحافظة */
.gov-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.gov-title i {
    font-size: 2rem;
    color: #FFC107;
}

.gov-title h2 {
    margin: 0;
    font-size: 1.8rem;
    color: #fff;
}

/* شبكة المناطق (Tags) */
.areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.areas-grid span {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 0.95rem;
    border: 1px solid #2a2a2a;
    transition: all 0.3s ease;
    cursor: default;
}

.areas-grid span:hover {
    background-color: #FFC107;
    color: #000;
    border-color: #FFC107;
    transform: scale(1.05);
}

/* --- زر الدعوة (CTA) --- */
.areas-cta {
    text-align: center;
    padding: 60px 20px;
    background: #0a0a0a;
    border-top: 1px solid #222;
}

.areas-cta h3 {
    color: #fff;
    margin-bottom: 25px;
}

.cta-btn {
    display: inline-block;
    background: #FFC107;
    color: #000;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

/* =========================================
   التجاوب
   ========================================= */
@media (max-width: 768px) {
    .areas-hero h1 { font-size: 2rem; }
    .gov-nav-bar { gap: 10px; padding: 15px 10px; overflow-x: auto; white-space: nowrap; justify-content: flex-start; }
    .gov-section { padding: 25px; }
    .gov-title h2 { font-size: 1.5rem; }
    .areas-grid span { font-size: 0.85rem; padding: 8px 15px; }
}/* End custom CSS */