/* Footer CSS Starts From Here */
footer {
    color: var(--white);
}

footer p, footer p a {
    font-size: 1.2rem;
}
footer p a {
    color: var(--white);
    text-decoration: none;
}

footer h2 {
    font-size: 3.6rem !important;
}

footer .brdr-bottom {
    border-bottom: 0.1rem solid rgb(255 255 255 / 25%);
}

footer .footer-link-heading h6 {
    color: var(--theme-color);
    font-size: 1.6rem;
    font-weight: bold;
}

footer .footer-bottom .footer-link-heading h6 {
    font-size: 1.2rem;
}

footer ul li a,
footer .ftr-contact a {
    color: var(--white);
    font-size: 1.2rem;
    text-decoration: none;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer .ftr-contact p {
    margin-bottom: 0.5rem;
}

footer .ftr-contact a {
    font-size: 1.6rem;
    font-weight: bold;
}

footer .ftr-social-links ul li {
    margin-right: 5rem;
}

footer .ftr-social-links ul li:last-child {
    margin-right: 0;
}

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

/* Footer CSS Ends Here */