/* ============================================
   FOOTER STYLES - FIX COLORS
   ============================================ */
/* ============================================
   FOOTER STYLES
   ============================================ */

.footer h4 {
    font-family: 'Poppins', 'Work Sans', sans-serif !important;
}

/* ... rest of your CSS ... */
/* Footer links - no underline */
.footer .btn.btn-link {
    text-decoration: none !important;
    color: rgba(255,255,255,0.8) !important;
    padding-left: 0 !important;
}

.footer .btn.btn-link:hover {
    color: #F3BD00 !important;
    text-decoration: none !important;
}

/* Footer copyright links */
.copyright a {
    color: #F3BD00 !important;
    text-decoration: none !important;
}

.copyright a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Footer WhatsApp and email links */
.footer a {
    text-decoration: none !important;
}

.footer a:hover {
    color: #F3BD00 !important;
    text-decoration: none !important;
}

/* Footer icons */
.footer .fa {
    color: #F3BD00;
}

/* Newsletter button */
.footer .btn-primary {
    background: #F3BD00 !important;
    color: #0C2B4B !important;
    border-color: #F3BD00 !important;
}

.footer .btn-primary:hover {
    background: #e0a800 !important;
    color: #0C2B4B !important;
    border-color: #e0a800 !important;
}

/* Footer social buttons */
.footer .btn-square {
    border-color: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.footer .btn-square:hover {
    background: #F3BD00 !important;
    border-color: #F3BD00 !important;
    color: #0C2B4B !important;
}

.footer .btn-square:hover i,
.footer .btn-square:hover svg {
    color: #0C2B4B !important;
    fill: #0C2B4B !important;
}