.footers-container .footer, .footers-container .footer-bottom, .footers-container .subfooter-top, .footers-container .subfooter {
    background-color: var(--mt-color-default) !important;
}

.ov-cta-phone {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
  justify-content: center;
}

.ov-cta-phone-icon {
  width: 60px;
  height: 60px;
  background: var(--ov-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseGlow 2s ease infinite;
}

.ov-cta-phone-icon svg {
  width: 28px;
  height: 28px;
  color: var(--ov-white);
}

.ov-cta-phone-text {
  text-align: left;
}

.ov-cta-phone-label {
  color: var(--ov-text-muted);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ov-cta-phone-number {
  color: var(--ov-white);
  font-family: var(--mt-hff);
  font-size: 1.75rem;
  font-weight: 700;
}

.ov-cta-phone-number a {
  color: var(--ov-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.ov-cta-phone-number a:hover {
  color: var(--ov-green);
}
