.section-hero-golf {
  background: url(../../images/background/contact-us.png);
  background-size: cover;
}

.hero-text {
  line-height: 2.7rem;
}

.section-contact-us {
  padding: 4.4rem 0;
}

.contact-us-boxs {
  height: 190px;
  width: 976px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.contact-us-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1 1 0;
  height: 100%;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.contact-us-box:nth-child(1) {
  flex-grow: 0;
  flex-basis: 350px;
}

.contact-us-box:nth-child(2) {
  /* padding: 0 16px; */
  margin-left: 16px;
  border-left: 1px solid rgba(141, 159, 194, 0.3);
  border-right: 1px solid rgba(141, 159, 194, 0.3);
}

.contact-us-box:nth-child(3) {
  margin-left: 16px;
}

.contact-us-box-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}

.contact-us-box-icon::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(90, 131, 184, 0.1);
  border-radius: 50%;
}

.contact-us-icon {
}

.contact-us-head-text {
  font-family: "Montserrat 500";
  font-size: 18px;
  line-height: 22px;
  color: #112d4e;
  margin-bottom: 8px;
}

.contact-us-para-text {
  font-size: 14px;
  line-height: 24px;
}

.contact-us-para-text a {
  color: inherit;
  text-decoration: none;
}

/* section-loction */

.section-location {
  overflow: hidden;
}

.head-contact-us-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 48px;
}

.heading-text-contact-us {
  font-family: "Playfair Display 900";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sub-text-contact-us {
  font-family: "NotoSansThai";
  font-size: 16px;
  line-height: 24px;
}

.map-location {
  position: relative;
  margin-bottom: calc(-469px / 2);
}

.map-location-img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

@media (max-width: 1199.98px) {
  .map-location {
    margin-bottom: calc(-405.162px / 2);
  }
}

@media (max-width: 991.98px) {
  .map-location {
    margin-bottom: calc(-304.212px / 2);
  }
}

.bg-blue {
  height: 330px;
}

.bg-blue-image {
  height: 100%;
  width: 100%;
}

/* section-form-contact-us */

.section-form-contact-us {
  padding-top: 45px;
  padding-bottom: 5.2rem;
}

.form-contact-us-box {
  margin-top: 80px;
}

.label-contact-us {
  display: block;
  font-family: "NotoSansThai 600", "Montserrat 600";
  font-size: 14px;
  line-height: 25px;
  color: #121127;
  margin-bottom: 4px;
}

.input-contact-us {
  font-family: "NotoSansThai", "Montserrat";
  width: 100%;
  border: 1px solid rgba(18, 17, 39, 0.12);
  border-radius: 8px;
  font-size: 14px;
  line-height: 25px;
  padding: 6px 16px 5px;
}

.input-contact-us::-webkit-input-placeholder {
  color: rgba(18, 17, 39, 0.4);
}

.g-4 {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 10.5px;
}

textarea {
  resize: none;
}

.btn-submit {
  display: inline-block;
  margin-top: 4.8rem;
  font-family: "Montserrat 500";
  border: 0;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #3a69fd;
  border-radius: 32px;
  width: 160px;
  height: 48px;
}

.btn-submit:hover {
  background-color: var(--color-blue-hover-btn);
}

/* validate form */

.form-incomplete {
  font-family: "Montserrat 500";
  font-size: 1.2rem;
  margin-top: 1.2rem;
  color: red;
}

.input-contact-us.invalid {
  border-color: red;
}

.just-validate-error-label {
  font-family: "Montserrat 500";
  font-size: 1.2rem;
  margin-top: 0.6rem;
  padding-left: 0.6rem;
  color: red !important;
}

/* Chrome, Safari, Edge, Opera */
.input-contact-us::-webkit-outer-spin-button,
.input-contact-us::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-contact-us[type="number"] {
  -moz-appearance: textfield;
}
