/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/
 .custom-footer-links {
    background-color: #142745;
    padding: 15px 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 25px;
    margin: 0;
}

.custom-footer-links li {
    display: inline;
}

.custom-footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.custom-footer-links a:hover {
    color: #d1e0ff;
}