.contact-us {
  background-image: url("../images/contact-us-1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 80px;
  margin-top: 60px;
  align-items: center;
  margin: auto;
  justify-content: center;
  display: flex;
}

.contact-us-content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-us-content-header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-us-content-header h1 {
  text-align: end;
  color: #85080b;;
}

.car-icon {
  text-align: end;
  transform: translateY(-50%);
}

.contact-us-content-divider {
  position: relative;
}

.contact-us-content-divider::before {
  position: absolute;
  width: 40%;
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  right: 30px;
  border-block-start: 2px solid #85080b;;
}

.contact-us-form-submit-box button {
  background-color: #5b0507;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.contact-us-form-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.contact-us-info {
  display: flex;
  flex-direction: column;
  width: 40%;
  background-color: rgba(37, 45, 135, 0.7);
  padding: 20px 20px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-us-form-submit-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  background-color: #eaf0f6;
  padding: 20px 20px;
  border-radius: 10px;
  justify-content: center;
  /* margin: auto; */
}

.contact-us-form-submit-box h1 {
  color: #85080b;;
  font-size: 32px;
  font-weight: 600;
  text-align: start;
  margin-bottom: 24px;
}

.contact-us-input-box {
  margin-bottom: 1rem;
}

.contact-us-forgot-password-box {
  margin-bottom: 1rem;
  text-align: start;
}

.contact-us-forgot-password-box a {
  margin-bottom: 1rem;
  font-size: 14px;
  color: #85080b;;
  text-decoration: underline;
}

.contact-us-guest-reservation-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 14px;
}

.contact-us-guest-name-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-us-guest-name-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.contact-us-input-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-us-input-box label {
  color: #85080b;;
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  font-family: inherit;
}

.contact-us-input-box textarea {
  height: 50px;
  font-size: 16px;
  padding: 12px 16px;
  font-style: normal;
  font-family: inherit;
  font-weight: 400;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #85080b;;
}

.contact-us-input-box textarea:focus {
  border: #046bd2;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  color: #475569;
  border-style: dotted;
  border-width: thin;
}

.contact-us-input-box input {
  border: none;
  font-size: 14px;
  padding: 12px 16px;
  font-style: normal;
  font-family: inherit;
  font-weight: 400;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #85080b;;
  display: block;
}

.contact-us-input-box input:focus {
  border: #85080b;;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  color: #475569;
  border-style: dotted;
  border-width: thin;
}

.contact-us-info-box {
  width: 40%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  color: #85080b;;
}

.contact-us-info-box-item {
  display: flex;
  padding: 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #edf2f7;
  border-radius: 10px;
}

.contact-us-info-box-item p {
  color: #85080b;;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.contact-us-info-box-item a {
  font-size: 16px;
  color: #85080b;;
  text-decoration: underline;
  font-weight: 600;
}

.contact-us-info-box-item h1 {
  padding-bottom: 15px;
  padding-top: 15x;
}

@media (max-width: 425px) {
  .contact-us-form-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-us-form-submit-box {
    width: 80%;
  }
  .contact-us-info-box {
    width: 90%;
  }
  .contact-us-content-header h1 {
    text-align: center;
  }
  .contact-us-content-divider::before {
    width: 80%;
  }
}
