.cab-destination-btn {
  border: none;
  background: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.cab-destination-btn.active {
  background: rgba(20, 30, 72, 1);
  color: rgba(255, 185, 51, 1);
}

.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: #fff3e8;
  border: 1px solid #ffd9bd;
  border-radius: 12px;
  padding: 10px;
  font-size: 13px;
  color: #555;
}

.cab-search-wrap .info-box strong {
  color: #ffb933;
}

.cab-search-wrap .info-box i {
  color: #ffb933;
}

/* cab list css */
/* LEFT PANEL */
.side-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  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: #f1f3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

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

.info-bar > i {
  color: #ff7a1a;
  padding-top: 4px;
}

.info-bar strong {
  color: #ff7a1a;
}

/* CAB CARD */
.cab-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  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: #f1f3f6;
  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: #007bff;
  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 #dcdcdc;
  background: #fff;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}

.tab-policie-btn.active {
  background: #ff7a1a;
  color: #fff;
  border: none;
}

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

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

/* POLICY BOX */
.policy-cabs-box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fafafa;
}

/* TABLE */
.cab-table-box {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
}

/* .table-header {
            display: flex;
            justify-content: space-between;
            background: #f1f3f6;
            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 #dcdcdc;
  border-radius: 10px;
  padding: 12px;
  background: #fafafa;
  font-size: 14px;
}
/* Responsive */
@media (max-width: 462px) {
  .cab-destination-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
}
