/* Custom styles for vertical contact alignment in all pages */
.footer-contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-contact-icon {
    margin-bottom: 0.5rem;
}

/* RTL specific adjustments for Arabic pages */
html[dir="rtl"] .footer-contact-item {
    flex-direction: column;
}
