.elementor-1311 .elementor-element.elementor-element-ceb7a34{--display:flex;}.elementor-1311 .elementor-element.elementor-element-a6c5531{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-a6c5531 *//* =========================================
   1. إعدادات المتغيرات والألوان (احترافي)
   ========================================= */
:root {
    --primary: #1E40AF;       
    --primary-dark: #172554;
    --accent: #10B981;        
    --accent-glow: rgba(16, 185, 129, 0.4);
    --dark: #0f172a;
    --gray: #64748b;
    /* خلفية منقوشة احترافية */
    --bg-pattern: radial-gradient(#cbd5e1 1px, transparent 1px);
    --glass: rgba(255, 255, 255, 0.85);
    --shadow-soft: 0 10px 40px -10px rgba(0,0,0,0.08);
    --shadow-hover: 0 20px 40px -5px rgba(30, 64, 175, 0.15);
}

/* =========================================
   2. التنسيق العام (Reset) وتحسينات المتصفح
   ========================================= */
* { box-sizing: border-box; margin: 0; padding: 0; outline: none; }

/* تحسين إمكانية الوصول (Accessibility) عند استخدام الكيبورد */
*:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

html { scroll-behavior: smooth; }

/* تخصيص شريط التمرير (Scrollbar) */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

body { 
    font-family: 'Tajawal', sans-serif; 
    background-color: #f8fafc;
    background-image: var(--bg-pattern); /* تفعيل النقشة */
    background-size: 20px 20px;
    color: var(--dark); 
    line-height: 1.7; 
    direction: rtl; 
    overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Cairo', sans-serif; font-weight: 900; line-height: 1.3; margin-bottom: 1rem; }
a { text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* أنيميشن ناعم للظهور */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================
   3. الناف بار (زجاجي فاخر)
   ========================================= */
.pro-navbar {
    background: var(--glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: sticky; top: 0; z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 15px 0;
}
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.logo-area { font-size: 1.4rem; font-weight: 900; color: var(--primary); display: flex; gap: 8px; align-items: center; }
.logo-area i { color: var(--accent); } 

.nav-actions { display: flex; gap: 20px; align-items: center; }
.nav-link { 
    color: var(--dark); font-weight: 700; position: relative; 
    padding: 5px 10px; display: none; 
}
.nav-link::after {
    content: ''; position: absolute; bottom: 0; right: 50%; width: 0; height: 2px; 
    background: var(--primary); transition: 0.3s; transform: translateX(50%);
}
.nav-link:hover::after { width: 100%; }

.btn-main-sm {
    background: var(--dark); color: white; padding: 10px 20px; border-radius: 50px; 
    font-weight: bold; font-size: 0.9rem; display: flex; align-items: center; gap: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.btn-main-sm:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }

/* =========================================
   4. الهيرو (الواجهة الرئيسية)
   ========================================= */
.pro-hero { 
    padding: 80px 0; 
    background: linear-gradient(120deg, #eff6ff 0%, #ffffff 100%);
    position: relative; overflow: hidden;
}

.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; animation: fadeInUp 0.8s ease-out; }

.badge-box { 
    background: white; color: var(--primary); padding: 8px 16px; border-radius: 30px; 
    font-weight: bold; font-size: 0.9rem; display: inline-flex; gap: 8px; align-items: center; margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.1); border: 1px solid #dbeafe;
}

.hero-text h1 { font-size: 2.5rem; color: var(--dark); letter-spacing: -1px; }
.text-gradient { 
    background: linear-gradient(135deg, var(--primary) 0%, #3B82F6 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-desc { font-size: 1.2rem; color: var(--gray); margin-bottom: 30px; max-width: 550px; }

.hero-btns { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 30px; width: 100%; }

/* الزر الأساسي (ستايل لامع) */
.btn-primary { 
    background: linear-gradient(135deg, var(--primary) 0%, #2563eb 100%);
    color: white; padding: 16px 35px; border-radius: 12px; font-weight: bold; font-size: 1.1rem;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4); 
    display: flex; align-items: center; justify-content: center; gap: 10px;
    position: relative; overflow: hidden;
}
.btn-primary::before { /* لمعة */
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { transform: translateY(-4px); box-shadow: 0 15px 30px -5px rgba(37, 99, 235, 0.5); }

/* تأثير النبض للزر (تمت الإضافة) */
.pulse-effect {
    animation: pulse-blue 2s infinite;
}
@keyframes pulse-blue {
    0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(37, 99, 235, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

/* الزر الثانوي */
.btn-secondary { 
    background: white; color: var(--dark); border: 1px solid #e2e8f0; 
    padding: 16px 35px; border-radius: 12px; font-weight: bold;
    display: flex; align-items: center; justify-content: center;
}
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); background: #eff6ff; }

/* زر كبير للفوتر */
.btn-lg { padding: 18px 50px !important; font-size: 1.3rem !important; }

.trust-icons { display: flex; gap: 20px; font-size: 0.9rem; color: var(--gray); font-weight: 600; }
.trust-icons i { color: var(--accent); background: #dcfce7; padding: 5px; border-radius: 50%; }

/* كارت الهيرو البصري (3D) */
.card-visual {
    background: rgba(255,255,255,0.8); backdrop-filter: blur(10px);
    padding: 30px; border-radius: 24px; 
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border: 1px solid white; position: relative; max-width: 420px; margin: 0 auto;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    transition: 0.5s;
}
.card-visual:hover { transform: perspective(1000px) rotateY(0) rotateX(0); }
.visual-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--primary); font-weight: bold; font-size: 1.2rem; }
.visual-row { 
    display: flex; justify-content: space-between; padding: 15px; 
    background: white; margin-bottom: 10px; border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03); font-size: 0.95rem;
}

/* =========================================
   5. شريط الأرقام (Stats)
   ========================================= */
.stats-bar { 
    background: var(--dark); color: white; padding: 50px 0; margin-top: 0; position: relative; z-index: 10; 
    background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 30px 30px;
}
.stats-grid { display: flex; justify-content: space-around; text-align: center; flex-wrap: wrap; gap: 20px; }
.stat-item h3 { font-size: 2.5rem; margin-bottom: 5px; color: var(--accent); text-shadow: 0 0 20px var(--accent-glow); }

/* =========================================
   6. الخدمات (كروت احترافية)
   ========================================= */
.pro-services { padding: 100px 0; background: transparent; }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.section-head h2 { font-size: 2.5rem; color: var(--dark); position: relative; display: inline-block; }
.section-head h2::after { 
    content:''; width: 100%; height: 10px; background: #dbeafe; 
    position: absolute; bottom: 5px; left: 0; z-index: -1; border-radius: 4px; opacity: 0.6;
}

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.srv-card { 
    background: white; padding: 40px 30px; border-radius: 20px; 
    box-shadow: var(--shadow-soft); border: 1px solid transparent; 
    transition: 0.4s; position: relative; overflow: hidden;
}
.srv-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-hover); border-color: var(--primary); }
.featured-card { border: 2px solid var(--primary); background: #f8fafc; transform: scale(1.02); }
.tag { position: absolute; top: 20px; left: 20px; background: var(--accent); color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.75rem; font-weight: bold; box-shadow: 0 4px 10px var(--accent-glow); }

.icon-box { 
    width: 70px; height: 70px; background: #eff6ff; border-radius: 18px; 
    display: flex; align-items: center; justify-content: center; 
    font-size: 1.8rem; color: var(--primary); margin-bottom: 25px; transition: 0.4s;
}
.srv-card:hover .icon-box { background: var(--primary); color: white; transform: rotate(5deg); }

.srv-card h3 { font-size: 1.3rem; color: var(--primary-dark); margin-bottom: 10px; }
.srv-features { list-style: none; margin-top: 25px; border-top: 1px dashed #e2e8f0; padding-top: 20px; }
.srv-features li { display: flex; gap: 8px; margin-bottom: 8px; font-size: 0.95rem; color: var(--gray); }
.srv-features li i { color: var(--accent); }

/* =========================================
   7. التقييمات و خطوات العمل
   ========================================= */
.reviews-section { background: white; padding: 60px 0; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.review-card { 
    background: white; padding: 30px; border-radius: 20px; border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); 
}
.stars { color: #fbbf24; margin-bottom: 10px; font-size: 1rem; }
.review-card p { font-size: 1rem; color: var(--dark); font-style: normal; line-height: 1.6; }
.client-name { font-weight: bold; color: var(--primary); font-size: 0.9rem; margin-top: 15px; display: block; }

.process-section { padding: 80px 0; background: transparent; }
.process-steps { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; gap: 20px; text-align: center; }
.step { flex: 1; min-width: 200px; position: relative; }
.step-num { width: 50px; height: 50px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; margin: 0 auto 15px; z-index: 2; position: relative; box-shadow: 0 5px 15px rgba(30, 64, 175, 0.3); }

/* =========================================
   8. الأسئلة الشائعة (FAQ)
   ========================================= */
.faq-section { padding: 80px 0; background: white; }
.faq-grid { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 15px; }
.faq-item details { background: #f8fafc; padding: 15px 25px; border-radius: 12px; border: 1px solid #e2e8f0; cursor: pointer; transition: 0.3s; }
.faq-item summary { font-weight: bold; list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 1.05rem; }
.faq-item p { margin-top: 15px; color: var(--gray); padding-top: 15px; border-top: 1px solid #eee; }
.faq-item details[open] { border-left: 4px solid var(--accent); background: white; box-shadow: var(--shadow-soft); }

/* =========================================
   9. الفوتر والعناصر العائمة
   ========================================= */
.final-cta { padding: 80px 0; background: var(--dark); text-align: center; color: white; }
.final-cta h2 { color: white; font-size: 2.5rem; margin-bottom: 15px; }
.final-cta p { opacity: 0.8; margin-bottom: 30px; font-size: 1.2rem; }

.pro-footer { background: #000; color: white; padding: 40px 0 20px; border-top: 1px solid #333; }
.copyrights { text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid #333; color: #6b7280; font-size: 0.85rem; }

/* شريط الشركاء */
.partners-strip { background: white; padding: 30px 0; border-bottom: 1px solid #f1f5f9; text-align: center; }
.partners-title { font-size: 0.9rem; color: var(--gray); margin-bottom: 20px; font-weight: bold; }
.partners-grid { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
.partners-grid img { 
    height: 50px; width: auto; max-width: 120px; object-fit: contain;
    filter: grayscale(100%); opacity: 0.5; transition: all 0.4s ease; mix-blend-mode: multiply;
}
.partners-grid img:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.1); }

/* شريط الاستعجال */
.urgency-bar { background: #fee2e2; color: #991b1b; text-align: center; padding: 10px; font-size: 0.9rem; font-weight: bold; }
.urgency-bar a { text-decoration: underline; color: #7f1d1d; }

/* زر الواتساب العائم */
.float-wa {
    position: fixed; bottom: 30px; left: 30px; background: #25d366; color: white; width: 60px; height: 60px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); z-index: 9999; animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* الشريط اللاصق للجوال */
.mobile-sticky-bar {
    position: fixed; bottom: 0; left: 0; width: 100%;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
    padding: 12px 15px; border-top: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.05);
    display: flex; gap: 10px; z-index: 9999;
    display: none; /* مخفي افتراضياً */
}
.sticky-btn {
    flex: 1; text-align: center; padding: 12px; border-radius: 8px;
    font-weight: bold; font-size: 1rem; text-decoration: none;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.call-btn { background: #f1f5f9; color: var(--dark); }
.wa-btn { background: var(--accent); color: white; }

/* =========================================
   10. تجاوب الجوال (مصحح ومدمج)
   ========================================= */

@media(min-width: 768px) {
    .nav-link { display: block; }
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .step-line { display: block; height: 2px; background: #e5e7eb; flex: 1; margin-top: 25px; }
}

@media(max-width: 768px) {
    body { padding-bottom: 90px; } /* مسافة عشان الشريط اللاصق */
    
    .mobile-sticky-bar { display: flex; } /* إظهار الشريط */
    .float-wa { display: none !important; } /* إخفاء الزر العائم */
    
    .logo-area { font-size: 1.1rem; }
    .btn-main-sm { padding: 6px 12px; font-size: 0.75rem; }

    .pro-hero { padding: 40px 0; }
    .hero-text h1 { font-size: 1.8rem; }
    .hero-btns { flex-direction: column; width: 100%; gap: 15px; padding-bottom: 20px; }
    .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
    
    .trust-icons { display: none; }
    .card-visual { display: none; } /* إخفاء الكارد المعقد في الجوال */
    
    .partners-grid { gap: 15px; }
    .partners-grid img { height: 35px; max-width: 100px; margin: 0 5px; }
}

/* حل مشكلة السكرول الأفقي للشعارات في الشاشات الصغيرة (تم التصحيح لـ 500px) */
@media (max-width: 500px) {
    .partners-grid {
        flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start;
        gap: 15px; padding: 0 10px 10px;
        -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory;
    }
    .partners-grid img {
        height: 40px; max-width: 120px; flex: 0 0 auto; scroll-snap-align: center;
    }
    /* إخفاء شريط التمرير المزعج */
    .partners-grid::-webkit-scrollbar { height: 0; width: 0; display: none; }
}


.guarantee-section { padding: 40px 0; }
.guarantee-box { 
    background: #fffbeb; border: 2px dashed #fbbf24; border-radius: 15px; padding: 30px; 
    display: flex; align-items: center; gap: 20px; max-width: 800px; margin: 0 auto;
}
.g-icon { font-size: 3rem; color: #d97706; }
.g-text h3 { margin: 0 0 10px; color: #92400e; font-size: 1.4rem; }
.g-text p { margin: 0; color: #b45309; }
@media(max-width: 768px) { .guarantee-box { flex-direction: column; text-align: center; } }


/* تنسيق إخلاء المسؤولية للحماية القانونية */
.legal-disclaimer {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    color: #9ca3af; /* لون رمادي خافت */
    font-size: 0.75rem; /* خط صغير */
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.legal-disclaimer strong {
    color: #d1d5db; /* تفتيح كلمة إخلاء المسؤولية */
}/* End custom CSS */