.site-footer {
  background: var(--brand-yellow);
  color: #111827;
}

.site-footer a {
  color: #111827;
  text-decoration: none;
}

/*.site-footer a:hover {
  opacity: 0.8;
}*/

.footer-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.footer-cta .btn-accent {
  background: #111827;
  color: #fff;
  border: 0;
}

.footer-cta .btn-accent:hover {
  filter: brightness(0.95);
}

.footer-logo img {
  max-height: 100px;
  width: auto;
}

.footer-bottom {
  background: #ffffff;
  color: #111827;
  font-size: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}

.footer-bottom a {
  color: #111827;
  text-decoration: none;
}

.footer-bottom a:hover {
  opacity: 0.8;
}
.d-flex.gap-3 a {
  flex: 1;
}
.btn.btn-accent.btn-lg:hover{
background-color: #ffffff;
color:#222d59;
border: solid 1px #222d59;
}