/**
 * Contact / Get Quote page styles.
 * Used by index.html preview and page-contact-us.php (WordPress).
 */

.bth-contact-main {
  background: #fff;
  color: #1d1d1f;
}

.bth-contact-shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px) 0 clamp(64px, 8vw, 96px);
}

.bth-contact-hero {
  max-width: 680px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.bth-contact-eyebrow {
  margin: 0 0 12px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bth-contact-title {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.bth-contact-lead {
  margin: 16px 0 0;
  max-width: 560px;
  color: #6e6e73;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
}

.bth-contact-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.bth-contact-info {
  position: sticky;
  top: 96px;
}

.bth-contact-info__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.bth-contact-block {
  margin-bottom: 22px;
}

.bth-contact-block__label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #86868b;
}

.bth-contact-block__value,
.bth-contact-block__text {
  display: block;
  margin: 0 0 4px;
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

a.bth-contact-block__value:hover,
a.bth-contact-block__value:focus-visible {
  color: #b91c1c;
}

.bth-contact-shop-link {
  display: inline-flex;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #b91c1c;
  text-decoration: none;
}

.bth-contact-shop-link:hover,
.bth-contact-shop-link:focus-visible {
  color: #991b1b;
  text-decoration: underline;
}

.bth-contact-form-card {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: #fafafa;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

/* Static preview form (index.html) */
.bth-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.bth-quote-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bth-quote-form__field--full {
  grid-column: 1 / -1;
}

.bth-quote-form__field label {
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
}

.bth-quote-form__field input,
.bth-quote-form__field select,
.bth-quote-form__field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #fff;
  color: #1d1d1f;
  font: inherit;
  font-size: 15px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bth-quote-form__field textarea {
  min-height: 140px;
  resize: vertical;
}

.bth-quote-form__field input:focus,
.bth-quote-form__field select:focus,
.bth-quote-form__field textarea:focus {
  border-color: #b91c1c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.12);
}

.bth-quote-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  margin-top: 4px;
  padding: 12px 28px;
  border: 0;
  border-radius: 980px;
  background: #b91c1c;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bth-quote-form__submit:hover,
.bth-quote-form__submit:focus-visible {
  background: #991b1b;
}

.bth-quote-form__notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
}

.bth-quote-form__notice--success {
  background: #ecfdf3;
  color: #166534;
}

.bth-contact-map {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.bth-contact-map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

/* WordPress — Elementor form overrides (live site) */
body.bth-apple-contact .elementor-location-header,
body.bth-apple-contact .elementor-location-footer {
  display: none !important;
}

/* Strip legacy Elementor page sections — keep enquiry form widget only */
body.bth-apple-contact .bth-contact-form__content .elementor-widget:not(.elementor-widget-form) {
  display: none !important;
}

body.bth-apple-contact .bth-contact-form__content .elementor-section,
body.bth-apple-contact .bth-contact-form__content .elementor-container,
body.bth-apple-contact .bth-contact-form__content .elementor-column-wrap,
body.bth-apple-contact .bth-contact-form__content .elementor-widget-wrap {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.bth-apple-contact .bth-contact-form__content .elementor-field-group.elementor-column {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.bth-apple-contact .bth-contact-form__content .elementor-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.bth-apple-contact .bth-contact-form__content > .elementor {
  width: 100% !important;
}

body.bth-apple-contact .bth-contact-form__content .elementor-widget-form {
  width: 100% !important;
  max-width: none !important;
}

.bth-contact-form__content .elementor-form-fields-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 16px;
  width: 100% !important;
}

.bth-contact-form__content .elementor-form-fields-wrapper > .elementor-field-group {
  float: none !important;
  clear: none !important;
}

.bth-contact-form__content .elementor-form-fields-wrapper > .elementor-field-type-text:first-of-type {
  grid-column: 1 !important;
  width: auto !important;
  max-width: none !important;
  flex: unset !important;
  flex-basis: auto !important;
}

.bth-contact-form__content .elementor-form-fields-wrapper > .elementor-field-type-text:first-of-type + .elementor-field-type-text {
  grid-column: 2 !important;
  align-self: end;
  width: auto !important;
  max-width: none !important;
  flex: unset !important;
  flex-basis: auto !important;
}

.bth-contact-form__content .elementor-field-group {
  min-width: 0 !important;
  max-width: none !important;
}

.bth-contact-form__content .elementor-field-type-email,
.bth-contact-form__content .elementor-field-group.elementor-field-type-email {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}

.bth-contact-form__content .elementor-field-type-textarea,
.bth-contact-form__content .elementor-field-type-select,
.bth-contact-form__content .elementor-field-type-recaptcha,
.bth-contact-form__content .elementor-field-group-message,
.bth-contact-form__content .elementor-field-type-submit {
  grid-column: 1 / -1;
}

.bth-contact-form__content .elementor-field-group.elementor-field-type-text + .elementor-field-group.elementor-field-type-text label.bth-contact-label-hidden,
.bth-contact-form__content .elementor-field-group.elementor-field-type-text:nth-of-type(2) label.bth-contact-label-hidden {
  display: none !important;
}

.bth-contact-form-wrap--native .elementor-field-type-recaptcha {
  margin: 8px 0 4px;
}

.bth-contact-form-wrap--native .elementor-field-type-recaptcha.is-bth-recaptcha-error {
  padding: 12px;
  border-radius: 12px;
  background: #fef2f2;
  box-shadow: inset 0 0 0 1px #fecaca;
}

.bth-contact-form-wrap--native .elementor-field-type-recaptcha.is-bth-recaptcha-error .elementor-g-recaptcha,
.bth-contact-form-wrap--native .elementor-field-type-recaptcha.is-bth-recaptcha-error .g-recaptcha {
  border-radius: 8px;
  overflow: hidden;
}

.bth-contact-form-wrap--native .elementor-field-type-recaptcha .elementor-g-recaptcha {
  max-width: 100%;
}

.bth-contact-form__content .elementor-field-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
}

.bth-contact-form__content .elementor-field-textual,
.bth-contact-form__content .elementor-field-group .elementor-select-wrapper select {
  width: 100% !important;
  min-height: 44px;
  padding: 10px 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #1d1d1f !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.bth-contact-form__content .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  padding: 12px 28px !important;
  border: 0 !important;
  border-radius: 980px !important;
  background: #b91c1c !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

@media (max-width: 900px) {
  .bth-contact-stage {
    grid-template-columns: 1fr;
  }

  .bth-contact-info {
    position: static;
  }

  .bth-quote-form__grid,
  .bth-contact-form__content .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }

  .bth-contact-form__content .elementor-form-fields-wrapper > .elementor-field-type-text:first-of-type + .elementor-field-type-text {
    grid-column: 1 !important;
    align-self: stretch;
  }
}

@media (max-width: 560px) {
  .bth-contact-shell {
    width: min(100%, 94vw);
  }
}

/* ── Layout D5 (production) — form left, premium panel right ── */
.bth-contact-info__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 980px;
  background: rgba(185, 28, 28, 0.2);
  color: #fecaca;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bth-contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bth-contact-info-row {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bth-contact-info-row:last-child {
  border-bottom: 0;
}

.bth-contact-info-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fecaca;
  font-size: 18px;
}

.bth-contact-info-row__body strong {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a1a1a6;
}

.bth-contact-info-row__body a,
.bth-contact-info-row__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #f5f5f7;
  text-decoration: none;
}

.bth-contact-info-row__body a {
  display: block;
}

.bth-contact-info-row__body a + a {
  margin-top: 4px;
}

.bth-contact-info-row__body a:hover {
  color: #fecaca;
}

.bth-contact-form-section__label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #86868b;
}

body.bth-contact-v-d .bth-contact-stage {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

body.bth-contact-v-d .bth-contact-form-wrap {
  order: 1;
}

body.bth-contact-v-d .bth-contact-info {
  order: 2;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 20px;
  background: #1d1d1f;
  color: #f5f5f7;
  top: 88px;
}

body.bth-contact-v-d .bth-contact-info__title {
  color: #fff;
}

body.bth-contact-v-d .bth-contact-shop-link {
  color: #fecaca;
}

body.bth-contact-v-d .bth-contact-shop-link:hover,
body.bth-contact-v-d .bth-contact-shop-link:focus-visible {
  color: #fff;
}

body.bth-contact-v-d .bth-contact-form-card {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

body.bth-contact-v-d .bth-contact-hero {
  max-width: none;
}

body.bth-contact-v-d5 .bth-contact-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 28px);
  align-items: start;
}

body.bth-contact-v-d5 .bth-contact-form-wrap {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  order: 0;
  min-width: 0;
  max-width: 100%;
}

body.bth-contact-v-d5 .bth-contact-info {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  order: 0;
  position: relative;
  top: auto;
  min-width: 0;
  max-width: 100%;
}

body.bth-contact-v-d5 .bth-contact-form-card,
body.bth-contact-v-d5 .bth-contact-form__content {
  min-width: 0;
  max-width: 100%;
}

/* Stage columns — form slides from left, panel slides from right */
body.bth-apple-contact .bth-contact-form-wrap.reveal {
  transform: translateX(-24px);
}

body.bth-apple-contact .bth-contact-form-wrap.reveal.is-visible {
  transform: translateX(0);
}

body.bth-apple-contact .bth-contact-info.reveal {
  transform: translateX(28px);
}

body.bth-apple-contact .bth-contact-info.reveal.is-visible {
  transform: translateX(0);
}

@keyframes bth-contact-panel-bg-drift {
  0%,
  100% {
    background-position: center bottom;
    background-size: 85%;
  }

  50% {
    background-position: center calc(100% + 14px);
    background-size: 89%;
  }
}

body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-info__badge,
body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-info__title,
body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-info-row,
body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-shop-link {
  opacity: 0;
  transform: translateY(14px);
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info__badge,
body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info__title,
body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info-row,
body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-shop-link {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info__badge {
  transition-delay: 0.34s;
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info__title {
  transition-delay: 0.42s;
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info-row:nth-child(1) {
  transition-delay: 0.5s;
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info-row:nth-child(2) {
  transition-delay: 0.58s;
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info-row:nth-child(3) {
  transition-delay: 0.66s;
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info-row:nth-child(4) {
  transition-delay: 0.74s;
}

body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-shop-link {
  transition-delay: 0.82s;
}

body.bth-contact-v-d5 .bth-contact-title {
  font-size: clamp(30px, 4.2vw, 44px);
}

body.bth-contact-v-d5 .bth-contact-form-card {
  padding: clamp(24px, 3.5vw, 32px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition:
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

body.bth-contact-v-d5 .bth-contact-form-card:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

body.bth-contact-v-d5 .bth-contact-info {
  position: relative;
  overflow: hidden;
  background-color: #1d1d1f;
  background-image:
    linear-gradient(rgba(29, 29, 31, 0.88), rgba(29, 29, 31, 0.92)),
    url('https://www.banteckhan.com.sg/wp-content/uploads/2023/07/Image-19.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 85%;
  border-radius: 24px;
  padding: clamp(24px, 3.5vw, 32px);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  animation: bth-contact-panel-bg-drift 22s ease-in-out infinite;
}

body.bth-contact-v-d5 .bth-contact-info::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 85% 12%, rgba(185, 28, 28, 0.22) 0%, transparent 42%);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
  animation: bth-contact-panel-glow 8s ease-in-out infinite alternate;
}

@keyframes bth-contact-panel-glow {
  0% {
    opacity: 0.55;
  }

  100% {
    opacity: 0.95;
  }
}

body.bth-contact-v-d5 .bth-contact-info:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

body.bth-contact-v-d5 .bth-contact-info__title {
  color: #fff;
}

body.bth-contact-v-d5 .bth-contact-shop-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #fecaca;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease, opacity 0.2s ease;
}

body.bth-contact-v-d5 .bth-contact-shop-link:hover,
body.bth-contact-v-d5 .bth-contact-shop-link:focus-visible {
  color: #fff;
  gap: 10px;
  text-decoration: none;
  opacity: 1;
}

body.bth-contact-v-d5 .bth-contact-info-row {
  border-radius: 12px;
  margin-inline: -8px;
  padding-inline: 8px;
  transition: background 0.22s ease;
}

body.bth-contact-v-d5 .bth-contact-info-row:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.bth-contact-v-d5 .bth-contact-info-row__icon {
  transition: background 0.22s ease, transform 0.22s ease;
}

body.bth-contact-v-d5 .bth-contact-info-row:hover .bth-contact-info-row__icon {
  background: rgba(185, 28, 28, 0.28);
  transform: scale(1.06);
}

body.bth-contact-v-d5 .bth-contact-info-row__body a {
  transition: color 0.18s ease;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-textual,
body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-group .elementor-select-wrapper select {
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease !important;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-textual:focus,
body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-group .elementor-select-wrapper select:focus {
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.12) !important;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-button {
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.18s ease !important;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-button:hover,
body.bth-contact-v-d5 .bth-contact-form__content .elementor-button:focus-visible {
  background: #991b1b !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(185, 28, 28, 0.28);
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-button:active {
  transform: translateY(0);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  body.bth-apple-contact .bth-contact-form-wrap.reveal,
  body.bth-apple-contact .bth-contact-info.reveal {
    transform: none !important;
  }

  body.bth-contact-v-d5 .bth-contact-info {
    animation: none;
  }

  body.bth-contact-v-d5 .bth-contact-info::before {
    animation: none;
    opacity: 0.7;
  }

  body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-info__badge,
  body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-info__title,
  body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-info-row,
  body.bth-contact-v-d5 .bth-contact-info.reveal:not(.is-visible) .bth-contact-shop-link,
  body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info__badge,
  body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info__title,
  body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-info-row,
  body.bth-contact-v-d5 .bth-contact-info.reveal.is-visible .bth-contact-shop-link {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.bth-contact-v-d5 .bth-contact-form-card,
  body.bth-contact-v-d5 .bth-contact-info,
  body.bth-contact-v-d5 .bth-contact-info-row,
  body.bth-contact-v-d5 .bth-contact-info-row__icon,
  body.bth-contact-v-d5 .bth-contact-form__content .elementor-button {
    transition: none !important;
    transform: none !important;
  }

  body.bth-contact-v-d5 .bth-contact-form-card:hover,
  body.bth-contact-v-d5 .bth-contact-info:hover {
    transform: none;
  }
}

body.bth-contact-v-d5 .bth-contact-info > * {
  position: relative;
  z-index: 1;
}

body.bth-contact-v-d5 .bth-quote-form__field input,
body.bth-contact-v-d5 .bth-quote-form__field select,
body.bth-contact-v-d5 .bth-quote-form__field textarea {
  background: #fafafa;
  border-color: transparent;
}

body.bth-contact-v-d5 .bth-quote-form__field input:focus,
body.bth-contact-v-d5 .bth-quote-form__field select:focus,
body.bth-contact-v-d5 .bth-quote-form__field textarea:focus {
  background: #fff;
}

body.bth-contact-v-d5 .bth-quote-form__submit {
  width: 100%;
  min-height: 52px;
  font-size: 17px;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-textual,
body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-group .elementor-select-wrapper select {
  background: #fafafa !important;
  border-color: transparent !important;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-textual:focus,
body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-group .elementor-select-wrapper select:focus {
  background: #fff !important;
  border-color: #b91c1c !important;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-form-fields-wrapper::before {
  content: 'Your details';
  grid-column: 1 / -1;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #86868b;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-type-select {
  display: block;
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-type-select::before {
  content: 'Your enquiry';
  display: block;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #86868b;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-type-select label {
  display: block;
  margin-top: 0;
  margin-bottom: 6px;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-field-type-submit {
  width: 100%;
}

body.bth-contact-v-d5 .bth-contact-form__content .elementor-button {
  width: 100% !important;
  min-height: 52px !important;
  font-size: 17px !important;
}

body.bth-apple-contact .bth-contact-form__content .elementor-message {
  display: none !important;
}

.bth-contact-toast[hidden] {
  display: none !important;
}

.bth-contact-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 10050;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(460px, calc(100vw - 32px));
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.14),
    0 2px 8px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 120%);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease;
}

.bth-contact-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.bth-contact-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.bth-contact-toast.is-success .bth-contact-toast__icon {
  background: #ecfdf3;
  color: #15803d;
}

.bth-contact-toast.is-error .bth-contact-toast__icon {
  background: #fef2f2;
  color: #b91c1c;
}

.bth-contact-toast__body {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}

.bth-contact-toast__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1f;
  line-height: 1.35;
}

.bth-contact-toast__message {
  margin: 4px 0 0;
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.45;
}

.bth-contact-toast__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #86868b;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.bth-contact-toast__close:hover,
.bth-contact-toast__close:focus-visible {
  background: rgba(0, 0, 0, 0.06);
  color: #1d1d1f;
}

@media (max-width: 560px) {
  .bth-contact-toast {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    transform: translateY(120%);
  }

  .bth-contact-toast.is-visible {
    transform: translateY(0);
  }
}

body.bth-apple-contact .bth-contact-form__content .elementor-message-success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #bbf7d0;
}

body.bth-apple-contact .bth-contact-form__content .elementor-message-danger {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

@media (max-width: 900px) {
  body.bth-contact-v-d .bth-contact-stage {
    grid-template-columns: 1fr;
  }

  body.bth-contact-v-d .bth-contact-form-wrap {
    order: 2;
  }

  body.bth-contact-v-d .bth-contact-info {
    order: 1;
    position: static;
  }

  body.bth-contact-v-d5 .bth-contact-stage {
    grid-template-columns: 1fr;
  }

  body.bth-contact-v-d5 .bth-contact-info {
    grid-column: 1;
    grid-row: 1;
    position: static;
  }

  body.bth-contact-v-d5 .bth-contact-form-wrap {
    grid-column: 1;
    grid-row: 2;
  }
}

