.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.footer-logo {
    max-width: 729px;
    max-height: 68px;
    width: auto;
    object-fit: contain;
}

.footer-content {
    width: auto;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}

.footer-company-info,
.footer-copyright {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 20px;
}

.footer-rating {
    height: 80px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.rating-badge {
    height: 80px;
    width: auto;
    color: #000;
    display: flex;
    margin-bottom: 20px;
}
@media only screen and (max-width: 2048px) and (max-height: 1152px) {
    .footer-logo {
        height: 85px;
    }
    .footer-company-info, .footer-copyright {
        font-size: 1.1rem;
    }

    .footer-rating {
        height: 75px;
    }
    
    .rating-badge {
        height: 75px;
    }
}
@media only screen and (max-width: 1920px) and (max-height: 1200px) {
    .footer-logo {
        height: 80px;
    }
    .footer-company-info, .footer-copyright {
        font-size: 1rem;
    }

    .footer-rating {
        height: 70px;
    }
    
    .rating-badge {
        height: 70px;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 1080px){
    .footer-logo {
        height: 75px;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .footer-logo {
        height: 70px;
    }
    .footer-company-info, .footer-copyright {
        font-size: 0.8rem;
    }

    .footer-rating {
        height: 60px;
    }
    
    .rating-badge {
        height: 60px;
    }
}

@media only screen and (max-width: 900px) and (max-height: 1366px){
    .footer {
        padding: 30px 15px;
    }

    .footer-logos {
        gap: 20px;
        margin: 5px 0;
    }

    .footer-logo {
        height: 60px;
    }

    .footer-company-info,
    .footer-copyright {
        font-size: 0.6rem;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .footer-rating {
        margin-top: 10px;
    }

    .rating-badge {
        height: 50px;
        margin-top: 0px
    }
}

@media only screen and (max-width: 768px) {
    .footer-content{
        height: 180px;
    }
    .footer {
        padding: 30px 15px;
    }

    .footer-logos {
        gap: 20px;
    }

    .footer-logo {
        height: 28px;
    }

    .footer-company-info,
    .footer-copyright {
        font-size: 0.4rem;
        padding: 0 15px;
    }

    .footer-rating {
        height: 60px;
        margin-top: 10px;
    }

    .rating-badge {
        height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-company-info, .footer-copyright {
        font-size: 0.5rem;
    }
    .footer-rating {
        height: 45px;
    }
    .rating-badge {
        height: 30px;
        margin: 0px;
    }
}