/*--------------------------------- THIS IS  FOR FOOTER CODE CSS (DONE) (START) ---------------------------- */
.footer-main {
    background-color: var(--all-page-title-link-color);
    color: var(--comman-text-color);
}

.footer-main .container {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 75%;
    font-size: 14px;
    line-height: 24px;
}

.footer-column {
    display: flex;
    flex-direction: column;

}

.footer-column-links {
    color: var(--comman-text-color);
    text-decoration: none;
    background: url(../../assets/img/3dots.png) left center no-repeat;
    padding-left: 10px;
    text-align: left;
}

.footer-logo {
    /*padding-right: 60px;*/
}

.footer-logo div.foooter-logo-text {
    font-size: 13px;
    color: #eee;
    opacity: 0.7;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    margin-top: -20px;
    padding-bottom: 20px;
}

.footer-logo .foooter-logo {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: bold;
}

/*--------------------------------- THIS IS  FOR FOOTER CODE CSS (DONE) (END) ---------------------------- */


/*-------------------- THIS IS FOR THE copyright-policies-links CODE CSS (DONE) (START) ---------------------- */

.footer-bottom {

    background: #222;
    color: #888;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    font-size: 14px;
}

.copyright-policies-links {
    color: var(--comman-text-color);
    text-decoration: none;
    margin-bottom: 5px;
    margin-right: 15px;
    padding-left: 10px;
    text-align: left;
}


.social-icons-links {
    margin-left: 10px;
    background: none;
    padding-left: 0;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

/*-------------------- THIS IS FOR THE copyright-policies-links CODE CSS (DONE) (END) ---------------------- */


@media (max-width: 1170px) {

    .main-links {
        padding: 0px 0px;
    }


    .main {
        display: block;
    }



}


@media (max-width: 768px) {

    .footer-links {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 75%;
    }

    /* .footer-main {
        padding: 20px 10px 20px 10px;
    } */


    .footer-bottom .container {
        flex-direction: column;
        gap: 10px;
    }

    .copyright-policies-links {
        display: inline-block;
    }

    .footer-column {
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {

    .footer-links {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .footer-main .container {
        flex-direction: column;
    }

    .DEALERSHIPS {
        text-align: center;
    }

    .footer-main {
        padding: 40px 10px 40px 10px;
        align-items: unset;
        flex-direction: column;
    }

    .foooter-logo {
        text-align: center;
    }

    .copyright-policies-links {
        margin-right: 7px;
        padding-left: 5px;
    }

}



.footer-bottom-main {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 1rem;
    background: #0000005c;
    color: var(--comman-text-color);
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    .footer-logo {
        padding-right: unset;
    }



    .footer-policies {
        text-align: center;
    }

    .social-icons {
        padding-right: unset;
        text-align: center;
    }

    .footer-bottom-main {
        bottom: 0px;
        display: inline-block;
        text-align: center;

    }
}