.footer-layout {
    color: #333;
    font-size: 1rem;
    border-top: 2px solid #f0e6e6;
    background-color: #f7f7f7;
    background-size: 100%;
}

.footer-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #222;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.footer-desc {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
}

.footer-contact-item {
    color: #444;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation li {
    margin: 7px 0;
}

.navigation a {
    text-decoration: none;
    /* color: var(--primary-color); */
    color: #333;
    font-weight: 500;
    transition: color 0.18s;
}

    .navigation a:hover {
        color: #ff7f50;
        text-decoration: underline;
    }

.bottom {
    background: #ececec;
    color: #888;
    font-size: 0.98rem;
    border-top: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
    .footer-layout {
        font-size: 0.98rem;
        padding: 0 0 10px 0;
    }

    .footer-title {
        font-size: 1.05rem;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-layout {
        background-image: none;
    }
}

.bottom a {
    color: var(--primary-color);
    text-decoration: none;
}

.bottom a:hover {
    text-decoration: underline;
}
