/* الأنماط الإضافية لتفخيم الـ Hero Section */

.store-hero-section-lux {
    padding: 80px 5%;
    background: #111; /* خلفية داكنة لإبراز المحتوى الفني */
    color: #f4f4f4;
    border-radius: 0 0 50px 50px; /* منحنيات أنيقة للأسفل */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

.hero-container-lux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
}

.hero-content-lux {
    flex: 1;
    text-align: right;
}

.hero-content-lux h1 {
    font-size: 3rem;
    color: #ffcc00; /* لون ذهبي أو مشرق للعناوين على الخلفية الداكنة */
    margin-bottom: 20px;
    line-height: 1.2;
}

.tagline-lux {
    font-size: 1.2rem;
    color: #bbb;
    margin-bottom: 30px;
}

/* قائمة المميزات الصغيرة */
.features-list-lux {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    font-size: 1rem;
    color: #e0e0e0;
}

.features-list-lux i {
    color: #ff9800; /* لون برتقالي مميز للأيقونات */
    margin-left: 10px;
}

/* زر الـ CTA الفاخر */
.store-main-cta-button-lux {
    display: inline-block;
    background-color: #ff9800;
    color: #111;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid #ff9800;
    box-shadow: 0 5px 20px rgba(255, 152, 0, 0.4);
}

.store-main-cta-button-lux:hover {
    background-color: #ffcc00;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.6);
}

/* جزء الصورة */
.hero-image-lux {
    flex: 1;
    max-width: 450px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(255, 152, 0, 0.2);
}

.hero-image-lux img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

/* طبقة فوق الصورة */
.image-overlay-lux {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffcc00;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

/* فاصل الأقسام */
.section-separator-lux {
    text-align: center;
    font-size: 1.5rem;
    color: #3f51b5;
    margin: 40px 0;
    font-weight: 600;
}

.section-separator-lux i {
    color: #ff9800;
    margin: 0 15px;
}

/* استجابة التصميم */
@media (max-width: 992px) {
    .hero-container-lux {
        flex-direction: column;
        text-align: center;
    }
    .hero-image-lux {
        margin-top: 30px;
        max-width: 90%;
    }
    .hero-content-lux {
        text-align: center;
    }
    .features-list-lux {
        justify-content: center;
        flex-wrap: wrap;
    }
}














/* ========================================= */
/* 1. الترويسة الفخمة الجديدة (Luxurious Hero) */
/* ========================================= */

.store-hero-section-lux {
    /* الخلفية الداكنة متناسقة مع تصميم الـ body */
    background: #191919; 
    color: #f4f4f4;
    padding: 100px 5% 60px 5%; 
    padding-top: 130px; /* تباعد كبير بعد الـ Navbar */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.hero-container-lux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
}

.hero-content-lux {
    flex: 1;
    text-align: right;
    min-width: 300px;
}

.hero-content-lux h1 {
    font-size: 3.2rem;
    color: #FF5733; /* استخدام اللون البرتقالي النيوني للفت الانتباه */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(255, 87, 51, 0.6);
    font-weight: 800;
}

.tagline-lux {
    font-size: 1.3rem;
    color: #00D2FF; /* اللون النيوني الثانوي للمعلومة الأساسية */
    margin-bottom: 30px;
    font-weight: 500;
}

/* قائمة المميزات الصغيرة */
.features-list-lux {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #E0E0E0;
    list-style: none; /* إزالة التنقيط التلقائي */
    padding: 0;
}

.features-list-lux div {
    display: flex;
    align-items: center;
}

.features-list-lux i {
    color: #FF5733;
    margin-left: 10px;
    font-size: 1.2rem;
}

/* زر الـ CTA الفاخر (Hero Main Button) */
.store-main-cta-button-lux {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 45px;
    border-radius: 40px;
    background: linear-gradient(135deg, #00D2FF, #1A4D6B); /* تدرج لوني أزرق عميق */
    color: #E0E0E0 !important;
    font-size: 1.15rem;
    font-weight: 700;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 210, 255, 0.4);
    text-decoration: none;
    border: none;
}

.store-main-cta-button-lux:hover {
    background: linear-gradient(135deg, #FF5733, #FF7B00); /* تحول الـ Hover إلى البرتقالي */
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 35px rgba(255, 87, 51, 0.6);
}

/* جزء الصورة الفنية القوية */
.hero-image-lux {
    flex: 1;
    max-width: 450px;
    min-width: 300px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* إطار نيون خفيف يحيط بالصورة */
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.3);
}

.hero-image-lux img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.hero-image-lux:hover img {
    transform: scale(1.05);
}

/* طبقة نصية فوق الصورة */
.image-overlay-lux {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #FF5733;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    border-top: 1px solid #FF5733;
}

/* فاصل الأقسام */
.section-separator-lux {
    text-align: center;
    font-size: 1.5rem;
    color: #00D2FF;
    margin: 60px 5%;
    font-weight: 600;
    padding: 20px;
    background-color: #1A1A1A;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.1);
}

.section-separator-lux i {
    color: #FF5733;
    margin: 0 15px;
}


/* ========================================= */
/* 2. أقسام الأوردرات (Products Sections)    */
/* ========================================= */

.orders-section {
    padding: 60px 5%;
    text-align: center;
}

.orders-section h2 {
    /* نستخدم تنسيق الـ h2 الأساسي من الملف الرئيسي */
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.orders-section .section-description {
    font-size: 1.1rem;
    color: #C0C0C0;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.orders-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* تنسيق كارت الأوردر الواحد (Neon Dark Card) */
.order-card {
    background-color: #1E1E1E;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    border: 1px solid #333;
    /* ظل مميز يعكس الطابع النيوني */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5), 
                0 0 10px rgba(0, 210, 255, 0.1);
}

.order-card:hover {
    transform: translateY(-12px);
    /* وهج أقوى عند التفاعل */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 
                0 0 20px rgba(255, 87, 51, 0.4);
    border-color: #FF5733;
}

.order-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.5s ease;
    /* إطار ناعم للصورة داخل الكارد */
    border: 2px solid #333;
}

.order-card:hover .order-img {
    transform: scale(1.08);
}

.order-card h3 {
    font-size: 1.5rem;
    color: #00D2FF;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgba(0, 210, 255, 0.3);
}

.order-card p {
    color: #A0A0A0;
    min-height: 50px;
    font-size: 1rem;
    line-height: 1.6;
}

/* زر طلب الأوردر (WhatsApp Button) */
.order-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 95%;
    margin: 20px auto 0;
    background-color: #25D366; /* لون الواتساب الأصلي */
    color: #121212;
    padding: 12px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: none;
}

.order-cta-button:hover {
    background-color: #128C7E;
    color: #E0E0E0;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.6);
}

.order-cta-button i {
    font-size: 1.2rem;
}

/* ========================================= */
/* 3. قسم المشاريع الخاصة (Special Orders)    */
/* ========================================= */

.special-orders {
    background-color: #1E1E1E;
    border-radius: 20px;
    padding: 50px 5%;
    margin: 60px auto;
    max-width: 1200px;
    text-align: center;
    border-top: 3px solid #FF5733;
    box-shadow: 0 0 30px rgba(255, 87, 51, 0.2);
}

.contact-special-area {
    background-color: #242424;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.special-orders h2 {
    color: #FF5733;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.special-orders .section-description {
    color: #C0C0C0;
    margin-bottom: 25px;
}

.special-note {
    color: #00D2FF;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* زر التواصل للمشاريع الخاصة */
.special-cta {
    /* تصميم مشابه لزر الـ Hero لكن باللون البرتقالي */
    background: linear-gradient(135deg, #FF5733, #FF7B00);
    color: #E0E0E0 !important;
    font-size: 1.1rem;
    padding: 15px 40px;
    box-shadow: 0 8px 20px rgba(255, 87, 51, 0.5);
    margin-top: 25px;
}

.special-cta:hover {
    background: linear-gradient(135deg, #FF7B00, #FF5733);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 87, 51, 0.7);
}

/* ========================================= */
/* 4. استجابة التصميم (Media Queries)        */
/* ========================================= */

@media (max-width: 992px) {
    /* الترويسة */
    .hero-container-lux {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .hero-image-lux {
        order: 1; /* الصورة أولاً ثم النص */
        margin-bottom: 20px;
        max-width: 90%;
    }
    .hero-content-lux {
        order: 2;
        text-align: center;
    }
    .features-list-lux {
        justify-content: center;
    }
    .hero-content-lux h1 {
        font-size: 2.5rem;
    }
    .tagline-lux {
        font-size: 1.1rem;
    }
    
    /* الأقسام الداخلية */
    .orders-container {
        grid-template-columns: 1fr; /* كارد واحد في كل سطر */
        max-width: 90%;
    }
    .order-card {
        max-width: 450px;
        margin: 0 auto;
    }
    
    .section-separator-lux {
        font-size: 1.2rem;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .store-hero-section-lux {
        padding: 100px 5% 40px 5%;
    }
    .hero-image-lux img {
        height: 300px;
    }
    .store-main-cta-button-lux, .special-cta {
        width: 100%;
        padding: 15px 20px;
        font-size: 1rem;
    }
}