﻿/* خلفيات أساسية */
.footer-section {
    background-color: #0e0e0e !important;
    color: #ffffff !important;
}

.footer-widgets-wrapper {
    background-color: #141414 !important;
    color: #f1f1f1 !important;
}

.footer-bottom {
    background-color: #000000 !important;
    color: #fff !important;
}

/* العناوين */
.footer-title,
.single-footer-widget h3 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    margin-bottom: 1rem !important;
}

/* النصوص العامة */
.footer-section p,
.footer-section span,
.footer-section div,
.footer-section li {
    color: #eaeaea !important;
}

/* الروابط */
.footer-section a {
    color: #f8f8f8 !important;
    text-decoration: none !important;
    transition: 0.3s !important;
}

    .footer-section a:hover {
        color: #f8b400 !important;
    }

/* البريد الإلكتروني */
.footer-email a {
    color: #ccc !important;
}

    .footer-email a:hover {
        color: #f8b400 !important;
    }

/* أزرار الاتصال */
.btn-whatsapp {
    background-color: #25D366 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

    .btn-whatsapp:hover {
        background-color: #1da955 !important;
    }

.btn-call {
    background-color: #f8b400 !important;
    color: #000 !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

    .btn-call:hover {
        background-color: #e3a000 !important;
        color: #111 !important;
    }

/* أيقونات السوشيال */
.social-btn {
    font-size: 1.3rem !important;
    color: #fff !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

    .social-btn.fb {
        background-color: #3b5998 !important;
    }

    .social-btn.ig {
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
    }

    .social-btn.sc {
        background-color: #fffc00 !important;
        color: #000 !important;
    }

    .social-btn.tt {
        background-color: #000 !important;
        border: 1px solid #fff !important;
    }

    .social-btn:hover {
        transform: translateY(-4px) !important;
        opacity: 0.9 !important;
    }

/* القاع */
.footer-bottom a {
    color: #f8f8f8 !important;
}

    .footer-bottom a:hover {
        color: #f8b400 !important;
    }

/* تنسيق عام للبانر */
.breadcumb-section {
    background-size: cover;
    background-position: center;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ضبط الحجم للجوال */
@media (max-width: 992px) {
    .breadcumb-section {
        min-height: 500px; /* تقليل الارتفاع */
        background-position: top center; /* لضبط تموضع الصورة */
        padding: 60px 20px;
    }

        .breadcumb-section .breadcumb-title {
            font-size: 32px; /* تصغير حجم الخط */
        }

        .breadcumb-section p {
            font-size: 16px;
        }
}

/* ضبط إضافي للشاشات الصغيرة جدًا */
@media (max-width: 576px) {
    .breadcumb-section {
        min-height: 350px;
        background-size: contain; /* يجعل الصورة لا تقطع */
    }
}
