﻿.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("https://goomenge.com/assets/img/tourbanner.jpg?auto=format&fit=crop&w=1200&q=80")
            no-repeat center center/cover;
    color: #fff !important;
    padding: 40px 20px 20px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.footer-links a {
    color: #fdb813 !important;
    text-decoration: none;
    font-weight: 600;
}

.footer-links a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-copy {
    font-size: 13px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 600px) {
    .footer-links {
        flex-direction: row;
        gap: 10px;
    }
}
