.footer-nav {    
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    z-index: 9999;
}

.footer-nav li {
    flex: 1;
    list-style: none;
    text-align: center;
}

.footer-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.footer-nav a i {
    font-size: 26px !important; /* تكبير الأيقونة */
    margin-bottom: 3px;
    color: #007bff;
}

body {
    padding-bottom: 70px; /* يمنع الفوتر من تغطية الصفحة */
}
