.footer-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0px 0px 0px;
  background-color: #faf5f1;
}

.footer-container-content {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
}

.footer-container-content-box {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.footer-container-content-box-header {
  width: fit-content;
}

.footer-container-content-box-header h3 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 2px solid #bdbdbd;
  padding-bottom: 12px;
  margin-bottom: 50px;
}

.footer-container-content-box p {
  font-size: 16px;
}

.footer-container-content-box a {
  margin-bottom: 10px;
  font-weight: 200;
  text-decoration: none;
  color: black;
}

.footer-container-content-box a:hover {
  font-weight: 400;
}

.footer-container-content-box p {
  font-weight: 200;
}

.footer-container-content-box i {
  font-size: 18px;
  margin-right: 5px;
}

.footer-container-content-bottom {
  width: 80%;
  height: auto;
  display: flex;
  padding: 40px 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bdbdbd;
  margin-top: 30px;
}

.footer-container-content-box-social {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.footer-container-content-box-social i {
  margin-right: 20px;
  background-color: black;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
}

.footer-container-content-box-social i:hover {
  background-color: #5b98ba;
}

.footer-container-content-box-map a {
  text-decoration: underline;
  font-weight: 400;
}

.footer-contactcontainer {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}

.footer-contactform {
  width: 50%;
  height: auto;
  margin-bottom: 150px;
}

.footer-contactform h2 {
  margin-bottom: 50px;
}
.footer-contactmap {
  width: 50%;
  height: auto;
  margin-bottom: 150px;
}

.footer-contactform div {
  margin-bottom: 15px;
}

.footer-contactform label {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-contactform input,
.footer-contactform textarea {
  width: 100%;
  padding: 16px;
  box-shadow: none;
  text-align: left;
  font-size: 20px;
  border: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
}

.footer-contactform select {
  width: 100%;
  padding: 16px;
  box-shadow: none;
  text-align: left;
  font-size: 20px;
  border: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  appearance: none;
  outline: none;
}

.footer-contactform input::placeholder {
  letter-spacing: 2px; /* Adjust according to your needs */
  font-size: 16px;
  color: #bbb; /* Optional: Change the color of the placeholder text */
  opacity: 0.4; /* Optional: Change the opacity for better visibility */
}

.footer-contactform button {
  padding: 10px 15px;
  color: white;
  border: none;
  margin: 30px 0px 0px 0px;
  border-radius: 4px;
  cursor: pointer;
}

.footer-contactform .abutton {
  padding: 10px 15px;
  color: white;
  border: none;
  margin: 30px 0px 0px 0px;
  border-radius: 4px;
  cursor: pointer;
}

textarea {
  resize: none;
}

@media (max-width: 1320px) {
  .footer-container {
    padding: 50px 0px 0px 0px;
  }

  .footer-container-content {
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-container-content-box {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-container-content-box-header h3 {
    margin-bottom: 30px;
  }

  .footer-container-content-box a:hover {
    font-weight: 400;
  }

  .footer-container-content-box p {
    text-align: center;
  }

  .footer-container-content-box-social {
    justify-content: space-evenly;
  }

  .footer-container-content-box-social i {
    margin: 0px !important;
    padding: 0px !important;
  }

  .footer-contactcontainer {
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }

  .footer-contactform {
    width: 100%;
    margin-bottom: 0px;
  }

  .footer-contactform h2 {
    margin-bottom: 30px;
  }
  .footer-contactmap {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
  }

  .footer-contactform button {
    width: 100% !important;
  }

  .footer-contactform .abutton {
    width: 100% !important;
  }

  textarea {
    resize: none;
  }
}
