/* Custom Footer Styling */
.footer-bottom-wrap .info a,
.ol-footer .text-center a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-bottom-wrap .info a:hover,
.ol-footer .text-center a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}