/* --------------------------------
 * Base
 * -------------------------------- */
html {
  font-size: 16px;
}
html #wpadminbar {
  opacity: 0.5;
}

html body {
  font-weight: 300;
  padding-top: 0;
}

li {
  list-style: none;
}

/* --------------------------------
 * Recruit layout
 * -------------------------------- */

/* contact */
.contact-container {
  margin-top: 0;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 10rem;
}
.main {
  padding: 1rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 1rem;
}

.contact-list li {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}

.contact-list-title {
  background-color: #f6becc;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 2;
}

.contact-form-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  margin-top: 2rem;
}

.contact-form-btn {
  text-align: center;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  background-color: #4e0015;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 40%;
  margin: 3rem auto;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form-btn {
    width: 80%;
  }
}

.btn-submit input {
  text-align: center;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  background-color: #4e0015;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 40%;
  margin: 3rem auto;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
}

.btn-submit input:hover {
  opacity: 0.8;
}

.contact01 .wpcf7-spinner {
  display: none !important;
}
.wpcf7-spinner {
  display: none !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

input {
  margin-bottom: 1rem;
  width: 100%;
}
input[type="date"] {
  width: auto;
}

select {
  margin-bottom: 1rem;
  height: 2rem;
}

.contact-form-lead {
  text-align: center;
  margin-bottom: 2rem;
}

/* thanks */
.thanks-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 2;
  margin-top: 2rem;
}

.thanks-text {
  background-color: #fef5f5;
  padding: 1rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem auto 3rem;
  font-size: 18px;
}

.thanks-btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f4bcc5;
  font-size: 18px;
  width: 320px;
  margin-inline: auto;
}

.fv-contact {
  margin-top: 5.5rem;
  margin-bottom: -10rem;
  max-width: 800px;
  margin-inline: auto;
}
