.elementor-88 .elementor-element.elementor-element-46c1d35{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-dea1694 *//* ==========================================================================
   PETRASANDS CORPORATE FOOTER DESIGN FOR ASTRA
   ========================================================================== */

.site-footer {
    background-color: #1A365D; /* الأزرق الداكن للبراند */
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(212, 175, 55, 0.15); /* خط علوي ذهبي ممتد وناعم */
}

/* الجزء العلوي للتذييل - تقسيم الأعمدة */
.footer-upper-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 40px 60px 40px; /* مساحات بيضاء واسعة تمنح شعور الفخامة */
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 50px;
    align-items: start;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

/* --- العمود الأول: الشعار والنص التعريفي --- */
.footer-logo {
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    color: #ffffff !important;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-logo span {
    color: #D4AF37 !important; /* الذهبي الرملي */
    font-weight: 500;
}

.footer-brand-desc {
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
}

/* --- العناوين الداخلية للأعمدة --- */
.footer-col-title {
    color: #D4AF37 !important; /* عناوين ذهبية رملية فاخرة */
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 25px 0 !important;
}

/* --- قوائم الروابط السريعة والتفاعل --- */
.footer-links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-links-list a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

/* حركية الروابط عند التمرير بالذهبي */
.footer-links-list a:hover {
    color: #D4AF37 !important;
    transform: translateX(4px); /* إزاحة يمين طفيفة وأنيقة عند مرور الماوس */
}

/* --- العمود الرابع: زر الدعوة التفاعلي --- */
.footer-cta-text {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0 20px 0 !important;
}

.footer-action-btn {
    display: inline-block;
    text-decoration: none !important;
    background-color: transparent !important;
    color: #D4AF37 !important; /* لون الخط ذهبي */
    border: 1px solid #D4AF37 !important; /* إطار ذهبي مخصص */
    padding: 14px 28px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px !important;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.footer-action-btn:hover {
    background-color: #D4AF37 !important; /* يمتلئ بالذهبي عند التحويم */
    color: #1A365D !important; /* الخط يتحول للأزرق الداكن */
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
}

/* ==========================================================================
   الشريط السفلي القانوني وحقوق النشر (Sub-Footer)
   ========================================================================== */
.footer-lower-bar {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.06); /* خط رفيع جداً */
    padding: 30px 40px;
    box-sizing: border-box;
    background-color: #152c4d; /* درجة أزرق أعمق قليلاً لفرز الحقوق */
}

.footer-lower-container {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.footer-legal-links a:hover {
    color: #D4AF37 !important;
}

.legal-divider {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    font-size: 0.85rem;
}

/* ==========================================================================
   التجاوب الذكي المتكامل مع شاشات الهواتف والتابلت لقالب Astra
   ========================================================================== */
@media (max-width: 992px) {
    .footer-upper-container {
        grid-template-columns: 1fr 1fr; /* يترتب كعمودين بجانب بعضهما في التابلت */
        gap: 40px;
        padding: 60px 24px 40px 24px;
    }
    
    .footer-lower-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .footer-upper-container {
        grid-template-columns: 1fr; /* يترتب كعمود واحد ممتد بالكامل على الهواتف */
        gap: 45px;
        text-align: center;
    }

    .footer-links-list a:hover {
        transform: none; /* إلغاء الإزاحة الأفقية على شاشات اللمس للموبايل */
    }

    .footer-brand-desc {
        max-width: 450px;
        margin: 0 auto !important;
    }

    .footer-action-btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
}/* End custom CSS */