/* إخفاء الفوتر القديم */
div.bg-skin-primary.text-skin-a11y.py-8.max-lg\:pb-20.\!bg-white {
    display: none !important;
}

/* ستايل الفوتر الجديد الخاص بك */
.custom-footer {
    text-align: center;
    font-size: 14px;
    color: #2B2B2B;
    background-color: #FAF7F5;
    padding: 16px;
    border-top: 1px solid #F3E4DC;
    font-family: sans-serif; /* أو الخط المستخدم في البراند */
}

.custom-footer a {
    color: #C9A96E;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.custom-footer a:hover {
    color: #D8A7B1;
    text-decoration: underline;
}