/*--- footer-starts ---*/

.footer {
    background-color: #f5f5f5;
    padding: 0px 30px;
    max-width: 1920px;
    margin: 0 auto;
}

.footer .footer-main {
    background-color: #f5f5f5;
    max-width: 1500px;
    margin: 0 auto;
}

footer .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
    border-bottom: 1px solid transparent;
}

footer .text-body-secondary:hover {
    border-bottom: 1px solid var(--main-color);
}

/*--- footer-ends ---*/