/* WeClinic unified footer + sticky call bar */

/* Reserve space so the fixed call bar never covers content */
body {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  body { padding-bottom: 92px; }
}

.fixed_footer {
  background: #FF5722;
  background: linear-gradient(to right, #FF5722 0%, #FF9800 100%);
  position: fixed;
  padding: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 9999;
}

.fixed_footer_main {
  position: fixed;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 9999;
  padding: 0;
}

.wc-footer {
  --wc-footer-bg: #1a1a1a;
  --wc-footer-surface: #222;
  --wc-footer-text: #cfcfcf;
  --wc-footer-muted: #9a9a9a;
  --wc-footer-heading: #ffffff;
  --wc-footer-accent: #FF9800;
  --wc-footer-border: rgba(255, 255, 255, 0.08);
  background: var(--wc-footer-bg);
  color: var(--wc-footer-text);
  font-size: 15px;
  line-height: 1.6;
}

.wc-footer a {
  color: var(--wc-footer-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.wc-footer a:hover,
.wc-footer a:focus {
  color: var(--wc-footer-accent);
  text-decoration: none;
}

.wc-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 20px 32px;
}

.wc-footer__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 24px;
}

.wc-footer__col-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--wc-footer-heading);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.3;
}
h2.wc-footer__col-title,
h3.wc-footer__col-title {
  font-family: inherit;
}

.wc-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-footer__links li {
  margin: 0 0 10px;
}
.wc-footer__links a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.45;
  color: var(--wc-footer-text);
}

.wc-footer__brand-text {
  font-size: 14px;
  color: var(--wc-footer-muted);
  margin: 0 0 14px;
  max-width: 280px;
}

.wc-footer__contact {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 14px;
  color: var(--wc-footer-text);
}
.wc-footer__contact li {
  margin-bottom: 8px;
}
.wc-footer__contact a {
  color: var(--wc-footer-text);
}
.wc-footer__contact i {
  width: 18px;
  margin-right: 6px;
  color: var(--wc-footer-accent);
}
.wc-footer__hours {
  color: var(--wc-footer-muted);
}
.wc-footer__hours i {
  width: 18px;
  margin-right: 6px;
  color: var(--wc-footer-accent);
}

.fixed_footer_main img {
  height: 120px;
  width: auto;
  display: block;
}

.wc-footer__connect {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  margin-top: 40px;
  padding: 22px 0 0;
  border-top: 1px solid var(--wc-footer-border);
}

.wc-footer__connect-copy {
  min-width: 0;
}

.wc-footer__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wc-footer-heading);
  margin: 0 0 6px;
}

.wc-footer__connect-text {
  margin: 0;
  font-size: 14px;
  color: var(--wc-footer-muted);
  max-width: 320px;
}

.wc-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.wc-footer__social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.wc-footer__social a:hover,
.wc-footer__social a:focus {
  background: var(--wc-footer-accent);
  border-color: var(--wc-footer-accent);
  color: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(255, 152, 0, 0.28);
  outline: none;
}
.wc-footer__social a:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.45);
}

.wc-footer__legal {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--wc-footer-border);
  font-size: 13px;
  color: var(--wc-footer-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  align-items: center;
}
.wc-footer__legal a {
  color: var(--wc-footer-muted);
}
.wc-footer__legal a:hover {
  color: var(--wc-footer-accent);
}

/* Mobile accordion */
.wc-footer__toggle {
  display: none;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--wc-footer-border);
  color: var(--wc-footer-heading);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  padding: 14px 0;
  cursor: pointer;
  position: relative;
}
.wc-footer__toggle::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: var(--wc-footer-accent);
}
.wc-footer__col.is-open .wc-footer__toggle::after {
  content: '−';
}

@media (max-width: 991px) {
  .wc-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wc-footer__inner {
    padding: 36px 16px 24px;
  }
  .wc-footer__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wc-footer__col-title {
    display: none;
  }
  .wc-footer__toggle {
    display: block;
  }
  .wc-footer__panel {
    display: none;
    padding: 0 0 14px;
  }
  .wc-footer__col.is-open .wc-footer__panel {
    display: block;
  }
  .wc-footer__col--brand .wc-footer__panel {
    display: block;
    padding-bottom: 20px;
  }
  .wc-footer__col--brand .wc-footer__toggle {
    display: none;
  }
  .wc-footer__connect {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
  }
  .wc-footer__social {
    gap: 10px;
  }
  .wc-footer__social a {
    width: 46px;
    height: 46px;
  }
  .wc-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .fixed_footer_main img {
    height: 90px !important;
  }
}
