.footer {
  background-color: #1c1c1c;
  padding: 5rem 0 2rem;
  font-family: "Kanit", sans-serif;
}

.footer h2 {
  color: #fff;
  font-weight: 400;
  font-size: clamp(18px, 3vw, 20px);
  margin-bottom: 1rem;
}

.footer a {
  display: block;
  font-size: clamp(14px, 3vw, 14px);
  color: #c5c5c5;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.footer p {
  display: block;
  font-size: clamp(14px, 3vw, 14px);
  color: #c5c5c5;
}

.footer a:hover {
  color: #e88431;
}

/* .footer-map {
  filter: grayscale(1);
}

.footer-map:hover {
  filter: grayscale(0);
} */

.footer-map iframe {
  width: 100%;
  height: 100%;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.copyright a,
.copyright p {
  color: #fff;
  margin-bottom: 0;
}

.set-email-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .box-social {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
} 

  .social-footer {
  filter: grayscale(1);
  transition: ease 0.3s;
  width: 22px;
  height: 100%;
}

.social-footer:hover {
  filter: grayscale(0);
} */

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 2rem 1rem;
  }

  .footer h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .box-social,
  .copyright {
    justify-content: center;
  }

  .copyright {
    display: block;
  }

  .blackcat-input {
    height: 40px;
    border-radius: 8px;
    font-size: 12px;
  }

  .social-icon {
    gap: 2rem;
    flex-direction: column;
    margin: 1rem 0 3rem;
  }

  #map iframe {
    max-height: 250px;
    border-radius: 10px;
  }

  .location-contact {
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: center;
  }

  .location-contact .contact-tel {
    gap: 1rem;
  }

  .location-contact h3 {
    text-align: center;
  }

  .set-email-contact {
    justify-content: center;
  }
}
