:root {
  --gb-black: #080808;
  --gb-ink: #171717;
  --gb-gold: #c9a45c;
  --gb-gold-soft: #f2dfae;
  --gb-line: #e8e2d6;
  --gb-muted: #6f6f6f;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  color: var(--gb-ink);
  background: #0a0a0a;
  padding-top: 132px;
  -webkit-text-size-adjust: 100%;
}

.gb-topbar {
  min-height: 36px;
  background: #050505;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.gb-topbar a {
  color: rgba(255,255,255,.86);
}

.gb-topbar-right {
  gap: 0;
}

.gb-social-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gb-social-links a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,164,92,.48);
  border-radius: 50%;
  color: var(--gb-gold-soft);
  background: rgba(255,255,255,.05);
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.gb-social-links a:hover {
  background: linear-gradient(135deg, #f4d992, var(--gb-gold));
  border-color: var(--gb-gold);
  color: #080808;
  text-decoration: none;
  transform: translateY(-1px);
}

.gb-social-links-lg a {
  width: 38px;
  height: 38px;
  font-size: 16px;
}

.gb-navbar {
  background: linear-gradient(90deg, #070707, #101010 48%, #080808);
  border-bottom: 1px solid rgba(201,164,92,.28);
  box-shadow: 0 14px 45px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
}

.gb-brand {
  color: #fff;
  font-weight: 800;
  letter-spacing: .04em;
}

.gb-logo-img {
  height: 72px;
  width: auto;
  display: block;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.78);
  font-weight: 700;
  letter-spacing: .01em;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--gb-gold-soft);
}

.navbar-dark .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 4px;
  height: 2px;
  background: var(--gb-gold);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
}

.gb-nav-dropdown {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.gb-nav-dropdown-toggle:before {
  content: "";
}

.gb-nav-dropdown-toggle:after {
  display: none;
}

.navbar-dark .navbar-nav .gb-nav-dropdown-toggle:after {
  display: none;
}

.gb-nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #0b0b0b;
  border: 1px solid rgba(201,164,92,.35);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0,0,0,.32);
  padding: 8px;
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
}

.gb-account-menu {
  left: auto;
  right: 0;
  min-width: 180px;
}

.gb-nav-dropdown:hover .gb-nav-dropdown-menu,
.gb-nav-dropdown:focus-within .gb-nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gb-nav-dropdown-menu a {
  display: block;
  color: rgba(255,255,255,.84);
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}

.gb-nav-dropdown-menu a:hover {
  background: rgba(201,164,92,.14);
  color: var(--gb-gold-soft);
  text-decoration: none;
}

.gb-navbar .form-control {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(201,164,92,.55);
  border-radius: 8px;
  padding: 9px 14px;
}

.gb-navbar .site-search-input {
  width: 210px;
}

.header-search-toggle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,164,92,.48);
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  color: var(--gb-gold-soft);
  font-size: 18px;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.header-search-toggle:hover,
.header-search-toggle:focus {
  background: rgba(201,164,92,.16);
  border-color: var(--gb-gold);
  color: #fff;
  outline: 0;
}

.mobile-search-wrap {
  display: none;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

.site-search-form {
  position: relative;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(78px, 14vh, 128px) 16px 16px;
}

body.site-search-open {
  overflow: hidden;
}

body.site-search-open .site-search-overlay {
  display: flex;
}

.site-search-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(6px);
}

.site-search-dialog {
  position: relative;
  width: min(650px, 100%);
  background: #0c0c0c;
  border: 1px solid rgba(201,164,92,.48);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0,0,0,.62);
  padding: 22px;
}

.site-search-dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gb-gold-soft);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-search-close {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}

.site-search-field {
  position: relative;
}

.site-search-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: var(--gb-gold);
  z-index: 1;
}

.site-search-dialog .site-search-input {
  height: 56px;
  padding-left: 48px;
  background: #fff;
  border-color: rgba(201,164,92,.65);
}

.site-search-dialog .site-search-results {
  position: relative;
  top: auto;
  margin-top: 8px;
}

.site-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  color: #111;
  border: 1px solid rgba(201,164,92,.35);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  overflow: hidden;
  z-index: 1300;
  display: none;
}

.site-search-results.open {
  display: block;
}

.site-search-result {
  display: block;
  padding: 12px 14px;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.site-search-result:hover {
  background: #f8f3e8;
  color: #111;
  text-decoration: none;
}

.site-search-result small {
  display: block;
  color: #777;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 1190;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 330px;
  max-width: 88vw;
  height: 100vh;
  background: #080808;
  color: #fff;
  z-index: 1200;
  transform: translateX(100%);
  transition: transform .22s ease;
  padding: 22px;
  overflow-y: auto;
  border-left: 1px solid rgba(201,164,92,.36);
}

.mobile-sidebar a {
  display: block;
  color: rgba(255,255,255,.86);
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 700;
}

.mobile-sidebar a:hover {
  color: var(--gb-gold-soft);
  text-decoration: none;
}

.floating-booking-actions {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 1080;
  display: flex;
  align-items: center;
  gap: 10px;
}

.floating-book-now,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.floating-book-now {
  gap: 9px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid #e0be72;
  border-radius: 8px;
  background: linear-gradient(135deg, #e6c476, var(--gb-gold));
  color: #070707;
  font-weight: 700;
}

.floating-whatsapp {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 28px;
}

.floating-book-now:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.38);
  text-decoration: none;
}

.floating-book-now:hover {
  color: #070707;
}

.floating-whatsapp:hover {
  background: #1fba57;
  color: #fff;
}

.mobile-nav-group {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-nav-group summary {
  color: rgba(255,255,255,.94);
  padding: 15px 0;
  font-weight: 800;
  cursor: pointer;
}

.mobile-nav-group a {
  padding-left: 16px;
  font-weight: 600;
}

.mobile-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 24px;
}

body.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.mobile-menu-open .mobile-sidebar {
  transform: translateX(0);
}

.gb-brand span, .text-gold {
  color: var(--gb-gold);
}

.gb-hero {
  min-height: 640px;
  background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.68), rgba(0,0,0,.28)), var(--hero-image, url("../own/chauffeur-service.webp")) center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 95px 0 90px;
}

.home-booking-shell {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.booking-section {
  background: radial-gradient(circle at top left, rgba(201,164,92,.16), transparent 32%), #0b0b0b;
}

.booking-container {
  width: min(1320px, calc(100% - 48px));
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.booking-section .section-kicker {
  color: var(--gb-gold);
  font-weight: 800;
  text-transform: uppercase;
}

.booking-type-panel {
  display: none;
  border: 1px solid rgba(201,164,92,.28);
  border-radius: 8px;
  padding: 22px;
  margin: 18px 0;
  background: rgba(0,0,0,.18);
}

.booking-type-panel.active {
  display: block;
}

.booking-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  align-items: end;
}

.service-select-field,
.booking-hours-field,
.tour-package-field {
  display: none;
}

.return-trip-fields,
.wait-return-fields,
.city-hourly-fields,
.wedding-hourly-fields {
  display: none;
}

.counter-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.counter-control button {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(201,164,92,.92);
  color: #111;
  font-weight: 800;
  border-radius: 6px;
  white-space: nowrap;
}

.counter-control input {
  text-align: center;
  min-width: 64px;
}

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #111;
  color: var(--gb-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
}

.booking-mode {
  border: 1px solid rgba(201,164,92,.42);
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 6px;
  padding: 6px;
  width: min(760px, 100%);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 18px 40px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}

.booking-mode button {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.82);
  padding: 12px 18px;
  min-width: 0;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
  line-height: 1.15;
  white-space: nowrap;
}

.booking-mode button.active {
  background: linear-gradient(135deg, var(--gb-gold), #f1d38b);
  color: #080808;
  box-shadow: 0 10px 24px rgba(201,164,92,.28);
}

.ride-choice-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  width: 100%;
}

.ride-choice-group-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ride-choice {
  margin: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  min-height: 56px;
  padding: 10px 12px;
  color: rgba(255,255,255,.82);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  cursor: pointer;
  line-height: 1.2;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.ride-choice input {
  position: absolute;
  opacity: 0;
}

.ride-choice.active,
.ride-choice:has(input:checked) {
  border-color: rgba(201,164,92,.9);
  background: linear-gradient(135deg, rgba(201,164,92,.28), rgba(201,164,92,.12));
  color: var(--gb-gold-soft);
  transform: translateY(-1px);
}

.route-map {
  min-height: 220px;
  border-radius: 8px;
  border: 1px solid var(--gb-line);
  background: #f4f4f4;
}

.region-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(201,164,92,.72);
  color: #080808;
  background: linear-gradient(135deg, #f4d992, var(--gb-gold));
  padding: 7px 13px;
  border-radius: 999px;
  margin: 0 6px 8px 0;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(201,164,92,.18);
}

.gb-hero h1 {
  font-size: clamp(46px, 7vw, 92px);
  line-height: .98;
  font-weight: 800;
}

.gb-hero-copy {
  max-width: 880px;
}

.gb-booking-card {
  background: rgba(9, 10, 12, .82);
  color: #fff;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(24px);
  width: 100%;
}

.gb-booking-card label {
  color: rgba(255,255,255,.86);
  font-weight: 700;
}

.gb-booking-card .form-control {
  background: rgba(0,0,0,.28);
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 6px;
  padding: 12px 14px;
  min-height: 48px;
  width: 100%;
  overflow: visible;
  text-overflow: clip;
  box-sizing: border-box;
}

.gb-booking-card input[type="date"],
.gb-booking-card input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
  color-scheme: dark;
  min-width: 0;
  padding-right: 10px;
}

.gb-booking-card input[type="date"]::-webkit-calendar-picker-indicator,
.gb-booking-card input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
  filter: invert(82%) sepia(37%) saturate(532%) hue-rotate(358deg) brightness(99%) contrast(92%);
}

form:not(.site-search-form) input[type="date"],
form:not(.site-search-form) input[type="time"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  color-scheme: dark;
  padding-right: 42px;
}

form:not(.site-search-form) input[type="date"]::-webkit-calendar-picker-indicator,
form:not(.site-search-form) input[type="time"]::-webkit-calendar-picker-indicator {
  display: block;
  opacity: 1;
  cursor: pointer;
  filter: invert(82%) sepia(37%) saturate(532%) hue-rotate(358deg) brightness(99%) contrast(92%);
}

form:not(.site-search-form) select.form-control,
form:not(.site-search-form) select.form-select,
form:not(.site-search-form) select.custom-select {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  color-scheme: dark;
  padding-right: 38px !important;
  cursor: pointer;
}

.gb-booking-card .form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(201,164,92,.16);
  border-color: var(--gb-gold-soft);
}

.gb-booking-card .form-control::placeholder {
  color: rgba(255,255,255,.56);
}

.gb-booking-card select.form-control option {
  color: #111;
}

.gb-booking-card .soft-divider {
  border-left: 1px solid rgba(255,255,255,.45);
}

.gb-booking-card .row,
.gb-booking-card .form-row {
  min-width: 0;
  row-gap: 14px;
}

.gb-booking-card .form-group {
  margin-bottom: 14px;
}

.gb-booking-card .form-row + .booking-type-panel,
.gb-booking-card .booking-type-panel + .route-preview-field {
  margin-top: 16px;
}

#priceSummary .d-flex {
  gap: 12px;
}

#priceSummary span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.quote-request-summary {
  border: 1px solid rgba(201,164,92,.4);
  border-radius: 8px;
  background: rgba(201,164,92,.08);
  padding: 14px;
}

.gb-booking-card [class*="col-"],
.wedding-service-fields [class*="col-"],
.hourly-service-fields [class*="col-"] {
  min-width: 0;
}

.wedding-service-fields .counter-control {
  width: 100%;
}

.wedding-service-fields .counter-control input {
  min-width: 0;
}

.booking-submit-area {
  border-top: 1px solid rgba(201,164,92,.26);
  margin-top: 18px;
  padding-top: 18px;
}

.booking-submit-area .btn {
  min-height: 54px;
  font-weight: 900;
  letter-spacing: 0;
}

.gb-panel {
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.gb-panel:has(form:not(.site-search-form)),
.admin-main > form,
.admin-main .gb-panel:has(form),
.customer-form-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    #070707;
  color: #fff;
  border-color: rgba(201,164,92,.48);
  box-shadow: 0 24px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
}

form:not(.site-search-form):not(.form-inline):not(.d-inline) {
  background:
    radial-gradient(circle at top left, rgba(201,164,92,.14), transparent 38%),
    linear-gradient(180deg, #101010, #050505);
  color: #fff;
  border: 1px solid rgba(201,164,92,.42);
  border-radius: 8px;
  padding: 22px;
}

.gb-panel form,
.admin-main > form {
  margin-bottom: 0;
}

.gb-booking-card form:not(.site-search-form) {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .gb-booking-card {
    padding: 28px !important;
  }

  .gb-booking-card .form-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .gb-booking-card .form-row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .gb-booking-card .form-row > .col-lg-2 { grid-column: span 2; }
  .gb-booking-card .form-row > .col-lg-3,
  .gb-booking-card .form-row > .col-md-3 { grid-column: span 3; }
  .gb-booking-card .form-row > .col-lg-4,
  .gb-booking-card .form-row > .col-md-4 { grid-column: span 4; }
  .gb-booking-card .form-row > .col-md-5 { grid-column: span 5; }
  .gb-booking-card .form-row > .col-md-6,
  .gb-booking-card .form-row > .col-lg-6 { grid-column: span 6; }
  .gb-booking-card .form-row > .col-md-7 { grid-column: span 7; }
  .gb-booking-card .form-row > .col-lg-8 { grid-column: span 8; }
  .gb-booking-card .form-row > .col-lg-9 { grid-column: span 9; }
  .gb-booking-card .form-row > .col-md-12,
  .gb-booking-card .form-row > .col-lg-12 { grid-column: 1 / -1; }

  .gb-booking-card .route-preview-field {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .gb-booking-card .route-preview-field > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .gb-booking-card .route-map {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  .city-service-layout .city-content-col {
    flex: 0 0 42%;
    max-width: 42%;
  }

  .city-service-layout .city-booking-col {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .city-booking-card .form-row > [class*="col-"],
  .city-booking-card .route-preview-field > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .city-booking-card .soft-divider {
    border-left: 0;
    padding-left: 5px !important;
  }

  .city-booking-card .ride-choice-group {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .city-booking-card .route-map {
    min-height: 240px;
  }

  .city-booking-card .route-preview-field {
    grid-template-columns: 1fr;
  }

  .service-page-booking.city-booking-card .form-row > .col-lg-2,
  .service-page-booking.city-booking-card .form-row > .col-lg-3,
  .service-page-booking.city-booking-card .form-row > .col-md-3,
  .service-page-booking.city-booking-card .form-row > .col-md-4 {
    grid-column: span 6;
  }

  .service-page-booking.city-booking-card .vehicle-category-field {
    grid-column: 1 / -1;
  }

  .service-page-booking .route-preview-field {
    grid-template-columns: 1fr;
  }
}

form:not(.site-search-form) label,
form:not(.site-search-form) .form-check-label,
.gb-panel:has(form:not(.site-search-form)) h1,
.gb-panel:has(form:not(.site-search-form)) h2,
.gb-panel:has(form:not(.site-search-form)) h3,
.gb-panel:has(form:not(.site-search-form)) h4,
.gb-panel:has(form:not(.site-search-form)) h5,
.gb-panel:has(form:not(.site-search-form)) h6 {
  color: rgba(255,255,255,.92);
}

form:not(.site-search-form) a,
.gb-panel:has(form:not(.site-search-form)) a {
  color: var(--gb-gold-soft);
}

form:not(.site-search-form) .text-muted,
.gb-panel:has(form:not(.site-search-form)) .text-muted {
  color: rgba(255,255,255,.62) !important;
}

.legal-page .gb-panel {
  max-width: 980px;
  margin: 0 auto;
}

.legal-section {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid var(--gb-line);
}

.legal-section h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.legal-section p,
.legal-section li {
  color: var(--gb-muted);
  line-height: 1.8;
}

.legal-section ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.legal-section li + li {
  margin-top: 8px;
}

.about-hero {
  min-height: 420px;
}

.about-content {
  max-width: 980px;
  margin: 0 auto;
}

.about-content p,
.about-content li {
  color: var(--gb-muted);
  line-height: 1.85;
}

.about-content h2 {
  font-weight: 800;
  margin: 0 0 16px;
}

.about-content h2:not(:first-child) {
  margin-top: 34px;
}

.luxury-check-list {
  list-style: none;
  padding-left: 0;
}

.luxury-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.luxury-check-list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gb-gold);
  font-weight: 800;
}

.service-page-content h2,
.service-page-content h3 {
  font-weight: 700;
  margin-top: 24px;
}

.service-hero-img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.note-editor.note-frame {
  border-color: var(--gb-line);
  border-radius: 8px;
}

.note-editor .note-toolbar {
  background: #fbfaf7;
  border-bottom-color: var(--gb-line);
}

.service-page-content p,
.service-page-content li {
  color: var(--gb-muted);
  line-height: 1.8;
}

main, section:not(.gb-hero):not(.service-band):not(.premium-band):not(.booking-section) {
  background: #fff;
}

.booking-section {
  background: radial-gradient(circle at top left, rgba(201,164,92,.18), transparent 34%), linear-gradient(180deg, #111, #050505);
}

.booking-section h2,
.booking-section .section-kicker {
  text-shadow: 0 10px 28px rgba(0,0,0,.26);
}

.admin-thumb-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-thumb-item {
  width: 112px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,164,92,.34);
  border-radius: 8px;
  padding: 7px;
}

.admin-thumb-item img {
  width: 96px;
  height: 68px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.admin-thumb-item label {
  margin: 7px 0 0;
  font-size: 12px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 18px;
}

.media-card {
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0,0,0,.1);
}

.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #111;
}

.media-copy-field {
  font-size: 12px;
  min-height: 38px;
}

.dispatch-summary {
  border: 1px solid rgba(201,164,92,.35);
  border-radius: 8px;
  padding: 16px;
  background: rgba(201,164,92,.08);
}

.dispatch-timeline {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.dispatch-timeline li {
  border-left: 2px solid rgba(201,164,92,.55);
  padding: 0 0 18px 16px;
  position: relative;
}

.dispatch-timeline li:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gb-gold);
}

main.pt-5.mt-5 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.gb-panel-dark {
  background: #111;
  color: #fff;
  border: 1px solid rgba(201, 164, 92, .26);
  border-radius: 8px;
}

.gb-input, .form-control, .form-select {
  border-radius: 6px;
  min-height: 46px;
  line-height: 1.35;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

form,
.form-row,
.row,
[class*="col-"] {
  min-width: 0;
}

form:not(.site-search-form) {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

form:not(.site-search-form) .form-row {
  row-gap: 10px;
}

form:not(.site-search-form) textarea.form-control {
  min-height: 118px;
  white-space: normal;
}

form:not(.site-search-form) .form-control,
form:not(.site-search-form) .form-select,
form:not(.site-search-form) .custom-select {
  background: rgba(0,0,0,.72);
  color: #fff;
  border: 1px solid rgba(201,164,92,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  padding: 12px 14px;
}

form:not(.site-search-form) input.form-control,
form:not(.site-search-form) select.form-control,
form:not(.site-search-form) .form-select,
form:not(.site-search-form) .custom-select {
  overflow: hidden;
  text-overflow: ellipsis;
}

form:not(.site-search-form) .form-control:focus,
form:not(.site-search-form) .form-select:focus,
form:not(.site-search-form) .custom-select:focus {
  background: #050505;
  color: #fff;
  border-color: var(--gb-gold-soft);
  box-shadow: 0 0 0 .2rem rgba(201,164,92,.18);
}

form:not(.site-search-form) .form-control::placeholder {
  color: rgba(255,255,255,.56);
}

form:not(.site-search-form) .form-control:disabled,
form:not(.site-search-form) .form-control[readonly],
form:not(.site-search-form) .form-select:disabled {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.62);
  border-color: rgba(201,164,92,.3);
}

form:not(.site-search-form) select.form-control option,
form:not(.site-search-form) select.form-select option,
form:not(.site-search-form) .custom-select option {
  background: #080808;
  color: #fff;
}

.gb-booking-card form:not(.site-search-form) input.form-control,
.gb-booking-card form:not(.site-search-form) select.form-control,
.gb-booking-card form:not(.site-search-form) .form-control {
  overflow: visible;
  text-overflow: clip;
}

.gb-booking-card form:not(.site-search-form) select.form-control {
  white-space: normal;
}

form:not(.site-search-form) hr {
  border-top-color: rgba(201,164,92,.32);
}

.gb-navbar .site-search-form,
.mobile-sidebar .site-search-form {
  background: transparent;
  border: 0;
  padding: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  min-height: 42px;
  padding: 10px 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
}

.btn-gold {
  background: linear-gradient(135deg, #f4d992, var(--gb-gold));
  border-color: var(--gb-gold);
  color: #090909;
  font-weight: 700;
}

.btn-gold:hover {
  background: #080808;
  border-color: var(--gb-gold);
  color: var(--gb-gold-soft);
}

.btn-outline-gold,
.btn-outline-dark,
.btn-primary {
  background: #080808;
  border-color: var(--gb-gold);
  color: var(--gb-gold);
}

.btn-outline-gold:hover,
.btn-outline-dark:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, #f4d992, var(--gb-gold));
  border-color: var(--gb-gold);
  color: #080808;
}

.service-band {
  background: radial-gradient(circle at top left, rgba(201,164,92,.12), transparent 35%), #070707;
  color: #fff;
}

.site-footer {
  position: relative;
  border-top: 1px solid rgba(201,164,92,.7);
  border-bottom: 1px solid rgba(201,164,92,.32);
  background:
    linear-gradient(105deg, rgba(201,164,92,.12), transparent 28%),
    linear-gradient(180deg, #0d0d0d, #040404);
  box-shadow: inset 0 1px 0 rgba(244,217,146,.12), 0 -16px 38px rgba(0,0,0,.25);
}

.site-footer:before {
  content: "";
  position: absolute;
  left: max(16px, calc((100% - 1140px) / 2));
  right: max(16px, calc((100% - 1140px) / 2));
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gb-gold), var(--gb-gold-soft), var(--gb-gold), transparent);
}

.site-footer h6.text-gold {
  color: #d7af59 !important;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(201,164,92,.3);
}

.site-footer a.text-white-50 {
  padding: 5px 0;
  transition: color .18s ease, transform .18s ease;
}

.site-footer a.text-white-50:hover {
  color: var(--gb-gold-soft) !important;
  transform: translateX(3px);
  text-decoration: none;
}

.site-footer .gb-logo-img {
  filter: drop-shadow(0 8px 16px rgba(201,164,92,.18));
}

.service-card {
  border: 1px solid rgba(201,164,92,.24);
  border-radius: 8px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff, #fbfaf7);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.service-card-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 0;
  margin: 0 0 22px;
  background: #0a0a0a;
}

.service-card > :not(.service-card-img) {
  margin-left: 24px;
  margin-right: 24px;
}

.service-card > :first-child:not(.service-card-img) {
  margin-top: 24px;
}

.service-card > :last-child {
  margin-bottom: 24px;
}

.service-card .btn,
.fleet-card .btn,
.tour-card .btn {
  align-self: flex-start;
}

.service-card .btn {
  margin-top: auto !important;
}

.fleet-card {
  border: 1px solid rgba(201,164,92,.24);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.fleet-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.fleet-showcase {
  background: #070707;
  border: 1px solid rgba(201,164,92,.36);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(0,0,0,.24);
}

.fleet-showcase .carousel-item {
  min-height: 460px;
  background: linear-gradient(90deg, #070707 0%, #101010 46%, #070707 100%);
}

.fleet-showcase .carousel-item img {
  display: block;
  margin-left: auto;
  width: 62%;
  height: 460px;
  object-fit: contain;
  object-position: center right;
}

.fleet-slide-copy {
  position: absolute;
  left: clamp(28px, 5vw, 54px);
  top: 50%;
  transform: translateY(-50%);
  width: min(38%, 390px);
  z-index: 2;
}

.fleet-slide-copy .btn {
  position: relative;
  z-index: 3;
}

.fleet-showcase .carousel-indicators {
  justify-content: flex-start;
  margin-left: clamp(28px, 5vw, 54px);
  margin-right: 0;
}

.blog-card {
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(0,0,0,.18);
}

.blog-card-image {
  display: block;
  background: #111;
}

.blog-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-title-link {
  color: #111;
  text-decoration: none;
}

.blog-title-link:hover {
  color: var(--gb-gold);
  text-decoration: none;
}

.blog-detail-head {
  max-width: 900px;
}

.blog-detail-head h1 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 800;
}

.blog-detail-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.blog-detail-content {
  max-width: 920px;
  font-size: 18px;
  line-height: 1.8;
}

.blog-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 18px 0;
}

.related-blog-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

.related-blog-card {
  scroll-snap-align: start;
  min-width: 0;
}

.related-blog-card .blog-card-image img {
  height: 170px;
}

.tour-card {
  border: 1px solid var(--gb-line);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

.tour-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.tour-card .tour-meta {
  color: var(--gb-muted);
  font-size: 14px;
}

.tour-card .tour-price {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.premium-band {
  background: linear-gradient(180deg, #f8f5ee, #fff);
}

.gallery-main {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gb-line);
  background: #111;
}

.gallery-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  cursor: zoom-in;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumbs img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
}

.gallery-thumbs img.active {
  border-color: var(--gb-gold);
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox-overlay.open {
  display: flex;
}

.lightbox-overlay img {
  max-width: 94vw;
  max-height: 88vh;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  width: 42px;
  height: 42px;
  font-size: 24px;
}

.price-summary {
  position: sticky;
  top: 156px;
}

.step-pill {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--gb-gold);
  color: #111;
  font-weight: 700;
}

.admin-shell {
  background:
    radial-gradient(circle at top left, rgba(201,164,92,.12), transparent 32%),
    linear-gradient(180deg, #121212, #f7f4ed 360px, #f7f4ed);
  min-height: 100vh;
  padding-top: 0;
}

.admin-menu-toggle {
  display: none;
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1250;
  border: 1px solid rgba(201,164,92,.42);
  background: #111;
  color: var(--gb-gold-soft);
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 800;
}

.admin-drawer-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1140;
  border: 0;
  background: rgba(0,0,0,.5);
}

.admin-sidebar {
  width: 270px;
  height: 100vh;
  background:
    linear-gradient(180deg, rgba(201,164,92,.08), transparent 26%),
    #080808;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  padding: 22px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1200;
  border-right: 1px solid rgba(201,164,92,.34);
  box-shadow: 16px 0 44px rgba(0,0,0,.28);
}

.admin-panel-logo {
  display: block;
  width: 178px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 22px;
}

.admin-sidebar-logo {
  display: block;
  width: 188px;
  max-width: 100%;
  height: auto;
  margin: 0 0 22px;
}

.auth-logo {
  display: block;
  width: 210px;
  max-width: 82%;
  height: auto;
  margin: 0 auto 14px;
}

.auth-brand-title {
  color: #111;
  font-weight: 800;
}

.admin-sidebar a {
  color: rgba(255,255,255,.78);
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 4px;
  font-weight: 700;
  border: 1px solid transparent;
}

.admin-sidebar a:hover, .admin-sidebar a.active {
  background: rgba(201,164,92,.16);
  color: var(--gb-gold-soft);
  border-color: rgba(201,164,92,.24);
}

.admin-main {
  margin-left: 270px;
  padding: 26px;
  min-width: 0;
}

.metric {
  border: 1px solid rgba(201,164,92,.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,244,235,.96));
  padding: 22px;
  min-height: 136px;
  box-shadow: 0 18px 44px rgba(0,0,0,.12);
  position: relative;
  overflow: hidden;
}

.metric:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--gb-gold), var(--gb-gold-soft));
}

.metric h3 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  margin: 8px 0 4px;
  color: #080808;
}

.metric-label,
.dashboard-kicker {
  color: #9b7935;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.metric small {
  color: var(--gb-muted);
  font-weight: 700;
}

.dashboard-hero,
.dashboard-card {
  border: 1px solid rgba(201,164,92,.36);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0,0,0,.16);
}

.dashboard-hero {
  background:
    linear-gradient(135deg, rgba(201,164,92,.16), transparent 42%),
    linear-gradient(180deg, #101010, #050505);
  color: #fff;
  padding: clamp(22px, 4vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.dashboard-hero h1,
.dashboard-hero h2 {
  margin: 6px 0 8px;
  color: #fff;
  font-weight: 900;
}

.dashboard-hero p {
  color: rgba(255,255,255,.68);
  margin: 0;
}

.dashboard-card {
  background: rgba(255,255,255,.98);
}

.dashboard-chart {
  height: 260px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  padding-top: 22px;
}

.dashboard-chart-bar {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  text-align: center;
  color: var(--gb-muted);
  font-weight: 800;
}

.dashboard-chart-bar span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 24px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #f4d992, var(--gb-gold));
  box-shadow: 0 14px 26px rgba(201,164,92,.24);
}

.dashboard-chart-bar em {
  display: inline-block;
  margin-top: -22px;
  color: #111;
  font-style: normal;
  font-size: 13px;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #efe6d5;
}

.status-row span {
  color: #4c4c4c;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(201,164,92,.14);
  color: #5d4313;
  border: 1px solid rgba(201,164,92,.32);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.dashboard-table a {
  color: #111;
  font-weight: 900;
}

.manage-booking-grid dl {
  margin-bottom: 0;
}

.manage-booking-grid dt {
  color: #7b6126;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.manage-booking-grid dd {
  color: #151515;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.manage-booking-card {
  overflow: hidden;
}

.booking-list-card {
  overflow: hidden;
}

.booking-list-table {
  margin-bottom: 0;
}

.booking-list-table thead th {
  border-top: 0;
  border-bottom: 1px solid rgba(201,164,92,.28);
  color: #8a6b2d;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.booking-list-table tbody td {
  border-top: 1px solid #f0e7d7;
  color: #151515;
  vertical-align: middle;
}

.booking-list-table tbody tr:hover {
  background: rgba(201,164,92,.08);
}

.admin-secret-value {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.customer-dashboard-shell {
  background:
    linear-gradient(180deg, #101010 0, #101010 210px, #f7f4ed 210px, #fff 100%);
}

.customer-dashboard-shell section {
  background: transparent !important;
}

.customer-sidebar {
  background:
    linear-gradient(180deg, rgba(201,164,92,.16), transparent 38%),
    #080808;
  border: 1px solid rgba(201,164,92,.36);
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.customer-sidebar h5 {
  color: var(--gb-gold-soft);
  font-weight: 900;
  margin-bottom: 14px;
}

.customer-sidebar a {
  color: rgba(255,255,255,.78);
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 800;
}

.customer-sidebar a:hover {
  color: var(--gb-gold-soft);
  background: rgba(201,164,92,.12);
  text-decoration: none;
}

.table td, .table th {
  vertical-align: middle;
}

@media (max-width: 991px) {
  body { padding-top: 84px; }
  .gb-topbar { display: none !important; }
  .gb-navbar { top: 0 !important; }
  .gb-navbar { padding-left: 6px; padding-right: 6px; }
  .gb-navbar .container {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 42px;
    gap: 8px;
    align-items: center;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .desktop-nav { display: none !important; }
  .mobile-search-wrap { display: flex; justify-content: flex-end; width: auto; min-width: 0; margin: 0; }
  .mobile-search-wrap .header-search-toggle { width: 42px; height: 42px; }
  .navbar-toggler { display: block !important; width: 42px; height: 42px; padding: 5px; margin: 0; }
  .gb-brand { width: auto; min-width: 0; margin-right: 0; }
  .gb-brand .gb-logo-img { height: 48px; max-width: 100%; object-fit: contain; }
  .mobile-sidebar .gb-logo-img { height: 56px; width: auto; }
  .gb-hero { min-height: auto; padding: 86px 0 70px; }
  .gb-hero h1 { font-size: 42px; }
  .gb-booking-card { padding: 22px !important; }
  .gb-booking-card .btn-lg { font-size: 16px; padding: 12px; }
  .gb-booking-card form:not(.site-search-form) {
    padding: 18px;
  }
  .gb-booking-card input,
  .gb-booking-card select,
  .gb-booking-card textarea {
    font-size: 16px;
  }
  .gb-booking-card .form-row > [class*="col-"],
  form:not(.site-search-form) .form-row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .booking-mode {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    border-radius: 12px;
    overflow: visible;
  }
  .booking-mode button {
    min-width: 0;
    min-height: 52px;
    padding: 11px 10px;
    white-space: normal;
  }
  .ride-choice-group { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-subgrid { grid-template-columns: 1fr; }
  .gb-booking-card .soft-divider { border-left: 0; padding-left: 5px !important; }
  .route-map { min-height: 260px; }
  .gallery-main img { height: 300px; }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .related-blog-slider { grid-auto-columns: calc((100% - 24px) / 2); }
  .fleet-showcase .carousel-item { min-height: 450px; padding-top: 180px; }
  .fleet-showcase .carousel-item img {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 188px;
    object-position: center;
  }
  .fleet-slide-copy {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    padding: 28px 26px 52px;
  }

  .admin-menu-toggle { display: block; }
  .admin-sidebar {
    transform: translateX(-100%);
    transition: transform .22s ease;
    width: 290px;
    max-width: 86vw;
    padding-top: 62px;
  }
  body.admin-menu-open .admin-sidebar { transform: translateX(0); }
  body.admin-menu-open .admin-drawer-backdrop { display: block; }
  .admin-main { margin-left: 0; padding: 72px 16px 18px; }
  .admin-main .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  .dashboard-hero {
    flex-direction: column;
    align-items: flex-start;
  }
  .dashboard-chart {
    height: 220px;
    gap: 9px;
  }
  .table-responsive { border: 0; }
  table.table { min-width: 720px; }
  .booking-list-card { padding: 18px !important; }
  .metric { padding: 18px; }
}

@media (max-width: 575px) {
  body { padding-top: 82px; }
  .gb-topbar .container { gap: 4px; }
  .navbar-dark .navbar-nav .nav-link { padding-left: 0; }
  .gb-hero h1 { font-size: 34px; }
  .ride-choice-group { grid-template-columns: 1fr; }
  .gb-hero-copy .btn { display: block; width: 100%; margin: 0 0 10px !important; }
  .tour-card img, .fleet-card img { height: 190px; }
  .blog-card-image img { height: 190px; }
  .related-blog-slider { grid-auto-columns: 86%; }
  .gallery-main img { height: 240px; }
  .gallery-thumbs { grid-template-columns: repeat(2, 1fr); }
  .gb-panel { padding: 20px !important; }
  .service-card { padding: 0 !important; }
  .service-card-img { height: 180px; }
  .service-card > :not(.service-card-img) {
    margin-left: 18px;
    margin-right: 18px;
  }
  .service-card > :first-child:not(.service-card-img) {
    margin-top: 18px;
  }
  .service-card > :last-child {
    margin-bottom: 18px;
  }
  .gb-topbar { line-height: 1.45; }
  .gb-topbar .mr-3 { margin-right: 0 !important; display: block; }
  .gb-navbar { top: 0 !important; }
  .gb-topbar { display: none !important; }
  .gb-navbar .container {
    grid-template-columns: 88px minmax(0, 1fr) 40px;
    gap: 6px;
  }
  .gb-brand .gb-logo-img { height: 40px; }
  .gb-hero { padding-top: 92px; }
  .booking-mode {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .booking-mode button {
    font-size: 14px;
    line-height: 1.15;
  }
  .mobile-search-wrap .header-search-toggle { width: 40px; height: 40px; font-size: 16px; }
  .site-search-dialog { padding: 18px; }
  .site-search-dialog .site-search-input { height: 52px; font-size: 14px; }
  .site-footer { padding-top: 38px !important; padding-bottom: 38px !important; }
  .price-summary { position: static; }
  table.table { font-size: 14px; }
  .floating-booking-actions {
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 76px);
    gap: 9px;
    flex-direction: column;
  }
  .floating-book-now {
    width: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
  }
  .floating-book-now span {
    display: none;
  }
  .floating-whatsapp {
    width: 52px;
    height: 52px;
    font-size: 25px;
  }
}

.guide-option-field {
  border: 1px solid rgba(201,164,92,.38);
  border-radius: 8px;
}
.guide-option-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}
.guide-option-label input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #c9a45c;
}
.guide-option-label span,
.guide-option-label small {
  display: block;
}
.guide-option-label small,
.vehicle-passenger-note {
  color: #a7a7a7;
  margin-top: 4px;
}
.vehicle-detail-hero {
  padding: 74px 0 56px;
  color: #fff;
  background: #080808 !important;
  border-bottom: 1px solid rgba(201,164,92,.35);
}
main .vehicle-detail-hero,
main .vehicle-detail-hero .container,
main .vehicle-detail-hero .row {
  background: #080808;
}
main .vehicle-detail-hero h1,
main .vehicle-detail-hero h2,
main .vehicle-detail-hero h3,
main .vehicle-detail-hero p,
main .vehicle-detail-hero strong {
  color: #fff;
}
main .vehicle-detail-hero .section-kicker,
main .vehicle-detail-hero .text-gold,
main .vehicle-detail-hero .vehicle-spec-grid strong {
  color: #d7b86a;
}
main .vehicle-detail-hero .vehicle-detail-intro,
main .vehicle-detail-hero .vehicle-spec-grid span {
  color: #b8b8b8;
}
.vehicle-detail-title {
  max-width: 640px;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.vehicle-detail-intro {
  color: #c8c8c8;
  font-size: 17px;
  line-height: 1.7;
}
.vehicle-gallery-main img {
  height: 470px;
  object-fit: cover;
  background: #111;
  border: 1px solid rgba(201,164,92,.32);
  box-shadow: 0 24px 60px rgba(0,0,0,.38);
}
.vehicle-spec-grid,
.vehicle-benefit-grid {
  display: grid;
  gap: 12px;
}
.vehicle-spec-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 28px 0;
}
.vehicle-spec-grid div,
.vehicle-benefit-grid div {
  border: 1px solid rgba(201,164,92,.28);
  background: #111;
  padding: 16px;
  border-radius: 6px;
}
.vehicle-spec-grid strong,
.vehicle-spec-grid span,
.vehicle-benefit-grid strong,
.vehicle-benefit-grid span {
  display: block;
}
.vehicle-spec-grid strong {
  color: #d7b86a;
  font-size: 20px;
}
.vehicle-spec-grid span,
.vehicle-benefit-grid span {
  color: #999;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.55;
}
.vehicle-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.vehicle-detail-body {
  background: #080808 !important;
  color: #fff;
  border-bottom: 1px solid rgba(201,164,92,.28);
}
.vehicle-content-block {
  padding: 12px 0 22px;
}
.vehicle-content-block h2 {
  max-width: 650px;
  margin-bottom: 18px;
  color: #fff;
}
.vehicle-content-block .cms-content,
.vehicle-detail-body .cms-content,
.vehicle-detail-body .text-muted {
  color: #aaa !important;
}
.vehicle-benefit-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.vehicle-benefit-grid div {
  background: #111;
  border-color: rgba(201,164,92,.28);
}
.vehicle-benefit-grid strong {
  color: #fff;
}
.vehicle-detail-body .gb-panel {
  color: #fff;
  background: #101010;
  border-color: rgba(201,164,92,.3);
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
.vehicle-detail-list {
  margin: 22px 0;
}
.vehicle-detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(201,164,92,.23);
}
.vehicle-detail-list dt,
.vehicle-detail-list dd {
  margin: 0;
}
.vehicle-detail-list dd {
  text-align: right;
  color: #aaa;
}
.vehicle-booking-aside {
  border-top: 3px solid #c9a45c !important;
}
.fleet-page {
  background: #080808;
  color: #fff;
}
.fleet-collection-hero {
  padding: 74px 0 84px;
  background: #080808 !important;
  border-bottom: 1px solid rgba(201,164,92,.3);
}
.fleet-collection-hero h1 {
  max-width: 850px;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
}
.fleet-page-intro {
  max-width: 760px;
  color: #aaa;
  font-size: 17px;
  line-height: 1.75;
}
.fleet-page .fleet-showcase {
  border-color: rgba(201,164,92,.4);
  box-shadow: 0 28px 70px rgba(0,0,0,.45);
}
.fleet-collection-grid {
  padding-top: 18px;
}
.fleet-collection-card {
  height: 100%;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(201,164,92,.28);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.fleet-collection-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,164,92,.7);
  box-shadow: 0 30px 70px rgba(0,0,0,.48);
}
.fleet-collection-image {
  display: block;
  position: relative;
  overflow: hidden;
  background: #050505;
}
.fleet-collection-image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform .35s ease;
}
.fleet-collection-card:hover .fleet-collection-image img {
  transform: scale(1.025);
}
.fleet-collection-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 11px;
  color: #111;
  background: #c9a45c;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.fleet-collection-content {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
.fleet-collection-content h2 {
  color: #fff;
}
.fleet-collection-content p:not(.section-kicker) {
  color: #aaa;
  line-height: 1.65;
}
.fleet-collection-specs {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin: 22px 0;
}
.fleet-collection-specs div {
  padding: 13px;
  background: #080808;
  border: 1px solid rgba(201,164,92,.23);
  border-radius: 6px;
}
.fleet-collection-specs strong,
.fleet-collection-specs span {
  display: block;
}
.fleet-collection-specs strong {
  color: #d7b86a;
}
.fleet-collection-specs span {
  margin-top: 4px;
  color: #888;
  font-size: 12px;
}
.fleet-collection-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .vehicle-detail-hero { padding-top: 40px; }
  .vehicle-detail-title { font-size: 38px; }
  .vehicle-gallery-main img { height: 360px; }
  .fleet-collection-hero { padding-top: 45px; }
  .fleet-collection-hero h1 { font-size: 39px; }
}

@media (max-width: 575px) {
  .vehicle-detail-title { font-size: 32px; }
  .vehicle-spec-grid,
  .vehicle-benefit-grid { grid-template-columns: 1fr; }
  .vehicle-gallery-main img { height: 250px; }
  .vehicle-hero-actions .btn { width: 100%; }
  .fleet-collection-hero h1 { font-size: 32px; }
  .fleet-collection-image img { height: 225px; }
  .fleet-collection-content { min-height: 0; padding: 20px; }
  .fleet-collection-specs { grid-template-columns: 1fr; }
  .fleet-collection-actions .btn { width: 100%; }
}

/* Compact, consistent booking forms across phones, tablets, and desktops. */
.gb-booking-card,
.gb-booking-card *,
form:not(.site-search-form),
form:not(.site-search-form) * {
  box-sizing: border-box;
}

.gb-booking-card {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  max-width: 100%;
}

.gb-booking-card form:not(.site-search-form) {
  min-height: 0;
}

.gb-booking-card .form-control,
.gb-booking-card .form-select,
.gb-booking-card .custom-select {
  min-height: 44px;
  height: 44px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  line-height: 1.25;
}

.gb-booking-card textarea.form-control {
  height: auto;
  min-height: 82px;
}

.gb-booking-card label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.25;
}

.gb-booking-card .form-group {
  margin-bottom: 9px;
}

.gb-booking-card .row,
.gb-booking-card .form-row {
  row-gap: 8px;
}

.gb-booking-card .form-row + .booking-type-panel,
.gb-booking-card .booking-type-panel + .route-preview-field {
  margin-top: 12px;
}

.booking-type-panel {
  padding: 16px;
  margin: 12px 0;
}

.booking-subgrid {
  gap: 10px 12px;
}

.booking-mode {
  padding: 4px;
  gap: 4px;
}

.booking-mode button {
  min-height: 42px;
  padding: 9px 12px;
}

.ride-choice-group {
  gap: 8px;
}

.ride-choice {
  min-height: 46px;
  padding: 8px 10px;
}

.counter-control {
  gap: 6px;
}

.counter-control input {
  flex: 1 1 0;
  width: 0;
  max-width: 100%;
  min-width: 0;
}

.counter-control button {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
}

.booking-submit-area {
  margin-top: 12px;
  padding-top: 12px;
}

.booking-submit-area .btn {
  min-height: 48px;
}

.guide-option-field,
.quote-request-summary {
  padding: 11px !important;
}

@media (min-width: 1200px) {
  .gb-booking-card {
    padding: 24px !important;
  }

  .gb-booking-card .form-row {
    column-gap: 14px;
  }

  .gb-booking-card .route-preview-field {
    gap: 16px;
  }

  .gb-booking-card .route-map {
    min-height: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .gb-booking-card {
    padding: 20px !important;
  }

  .gb-booking-card .form-row {
    column-gap: 12px;
  }

  .gb-booking-card .route-map {
    min-height: 230px;
  }

  .service-page-booking {
    padding: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gb-booking-card {
    padding: 20px !important;
  }

  .gb-booking-card .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 7px;
    margin-left: 0;
    margin-right: 0;
  }

  .gb-booking-card .form-row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .gb-booking-card .form-row > .col-md-12,
  .gb-booking-card .form-row > .col-lg-8,
  .gb-booking-card .form-row > .col-lg-9,
  .gb-booking-card .form-row > .col-lg-12 {
    grid-column: 1 / -1;
  }

  .home-date-vehicle-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .home-date-vehicle-row > [class*="col-"] {
    grid-column: span 1 !important;
  }

  .gb-booking-card .route-preview-field {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .gb-booking-card .route-preview-field > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .gb-booking-card .route-map {
    min-height: 220px;
  }

  .booking-mode {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .booking-mode button {
    min-height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .booking-container {
    width: calc(100% - 20px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .booking-section,
  .home-booking-shell,
  .booking-section .booking-container {
    max-width: 100%;
    min-width: 0;
  }

  .booking-section .booking-container {
    width: 100% !important;
    padding-left: 8px;
    padding-right: 8px;
  }

  .gb-booking-card {
    padding: 14px !important;
    border-radius: 7px;
    overflow: hidden;
  }

  .gb-booking-card form:not(.site-search-form) {
    padding: 0;
  }

  .gb-booking-card .form-control,
  .gb-booking-card .form-select,
  .gb-booking-card .custom-select {
    min-height: 44px;
    height: 44px;
    font-size: 16px;
  }

  .gb-booking-card input[type="date"],
  .gb-booking-card input[type="time"],
  .gb-booking-card select.form-control {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .gb-booking-card .form-row,
  .gb-booking-card .row,
  .booking-type-panel,
  .booking-subgrid,
  .ride-choice-group,
  .route-preview-field {
    max-width: 100%;
    min-width: 0;
  }

  .booking-type-panel {
    padding: 12px;
    margin: 10px 0;
  }

  .booking-mode {
    border-radius: 8px;
  }

  .booking-mode button {
    min-height: 44px;
    padding: 8px;
  }

  .ride-choice {
    min-height: 44px;
  }

  .route-map {
    min-height: 210px;
  }

  form:not(.site-search-form):not(.form-inline):not(.d-inline) {
    padding: 14px;
  }

  form:not(.site-search-form) .form-control,
  form:not(.site-search-form) .form-select,
  form:not(.site-search-form) .custom-select {
    min-height: 44px;
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .booking-container {
    width: calc(100% - 12px);
  }

  .gb-booking-card {
    padding: 10px !important;
  }

  .booking-type-panel {
    padding: 10px;
  }

  .booking-mode,
  .ride-choice-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-mode button,
  .ride-choice {
    font-size: 13px;
  }

  .route-map {
    min-height: 190px;
  }
}

@supports (padding: max(0px)) {
  @media (max-width: 767.98px) {
    .booking-container {
      padding-left: max(0px, env(safe-area-inset-left));
      padding-right: max(0px, env(safe-area-inset-right));
    }
  }
}

/* Compact help tooltips keep guidance available without making forms tall. */
.gb-help-anchor {
  display: flex !important;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.gb-help-tooltip {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  z-index: 20;
}

.gb-help-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  min-width: 17px;
  padding: 0;
  border: 1px solid rgba(201,164,92,.75);
  border-radius: 50%;
  background: rgba(201,164,92,.1);
  color: var(--gb-gold-soft);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  cursor: help;
}

.gb-help-content {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  width: min(260px, 75vw);
  padding: 9px 10px;
  border: 1px solid rgba(201,164,92,.5);
  border-radius: 6px;
  background: #080808;
  color: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(0,0,0,.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  transform: translateX(-50%) translateY(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.gb-help-tooltip:hover .gb-help-content,
.gb-help-tooltip:focus-within .gb-help-content,
.gb-help-tooltip.is-open .gb-help-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.gb-booking-card {
  --gb-compact-gap: 8px;
}

.gb-booking-card > h2,
.gb-booking-card > h3 {
  margin-bottom: 10px !important;
}

.gb-booking-card .form-group {
  margin-bottom: 7px;
}

.gb-booking-card .row,
.gb-booking-card .form-row {
  row-gap: var(--gb-compact-gap);
}

.gb-booking-card .form-row.mt-3 {
  margin-top: 6px !important;
}

.booking-type-panel {
  padding: 11px;
  margin: 9px 0;
}

.booking-type-panel h3,
.booking-type-panel h4,
.booking-type-panel h5 {
  margin-bottom: 6px;
  font-size: 16px;
}

.booking-type-panel .form-group:last-child,
.booking-type-panel .form-row:last-child {
  margin-bottom: 0;
}

.ride-choice-group {
  align-items: stretch;
  grid-auto-rows: minmax(42px, 1fr);
  gap: 7px;
}

.ride-choice {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 42px;
  padding: 6px 8px;
  text-align: center;
}

.ride-choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  line-height: 1.15;
}

.counter-control button {
  flex-shrink: 0;
  flex-basis: 36px;
  width: 36px;
  height: 36px;
}

.counter-control {
  width: 100%;
  min-width: 0;
  padding-right: 1px;
}

.gb-booking-card .form-group > label:not(.ride-choice):not(.guide-option-label),
.gb-booking-card .booking-subgrid label {
  max-width: 100%;
  min-height: 16px;
  margin-bottom: 5px;
  overflow: visible;
  color: rgba(255,255,255,.9);
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
}

.hourly-duration-field label,
.booking-hours-field label,
.booking-subgrid label {
  font-size: 11px !important;
}

.gb-booking-card .form-row {
  column-gap: 12px;
}

.gb-booking-card .form-row > [class*="col-"],
.gb-booking-card .booking-subgrid > * {
  min-width: 0;
}

.gb-booking-card .form-control,
.gb-booking-card .form-select,
.gb-booking-card .custom-select {
  margin: 0;
}

.gb-booking-card .route-preview-field {
  margin-top: 6px !important;
}

.gb-booking-card .route-preview-field > [class*="col-"] {
  margin-bottom: 5px !important;
}

.gb-booking-card .route-map {
  min-height: 180px;
}

.booking-submit-area {
  margin-top: 7px;
  padding-top: 8px;
}

.guide-option-field {
  margin-bottom: 7px !important;
  padding: 8px !important;
}

.guide-option-label {
  gap: 7px;
}

@media (min-width: 768px) {
  .gb-booking-card .route-map {
    min-height: 190px;
  }
}

@media (max-width: 767.98px) {
  .gb-booking-card {
    padding: 11px !important;
  }

  .gb-booking-card .form-control,
  .gb-booking-card .form-select,
  .gb-booking-card .custom-select {
    min-height: 42px;
    height: 42px;
  }

  .booking-mode button,
  .ride-choice {
    min-height: 42px;
  }

  .ride-choice-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gb-booking-card .form-group {
    margin-bottom: 8px;
  }

  .gb-booking-card .form-row {
    row-gap: 9px;
  }

  .booking-subgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
  }

  .service-page-booking {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .service-page-booking .counter-control {
    gap: 5px;
    padding-right: 6px;
  }

  .service-page-booking .counter-control button {
    flex-basis: 32px;
    width: 32px;
    height: 36px;
  }

  .booking-addons-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .booking-addons-row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-addons-row label {
    min-height: 34px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .city-service-layout {
    margin-left: 0;
    margin-right: 0;
  }

  .city-service-layout .city-booking-col,
  .city-service-layout .city-content-col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gb-booking-card .route-map {
    min-height: 155px;
  }

  .gb-help-content {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
    width: auto;
    transform: translateY(6px);
    z-index: 1200;
  }

  .gb-help-tooltip:hover .gb-help-content,
  .gb-help-tooltip:focus-within .gb-help-content,
  .gb-help-tooltip.is-open .gb-help-content {
    transform: translateY(0);
  }
}
