.custom-footer {
    background: #04C9FF;
    border-radius: 40px;
    padding: 50px 40px;
    margin: 30px auto;
    color: #000;
    overflow: hidden;
}

.footer-logo {
    max-width: 240px;
    width: 100%;
    height: auto;
}

.footer-download-text {
    font-size: 15px;
    margin-bottom: 18px;
    font-weight: 400;
}

.footer-store-buttons img {
    height: 42px;
    width: auto;
}

.footer-title {
    /*font-size: 24px;*/
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
}

.footer-links li {
    /*font-size: 17px;*/
    font-size: 14px;
    line-height: 2.2;
    font-weight: 400;
    color: white;
}

.footer-social {
    font-size: 26px;
    margin-top: 10px;
}

/* Tablet */
@media (max-width: 991px) {
    .custom-footer {
        padding: 40px 30px;
        border-radius: 30px;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-links li {
        font-size: 15px;
    }

    .footer-download-text {
        font-size: 14px;
    }

    .footer-social {
        font-size: 22px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .custom-footer {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .footer-logo {
        max-width: 180px;
    }

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

    .footer-links li {
        font-size: 14px;
        line-height: 2;
    }

    .footer-download-text {
        font-size: 13px;
    }

    .footer-store-buttons img {
        height: 36px;
    }

    .footer-social {
        font-size: 20px;
    }
}

.link_nodecor{
    text-decoration: none;
    color: black;
}
.link_nodecor_wt{
    text-decoration: none;
    color: white;
}