
/* ============================
   FOOTER BASE
============================ */
.mri-footer {
    background: #0d6efd;              /* MRI Blue */
    color: #ffffff;
    border-bottom: 4px solid #0d6efd;
    height:150px;
     width: 1100px;
     margin-left: auto;
     margin-right: auto;
}

/* Footer text */
.mri-footer small,
.mri-footer h5 {
    color: #ffffff;
}

/* Footer buttons */
.mri-footer .btn-outline-light {
    border-color: #ffffff;
    color: #ffffff;
}

.mri-footer .btn-outline-light:hover {
    background: #ffffff;
    color: #0d6efd;
}

/* Footer links */
.footer-link {
    color: #aad4ff;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* ============================
   COOKIE CONSENT BAR
============================ */
.cookie-consent-bar {
    background: #212529;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

/* ============================
   RESPONSIVE FIXES
============================ */
@media (max-width: 768px) {
    .mri-footer {
        text-align: center;
    }

    .mri-footer .btn-outline-light {
        margin-bottom: 8px;
    }
}
