/* Footer Background */
.custom-footer-bg {
    /* background-color: #063f74; old */
    background-color: #1d2328;
}

/* Text Colors */
.footer-logo-text {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.footer-title {
    color: #ffffff;
    font-weight: bold;
}

.footer-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
}

.footer-highlight-link {
    color: #7ac142;
    text-decoration: none;
}

/* Payment Icons */
.rounded-icon {
    border-radius: 50px;
    transition: transform 0.2s ease-in-out;
}

/* Social Icons */
.footer__social a i {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

/* Bottom Bar */
.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    padding: 20px 0;
}