/* ==========================================================================
   Footer — Ultra Modern Dark
   ========================================================================== */

#footer,
.site-footer,
.footer-location {
  background-color: #050505 !important; /* Deep black */
  color: var(--text-muted) !important;
  border-top: 1px solid var(--border-subtle) !important;
  padding: 80px 0 40px !important;
  font-family: var(--font-body);
  font-size: 15px !important;
}

/* Footer Headings */
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
.footer-location h4 {
  color: var(--text-primary) !important;
  font-family: var(--font-display) !important;
  margin-bottom: 24px !important;
  font-size: 20px !important;
}

/* Footer Links */
#footer a,
.footer-location a {
  color: var(--text-secondary) !important;
  transition: var(--transition) !important;
  text-decoration: none !important;
}

#footer a:hover,
.footer-location a:hover {
  color: var(--accent-red) !important;
}

/* Footer Bottom / Copyright Area */
.footer-bottom,
.footer-location-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin-top: 60px !important;
  padding-top: 30px !important;
  color: var(--text-dim) !important;
  font-size: 13px !important;
  text-align: center;
}

.footer-bottom a,
.footer-location-bottom a {
  color: var(--text-muted) !important;
}

.footer-bottom a:hover,
.footer-location-bottom a:hover {
  color: var(--text-primary) !important;
}

/* Social Icons */
.footer-socials ul,
.agent-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}

.footer-socials ul li a,
.agent-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--surface) !important;
  border: 1px solid var(--border-subtle) !important;
  color: var(--text-primary) !important;
  transition: var(--transition) !important;
}

.footer-socials ul li a:hover,
.agent-social li a:hover {
  background-color: var(--accent-red) !important;
  border-color: var(--accent-red) !important;
  color: #fff !important;
  transform: translateY(-2px);
}
