.bg-primary{
    background-color: #9dca00 !important;
}
.footer {color: #333333;}
.footer p { color: #333333; }
.footer h3, .footer h4 { color: #121212; }
.footer a { color: #333333; text-decoration: none; transition: color .2s ease, opacity .2s ease; }
.footer a:hover, .footer a:focus { color: #ffd16b; outline: none; }
.footer .footer-links li { margin-bottom: .45rem; }
.footer .footer-links a { opacity: .9; }
.footer .footer-links a:hover { opacity: 1; }

.footer .social-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.08); color: #fff; transition: transform .2s ease, background .2s ease;
}
.footer .social-btn:hover { transform: translateY(-2px); background: rgba(255,255,255,.18); }

.footer-newsletter .form-control { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #fff; }
.footer-newsletter .form-control::placeholder { color: rgba(255,255,255,.6); }

.back-to-top { opacity: .85; }
.back-to-top:hover { opacity: 1; }

/* Optional: improve focus visibility */
.footer a:focus-visible, .footer button:focus-visible, .footer input:focus-visible {
    outline: 2px solid #ffd16b; outline-offset: 2px;
}

