/* ── Desktop: Fix oversized icons ── */
.elementor-location-footer .elementor-icon i,
.elementor-location-footer .elementor-icon svg {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

/* ── Fix phone/email icon size specifically (not social) ── */
.elementor-location-footer .elementor-icon-list-icon i,
.elementor-location-footer .elementor-icon-list-icon svg {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
}

/* ── Fix phone/email icon alignment with text ── */
.elementor-location-footer .elementor-icon-list-item {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.elementor-location-footer .elementor-icon-list-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

/* ── Fix contact link colors ── */
.elementor-location-footer a[href^="tel"],
.elementor-location-footer a[href^="mailto"] {
  color: #000000 !important;
}

/* ── Restore social media brand colors ── */
.elementor-location-footer .elementor-social-icon {
  background-color: transparent !important;
  border: none !important;
}

.elementor-location-footer .elementor-social-icon-facebook,
.elementor-location-footer .elementor-social-icon-facebook i,
.elementor-location-footer .elementor-social-icon-facebook svg {
  color: #1877F2 !important;
  fill: #1877F2 !important;
}
.elementor-location-footer .elementor-social-icon-youtube,
.elementor-location-footer .elementor-social-icon-youtube i,
.elementor-location-footer .elementor-social-icon-youtube svg {
  color: #FF0000 !important;
  fill: #FF0000 !important;
}
.elementor-location-footer .elementor-social-icon-instagram,
.elementor-location-footer .elementor-social-icon-instagram i,
.elementor-location-footer .elementor-social-icon-instagram svg {
  color: #E4405F !important;
  fill: #E4405F !important;
}
.elementor-location-footer .elementor-social-icon-linkedin,
.elementor-location-footer .elementor-social-icon-linkedin i,
.elementor-location-footer .elementor-social-icon-linkedin svg {
  color: #0A66C2 !important;
  fill: #0A66C2 !important;
}
.elementor-location-footer .elementor-social-icon-x-twitter,
.elementor-location-footer .elementor-social-icon-x-twitter i,
.elementor-location-footer .elementor-social-icon-x-twitter svg {
  color: #000000 !important;
  fill: #000000 !important;
}

/* ── Social icons widget: try all possible Elementor wrappers ── */
.elementor-location-footer .elementor-widget-social-icons,
.elementor-location-footer .elementor-widget-social-icons .elementor-widget-container,
.elementor-location-footer .elementor-social-icons-wrapper,
.elementor-location-footer .e-grid,
.elementor-location-footer .elementor-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
  gap: 8px !important;
}

/* ── Mobile only ── */
@media screen and (max-width: 767px) {
  .elementor-location-footer .e-con,
  .elementor-location-footer .e-con-inner,
  .elementor-location-footer .e-container,
  .elementor-location-footer .elementor-container,
  .elementor-location-footer .elementor-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .elementor-location-footer .e-con > .e-con,
  .elementor-location-footer .elementor-column {
    width: 33.33% !important;
    min-width: 0 !important;
    flex: 1 !important;
    padding: 3px 4px !important;
    overflow: visible !important;
  }

  .elementor-location-footer .elementor-image img {
    width: 75px !important;
    height: auto !important;
  }

  .elementor-location-footer .e-con > .e-con:first-child {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .elementor-location-footer .elementor-nav-menu a {
    font-size: 9px !important;
    line-height: 1.6 !important;
  }

  .elementor-location-footer .elementor-icon-list-item,
  .elementor-location-footer .elementor-icon-list-item a,
  .elementor-location-footer .elementor-icon-list-text,
  .elementor-location-footer p {
    font-size: clamp(6px, 2.5vw, 8px) !important;
    line-height: 1.9 !important;
    white-space: nowrap !important;
  }

  .elementor-location-footer .elementor-icon-list-text {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    font-size: clamp(6px, 2.5vw, 8px) !important;
  }

  .elementor-location-footer .elementor-icon-list-icon i,
  .elementor-location-footer .elementor-icon-list-icon svg {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
  }

  .elementor-location-footer .e-con > .e-con:last-child {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .elementor-location-footer .elementor-widget-social-icons,
  .elementor-location-footer .elementor-widget-social-icons .elementor-widget-container,
  .elementor-location-footer .elementor-social-icons-wrapper,
  .elementor-location-footer .e-grid,
  .elementor-location-footer .elementor-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    margin-top: 6px !important;
    gap: 4px !important;
  }

  .elementor-location-footer .elementor-social-icon {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
    margin: 2px !important;
  }
}

/* ── Reduce gap between email and social icons ── */
.elementor-location-footer .elementor-widget-social-icons {
  margin-top: -20px !important;
}

/* ── Make social icons bigger ── */
.elementor-location-footer .elementor-social-icon {
  width: 36px !important;
  height: 36px !important;
  font-size: 22px !important;
}

.elementor-location-footer .elementor-social-icon i {
  font-size: 38px !important;
}

.elementor-location-footer .elementor-social-icon svg {
  width: 38px !important;
  height: 38px !important;
}