/* WT CAB FRONTEND */
.wtcab-search-wrap, .wtcab-listing-page, .cab-detail-page { box-sizing: border-box; }
.wtcab-search-wrap *, .wtcab-listing-page *, .cab-detail-page * { box-sizing: border-box; }

/* SEARCH FORM */
.wtcab-search-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 12px;
}
.wtcab-search-form { width: 100%; }
.wtcab-trip-tabs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.96);
  border: 1px solid #e3eaf2;
  border-radius: 16px 16px 0 0;
  padding: 10px 12px 0;
  box-shadow: 0 10px 30px rgba(7,21,47,0.08);
}
.wtcab-trip-tabs label { cursor: pointer; margin: 0; }
.wtcab-trip-tabs input { display: none; }
.wtcab-trip-tabs span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px 12px 0 0;
  color: #06142f;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}
.wtcab-trip-tabs input:checked + span { background: #2f6df6; color: #fff; }
.wtcab-search-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e3eaf2;
  border-radius: 0 20px 20px 20px;
  padding: 16px;
  box-shadow: 0 14px 42px rgba(7,21,47,0.13);
}
.wtcab-field {
  flex: 1 1 150px;
  min-width: 135px;
  background: #fbfdff;
  border: 1px solid #e5edf6;
  border-radius: 14px;
  padding: 10px 12px;
}
.wtcab-field label {
  display: block;
  margin: 0 0 5px;
  color: #7b8ea5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.wtcab-field select,
.wtcab-field input {
  width: 100%;
  height: 30px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #06142f;
  font-size: 15px;
  font-weight: 800;
  padding: 0;
}
.wtcab-hidden { display: none !important; }
.wtcab-go-wrap { flex: 0 0 110px; display: flex; align-items: stretch; }
.wtcab-go-btn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: #486985;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s ease;
}
.wtcab-go-btn:hover { background: #2f6df6; transform: translateY(-2px); }


/* LISTING CARD - FINAL APPROVED STRUCTURE */
.wtcab-listing-page { width: 100%; max-width: 1180px; margin: 0 auto; padding: 30px 15px; }
.wtcab-results-head { margin-bottom: 18px; }
.wtcab-results-head h2 { margin: 0; color: #06142f; font-size: 30px; font-weight: 950; }
.wtcab-results-head p { margin: 6px 0 0; color: #748aa3; font-weight: 700; }
.wtcab-empty, .wtcab-success {
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 16px;
  padding: 18px;
  color: #53677d;
  font-weight: 700;
  box-shadow: 0 8px 28px rgba(7,21,47,.06);
}
.wtcab-success { background: #f0fff7; border-color: #19c873; color: #008b49; margin-bottom: 18px; }
.cab-listing-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 24px;
  box-shadow: 0 8px 28px rgba(7, 21, 47, 0.08);
  overflow: hidden;
  transition: all 0.35s ease;
}
.cab-listing-card:hover { transform: translateY(-3px); box-shadow: 0 16px 42px rgba(7, 21, 47, 0.13); }
.cab-card-top {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 40%) minmax(0, 20%);
  align-items: center;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf1f6;
}
.cab-car-image {
  min-width: 0;
  min-height: 175px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cab-car-image img { width: 92%; max-height: 155px; object-fit: contain; transition: all 0.35s ease; }
.cab-listing-card:hover .cab-car-image img { transform: scale(1.04); }
.cab-car-details { min-width: 0; }
.cab-title-row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.cab-title-row h3 { margin: 0; font-size: 28px; line-height: 1.1; font-weight: 900; color: #06142f; }
.cab-class { background: #eef3f8; color: #13243c; padding: 6px 12px; border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.6px; }
.cab-rating { background: #d9fbe8; color: #028847; padding: 6px 11px; border-radius: 8px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.cab-subtitle { margin: 5px 0 14px; color: #748aa3; font-size: 14px; font-weight: 500; }
.cab-feature-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 12px; }
.cab-feature-row span { background: #f7faff; border: 1px solid #e5edf6; color: #14233b; padding: 8px 11px; border-radius: 9px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.cab-tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 12px; }
.cab-tag-row span { padding: 8px 12px; border-radius: 9px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.cab-fuel { color: #e58a00; background: #fff8ec; border: 1px solid #ffbd5b; }
.cab-cancel { color: #00994f; background: #f0fff7; border: 1px solid #19c873; }
.cab-km { margin: 0; color: #53677d; font-size: 14px; font-weight: 700; }
.cab-price-area { min-width: 0; text-align: right; padding-left: 12px; border-left: 1px solid #edf1f6; }
.price-label { display: block; margin-bottom: 6px; color: #7b8ea5; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; }
.cab-price-area h3 { margin: 0; color: #06142f; font-size: clamp(22px, 2.1vw, 34px); line-height: 1.15; font-weight: 950; word-break: break-word; }
.cab-price-area p { margin: 7px 0 0; color: #8a99aa; font-size: 12px; font-weight: 600; }
.cab-card-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 18px; }
.cab-btn { min-height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; text-decoration: none !important; color: #ffffff !important; font-size: 15px; font-weight: 800; transition: all 0.3s ease; }
.call-btn { background: #06142f; }
.whatsapp-btn { background: #18c768; }
.detail-btn { background: #2f6df6; }
.cab-btn:hover { transform: translateY(-2px); filter: brightness(1.07); }

/* DETAIL PAGE */
.cab-detail-page { width: 100%; max-width: 1180px; margin: 0 auto; padding: 30px 15px; font-family: Arial, sans-serif; color: #06142f; }
.cab-detail-card { background: #ffffff; border: 1px solid #e4e9f0; border-radius: 22px; box-shadow: 0 12px 38px rgba(7, 21, 47, 0.09); overflow: hidden; }
.cab-detail-hero { display: grid; grid-template-columns: 58% 42%; gap: 0; }
.cab-detail-image-box { background: linear-gradient(135deg, #f8fbff, #eef5ff); padding: 35px; display: flex; align-items: center; justify-content: center; min-height: 360px; }
.cab-detail-image-box img { width: 100%; max-width: 560px; max-height: 280px; object-fit: contain; transition: 0.35s ease; }
.cab-detail-card:hover .cab-detail-image-box img { transform: scale(1.03); }
.cab-detail-summary { padding: 34px; border-left: 1px solid #edf1f6; display: flex; flex-direction: column; justify-content: center; }
.cab-breadcrumb { font-size: 13px; color: #748aa3; margin-bottom: 12px; font-weight: 600; }
.cab-detail-title-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.cab-detail-title-row h1 { margin: 0; font-size: 36px; line-height: 1.1; color: #06142f; font-weight: 900; }
.cab-detail-class { background: #eef3f8; color: #13243c; padding: 7px 13px; border-radius: 9px; font-size: 12px; font-weight: 900; letter-spacing: 0.7px; }
.cab-detail-rating { background: #d9fbe8; color: #028847; padding: 7px 12px; border-radius: 9px; font-size: 13px; font-weight: 900; }
.cab-detail-subtitle { margin: 0 0 18px; color: #748aa3; font-size: 15px; font-weight: 500; line-height: 1.5; }
.cab-detail-price-box { margin: 20px 0; padding: 20px 0; border-top: 1px solid #edf1f6; border-bottom: 1px solid #edf1f6; }
.cab-detail-price-box span { display: block; color: #7b8ea5; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.7px; margin-bottom: 6px; }
.cab-detail-price-box h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.05; color: #06142f; font-weight: 950; word-break: break-word; }
.cab-detail-price-box p { margin: 8px 0 0; color: #8a99aa; font-size: 13px; font-weight: 600; }
.cab-detail-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cab-detail-btn { min-height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; text-decoration: none !important; color: #ffffff !important; font-size: 15px; font-weight: 900; transition: 0.3s ease; border: none; cursor: pointer; }
.cab-detail-btn:hover { transform: translateY(-2px); filter: brightness(1.07); }
.cab-call-btn { background: #06142f; }
.cab-whatsapp-btn { background: #18c768; }
.cab-enquiry-btn { background: #2f6df6; }
.cab-quick-features { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; padding: 22px; border-top: 1px solid #edf1f6; background: #fbfdff; }
.cab-feature-item { background: #ffffff; border: 1px solid #e5edf6; border-radius: 15px; padding: 16px 12px; text-align: center; transition: 0.3s ease; }
.cab-feature-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(7, 21, 47, 0.08); }
.cab-feature-icon { display: block; font-size: 23px; margin-bottom: 8px; }
.cab-feature-item strong { display: block; font-size: 14px; color: #06142f; font-weight: 900; }
.cab-feature-item span:last-child { display: block; margin-top: 4px; font-size: 12px; color: #7b8ea5; font-weight: 600; }
.cab-detail-content { display: grid; grid-template-columns: minmax(0, 65%) minmax(300px, 35%); gap: 22px; padding: 24px; }
.cab-section-box { background: #ffffff; border: 1px solid #e4e9f0; border-radius: 18px; padding: 22px; margin-bottom: 22px; }
.cab-section-title { margin: 0 0 18px; font-size: 22px; color: #06142f; font-weight: 900; }
.cab-trip-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cab-trip-item { background: #f8fbff; border: 1px solid #e5edf6; border-radius: 14px; padding: 16px; }
.cab-trip-item span { display: block; color: #7b8ea5; font-size: 13px; font-weight: 800; margin-bottom: 6px; }
.cab-trip-item strong { display: block; color: #06142f; font-size: 16px; font-weight: 900; line-height: 1.35; }
.cab-package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.cab-package-item { background: #f8fbff; border: 1px solid #e5edf6; border-radius: 14px; padding: 16px; }
.cab-package-item span { display: block; color: #7b8ea5; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.cab-package-item strong { display: block; color: #06142f; font-size: 17px; font-weight: 900; }
.cab-inclusion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cab-inclusion-box { border-radius: 16px; padding: 20px; border: 1px solid #e5edf6; }
.included-box { background: #f4fff9; border-color: #c6f3d9; }
.excluded-box { background: #fff8f6; border-color: #ffd8ce; }
.cab-inclusion-box h3 { margin: 0 0 16px; color: #06142f; font-size: 19px; font-weight: 900; }
.cab-inclusion-box h3 span { display: block; margin-top: 4px; color: #7b8ea5; font-size: 12px; font-weight: 700; }
.cab-inclusion-box ul { margin: 0; padding: 0; list-style: none; }
.cab-inclusion-box li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #53677d; font-size: 14px; line-height: 1.5; font-weight: 700; }
.included-box li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #18c768; font-weight: 900; }
.excluded-box li::before { content: "×"; position: absolute; left: 0; top: 0; color: #ef4b35; font-weight: 900; }
.cab-fare-table { width: 100%; border-collapse: collapse; }
.cab-fare-table tr { border-bottom: 1px solid #edf1f6; }
.cab-fare-table tr:last-child { border-bottom: none; }
.cab-fare-table td { padding: 13px 0; font-size: 14px; color: #53677d; font-weight: 700; }
.cab-fare-table td:last-child { text-align: right; color: #06142f; font-weight: 900; }
.cab-fare-total td { font-size: 18px; color: #06142f; }
.cab-policy-list { margin: 0; padding: 0; list-style: none; }
.cab-policy-list li { position: relative; padding-left: 28px; margin-bottom: 13px; color: #53677d; font-size: 14px; line-height: 1.55; font-weight: 600; }
.cab-policy-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #18c768; font-weight: 900; }
.cab-sidebar { position: relative; }
.cab-enquiry-box { background: #ffffff; border: 1px solid #e4e9f0; border-radius: 18px; padding: 22px; position: sticky; top: 20px; box-shadow: 0 8px 28px rgba(7, 21, 47, 0.07); }
.cab-enquiry-box h3 { margin: 0 0 6px; color: #06142f; font-size: 22px; font-weight: 900; }
.cab-enquiry-box p { margin: 0 0 18px; color: #748aa3; font-size: 14px; font-weight: 600; line-height: 1.5; }
.cab-form-group { margin-bottom: 13px; }
.cab-form-group label { display: block; margin-bottom: 7px; color: #06142f; font-size: 13px; font-weight: 800; }
.cab-form-group input, .cab-form-group textarea, .cab-form-group select { width: 100%; height: 46px; border: 1px solid #dfe7f1; border-radius: 12px; padding: 0 14px; color: #06142f; font-size: 14px; font-weight: 600; outline: none; background: #fbfdff; }
.cab-form-group textarea { height: 95px; padding-top: 12px; resize: none; }
.cab-form-group input:focus, .cab-form-group textarea:focus, .cab-form-group select:focus { border-color: #2f6df6; background: #ffffff; }
.cab-submit-btn { width: 100%; min-height: 50px; border: none; border-radius: 14px; background: #2f6df6; color: #ffffff; font-size: 15px; font-weight: 900; cursor: pointer; transition: 0.3s ease; }
.cab-submit-btn:hover { transform: translateY(-2px); filter: brightness(1.06); }

@media (max-width: 991px) {
  .wtcab-trip-tabs { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; border-radius: 16px; padding: 10px; }
  .wtcab-trip-tabs span { border-radius: 12px; justify-content: center; }
  .wtcab-search-box { border-radius: 20px; }
  .wtcab-field { flex: 1 1 calc(50% - 5px); }
  .wtcab-go-wrap { flex: 1 1 100%; min-height: 52px; }
  .cab-card-top { grid-template-columns: 1fr 1fr; }
  .cab-price-area { grid-column: 1 / -1; text-align: left; border-left: none; border-top: 1px solid #edf1f6; padding-left: 0; padding-top: 15px; }
  .cab-price-area h3 { font-size: 30px; }
  .cab-detail-hero { grid-template-columns: 1fr; }
  .cab-detail-summary { border-left: none; border-top: 1px solid #edf1f6; }
  .cab-quick-features { grid-template-columns: repeat(3, 1fr); }
  .cab-detail-content { grid-template-columns: 1fr; }
  .cab-enquiry-box { position: static; }
  .cab-trip-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .cab-inclusion-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .wtcab-search-wrap { padding: 12px; }
  .wtcab-trip-tabs { grid-template-columns: 1fr; }
  .wtcab-search-box { padding: 13px; }
  .wtcab-field { flex: 1 1 100%; }
  .wtcab-go-wrap { flex: 1 1 100%; }
  .cab-listing-card { padding: 14px; border-radius: 16px; }
  .cab-card-top { grid-template-columns: 1fr; gap: 14px; }
  .cab-car-image { min-height: 145px; }
  .cab-title-row h3 { font-size: 24px; }
  .cab-price-area { text-align: left; border-top: 1px solid #edf1f6; padding-top: 14px; }
  .cab-price-area h3 { font-size: 28px; }
  .cab-card-buttons { grid-template-columns: 1fr; gap: 10px; }
  .cab-btn { min-height: 48px; }
  .cab-detail-page { padding: 18px 12px; }
  .cab-detail-card { border-radius: 18px; }
  .cab-detail-image-box { min-height: 230px; padding: 20px; }
  .cab-detail-summary { padding: 22px; }
  .cab-detail-title-row h1 { font-size: 28px; }
  .cab-detail-actions { grid-template-columns: 1fr; }
  .cab-quick-features { grid-template-columns: repeat(2, 1fr); padding: 16px; gap: 10px; }
  .cab-detail-content { padding: 16px; }
  .cab-trip-summary-grid, .cab-package-grid { grid-template-columns: 1fr; }
  .cab-section-box, .cab-enquiry-box { padding: 18px; border-radius: 16px; }
  .cab-fare-table td { display: block; width: 100%; padding: 8px 0; }
  .cab-fare-table td:last-child { text-align: left; padding-top: 0; }
}

/* Dynamic empty-field handling */
.cab-card-top.cab-no-image { grid-template-columns: minmax(0, 70%) minmax(0, 30%); }
.cab-detail-hero.cab-no-image { grid-template-columns: 1fr; }
.cab-detail-hero.cab-no-image .cab-detail-summary { border-left: none; }
.cab-card-buttons, .cab-detail-actions { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
@media (max-width: 991px) {
  .cab-card-top.cab-no-image { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .cab-card-buttons, .cab-detail-actions { grid-template-columns: 1fr; }
}

/* No-result hourly package suggestions */
.wtcab-suggestion-box {
  margin-top: 18px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 28px rgba(7,21,47,.06);
}
.wtcab-suggestion-head h3 {
  margin: 0;
  color: #06142f;
  font-size: 22px;
  font-weight: 900;
}
.wtcab-suggestion-head p {
  margin: 6px 0 16px;
  color: #748aa3;
  font-size: 14px;
  font-weight: 700;
}
.wtcab-package-suggestion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.wtcab-package-suggestion-card {
  display: block;
  text-decoration: none !important;
  background: #f8fbff;
  border: 1px solid #e5edf6;
  border-radius: 14px;
  padding: 16px;
  transition: all .3s ease;
  overflow: hidden;
}
.wtcab-package-suggestion-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7,21,47,.08);
  border-color: #2f6df6;
}
.wtcab-suggestion-image {
  height: 110px;
  margin: -16px -16px 12px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wtcab-suggestion-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.wtcab-package-suggestion-card:hover .wtcab-suggestion-image img { transform: scale(1.06); }
.wtcab-suggestion-image .wtcab-location-fallback {
  font-size: 34px;
  font-weight: 900;
  color: var(--wtcab-accent);
  opacity: 0.55;
}
.wtcab-package-suggestion-card span {
  display: block;
  color: #7b8ea5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 7px;
}
.wtcab-package-suggestion-card strong {
  display: block;
  color: #06142f;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.wtcab-package-suggestion-card small {
  display: block;
  margin-top: 7px;
  color: #53677d;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .wtcab-package-suggestion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .wtcab-package-suggestion-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   LOCATION / AIRPORT / CITY SLIDER + PACKAGES GRID
   All font-family / font-size / color values are exposed as
   CSS variables here so the design can be tuned to match your
   theme without touching the markup. Override these in your
   theme's Additional CSS or a child-theme stylesheet.
   ========================================================= */
.wtcab-slider-wrap, .wtcab-packages-wrap {
  --wtcab-font-family: inherit;
  --wtcab-heading-color: #06142f;
  --wtcab-text-color: #53677d;
  --wtcab-muted-color: #7b8ea5;
  --wtcab-accent: #2f6df6;
  --wtcab-accent-dark: #06142f;
  --wtcab-border-color: #e4e9f0;
  --wtcab-card-bg: #ffffff;
  --wtcab-radius: 16px;
  --wtcab-shadow: 0 8px 28px rgba(7, 21, 47, 0.08);
  --wtcab-font-size-title: 22px;
  --wtcab-font-size-name: 17px;
  --wtcab-font-size-meta: 13px;
  --wtcab-font-size-btn: 14px;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 12px;
  font-family: var(--wtcab-font-family);
  box-sizing: border-box;
}
.wtcab-slider-wrap *, .wtcab-packages-wrap * { box-sizing: border-box; font-family: inherit; }
.wtcab-slider-title {
  margin: 0 0 16px;
  color: var(--wtcab-heading-color);
  font-size: var(--wtcab-font-size-title);
  font-weight: 900;
}

/* Slider shell */
.wtcab-slider { position: relative; display: flex; align-items: center; gap: 8px; }
.wtcab-slider-track {
  flex: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 14px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wtcab-slider-track::-webkit-scrollbar { display: none; }
.wtcab-slider-slide {
  flex: 0 0 calc(25% - 12px);
  min-width: 0;
  scroll-snap-align: start;
}
.wtcab-slider-arrow {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--wtcab-border-color);
  background: var(--wtcab-card-bg);
  color: var(--wtcab-accent-dark);
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--wtcab-shadow);
  transition: all 0.25s ease;
}
.wtcab-slider-arrow:hover { background: var(--wtcab-accent); color: #fff; transform: translateY(-2px); }
.wtcab-slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 4px; }
.wtcab-slider-dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--wtcab-border-color);
  cursor: pointer;
  transition: all 0.25s ease;
}
.wtcab-slider-dots span.is-active { background: var(--wtcab-accent); width: 22px; border-radius: 5px; }

/* Location card */
.wtcab-location-card {
  background: var(--wtcab-card-bg);
  border: 1px solid var(--wtcab-border-color);
  border-radius: var(--wtcab-radius);
  overflow: hidden;
  box-shadow: var(--wtcab-shadow);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wtcab-location-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(7, 21, 47, 0.13); }
.wtcab-location-image {
  height: 150px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wtcab-location-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.wtcab-location-card:hover .wtcab-location-image img { transform: scale(1.06); }
.wtcab-location-fallback {
  font-size: 40px;
  font-weight: 900;
  color: var(--wtcab-accent);
  opacity: 0.55;
}
.wtcab-location-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.wtcab-location-body h4 {
  margin: 0;
  color: var(--wtcab-heading-color);
  font-size: var(--wtcab-font-size-name);
  font-weight: 900;
  line-height: 1.25;
}
.wtcab-location-btn, .wtcab-package-card .wtcab-location-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: var(--wtcab-font-size-btn);
  font-weight: 800;
  transition: all 0.25s ease;
}
.wtcab-btn-booking { background: var(--wtcab-accent); color: #fff !important; }
.wtcab-btn-booking:hover { filter: brightness(1.08); transform: translateY(-1px); }
.wtcab-btn-enquiry { background: #18c768; color: #fff !important; }
.wtcab-btn-enquiry:hover { filter: brightness(1.06); transform: translateY(-1px); }

/* Packages grid */
.wtcab-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.wtcab-package-card {
  background: var(--wtcab-card-bg);
  border: 1px solid var(--wtcab-border-color);
  border-radius: var(--wtcab-radius);
  padding: 20px;
  box-shadow: var(--wtcab-shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
}
.wtcab-package-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(7, 21, 47, 0.13); }
.wtcab-package-badge {
  align-self: flex-start;
  background: #eef3f8;
  color: var(--wtcab-heading-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 8px;
}
.wtcab-package-card h4 { margin: 0; color: var(--wtcab-heading-color); font-size: var(--wtcab-font-size-name); font-weight: 900; }
.wtcab-package-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.wtcab-package-meta span {
  background: #f7faff;
  border: 1px solid var(--wtcab-border-color);
  color: var(--wtcab-text-color);
  font-size: var(--wtcab-font-size-meta);
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 8px;
}

/* Plain hourly-package cards (wtcab_packages shortcode) */
.wtcab-plain-package-card { padding: 0; overflow: hidden; }
.wtcab-plain-package-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; }
.wtcab-plain-package-card-body h4 { margin: 0; color: var(--wtcab-heading-color); font-size: var(--wtcab-font-size-name); font-weight: 900; }
.wtcab-plain-package-card-body .wtcab-location-btn { margin-top: auto; }
.wtcab-plain-package-card .wtcab-route-card-image {
  position: relative;
  height: 150px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wtcab-plain-package-card .wtcab-route-card-image img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   BOOK-NOW ROUTE / PACKAGE CARD
   Shared design for Airport, One-Way, Round-Trip and Hourly
   available-listing cards & sliders. All content is dynamic
   (image, names, price, hours) from WT Cab Booking admin data.
   ========================================================= */
.wtcab-route-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}
.wtcab-slider-slide { padding-bottom: 2px; }
.wtcab-route-card {
  position: relative;
  display: block;
  min-height: 300px;
  padding-bottom: 64px;
}
.wtcab-route-card-image {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: var(--wtcab-radius);
  overflow: hidden;
  background: linear-gradient(135deg, #eef5ff, #dfeaff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--wtcab-shadow);
}
.wtcab-route-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease; }
.wtcab-route-card:hover .wtcab-route-card-image img { transform: scale(1.06); }
.wtcab-route-card-image .wtcab-location-fallback {
  font-size: 42px;
  font-weight: 900;
  color: var(--wtcab-accent);
  opacity: 0.55;
}
.wtcab-route-card-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(6, 20, 47, 0.72);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
  line-height: 1.3;
}
.wtcab-route-card-content {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  min-height: 108px;
  padding: 16px 16px 14px;
  background: var(--wtcab-card-bg);
  border-radius: 18px;
  border: 1px solid var(--wtcab-border-color);
  box-shadow: 0 10px 24px rgba(7, 21, 47, 0.12);
}
.wtcab-route-card-title {
  margin: 0 0 18px;
  font-size: var(--wtcab-font-size-name);
  line-height: 1.25;
  font-weight: 800;
  color: var(--wtcab-heading-color);
}
.wtcab-route-card-title span {
  margin: 0 3px;
  font-size: 12px;
  font-weight: 400;
  color: var(--wtcab-muted-color);
  text-transform: capitalize;
}
.wtcab-route-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.wtcab-price-label { display: block; margin-bottom: 3px; font-size: 10px; color: var(--wtcab-muted-color); }
.wtcab-route-card-price { font-size: 16px; font-weight: 800; color: var(--wtcab-heading-color); white-space: nowrap; }
.wtcab-route-card-duration { display: block; margin-top: 2px; font-size: 11px; font-weight: 700; color: var(--wtcab-accent); }
.wtcab-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 10px 14px;
  border: none;
  border-radius: 30px;
  background: var(--wtcab-accent);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.25s ease, transform 0.25s ease;
}
.wtcab-book-btn:hover { background: var(--wtcab-accent-dark); transform: translateY(-2px); }
.wtcab-book-btn svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  .wtcab-slider-slide { flex: 0 0 calc(50% - 8px); }
  .wtcab-packages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wtcab-route-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .wtcab-slider-slide { flex: 0 0 84%; }
  .wtcab-slider-arrow { display: none; }
  .wtcab-packages-grid { grid-template-columns: 1fr; }
  .wtcab-route-cards-grid { grid-template-columns: 1fr; }
  .wtcab-route-card-image { height: 180px; }
}
