/* ===============================
   الفوتر – روابط + سوشيال + الدفع
   =============================== */

/* روابط الفوتر */
footer a,
.footer a {
    color: #1fa34a !important;      /* أخضر */
    font-weight: 700 !important;    /* عريض */
    font-size: 16px;
    transition: 0.3s;
}

footer a:hover,
.footer a:hover {
    color: #178a3e !important;
}

/* أيقونات السوشيال ميديا */
footer .social-icons a,
.footer .social-icons a,
footer .social-icons i,
.footer .social-icons i,
footer .social-icons svg,
.footer .social-icons svg {
    color: #1fa34a !important;
    fill: #1fa34a !important;
    font-size: 22px;
    transition: 0.3s;
}

footer .social-icons a:hover,
.footer .social-icons a:hover,
footer .social-icons i:hover,
.footer .social-icons i:hover {
    color: #178a3e !important;
    fill: #178a3e !important;
}

/* رفع خيارات الدفع للأعلى */
footer .payment-methods,
.footer .payment-methods {
    margin-top: -20px !important;
}

/* تكبير أيقونات الدفع */
footer .payment-methods img,
.footer .payment-methods img {
    height: 42px !important;
    width: auto !important;
    margin: 0 6px;
}

/* توسيط خيارات الدفع */
footer .payment-methods,
.footer .payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}/* ===============================
   الفوتر – خيارات الدفع بشكل طولي
   =============================== */

/* حاوية خيارات الدفع */
footer .payment-methods,
.footer .payment-methods {
    display: flex !important;
    flex-direction: column !important; /* ترتيب طولي */
    align-items: center !important;
    gap: 12px; /* مسافة بين الصور */
    margin-top: -20px !important; /* رفعها شوي */
}

/* صور خيارات الدفع */
footer .payment-methods img,
.footer .payment-methods img {
    height: 42px !important; /* حجم الصورة */
    width: auto !important;
    display: block;
}