.contact .form-control:focus {
  box-shadow: none;
  border: 1px solid #e88431;
}

.contact-header {
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden;
  height: 30vh;
  width: 100%;
}

.contact-title {
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: clamp(30px, 3vw, 36px);
  margin-bottom: 1rem;
  font-family: "Kanit", sans-serif;
  letter-spacing: 1px;
}

.contact-title span {
  color: #e88431;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-body {
  margin: 5% 0;
  font-family: "Kanit", sans-serif;
  overflow: hidden;
  position: relative;
}

.social-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  gap: 5rem;
  margin: 3rem 0;
}

.social-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 70px;
  text-align: center;
}

.social {
  text-decoration: none;
  color: #000;
  transition: ease 0.3s;
}

.social:nth-child(1):hover {
  text-decoration: none;
  color: #47b749;
}

.social:nth-child(2):hover {
  text-decoration: none;
  color: #4068b1;
}

.social:nth-child(3):hover {
  text-decoration: none;
  color: #ee2f65;
}

.social img {
  height: 50px;
  width: 50px;
  filter: grayscale(1);
  transition: ease 0.3s;
}

.social h2 {
  font-family: "Mitr", sans-serif;
  font-size: clamp(18px, 3vw, 20px);
  margin-top: 1rem;
}

.social:hover img {
  filter: grayscale(0);
}

#map {
  position: relative;
  width: 100%;
  height: fit-content;
  /* filter: grayscale(1); */
}

#map iframe {
  width: 100%;
  height: 600px;
  max-height: 600px;
  border-radius: 20px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

/* #map:hover {
  filter: grayscale(0);
} */

.location-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
}

.location-contact h3 {
  font-size: clamp(12px, 3vw, 14px);
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

.location-contact .contact-tel {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.blackcat-dots li {
  margin: 0 !important;
}

.blackcat-dots li button:before {
  font-size: 12px !important;
}

.blackcat-dots li.slick-active button:before,
.blackcat-dots li:hover button:before {
  color: #e88431 !important;
  opacity: 1 !important;
}

.blackcat-label {
  font-size: clamp(16px, 3vw, 18px);
  color: #000;
}

.blackcat-input {
  height: 50px;
  border-radius: 20px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  border-color: transparent !important;
  background-color: #f3f3f3 !important;
  color: #212121 !important;
  margin-bottom: 1rem;
}

.blackcat-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
}

.blackcat-input:focus {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16),
    0 0 6px rgba(232, 132, 49, 0.5) !important;
}

.send-order {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}

.send-order::after,
.send-order::before {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #707070;
  margin: auto;
}

@keyframes moonCircle {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
  .contact-animate-box .ani-item-1 {
    max-width: 500px;
  }

  .contact-animate-box .ani-item-2 {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .contact-animate-box .ani-item-1 {
    max-width: 350px;
    left: -50%;
  }

  .contact-animate-box .ani-item-2 {
    max-width: 200px;
    top: 10%;
  }
}
