.elementor-4298 .elementor-element.elementor-element-6a9344c{--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-4298 .elementor-element.elementor-element-00b5561{--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-4298 .elementor-element.elementor-element-32726fc{--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-4298 .elementor-element.elementor-element-1debef4{--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-4298 .elementor-element.elementor-element-9786e42{--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-4298 .elementor-element.elementor-element-7bd2bd2{--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-4298 .elementor-element.elementor-element-7963dd0{--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-4298 .elementor-element.elementor-element-82552d0{--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-4298 .elementor-element.elementor-element-a23724f{--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-9945156 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* =========================================
   تنسيق الهيرو (الأساس)
   ========================================= */
.ahmadi-hero-wrapper {
    font-family: 'Cairo', sans-serif;
    position: relative;
    width: 100%;
    min-height: 90vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: 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.5) 0%, #000000 100%);
    z-index: 1;
}

/* المحتوى */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 950px;
    padding: 20px;
    margin-bottom: 80px; /* مسافة عشان الشريط العائم */
    animation: fadeInUp 1s ease-out;
}

.location-badge {
    display: inline-block;
    background: rgba(255, 193, 7, 0.15);
    color: #FFC107;
    border: 1px solid #FFC107;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
}

.hero-content h2 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    text-shadow: 0 5px 20px #000;
}

.gold-text { color: #FFC107; text-shadow: 0 0 20px rgba(255, 193, 7, 0.3); }

.hero-desc {
    font-size: 1.4rem;
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto; margin-right: auto;
    font-weight: 600;
}

/* زر الاتصال */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 60px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.4);
}

.primary-btn {
    background: #FFC107;
    color: #000;
    border: 2px solid #FFC107;
    animation: pulseBtn 2s infinite;
}

@keyframes pulseBtn {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 15px rgba(255, 193, 7, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); }
}

.primary-btn:hover { background: #fff; color: #000; border-color: #fff; animation: none; }

/* =========================================
   شريط الثقة (Trust Dock) - ديسك توب
   ========================================= */
.trust-dock-ahmadi {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90%;
    max-width: 1000px;
}

.trust-item {
    flex: 1;
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 193, 7, 0.2);
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.center-item {
    border-color: #FFC107;
    background: rgba(255, 193, 7, 0.1);
}

.t-icon {
    font-size: 1.8rem;
    color: #FFC107;
}

.trust-info { text-align: right; }

.trust-info strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2;
}

.trust-info span { color: #aaa; font-size: 0.85rem; }

/* أنيميشن */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================
   التجاوب مع الموبايل (التصميم الجديد)
   ========================================= */
@media (max-width: 768px) {
    .ahmadi-hero-wrapper { 
        min-height: 85vh; 
        /* إلغاء الـ padding السفلي عشان الشريط يجي تحت براحته */
        padding-bottom: 20px; 
        display: block; /* تغيير العرض لبلوك عادي */
    }
    
    .hero-content {
        margin-bottom: 20px;
        padding-top: 80px; /* مسافة من فوق */
    }

    .hero-content h2 { font-size: 2rem; line-height: 1.4; }
    .hero-desc { font-size: 1rem; }
    
    .cta-btn { 
        width: 100%; 
        justify-content: center; 
        font-size: 1.2rem;
        padding: 15px;
    }

    /* --- تعديل شريط الثقة للموبايل (قائمة رأسية) --- */
    .trust-dock-ahmadi {
        position: static; /* إلغاء التموضع المطلق */
        transform: none; /* إلغاء التوسيط القديم */
        width: 100%;
        padding: 0 20px;
        flex-direction: column; /* العناصر تحت بعض */
        gap: 10px;
        margin-top: 20px;
    }
    
    .trust-item {
        width: 100%; /* العرض كامل */
        justify-content: flex-start; /* محاذاة لليمين */
        padding: 15px;
        background: #111; /* خلفية سوداء صريحة */
        border: 1px solid #333;
        box-shadow: none; /* تخفيف الظل */
    }
    
    .center-item {
        border: 1px solid #FFC107; /* تمييز الأوسط بإطار فقط */
        background: #111;
    }
    
    .t-icon {
        width: 40px;
        text-align: center;
        font-size: 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39ff61e */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.ahmadi-services-section {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

/* العنوان */
.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;
}

/* التجاوب */
@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; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57ab04c */@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; }

/* --- تنسيق النصوص --- */
.proof-text { flex: 1; order: 1; }
.subtitle { color: #FFC107; font-weight: 700; display: block; margin-bottom: 10px; }
.proof-text 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 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; display: flex; align-items: center; gap: 8px; }
.badge-item i { color: #FFC107; }
.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; }

/* =========================================
   إصلاح الموبايل (NO ABSOLUTE)
   ========================================= */
@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; /* السماح بالارتفاع التلقائي */
        position: static; /* إلغاء التموضع النسبي */
        display: flex;
        flex-direction: column; /* الصور تحت بعض */
        align-items: center;
    }

    .p-img-big {
        position: static; /* إلغاء التموضع المطلق */
        width: 100%;
        height: 250px;
        transform: rotate(2deg); /* ميل خفيف */
        margin-bottom: -40px; /* تداخل بسيط مع الصورة اللي تحتها */
        z-index: 1;
    }

    .p-img-small {
        position: static; /* إلغاء التموضع المطلق */
        width: 90%;
        height: 200px;
        transform: rotate(-2deg); /* ميل عكسي */
        border: 3px solid #FFC107;
        z-index: 2; /* تظهر فوق الأولى */
    }

    /* 2. النصوص في الموبايل */
    .proof-text {
        order: 2;
        text-align: center;
        margin-top: 20px; /* مسافة أمان */
    }
    .proof-text h2 { font-size: 1.8rem; }
    
    .proof-badges { justify-content: center; }
} /* <--- ده القوس اللي كان ناقص *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e65e99 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.problem-solution-section {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

/* العنوان */
.ps-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.ps-header h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.gold-text { color: #FFC107; }

.ps-header p {
    color: #ccc;
    font-size: 1.1rem;
}

/* الكونتينر */
.ps-container {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

/* الأعمدة */
.ps-column {
    flex: 1;
    padding: 30px;
    border-radius: 20px;
}

/* عمود المشاكل */
.problem-col {
    background: rgba(255, 0, 0, 0.05); /* أحمر خفيف جداً */
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.problem-col h3 { color: #ff4d4d; margin-bottom: 30px; display: flex; align-items: center; gap: 10px; font-size: 1.5rem; }

/* عمود الحلول */
.solution-col {
    background: rgba(255, 193, 7, 0.05); /* ذهبي خفيف */
    border: 1px solid rgba(255, 193, 7, 0.3);
    transform: scale(1.02); /* تكبير بسيط للتميز */
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.solution-col h3 { color: #FFC107; margin-bottom: 30px; display: flex; align-items: center; gap: 10px; font-size: 1.5rem; }

/* العناصر */
.ps-item {
    margin-bottom: 30px;
}

.ps-item h4 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.ps-item p {
    font-size: 1rem;
    color: #bbb;
    line-height: 1.7;
    margin: 0;
}

/* التجاوب */
@media (max-width: 768px) {
    .ps-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .solution-col {
        transform: none; /* إلغاء التكبير في الموبايل */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bec7a28 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.ahmadi-form-section {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

/* برواز الفورم */
.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #111;
    border: 1px solid rgba(255, 193, 7, 0.3); /* حدود ذهبية خفيفة */
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    position: relative;
}

/* شريط علوي ذهبي */
.form-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 5px;
    background: #FFC107;
}

/* العنوان */
.form-header { text-align: center; margin-bottom: 30px; }
.form-header h2 { font-size: 2rem; color: #fff; margin-bottom: 10px; }
.gold-text { color: #FFC107; }
.form-header p { color: #888; font-size: 1rem; }

/* الحقول */
.input-row {
    display: flex;
    gap: 20px;
}

.input-group {
    width: 100%;
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.input-group label i { color: #FFC107; margin-left: 5px; }

.input-group input, 
.input-group select {
    width: 100%;
    padding: 12px 15px;
    background: #000;
    border: 1px solid #333;
    border-radius: 10px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
    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.15);
}

/* زر الإرسال */
.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;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}

/* التجاوب */
@media (max-width: 768px) {
    .ahmadi-form-section { padding: 50px 20px; }
    .form-wrapper { padding: 30px 20px; }
    
    .input-row {
        flex-direction: column; /* الحقول تحت بعض في الموبايل */
        gap: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9051d6e */@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: #000;
    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.5rem;
    margin-bottom: 10px;
}

.gold-text { color: #FFC107; }

.reviews-header p {
    color: #ccc;
    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(-5px);
    border-color: #FFC107;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.1);
}

/* علامة اقتباس جمالية */
.review-card::before {
    content: '\f10e'; /* أيقونة Quote */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 20px; left: 20px;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.05);
}

/* النجوم */
.stars {
    color: #FFC107;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

/* النص */
.review-text {
    color: #ddd;
    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;
    border: 1px solid #333;
}

.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;
    }
    .reviews-header h2 { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f1f354 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.story-section {
    font-family: 'Cairo', sans-serif;
    background-color: #050505; /* خلفية داكنة جداً */
    padding: 80px 20px;
    direction: rtl;
    border-bottom: 1px solid #222;
}

.story-container {
    max-width: 800px; /* عرض مناسب للقراءة */
    margin: 0 auto;
}

/* العنوان */
.story-header {
    text-align: center;
    margin-bottom: 40px;
}

.story-header h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.gold-text { color: #FFC107; }

.story-header p {
    color: #888;
    font-size: 1.1rem;
}

/* المحتوى القصصي */
.story-content {
    background: #111;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
}

/* خط جانبي ذهبي (زينة) */
.story-content::before {
    content: '';
    position: absolute;
    right: 0; top: 20%;
    height: 60%;
    width: 4px;
    background: #FFC107;
    border-radius: 0 5px 5px 0;
}

.story-content h3 {
    color: #FFC107;
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.story-content p {
    color: #ddd;
    font-size: 1.1rem;
    line-height: 1.9; /* مسافة مريحة للعين */
    margin-bottom: 20px;
    text-align: justify; /* محاذاة النص */
}

.story-content strong {
    color: #fff;
    font-weight: 700;
}

.story-content em {
    color: #FFC107;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
}

/* الفوتر */
.story-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #222;
    text-align: center;
}

.story-footer p {
    color: #aaa;
    font-size: 1rem;
    margin: 0;
    text-align: center;
}

/* التجاوب */
@media (max-width: 768px) {
    .story-content { padding: 25px; }
    .story-header h2 { font-size: 1.8rem; }
    .story-content h3 { font-size: 1.4rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acc6e6b */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.ahmadi-faq-section {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    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; }

/* الأكورديون */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #222;
    border-radius: 10px;
    overflow: hidden;
    background: #111;
    transition: all 0.3s ease;
}

.faq-item:hover { border-color: #FFC107; }

/* زر السؤال */
.faq-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;
}

.faq-btn.active { background: #161616; color: #FFC107; }

.faq-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    color: #FFC107;
}

.faq-btn.active i { transform: rotate(45deg); }

/* المحتوى */
.faq-content {
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-content p {
    padding: 20px;
    margin: 0;
    color: #ccc;
    font-size: 1rem;
    line-height: 1.8;
}

/* التجاوب */
@media (max-width: 768px) {
    .faq-btn {
        font-size: 1rem;
        align-items: flex-start; /* محاذاة للأعلى */
    }
    
    .faq-btn span { width: 90%; line-height: 1.5; }
    
    .faq-btn i { margin-top: 5px; min-width: 20px; }
}
/* ... باقي الكود ... */

/* التجاوب مع الموبايل */
@media (max-width: 768px) {
    .faq-btn {
        font-size: 1rem;
        padding: 15px; /* تقليل البادينج شوية */
        height: auto; /* السماح بالتمدد */
        
        /* السر هنا: السماح بكسر السطر */
        white-space: normal; 
        
        align-items: flex-start; /* الأيقونة تكون مع أول سطر */
        line-height: 1.6; /* مسافة مريحة بين السطور */
    }
    
    /* تنسيق النص داخل الزر */
    .faq-btn span {
        width: 90%; /* مساحة للنص */
        display: block; /* عشان ينزل سطر جديد */
    }
    
    .faq-btn i {
        margin-top: 5px; /* ضبط مكان الأيقونة */
        min-width: 20px; /* حجز مكان ثابت لها */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae989b7 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* الحاوية */
.local-links-section {
    font-family: 'Cairo', sans-serif;
    background-color: #050505;
    padding: 60px 20px;
    direction: rtl;
    border-top: 1px solid #222;
}

.links-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* المجموعات */
.links-group {
    margin-bottom: 40px;
}

.links-group h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.links-group h3 i { color: #FFC107; }

/* سحابة التاجات */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-cloud a {
    text-decoration: none;
    background: #111;
    color: #ccc;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.tags-cloud a:hover {
    background: #FFC107;
    color: #000;
    border-color: #FFC107;
    transform: translateY(-3px);
}

/* تمييز المحافظات الأخرى */
.secondary-tags a {
    background: #1a1a1a;
    border-color: #444;
}

.secondary-tags a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* الكيان الخارجي */
.external-link-box {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #333;
}

.external-link-box p {
    color: #888;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.wiki-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #aaa;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid #444;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.3s;
}

.wiki-btn:hover {
    color: #fff;
    border-color: #fff;
    background: #222;
}

/* التجاوب */
@media (max-width: 768px) {
    .links-group h3 { font-size: 1.2rem; }
    .tags-cloud a { padding: 6px 15px; font-size: 0.85rem; }
}/* End custom CSS */
/* Start custom CSS *//* توحيد خلفية الصفحة للأسود الملكي */
body.page-id-YOUR_ID, /* استبدل YOUR_ID برقم الصفحة لو عايز تخصصها */
body, html {
    background-color: #000000 !important;
    margin: 0;
    padding: 0;
}

/* ضمان عدم وجود خلفيات بيضاء من الثيم */
#content, #page, .site-content {
    background-color: transparent !important;
}/* End custom CSS */