.elementor-26530 .elementor-element.elementor-element-840f5b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9d98a32 *//* ============================================================
   AVAILABLEMAX · FOOTER (ENTERPRISE WHITE STYLE)
   Matches the new city/article pages: clean, flat, premium
   ============================================================ */

/* Footer base */
.amx-footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 52px 16px 34px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  color: #111827;
  font-size: 13px;
  position: relative; /* needed for top gradient bar */
}

/* Top gradient bar (green → blue → purple) */
.amx-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #22c55e, #2563eb, #7c3aed);
}

/* Inner container */
.amx-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* Top area: brand + columns */
.amx-footer-top {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Brand block */
.amx-footer-brand {
  max-width: 360px;
}

/* Logo (controlled sizing) */
.amx-footer-logo {
  max-width: 90px; /* <-- LOGO SIZE: change 120px to 110px / 100px if you want smaller */
  height: auto;
  margin-bottom: 10px;
  display: block;
}

/* Tagline */
.amx-footer-tagline {
  margin: 0 0 14px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

/* Inline links (small utility links near brand) */
.amx-footer-nav-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

.amx-footer-nav-inline a {
  text-decoration: none;
  color: #475569;
}

.amx-footer-nav-inline a:hover {
  color: #0a5dfe;
}

/* Columns grid */
.amx-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  flex: 1;
  min-width: 520px;
}

.amx-footer-col h4 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.2px;
}

.amx-footer-col a {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  text-decoration: none;
  color: #64748b;
  transition: color 0.18s ease;
}

.amx-footer-col a:hover {
  color: #0a5dfe;
}

/* Divider line */
.amx-footer-divider {
  border-top: 1px solid #e5e7eb;
  margin: 28px 0;
}

.amx-footer-divider--thin {
  margin: 16px 0 20px;
  border-color: #f1f5f9;
}

/* Disclaimer panel (premium + readable) */
.amx-footer-disclaimer {
  font-size: 11px;
  line-height: 1.7;
  color: #64748b;
  background: #f8fafc;            /* subtle panel */
  border: 1px solid #e2e8f0;
  padding: 14px 14px;
}

/* Bottom row */
.amx-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.amx-footer-copy {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

/* Social icons: clean circles (brand hover) */
.amx-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.amx-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.amx-footer-social img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

/* Hover: brand blue (cleaner than black) */
.amx-footer-social a:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-1px);
}

/* Optional: slightly boost icon contrast on hover */
.amx-footer-social a:hover img {
  filter: saturate(1.1);
}

/* IMPORTANT: target footer brand logo only (no conflict) */
.amx-footer-brand img {
  max-width: 120px; /* <-- matches .amx-footer-logo so it will NOT revert bigger */
  height: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .amx-footer {
    padding: 36px 16px 26px;
  }

  .amx-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .amx-footer-top {
    flex-direction: column;
    gap: 24px;
  }

  .amx-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .amx-footer-copy {
    font-size: 11px;
  }
}

/* Force footer section to be full width */
footer.amx-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}/* End custom CSS */