.cab-triptype-btn {
  background: var(--secondary-light-color, rgb(255, 228, 178)) !important;
}

.cab-triptype-btn.active {
  background: var(--secondary-color, var(--color-secondary)) !important;
  color: var(--color-white) !important;
}

.cab-destination-btn {
  border: none;
  background: var(--color-surface);
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.cab-destination-btn.active {
  background: var(--primary-color, var(--color-primary));
  color: var(--secondary-color, var(--color-secondary));
}
.cab-triptype-btn,
.cab-trip-btn {
  border: none;
  background: var(--color-surface);
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.cab-trip-btn.active {
  background: var(--primary-color, var(--color-primary));
  color: var(--secondary-color, var(--color-secondary));
}
.cab-count-btn {
  min-width: 15px;
  height: 19px;
  border-radius: 8px;
  font-weight: 400;
  line-height: 0.5;
}

.cab-search-wrap .traveller-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.cab-search-wrap .info-box {
  text-align: left;
  margin-top: 16px;
  background: var(--color-cab-accent-bg);
  border: 1px solid var(--color-cab-accent-border);
  border-radius: 12px;
  padding: 10px;
  font-size: 13px;
  color: #555;
}

.cab-search-wrap .info-box strong {
  color: var(--color-cab-accent);
}

.cab-search-wrap .info-box i {
  color: var(--color-cab-accent-bg);
}

/* cab list css */
/* LEFT PANEL */
.side-box {
  background: var(--color-surface);
  border: 1px solid var(--color-border-muted);
  border-radius: 12px;
  padding: 12px;
}

.side-box h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

.side-item {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.side-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

/* INFO BAR */
.info-bar {
  background: #fff4ea;
  border: 1px solid var(--color-cab-accent-border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 24px;
}

.info-bar > i {
  color: var(--color-cab-accent);
  padding-top: 4px;
}

.info-bar strong {
  color: var(--color-cab-accent);
}

/* CAB CARD */
.cab-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border-muted);
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cab-left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.cabs-image {
  width: 110px;
  height: 102px;
  border-radius: 6px;
  object-fit: contain;
}

.cab-title {
  font-weight: 600;
  font-size: 16px;
}

.cab-sub {
  font-size: 13px;
  color: #6c757d;
  line-height: 20px;
}

.cab-badge-box {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.cab-badge-item {
  background: var(--off-white);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #555;
}
.policie-view-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
  color: var(--ocean);
  text-decoration: none;
}
/* RIGHT SIDE */
.cab-price {
  font-weight: 600;
  font-size: 18px;
}

.cab-tax {
  font-size: 13px;
  color: #6c757d;
}

.tab-policie-btn {
  border: 1px solid var(--line);
  background: var(--color-surface);
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}

.tab-policie-btn.active {
  background: var(--color-cab-accent);
  color: var(--color-white);
  border: none;
}

/* CONTENT SWITCH */
.cabs-tab-content {
  display: none;
}

.cabs-tab-content.active {
  display: block;
}

/* POLICY BOX */
.policy-cabs-box {
  border: 1px solid var(--color-border-muted);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  background: var(--white);
}

/* TABLE */
.cab-table-box {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

/* .table-header {
    display: flex;
    justify-content: space-between;
    background: var(--off-white);
    padding: 10px;
    font-weight: 600;
}

.table-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
} */

/* INFO BOX */
.cab-info-msg {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  background: var(--white);
  font-size: 14px;
}

/* CAB COMPARE */
.cab-vehicle-card {
  background: var(--color-surface);
}

.cab-compare-panel {
  border-top: 1px solid #e9ecef;
  margin-top: 12px;
  padding-top: 12px;
}

.cab-compare-desktop {
  display: none;
}

.cab-compare-mobile {
  display: block;
}

.cab-compare-table {
  font-size: 13px;
  border-color: #e9ecef !important;
}

.cab-compare-table th,
.cab-compare-table td {
  vertical-align: middle;
  border-color: #eef1f4 !important;
  padding: 6px 12px;
}

.cab-compare-th-label {
  width: 180px;
  background: #f8f9fb;
}

.cab-compare-th-quote {
  min-width: 150px;
  text-align: left;
  background: var(--color-surface);
}

.cab-compare-td-label {
  background: #f8f9fb;
  font-weight: 500;
  color: #555;
  white-space: nowrap;
}

.cab-compare-td-label i {
  color: #6c757d;
  width: 18px;
  margin-right: 8px;
}

.cab-compare-btn {
  border: 1px solid #212529;
  background: var(--color-surface);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  padding: 7px 9px;
  /* padding: 8px 18px; */
  border-radius: 8px;
  min-width: 110px;
}

.cab-compare-btn:hover,
.cab-compare-btn.active {
  background: var(--secondary-color, var(--color-secondary));
}

.cab-compare-btn .compare-chevron {
  transition: transform 0.2s ease;
}

.cab-compare-btn.active .compare-chevron {
  transform: rotate(180deg);
}

.cab-action-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cab-compare-mobile-quote {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  background: var(--color-surface);
}

.cab-compare-mobile-quote:last-child {
  margin-bottom: 0;
}

.cab-compare-action-cell {
  vertical-align: top !important;
}

.cab-compare-action-text {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  min-height: 48px;
}

.cab-compare-action-cell .book-cab-btn {
  min-width: 120px;
}

@media (min-width: 768px) {
  .cab-compare-desktop {
    display: block;
  }

  .cab-compare-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .cab-action-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cab-action-buttons .book-cab-btn,
  .cab-action-buttons .cab-compare-btn {
    width: 100%;
  }
}

/* Responsive */
@media (max-width: 462px) {
  .cab-destination-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .cab-trip-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
}
