.elementor-90 .elementor-element.elementor-element-26bb45c{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-90 .elementor-element.elementor-element-26bb45c:not(.elementor-motion-effects-element-type-background), .elementor-90 .elementor-element.elementor-element-26bb45c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}/* Start custom CSS for html, class: .elementor-element-18bdc4d *//* ==========================================
   FOOTER – DARK BLUE CORPORATE STYLE
   ========================================== */

.hbr-footer {
  background: #0f172a; /* dark navy */
  color: #ffffff;
  padding: 60px 20px 20px;
}

.hbr-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

/* Columns */
.hbr-footer-col {}

.hbr-footer-logo {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.hbr-footer-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2786C9; /* hospital blue */
}

.hbr-footer-text {
  font-size: 14px;
  color: #d1d5db;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Links */
.hbr-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hbr-footer-links li {
  margin-bottom: 8px;
}

.hbr-footer-links a {
  font-size: 14px;
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.25s;
}

.hbr-footer-links a:hover {
  color: #2786C9;
}

/* Google Maps button */
.hbr-footer-map-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 16px;
  background: #2786C9;
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.25s;
}

.hbr-footer-map-btn:hover {
  background: #1e6da5;
}

/* Footer bottom bar */
.hbr-footer-bottom {
  max-width: 1180px;
  margin: 40px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #cbd5e1;
  font-size: 13px;
}

.hbr-footer-credit {
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 900px) {
  .hbr-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hbr-footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hbr-footer-bottom {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}/* End custom CSS */