.site-footer {

    background: #292929;
    color: #ccc;

    padding-top: 60px;
    padding-bottom: 30px;

}

.footer-logo {

    width: 140px;
    margin-bottom: 15px;

}

.footer-desc {

    font-size: 14px;
    color: #bbb;

}

.footer-title {

    font-size: 18px;
    font-weight: 600;
    color: #fff;

    margin-bottom: 15px;

    border-bottom: 2px solid #fff;

    display: inline-block;

}

.footer-links ul,
.footer-pages ul {

    list-style: none;
    padding: 0;

}

.footer-links li,
.footer-pages li {

    margin-bottom: 8px;

}

.footer-links a,
.footer-pages a {

    color: #bbb;
    text-decoration: none;

    transition: color 0.25s;

}

.footer-links a:hover,
.footer-pages a:hover {

    color: #fff;

}

.footer-social {

    display: flex;
    gap: 10px;
    margin-top: 15px;

}

.footer-social a {

    width: 36px;
    height: 36px;

    background: white;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #292929;

    transition: transform 0.2s;

}

.footer-social a:hover {

    transform: scale(1.1);

}

.newsletter-box {

    display: flex;
    margin-top: 10px;

}

.newsletter-box input {

    flex: 1;

    background: #3a3a3a;

    border: none;

    padding: 10px;

    color: white;

}

.newsletter-box button {

    background: #444;
    border: none;

    padding: 0 15px;

    color: white;

}

.newsletter-images {

    display: flex;
    gap: 10px;
    margin-top: 15px;

}

.newsletter-images img {

    width: 90px;
    height: 90px;
    object-fit: cover;

}

.footer-searches {

    margin-top: 40px;
    text-align: center;

}

.footer-searches h5 {

    color: #fff;

}

.footer-searches p {

    color: #bbb;

}

.footer-bottom {

    text-align: center;
    margin-top: 30px;

}

.footer-bottom p {

    color: #999;
    font-weight: 500;

}