.hotels-contact-page,
.hotels-contact-page *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
  box-sizing: border-box;
  font-family: var(--site-font-family, "Inter", Arial, Helvetica, sans-serif) !important;
  letter-spacing: 0;
}

.hotels-contact-page {
  --contact-ink: #090e3f;
  --contact-muted: #4d5167;
  --contact-line: #d7dce8;
  --contact-blue: #1668e3;
  background: #fff;
  color: var(--contact-ink);
  padding-top: 184px;
}

.hotels-contact-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: min(80vw, 1360px);
  min-height: 250px;
  margin: 0 auto 28px;
  overflow: hidden;
  padding: 36px 40px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .44) 52%, rgba(0, 0, 0, .12)),
    var(--hotels-contact-hero-image) center / cover no-repeat;
  color: #fff;
}

.hotels-contact-hero-copy {
  width: min(760px, 72%);
}

.hotels-contact-hero-copy span,
.hotels-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.hotels-contact-hero-copy span {
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .13);
  color: #fff;
}

.hotels-contact-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 900;
}

.hotels-contact-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.45;
}

.hotels-contact-section {
  padding: 0 0 54px;
}

.hotels-contact-shell {
  width: min(80vw, 1360px);
  margin: 0 auto;
}

.hotels-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.hotels-contact-sidebar {
  position: sticky;
  top: 122px;
  display: grid;
  gap: 18px;
}

.hotels-contact-info-card,
.hotels-contact-form-card,
.hotels-contact-map {
  border: 1px solid var(--contact-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(9, 14, 63, .06);
}

.hotels-contact-info-card,
.hotels-contact-form-card {
  padding: 22px;
}

.hotels-contact-eyebrow {
  border: 1px solid var(--contact-line);
  background: #fff;
  color: var(--contact-ink);
}

.hotels-contact-info-card h2,
.hotels-contact-form-card h2 {
  margin: 0 0 8px;
  color: var(--contact-ink);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.hotels-contact-info-card > p,
.hotels-contact-form-card > p {
  margin: 0 0 20px;
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.55;
}

.hotels-contact-info-list {
  display: grid;
  gap: 14px;
}

.hotels-contact-info-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid var(--contact-line);
}

.hotels-contact-info-item > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f6fb;
  color: var(--contact-ink);
  font-size: 17px;
}

.hotels-contact-info-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--contact-ink);
  font-size: 13px;
  font-weight: 900;
}

.hotels-contact-info-item p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 13px;
  line-height: 1.45;
}

.hotels-contact-info-item a {
  color: inherit;
  text-decoration: none;
}

.hotels-contact-map {
  overflow: hidden;
}

.hotels-contact-map iframe {
  display: block;
  width: 100%;
  min-height: 280px;
}

.hotels-contact-form-card .row {
  row-gap: 16px;
}

.hotels-contact-field {
  display: grid;
  gap: 8px;
}

.hotels-contact-field label {
  margin: 0;
  color: var(--contact-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.hotels-contact-form-card .input-wrap {
  position: relative;
  margin: 0 !important;
}

.hotels-contact-form-card input,
.hotels-contact-form-card textarea {
  width: 100% !important;
  min-height: 50px;
  padding: 0 44px 0 14px !important;
  border: 1px solid #8d91a3 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--contact-ink) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.hotels-contact-form-card textarea {
  min-height: 150px;
  padding-top: 14px !important;
  resize: vertical;
}

.hotels-contact-form-card input::placeholder,
.hotels-contact-form-card textarea::placeholder {
  color: #686d7e;
  font-size: 13px;
  font-weight: 650;
  opacity: 1;
}

.hotels-contact-form-card input:focus,
.hotels-contact-form-card textarea:focus {
  border-color: #080D3F !important;
  box-shadow: 0 0 0 3px rgba(8, 13, 63, .1) !important;
}

.hotels-contact-form-card .input-wrap > i {
  position: absolute;
  top: 17px;
  right: 14px;
  color: var(--contact-ink);
  font-size: 15px;
}

.hotels-contact-form-card .text-area > i {
  top: 16px;
}

.hotels-contact-error {
  margin: 3px 0 0;
  color: #c92828;
  font-size: 12px;
  font-weight: 700;
}

.hotels-contact-captcha {
  padding-top: 4px;
}

.hotels-contact-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #080D3F !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

@media (max-width: 1199px) {
  .hotels-contact-hero,
  .hotels-contact-shell {
    width: min(92vw, 960px);
  }

  .hotels-contact-layout {
    grid-template-columns: 1fr;
  }

  .hotels-contact-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .hotels-contact-page {
    padding-top: 92px;
  }

  .hotels-contact-hero,
  .hotels-contact-shell {
    width: calc(100% - 22px);
  }

  .hotels-contact-hero {
    min-height: 230px;
    padding: 24px;
  }

  .hotels-contact-hero-copy {
    width: 100%;
  }

  .hotels-contact-info-card,
  .hotels-contact-form-card {
    padding: 18px;
  }

  .hotels-contact-submit {
    width: 100%;
  }
}

/* Refined type scale for contact page. */
.hotels-contact-page {
  --contact-text-xs: 13px;
  --contact-text-sm: 14px;
  --contact-text-md: 15px;
  --contact-text-lg: 16px;
  --contact-title-sm: 24px;
  --contact-title-md: 30px;
}

.hotels-contact-hero-copy span,
.hotels-contact-eyebrow,
.hotels-contact-field label,
.hotels-contact-info-item strong {
  font-size: var(--contact-text-sm) !important;
}

.hotels-contact-hero p,
.hotels-contact-info-card > p,
.hotels-contact-form-card > p,
.hotels-contact-info-item p,
.hotels-contact-form-card input,
.hotels-contact-form-card textarea,
.hotels-contact-form-card input::placeholder,
.hotels-contact-form-card textarea::placeholder {
  font-size: var(--contact-text-md) !important;
}

.hotels-contact-submit {
  font-size: var(--contact-text-lg) !important;
}

.hotels-contact-info-card h2,
.hotels-contact-form-card h2 {
  font-size: var(--contact-title-md) !important;
}
