    .footer {
        background-color: hwb(0 8% 95%);
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-top: 80px !important;
        padding-bottom: 40px !important;
    }

    .footer-logo {
        height: 50px;
        filter: brightness(0) invert(1);
        opacity: 0.9;
    }

    .footer-title {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        margin-bottom: 30px;
        color: #ffffff;
    }

    .footer-links li { margin-bottom: 12px; }
    .footer-links li a {
        font-size: 12px;
        color: #777;
        text-decoration: none;
        transition: all 0.4s ease;
        letter-spacing: 1px;
    }
    .footer-links li a:hover {
        color: #fff;
        padding-left: 8px;
    }

    .border-dark-subtle {
        border-color: rgba(255, 255, 255, 0.08) !important;
    }

    .copyright {
        font-size: 10px;
        color: #444;
        letter-spacing: 1.5px;
    }

    .location-tag {
        background: none; border: none; color: #777; font-size: 11px;
        letter-spacing: 1px; cursor: pointer; transition: 0.3s;
        text-transform: uppercase; padding: 0;
    }
    .location-tag:hover { color: #fff; }
    .dropdown-toggle::after { display: none; }

    .custom-dropdown {
        background-color: #111 !important;
        border: 1px solid #222 !important;
        border-radius: 0 !important;
        padding: 15px 0;
        min-width: 140px;
    }
    .custom-dropdown .dropdown-item {
        color: #777; font-size: 11px; padding: 10px 25px;
        letter-spacing: 1px;
    }
    .custom-dropdown .dropdown-item:hover {
        background-color: #1a1a1a; color: #fff;
    }