.footer {
    /* background: #ffffff; WHITE BACKGROUND */
    color: #faf8f8;
    padding: 50px 0 20px 0;
    font-family: "Poppins", Arial, sans-serif !important;
}

/* Column Headings */
.footer h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #000; */
    margin-bottom: 15px;
}

/* About text */
.footer p {
    color: #fdfdfd;
    font-size: 14px;
    line-height: 22px;
}

/* Footer Links */
.footer-links li {
    list-style: none;
    margin-bottom: 6px;
}

/* 🔥 NO UNDERLINE ON ANY LINK */
.footer-links a {
    color: #0954b9; /* Blue like screenshot */
    font-size: 14px;
    text-decoration: none !important;
}

.footer-links a:hover {
    text-decoration: none !important;
}

/* Contact text */
.footer-contact {
    color: #333;
    font-size: 14px;
}

.footer-contact a {
    color: #0954b9;
    text-decoration: none !important;
}

.footer-contact a:hover {
    text-decoration: none !important;
}

/* Map Image */
.footer-map img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* COPYRIGHT BAR */
.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 15px;
    color: #333;
    font-size: 14px;
}

footer ul.footer-links-original li a,
footer .footer-links-original a,
.footer .footer-links-original a,
.footer a,
.footer a:link,
.footer a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
}

footer ul.footer-links-original li a:hover,
footer .footer-links-original a:hover,
.footer a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

.footer-links-original a {
    text-decoration: none !important;
    border-bottom: none !important;
    color: #0954b9 !important;
}

.footer-links-original a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

.footer a {
    color: white !important;
    text-decoration: none !important;
    border: none !important;
}

.footer a:hover {
    text-decoration: none !important;
    border: none !important;
    color: rgb(3, 54, 54) !important;
}

footer .footer-links-original li a:hover,
.footer .footer-links-original li a:hover {
    color: #063d86 !important; /* Your hover color */
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 9999;
}

.language-switcher,
.whatsapp-button {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.language-switcher {
    background: white;
    color: #000000;
}

.language-switcher .flag-icon {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.whatsapp-button {
    background-color: #25d366;
    color: white;
}

.whatsapp-button img {
    margin-right: 8px;
}

.whatsapp-label {
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
    color: #ffffff;
}

/* Responsive: adjust slightly if needed */
@media (max-width: 767.98px) {
    .footer {
        padding: 28px 0 14px;
    }

    .footer .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.25rem !important;
    }

    .footer-grid {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        display: grid !important;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-grid > .footer-column {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 12px;
        padding: 14px !important;
        width: 100%;
    }

    .footer-column--about,
    .footer-column--contact {
        grid-column: 1 / -1;
    }

    .footer h4,
    .footer .fs-4,
    .footer .fs-5 {
        font-size: 0.98rem !important;
        margin-bottom: 0.65rem !important;
    }

    .footer p,
    .footer .footer-links-original {
        font-size: 0.78rem !important;
        line-height: 1.55;
    }

    .footer-links-original li {
        margin-bottom: 0.38rem !important;
    }

    .footer .map-container iframe {
        border-radius: 10px;
        height: 180px;
    }

    .contact-info-text {
        align-items: flex-start;
        display: flex;
        gap: 6px;
    }

    .copyright-bar .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .copyright-text-original {
        font-size: 0.72rem !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .floating-buttons {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-button,
    .language-switcher {
        padding: 5px 8px;
        font-size: 13px;
    }

    .whatsapp-label {
        display: none;
    }
}
