html,
body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.footer {
    background-color: #131313;
    color: #fff;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    text-align: center;
    width: 100%;
    margin-top: auto;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    gap: 20px;
    padding: 0 20px;
}

.footer-logo {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-logo .logo {
    max-width: 150px;
    height: auto;
}

.footer-nav {
    flex: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.footer-nav a {
    color: #bbb;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #829BA3;
}

.footer-support {
    display: flex;
    align-items: flex-start;
    background-color: #3B4245;
    border-radius: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.footer-support p {
    font-family: 'Anek Kannada', sans-serif;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0%;
}

.support-text p{
    margin-top: 10px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.support-button {
    margin-top: 30px;
    margin-left: -100px;
}

.support-button a {
    display: inline-block;
    background: transparent;
    color: #829BA3;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Anek Kannada', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    line-height: 100%;
    letter-spacing: 20%;
    margin-left: -10px;
    margin-top: 20px;
}

.support-link:hover {
    color: #fff;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: #3B4245;
    margin: 20px 0;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    margin-left: -30px;
    margin-top: -15px;
}

.footer-social p {
    margin: 0;
    color: #bbb;
    flex: 1;
    margin-left: 1200px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-right: 30px;
}

.social-icons a {
    display: inline-block;
}

.social-icons img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

.footer-copyright {
    margin-bottom: -40px;
    margin-left: -1250px;
    font-size: 14px;
    color: #829BA3;
}

.redirect {
    color: #000000;
    display: block;
    text-align: center;
    margin-top: 100px;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Anek Kannada', sans-serif;
    font-weight: bold;
}

/* Responsiveness Section */
@media (max-width: 1024px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-nav {
        flex-direction: column;
        gap: 10px;
    }

    .footer-support {
        align-items: center;
        flex-direction: column;

    }

    .footer-support p {
        margin-bottom: 10px;
        text-align: center;
        align-items: center;
    }

    .support-text {
        margin-left: 0;
        margin-bottom: 10px;
        text-align: center;
        align-items: center;
        font-family: 'Inter', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .support-button {
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-social {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-icons {
        margin-top: 10px;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer-logo {
        margin-right: 600px;
    }

    .footer-nav {
        margin-left: -180px;
        flex-direction: row;
        width: 200px;
    }

    .footer-support {
        flex-direction: column;
        width: 300px;
    }

    .footer-support p {
        text-align: left;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
    }

    .support-text p {
        text-align: left;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        margin-left: 130px;
        margin-top: -70px;
    }

    .support-button a{
        font-weight: 400;
        font-size: 15px;
        margin-top: -30px;
        margin-left: 75px;
    }

    .footer-social {
        align-items: center;
        flex-direction: row;
    }

    .footer-copyright {
        margin-bottom: -40px;
        margin-left: -150px;
    }
}

@media (max-width: 480px) {
    .footer-nav {
        margin-top: 20px;
        margin-right: 290px;
        margin-bottom: 20px;
    }

    .footer-support {
        flex-direction: column;
        width: 300px;
        margin-right: 470px;
    }

    .footer-support p {
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        margin-right: 200px;
    }

    .support-text p {
        text-align: left;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        margin-left: 130px;
        margin-top: -70px;
    }

    .support-button a{
        font-weight: 400;
        font-size: 15px;
        margin-top: -30px;
    }

    .footer-social {
        align-items: center;
        flex-direction: row;
    }

    .footer-copyright {
        margin-bottom: -40px;
        margin-left: -150px;
    }
}