.elementor-11045 .elementor-element.elementor-element-32f358c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5d28e66 *//* --- إعدادات الفوتر الأبيض --- */
.luxury-footer {
    background-color: #ffffff; /* خلفية بيضاء بالكامل */
    color: #555; /* نص رمادي متوسط للقراءة المريحة */
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-top: 0;
    border-top: 1px solid #eaeaea; /* خط علوي خفيف جداً */
}

/* الخط الذهبي العلوي (كما هو) */
.footer-gold-line {
    height: 4px;
    background: linear-gradient(90deg, #dec065, #b3882a, #dec065);
    width: 100%;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- الشبكة --- */
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding: 70px 0 50px 0;
}

/* --- العناوين والشعار --- */
.footer-logo {
    color: #222; /* الشعار باللون الأسود الداكن */
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-col h3 {
    color: #222; /* العناوين بالأسود */
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

/* خط ذهبي تحت العنوان */
.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 40px; height: 2px;
    background-color: #dec065;
}

/* --- الروابط --- */
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 12px; }

.footer-col ul li a {
    color: #666; /* لون الروابط رمادي */
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
}

.footer-col ul li a:hover {
    color: #b3882a; /* يتحول للذهبي عند الماوس */
    transform: translateX(5px);
}

/* --- معلومات التواصل --- */
.contact-info li {
    display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px;
}

.contact-info i {
    color: #b3882a; /* أيقونات ذهبية داكنة لتكون واضحة على الأبيض */
    font-size: 1.1rem;
    margin-top: 5px;
}

/* --- القائمة البريدية (تغييرات كبيرة لتناسب الأبيض) --- */
.newsletter-form {
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.newsletter-form input {
    width: 100%;
    padding: 12px 15px;
    background: #f9f9f9; /* خلفية فاتحة جداً للحقل */
    border: 1px solid #ddd; /* حدود رمادية */
    color: #333;
    border-radius: 4px 0 0 4px;
    outline: none;
    transition: border 0.3s;
}

.newsletter-form input:focus { border-color: #dec065; background: #fff; }

.newsletter-form button {
    background: linear-gradient(90deg, #dec065, #b3882a);
    border: none;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background 0.3s;
}

.newsletter-form button:hover { background: #dec065; }

/* --- السوشيال ميديا --- */
.social-links { margin-top: 20px; display: flex; gap: 15px; }

.social-links a {
    width: 40px; height: 40px;
    background: #f0f0f0; /* خلفية رمادية فاتحة للأيقونات */
    color: #555; /* لون الأيقونة */
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #dec065; /* خلفية ذهبية عند الماوس */
    color: #fff; /* أيقونة بيضاء */
    transform: translateY(-3px);
}

/* --- أيقونات الدفع --- */
.payment-icons { font-size: 2rem; color: #888; display: flex; gap: 15px; margin-top: 15px; }

/* --- الجزء السفلي (Copyright) --- */
.footer-bottom {
    background-color: #fcfcfc; /* لون مختلف قليلاً جداً للفصل */
    padding: 20px 0;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #777;
}

.bottom-flex {
    display: flex; justify-content: space-between; align-items: center;
}

.bottom-links a {
    color: #777; text-decoration: none; margin-left: 20px; font-size: 0.85rem;
}

.bottom-links a:hover { color: #b3882a; }

/* --- الموبايل --- */
@media (max-width: 991px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-col h3::after { left: 50%; transform: translateX(-50%); }
    .contact-info li, .social-links, .payment-icons { justify-content: center; }
    .bottom-flex { flex-direction: column; gap: 10px; }
    .bottom-links a { margin: 0 10px; }
}/* End custom CSS */