/* ✅ Unified Footer Styles */
.footer {
  background: #05070c !important;
  color: #fff !important;
  border-top: 1px solid rgba(255, 255, 255, .06) !important;
  font-family: "Bell MT", serif;
}

.footer .brand {
  letter-spacing: .5px;
  color: #ffffff !important;
}

.footer .brand-accent {
  color: #ff3d6e !important;
}

.footer .social {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: all 0.2s ease;
}

.footer .social:hover {
  background: rgba(255, 61, 110, .18);
  border-color: rgba(255, 61, 110, .25);
  color: #fff !important;
}

.footer .f-link {
  color: rgba(255, 255, 255, .75) !important;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

.footer hr {
  border-color: rgba(255, 255, 255, 0.1) !important;
  opacity: 1;
}


/* 🌞 Light Theme Footer Overrides */
body.light-theme .footer {
  background: #fdfdfd !important;
  color: #111827 !important;
  border-top: 1px solid rgba(0, 0, 0, .08) !important;
}

body.light-theme .footer .brand {
  color: #000000 !important;
}

body.light-theme .footer .social {
  background: rgba(0, 0, 0, .05);
  color: #111827 !important;
  border: 1px solid rgba(0, 0, 0, .06);
}

body.light-theme .footer .social:hover {
  background: rgba(255, 61, 110, .1);
  border-color: rgba(255, 61, 110, .2);
  color: #ff3d6e !important;
}

body.light-theme .footer .f-link {
  color: #4b5563 !important;
}

body.light-theme .footer .f-link:hover {
  color: #111827 !important;
}

body.light-theme .footer hr {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .footer .text-light {
  color: #4b5563 !important;
}

body.light-theme .footer h6 {
  color: #000000 !important;
}
