.footer-area-three {
    background: #602322;
    color: #fff;
    padding: 70px 0 25px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-col {
    margin-bottom: 40px;
}

.footer-col h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-col h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 55px;
    height: 3px;
    background: #d4c8b7;
}

.footer-col p {
    color: #fff !important;
    font-size: 15px;
    line-height: 1.8;
    text-decoration: none;
    margin-bottom: 12px;
}

.footer-col a:hover,
.footer-links li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.follow-heading {
    margin-top: 30px;
}
.footer-social-icons {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    gap: 18px;
}

.footer-social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.5s ease;
    text-decoration: none;
}

.footer-social-icons i {
    font-size: 24px;
    transition: all 0.5s ease;
}

.footer-social-icons a:hover {
    background: #fff;
}

/* Rotate icon */
.footer-social-icons a:hover i {
    transform: rotate(360deg);
}

/* Brand colors on hover */
.footer-social-icons a:hover .fa-instagram {
    color: #E4405F;
}

.footer-social-icons a:hover .fa-facebook {
    color: #1877F2;
}

.footer-social-icons a:hover .fa-linkedin {
    color: #0A66C2;
}

.footer-social-icons a:hover .fa-youtube {
    color: #FF0000;
}

.footer-social-icons a:hover .fa-pinterest {
    color: #e60023;
}
.footer-links li {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 12px;
}

.footer-links li a {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    text-decoration: none;
}

.footer-col p i {
    margin-right: 8px !important;
}

.footer-services {
    border-top: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 25px 0;
    text-align: center;
}

.footer-services h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.services-list a {
    color: #fff;
    text-decoration: none;
}

.services-list a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}

/* Tablet */

@media (max-width: 991px) {
    .footer-col {
        text-align: center;
    }

    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social-icons {
        justify-content: center;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .footer-area-three {
        padding: 50px 0 20px;
    }

    .footer-logo {
        display: block;
        margin: 0 auto 20px;
    }

    .services-list {
        flex-direction: column;
        gap: 10px;
    }
}

.fa-solid, .fas {
    margin-right: 0 !important;
}


.hightlight-text {
    font-weight: 700;
}