#page-footer{
  background-image:none;
}

.footer-section-meta {
  --frame-color: #ffffff;
  --frame-background: var(--bs-body-color);
  --frame-link-color: #ffffff;
  background-color: var(--bs-body-color);
  --frame-link-hover-color: #778b90;
}

.footer-sociallinks .sociallinks-link {
  background-color: white;
  opacity: 1;
}
.footer-sociallinks .sociallinks-list {
  gap:2rem;
}

.footer-contact .btn{
    width:30%; 
}

.footer-contact address {
  margin: 1rem;
  text-decoration: none;
}
#page-footer a {
    text-decoration:none; 
}
.footer-info-section > :not(:first-child) {
  color: var(--bs-dark-border-subtle);
  font-size: 14px;
}

.footer-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.footer-navigation-list-level-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: column;
  width:100%;
}
.footer-navigation-link-level-1 {
  width: 100%;
}

.footer-contact .btn-primary:hover{
    background-color: var(--bs-tertiary) !important;
    border-color: var(--bs-tertiary) !important;
}
