.footer-main {
    background-color:  white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-main .ft-logo {
    filter: brightness(0) invert(0);
}

.footer-main .footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-main h3 {
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 700;
    color: rgb(22, 22, 22);
    font-size: 20px;
    line-height: 16px;
}

.footer-main .footer-nav,
.footer-main .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-main .footer-nav li,
.footer-main .footer-contact li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgb(20, 22, 24);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

.footer-main .footer-nav a,
.footer-main .footer-contact a {
    color: #161616;
    text-decoration: none !important;
    transition: 0.3s;
}

.footer-main .footer-nav a:hover,
.footer-main .footer-contact a:hover {
    color: grey;
    padding-left: 5px;
}

.footer-main .footer-form .form-control {
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.footer-main .footer-social a {
    font-size: 1.2rem;
    color: #161616;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}

.footer-main .footer-social a:hover {
    background-color: grey;
    transform: translateY(-3px);
}

.footer-main .footer-bottom {
    font-size: 0.9rem;
    color: #161616;
}

.footer-main .footer-bottom a {
    color: #161616;
    text-decoration: none;
}

.footer-main .footer-bottom a:hover {
    color: grey;
}

.footer-main .footer-badges i {
    font-size: 1.5rem;
    margin-left: 15px;
    color: #999;
}