  /*
Theme Name: سراج المستقبل التقنية
Theme URI: https://siraj-tech.com
Description: قالب شركة سراج المستقبل التقنية - حلول تقنية متكاملة
Version: 1.0
Author: سراج المستقبل التقنية
Text Domain: siraj-tech
*/

/* أنماط CSS الخاصة بك */

/*
Theme Name: Siraj Tech
Description: قالب تقني متكامل مع نظام ترجمة JSON
Version: 1.0
*/

/* أنماط الترجمة والاتجاه */
[dir="rtl"] {
    text-align: right;
}

[dir="ltr"] {
    text-align: left;
}

/* تحسينات للعربية */
.rtl-text {
    text-align: right;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
:root {
    --primary-blue: #4A90E2;
    --light-blue: #87CEEB;
    --gradient-blue: linear-gradient(135deg, #4A90E2 0%, #87CEEB 100%);
    --dark-blue: #2C3E50;
    --animation-timing: 0.6s;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ضع باقي الأنماط هنا */
  
  :root {
            --primary-blue: #4A90E2;
            --light-blue: #87CEEB;
            --gradient-blue: linear-gradient(135deg, #4A90E2 0%, #87CEEB 100%);
            --dark-blue: #2C3E50;
            --animation-timing: 0.6s;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        /* شريط التنقل المتحرك */
        .navbar {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            padding: 15px 0;
        }
        
        .navbar.scrolled {
            padding: 8px 0;
            background: var(--gradient-blue) !important;
        }
        
        .navbar.scrolled .nav-link {
            color: white !important;
        }
        
        .logo {
            height: 50px;
            transition: all 0.3s ease;
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
        }
        
        .nav-link {
            font-weight: 500;
            margin: 0 8px;
            position: relative;
            transition: color 0.3s ease;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            right: 0;
            background: var(--gradient-blue);
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        /* زر اللغة */
        .language-switcher {
            background: transparent;
            border: 2px solid var(--primary-blue);
            color: var(--primary-blue);
            border-radius: 20px;
            padding: 5px 15px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .language-switcher:hover {
            background: var(--primary-blue);
            color: white;
        }
        
        /* قسم البطل مع تأثيرات */
        .hero-section {
            background: var(--gradient-blue), url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            padding: 180px 0 120px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.3);
            z-index: 1;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        /* كاروسيل الصور */
        .carousel-item {
            height: 500px;
            background-size: cover;
            background-position: center;
        }
        
        .carousel-caption {
            background: rgba(0,0,0,0.6);
            border-radius: 10px;
            padding: 20px;
            bottom: 50px;
        }
        
        /* بطاقات الخدمات المتحركة */
        .service-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            margin-bottom: 30px;
            background: white;
            overflow: hidden;
            position: relative;
        }
        
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 5px;
            background: var(--gradient-blue);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }
        
        .service-card:hover::before {
            transform: scaleX(1);
        }
        
        .service-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .service-icon {
            width: 90px;
            height: 90px;
            background: var(--gradient-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 2.2rem;
            transition: all 0.4s ease;
        }
        
        .service-card:hover .service-icon {
            transform: scale(1.1) rotate(10deg);
        }
        
        /* قسم المنتجات الرقمية */
        .digital-products {
            background: #f8f9fa;
            padding: 80px 0;
        }
        
        .product-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            margin-bottom: 30px;
            height: 100%;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .product-img {
            height: 200px;
            background-size: cover;
            background-position: center;
        }
        
        /* الأسئلة الشائعة */
        .faq-section {
            padding: 80px 0;
        }
        
        .accordion-button {
            font-weight: 600;
            padding: 15px 20px;
        }
        
        .accordion-button:not(.collapsed) {
            background: var(--gradient-blue);
            color: white;
        }
        
        /* قسم التواصل */
        .contact-section {
            background: var(--dark-blue);
            color: white;
            padding: 80px 0;
        }
        
        .contact-info {
            text-align: center;
            padding: 30px 20px;
            border-radius: 10px;
            background: rgba(255,255,255,0.1);
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .contact-info:hover {
            transform: translateY(-5px);
            background: rgba(255,255,255,0.15);
        }
        
        .contact-form .form-control {
            border-radius: 10px;
            padding: 12px 15px;
            border: 1px solid #e1e5e9;
            transition: all 0.3s ease;
        }
        
        .contact-form .form-control:focus {
            border-color: var(--primary-blue);
            box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
        }
        
        .btn-primary {
            background: var(--gradient-blue);
            border: none;
            border-radius: 30px;
            padding: 12px 35px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(74, 144, 226, 0.4);
        }
        
        /* RTL Support */
        .rtl-text {
            direction: rtl;
            text-align: right;
        }
        
        .ltr-text {
            direction: ltr;
            text-align: left;
        }
        
        /* الفوتر */
        .footer {
            background: #1a252f;
            color: white;
            padding: 60px 0 20px;
        }
        
        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            margin-left: 10px;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background: var(--primary-blue);
            transform: translateY(-3px);
        }
        
        /* تأثيرات التمرير */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

/* تنسيق شريط المعلومات العلوي */
.top-header {
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top-header .contact-item {
    transition: all 0.3s ease;
}

.top-header .contact-item:hover {
    transform: translateY(-1px);
}

.top-header a:hover {
    color: #f8f9fa !important;
    text-decoration: underline !important;
}

/* تنسيق شريط التنقل */
.navbar {
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.navbar-brand {
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    transition: all 0.3s ease;
    border-radius: 6px;
    margin: 0 2px;
    color: #333 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #f8f9fa;
    color: #0d6efd !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* تصميم متجاوب */
@media (max-width: 768px) {
    .top-header .contact-info {
        flex-direction: column;
        gap: 0.5rem !important;
    }
    
    .top-header {
        padding: 0.5rem 0;
    }
    
    .navbar-brand .logo {
        height: 50px !important;
    }
    
    .brand-text {
        font-size: 1.1rem !important;
    }
    
    .navbar-nav {
        text-align: right;
        margin-top: 1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.8rem 1rem !important;
        margin: 2px 0;
    }
}

/*
Theme Name: Siraj Tech
Theme URI: https://siraj-tech.com
Description: قالب تقني متكامل مع نظام ترجمة JSON
Version: 1.0
Author: Siraj Tech Team
Text Domain: siraj-tech
*/

/* أنماط أساسية */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

/* تحسينات للعربية */
.rtl-text {
    text-align: right;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* تحسينات الترجمة */
[dir="rtl"] .me-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
}

[dir="rtl"] .me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

[dir="rtl"] .me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

[dir="rtl"] .ms-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}

[dir="rtl"] .ms-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}

[dir="rtl"] .ms-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

[dir="ltr"] {
    text-align: left;
}

[dir="ltr"] .rtl-text {
    text-align: left;
}