.site-footer {
  background-color: var(--light-gray-color);
  border-top: 1px solid #eee;
  font-size: 0.95rem;
}

.footer-logo {
  max-width: 80px;
  height: auto;
  cursor: pointer;
  transition: 2ms ease;
  transition: transform 0.3s ease;
}
.footer-logo:hover {
  opacity: 0.75;
  transform: scale(1.05);
}

.footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer-links li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer-links a {
  display: inline-block;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer-links a:hover {
  color: var(--main-color);
}

.footer-text {
  color: #000;
  margin: 0;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.footer-bottom {
  border-top: 1px solid #eee;
  padding: 1.2rem 0;
  font-size: 0.9rem;
}
#email {
  margin-left: -0.35rem;
  width: auto;
  height: 1.8rem;
}
#email:hover {
  opacity: 0.6;
  cursor: pointer;
}
