.elementor-107 .elementor-element.elementor-element-62503fa{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3138f5d *//* =============================
   MIDAS PHYSIO – FOOTER (UPDATED)
============================= */
.midas-footer {
  background: #ffffff;
  padding: 60px 20px 0;
  border-top: 1px solid #eee;
  font-family: 'Inter', sans-serif;
  color: #333;
}

/* Footer Grid */
.midas-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  align-items: start;
}

/* EXTRA SPACE AFTER COLUMN 1 */
.midas-footer-logo {
  margin-right: 60px;
}

/* Logo */
.midas-footer-logo img {
  width: 170px;
  height: auto;
}

/* Text */
.midas-footer p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.midas-footer h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

/* Links */
.midas-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.midas-footer ul li {
  margin: 6px 0;
}

.midas-footer a {
  text-decoration: none;
  font-size: 14px;
  color: #444;
  transition: 0.2s;
}

.midas-footer a:hover {
  color: #000;
  padding-left: 3px;
}

/* Divider */
.midas-footer-divider {
  height: 1px;
  background: #eee;
  margin: 40px auto 20px;
  max-width: 1200px;
}

/* Social Icons */
.midas-footer-social a {
  margin: 0 6px;
  display: inline-flex;
}

.midas-footer-social svg {
  width: 22px;
  height: 22px;
  fill: #444;
  transition: 0.3s;
}

.midas-footer-social svg:hover {
  fill: #000;
}

/* Bottom Bar */
.midas-footer-bottom {
  text-align: center;
  padding: 10px 0 25px;
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

/* Responsive */
@media(max-width: 900px) {
  .midas-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .midas-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .midas-footer-logo img {
    margin: auto;
  }
  .midas-footer-social a {
    margin: 0 10px;
  }
}
@media(max-width: 600px) {

  /* Center all columns fully */
  .midas-footer-grid {
    grid-template-columns: 1fr !important; /* stack all columns */
    text-align: center !important;
  }

  .midas-footer-grid > div {
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* Center logo */
  .midas-footer-logo img {
    margin: 0 auto !important;
    display: block !important;
  }

  /* Center lists */
  .midas-footer ul {
    display: inline-block;
    text-align: center; /* list items now center-aligned */
    padding: 0;
  }

  /* Reduce space between social icons */
  .midas-footer-social a {
    margin: 0 4px !important; /* less space between icons */
  }

  /* Center bottom credit */
  .midas-footer-bottom {
    text-align: center !important;
  }
}/* End custom CSS */