@charset "UTF-8";

/*
Theme Name: Medixi
Theme URI: https://wordpress.vecurosoft.com/medixi/
Author: Vecurosoft
Description: Medixi – Health & Medical WordPress Theme
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medixi
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Footer Styling */
.site-footer {
    background-color: #111;
    color: #fff;
    padding: 50px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 30px;
}

.footer-column {
    flex: 1;
}

.footer-title {
    color: #009799;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-widget {
    font-size: 14px;
    line-height: 1.6;
}

.footer-widget a {
    color: #ccc;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #009799;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
}


