/* TransferVip site overrides — keep theme CSS intact */

html {
  scroll-behavior: smooth;
}

body {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  body.has-sticky-cta {
    padding-bottom: 76px;
  }
}

/* ---------- Header ---------- */
#header {
  padding: 0;
  height: 76px;
  background: rgba(8, 10, 12, 0.42);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

#header.header-scrolled {
  height: 76px;
  background: rgba(8, 10, 12, 0.62);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

#header .main-menu {
  position: relative;
  height: 76px;
  padding: 0 20px;
  background: transparent;
  display: flex;
  align-items: center;
}

#header .main-menu > .row {
  width: 100%;
  margin: 0;
  align-items: center;
}

#header .brand img {
  height: 46px;
  width: auto;
  display: block;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-call {
  display: none;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #00bcd4;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1;
  margin-right: 0;
}

.header-call:hover {
  background: #00a7bc;
  color: #fff !important;
}

@media (max-width: 991px) {
  .header-call {
    display: inline-flex;
  }
}

#mobile-nav-toggle {
  position: static !important;
  top: auto;
  right: auto;
  transform: none;
  height: 44px;
  width: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1000;
  flex-shrink: 0;
}

#mobile-nav-toggle .hamburger-icon,
#mobile-nav-toggle .hamburger-icon::before,
#mobile-nav-toggle .hamburger-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#mobile-nav-toggle .hamburger-icon {
  position: relative;
}

#mobile-nav-toggle .hamburger-icon::before,
#mobile-nav-toggle .hamburger-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

#mobile-nav-toggle .hamburger-icon::before {
  top: -6px;
}

#mobile-nav-toggle .hamburger-icon::after {
  top: 6px;
}

#mobile-nav-toggle.is-open .hamburger-icon {
  background: transparent;
}

#mobile-nav-toggle.is-open .hamburger-icon::before {
  top: 0;
  transform: rotate(45deg);
}

#mobile-nav-toggle.is-open .hamburger-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: flex;
  }
}

/* ---------- Hero / form ---------- */
.header-right input[type="date"],
.header-right input[type="time"] {
  color-scheme: dark;
}

.banner-content h1 a {
  color: inherit;
  text-decoration: none;
}

.banner-content h1 a:hover {
  color: #7fe6f2;
}

.hero-price {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.header-right {
  border: 0;
  border-radius: 18px;
  padding: 28px 24px 24px;
  text-align: left;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.header-right h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  padding-bottom: 0 !important;
}

.reserva-hint {
  color: rgba(0, 0, 0, 0.62);
  font-size: 13px;
  margin-bottom: 18px;
}

.reserva-form .field {
  margin-bottom: 12px;
}

.reserva-form label {
  display: block;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.reserva-form label .optional {
  font-weight: 500;
  opacity: 0.65;
}

.header-right .form-control,
.header-right select,
.header-right .dates,
.select-native-mobile select {
  height: 46px;
  border-radius: 10px;
  color: #fff;
  background-color: #111;
}

.header-right .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.header-right .form-control:focus,
.header-right select:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
}

.reserva-form .field.is-invalid .form-control,
.reserva-form .field.is-invalid select {
  box-shadow: 0 0 0 2px #8b1e1e;
}

.field-error {
  display: none;
  margin: 6px 0 0;
  color: #4a0b0b;
  font-size: 12px;
  font-weight: 700;
}

.reserva-form .field.is-invalid .field-error {
  display: block;
}

.reserva-form .field-row {
  display: flex;
  gap: 10px;
}

.reserva-form .field-row .field {
  flex: 1;
  min-width: 0;
}

.reserva-form select {
  width: 100%;
  border: none;
  padding: 0 12px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path fill='white' d='M0 0l6 8 6-8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
}

.reserva-price {
  display: none;
  margin: 4px 0 14px;
  color: #0b1d22;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.reserva-price.is-visible {
  display: block;
}

.reserva-form .btn-reservar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.reserva-form .btn-reservar img {
  height: 22px;
  width: auto;
}

.reserva-form .btn-reservar:hover,
.reserva-form .btn-reservar:focus {
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .banner-content {
    padding-top: 100px;
    padding-bottom: 28px;
    text-align: center;
  }

  .banner-content .primary-btn {
    display: none;
  }

  .header-right {
    margin-bottom: 36px;
    padding: 22px 16px 18px;
  }
}

/* ---------- Content cards ---------- */
.section-title h1 {
  font-size: 30px;
  letter-spacing: -0.02em;
}

.vehicles-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.vehicle-card {
  width: 220px;
  padding: 22px 16px 18px;
  border-radius: 16px;
  background: #f4f6f8;
  text-align: center;
}

.vehicle-card img {
  height: 92px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 12px;
}

.vehicle-card h5 {
  margin: 0;
  font-size: 16px;
}

.dest-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dest-chips li {
  padding: 8px 14px;
  border-radius: 999px;
  background: #e8f8fb;
  color: #06798a;
  font-size: 13px;
  font-weight: 600;
}

.features-grid .single-service {
  height: 100%;
  border-radius: 16px;
  background: #f4f6f8;
  box-shadow: none;
}

.features-grid .single-service:hover {
  background: #f4f6f8;
}

.features-grid .single-service:hover h4,
.features-grid .single-service:hover .lnr,
.features-grid .single-service:hover p {
  color: inherit;
}

.features-grid .single-service h4 {
  margin-top: 16px;
  margin-bottom: 10px;
}

.features-grid .single-service a {
  pointer-events: none;
  color: inherit;
}

.cta-modern .section-gap {
  padding: 72px 0;
}

.cta-modern h1,
.cta-modern p {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta-modern p {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
  }
}

/* ---------- Footer ---------- */
.footer-area {
  padding: 36px 0 !important;
}

.footer-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-align: center;
}

.footer-modern a {
  display: inline-flex;
  align-items: center;
}

.footer-modern img {
  height: 22px;
  width: auto;
  display: block;
}

/* ---------- Sticky conversion bar ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 990;
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(10, 12, 14, 0.82);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.sticky-cta.is-visible {
  display: flex;
}

.sticky-cta a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.sticky-cta-call {
  background: #fff;
  color: #111;
}

.sticky-cta-wa {
  background: #25d366;
  color: #fff;
}

@media (min-width: 992px) {
  .sticky-cta {
    display: none !important;
  }
}
