:root{
  --primary-font:'Plus Jakarta Sans', sans-serif;
  --body-bg:#FFFEF8;
  --body-color:#292962;
  --primary-color:#fab700;
  --primary-rgb:250,183,0;
  --section-bg:#FFFEF8;
  --card-bg:#fff;
  --border-color:#E7E7E7;
  --muted-color:#5F5F5F;
  --dark-color:#292962;
  --box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.06);
}

/* Minimal resets scoped to the marketing footer (prevents plugin CSS leakage) */
footer.footer-modern,
footer.footer-modern * {
  font-family: var(--primary-font) !important;
}

footer.footer-modern {
  background: var(--body-bg) !important;
  padding: 70px 0 30px !important;
}

footer.footer-modern a {
  text-decoration: none !important;
  color: var(--body-color) !important;
}

footer.footer-modern a:hover {
  color: var(--primary-color) !important;
}

footer.footer-modern .footer-brand img {
  height: 42px;
  width: auto;
}

footer.footer-modern .footer-desc {
  margin-top: 16px;
  color: var(--muted-color) !important;
  max-width: 420px;
  line-height: 1.7;
}

footer.footer-modern .footer-copy {
  margin-top: 18px;
  color: var(--muted-color) !important;
}

footer.footer-modern .footer-heading {
  font-weight: 700;
  color: var(--dark-color) !important;
  margin-bottom: 12px;
}

footer.footer-modern ul.footer-links,
footer.footer-modern ul.footer-contact {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

footer.footer-modern ul.footer-links li {
  margin: 0 0 10px 0 !important;
}

footer.footer-modern ul.footer-contact li {
  margin: 0 0 12px 0 !important;
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted-color) !important;
}

footer.footer-modern ul.footer-contact i {
  margin-top: 3px;
  color: var(--primary-color) !important;
}

footer.footer-modern ul.footer-contact a {
  color: var(--body-color) !important;
}

footer.footer-modern .newsletter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer.footer-modern .newsletter .form-control {
  border: 1px solid var(--border-color) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  background: #fff !important;
}

footer.footer-modern .newsletter .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), .22) !important;
  border-color: rgba(var(--primary-rgb), .55) !important;
}

footer.footer-modern .newsletter .btn,
footer.footer-modern .newsletter .btn.btn-primary {
  border-radius: 12px !important;
  padding: 12px 14px !important;
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #1e1e1e !important;
  font-weight: 700 !important;
}

footer.footer-modern .newsletter .btn:hover {
  filter: brightness(0.98);
}

footer.footer-modern .footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}

footer.footer-modern .footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color) !important;
  color: #1e1e1e !important;
}

footer.footer-modern .footer-social a:hover {
  transform: translateY(-1px);
}

footer.footer-modern .footer-divider {
  margin-top: 35px;
  height: 1px;
  background: rgba(0,0,0,.06);
}

/* Ensure footer spacing stays consistent even if Bootstrap resets margins */
footer.footer-modern .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
