/*footer {
    background: black;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding: 5rem;
}*/

/*footer {
    background: black;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 5rem;
}*/
/*
.footer-links a {
    margin-right: 1rem;
    color: white;
    text-decoration: underline;
    transition: 0.5s;
}

.footer-links a:hover {
    color: var(--tertiarycolor-support);
    transition: 0.5s;
}*/
footer {
    background-color: black;
    color: #fff;
    padding: 50px 20px 60px;
    text-align: center;
  }

  .footer-columns {
    display: flex;
    justify-content: space-between; /* big distances */
    max-width: 1200px;
    margin: 0 auto 50px;
    flex-wrap: wrap;
  }

  .footer-column {
    flex: 1;
    min-width: 200px;
    margin: 0 50px;
  }

  .footer-column h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .footer-column a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s;
  }

  .footer-column a:hover {
    color: #f39c12; /* subtle hover effect */
  }

  .footer-logos {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
  }

  .footer-logos img {
    width: 60px;
    height: auto;
    object-fit: contain;
  }

  .footer-bottom {
    font-size: 0.9em;
    color: #aaa;
  }

  .footer-bottom a {
    color: #aaa;
    text-decoration: none;
    margin-left: 5px;
  }

  .footer-bottom a:hover {
    color: #f39c12;
  }

a.provider {
  display: none;
}

.provider-logo {
  display: none;
}

.provided-by {
  display: none;
}

