footer {
  background-color: rgba(var(--secondary-color));
  color: var(--text-color);
  padding: 3rem 1rem;
  overflow: hidden;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  color: rgba(var(--primary-color));
}

.footer .logo {
  max-width: 150px;
  max-height: 150px;
}

.map {
  max-width: 100%;
  height: 430px;
  border: 0;
}

.social-icons i.fa-facebook {
  font-size: 45px;
  /* Increased icon size */
  margin-right: 15px;
  margin-left: 10px;
  color: #1877F2;
}

.social-icons i.fa-youtube {
  font-size: 45px;
  /* Increased icon size */
  margin-right: 15px;
  color: #FF0000;
}

.footer .flogo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.footer p {
  text-align: left;
}

.copyright {
  text-align: center;
  color: #2a4670;
  font-size: 14px;
  padding-top: 20px;
}