footer {
  background-color: #720c2e;
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
footer a:hover {
  color: #ffc107;
}
.ivf-logo-img {
  display: block;
  height: 40px;
  width: auto;
  object-fit: contain;
}

footer svg {
  width: 20px;
  height: 20px;
  fill: white;
}
footer a:hover svg {
  fill: #ffc107;
}
.footer-map iframe {
  width: 100%;
  height: 150px;
  border: 0;
  border-radius: 8px;
}
