/* Shared visual language for the main travel service pages. */
body.btx-service-page {
  --service-ink: #17342f;
  --service-muted: #55706a;
  --service-green: #087f5b;
  --service-teal: #0f9e91;
  --service-coral: #e85d4a;
  --service-sun: #f6c453;
  --service-cream: #fff9ed;
  color: var(--service-ink);
  background: #fffdf8;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.btx-service-page h1,
.btx-service-page h2,
.btx-service-page h3,
.btx-service-page h4,
.btx-service-page p,
.btx-service-page a,
.btx-service-page button,
.btx-service-page input,
.btx-service-page select {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.btx-service-page .home-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: clamp(4.25rem, 9vw, 7rem) 1rem clamp(3.5rem, 7vw, 5.5rem) !important;
  color: var(--service-ink) !important;
  border-bottom: 1px solid rgba(23, 52, 47, 0.12);
  text-align: center;
}

.btx-service-page .home-hero::before,
.btx-service-page .home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.btx-service-page .home-hero::before {
  width: 24rem;
  height: 24rem;
  top: -13rem;
  right: -8rem;
  background: rgba(246, 196, 83, 0.44);
}

.btx-service-page .home-hero::after {
  width: 30rem;
  height: 30rem;
  left: -17rem;
  bottom: -21rem;
  border: 3.5rem solid rgba(255, 255, 255, 0.20);
}

.btx-hotels .home-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(246, 196, 83, 0.34), transparent 28%),
    linear-gradient(135deg, #dff5e9 0%, #bde9df 47%, #6cc8bf 100%) !important;
}

.btx-autos .home-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(246, 196, 83, 0.38), transparent 25%),
    linear-gradient(135deg, #fff1d2 0%, #f7caa6 48%, #ef8f72 100%) !important;
}

.btx-service-page .home-hero .container {
  max-width: 920px !important;
}

.btx-service-page .home-hero .hero-kicker {
  display: inline-flex;
  margin: 0 0 1.1rem;
  padding: 0.48rem 0.82rem;
  border: 1px solid rgba(23, 52, 47, 0.16);
  border-radius: 999px;
  color: #165e50;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btx-service-page .home-hero .hero-title {
  max-width: 850px;
  margin: 0 auto 1rem !important;
  color: var(--service-ink) !important;
  font-size: clamp(2.25rem, 6vw, 4.4rem) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.06em;
  text-shadow: none !important;
  text-wrap: balance;
}

.btx-service-page .home-hero .hero-subtitle-large,
.btx-service-page .home-hero .hero-description {
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--service-muted) !important;
  font-size: clamp(1rem, 2vw, 1.18rem) !important;
  line-height: 1.6 !important;
  opacity: 1 !important;
  text-wrap: balance;
}

.btx-service-page main > .section,
.btx-service-page .widget-section,
.btx-service-page .features-section {
  background-color: #fffdf8;
}

.btx-service-page main h2 {
  color: var(--service-ink) !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.btx-service-page .card,
.btx-service-page #tp-widget-container {
  border: 1px solid rgba(23, 52, 47, 0.12) !important;
  box-shadow: 0 14px 35px rgba(31, 70, 62, 0.08) !important;
}

.btx-service-page .btn-primary,
.btx-service-page .widget-tab.active {
  color: #ffffff !important;
  background: var(--service-green) !important;
  border-color: var(--service-green) !important;
}

@media (max-width: 700px) {
  .btx-service-page .home-hero {
    padding: 3.5rem 1rem 3.25rem !important;
  }

  .btx-service-page .home-hero .hero-title {
    font-size: clamp(2.2rem, 13vw, 3.4rem) !important;
  }

  .btx-service-page .home-hero .hero-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }
}
