/* ===== Footer Styles ===== */

        /* Dark Mode Footer Background */
        .dark footer {
            background-color: var(--color-footer-bg) !important;
        }

        /* ===== RTL Support for Footer ===== */

        /* Footer social links for RTL */
        [dir="rtl"] footer .flex.space-x-4 {
            flex-direction: row-reverse;
        }