.hero{
      background-image: url("../../assets/img/clouds.jpg");
      background-size: cover;
    }
    .hero .main-title{
      color:rgb(0, 0, 0);
      font-weight:bolder;
      font-family:sans-serif;
    }
    p{
      /*color:rgb(0, 0, 0);*/
      font-family:sans-serif;
      font-size: larger;
    }

    h2{
      font-family:sans-serif;
    }
    .form-control{
      border: 0px;
      border-bottom: 2px solid #0ea5e9; 
      font-family: sans-serif; 
      border-radius: 1vh;
      margin-top: 5px;
    }
    .car-type-card {
      background: #fff;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
    }

    .car-type-card img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }


    /* CARD */
    .car-card {
      border-radius: 2vh;
      overflow: hidden;
      background: #fff;
      transition: 0.25s ease;
    }

    /* IMAGE */
    .car-img-wrap {
      position: relative;
      height: 180px;
      overflow: hidden;
    }

    .car-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* overlay */
    .car-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
    }

    /* badge */
    .car-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #28a745;
      color: #fff;
      font-size: 11px;
      padding: 4px 10px;
      border-radius: 20px;
    }

    /* tags */
    .car-tags {
      position: absolute;
      bottom: 10px;
      left: 10px;
      display: flex;
      gap: 5px;
    }

    .car-tags span {
      background: rgba(255,255,255,0.9);
      font-size: 10px;
      padding: 3px 8px;
      border-radius: 12px;
    }

    /* BODY */
    .car-body {
      padding: 12px;
    }

    .car-title {
      font-size: 18px;   /* was 15px */
      font-weight: 700;
      margin: 0;
    }

    .car-subtitle {
      font-size: 13.5px; /* was 12px */
      color: #666;
      margin: 6px 0 10px;
      line-height: 1.4;
    }

    .car-meta {
      font-size: 13px;   /* was 12px */
      color: #555;
    }

    .stars {
      color: #f5a623;
      font-weight: 600;
    }

    .dot {
      opacity: 0.5;
    }

    /* FOOTER */
    .car-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
    }

    .price {
      font-size: 16px;   /* stronger visibility */
      font-weight: 700;
    }

    .price small {
      font-size: 12px;
      color: #777;
    }

    /* CARD */
    .hotel-card {
      border-radius: 2vh;
      overflow: hidden;
      background: #fff;
      transition: 0.25s ease;
    }

    /* IMAGE */
    .hotel-img-wrap {
      position: relative;
      height: 190px;
    }

    .hotel-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hotel-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    }

    /* BADGE */
    .hotel-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #007bff;
      color: #fff;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
    }

    /* RATING */
    .hotel-rating {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(255,255,255,0.9);
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 12px;
      font-weight: 600;
      color: #f5a623;
    }

    /* BODY */
    .hotel-body {
      padding: 12px;
    }

    .hotel-title {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
    }

    .hotel-location {
      font-size: 13.5px;
      color: #666;
      margin: 4px 0 6px;
    }

    .hotel-meta {
      font-size: 12.5px;
      color: #777;
      margin-bottom: 10px;
    }

    .stars {
      color: #f5a623;
      font-weight: 600;
    }

    /* FOOTER */
    .hotel-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .hotel-price {
      font-size: 16px;
      font-weight: 700;
    }

    .hotel-price small {
      font-size: 12px;
      color: #777;
    }

    .route-card {
      border: 0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      transition: 0.2s;
      background-color: #fff;
    }
    .route-card:hover { transform: translateY(-3px); }
    .price {
      font-weight: bold;
      color: #0d6efd;
    }

    /* HEADER */
.route-header{
  background:#fff;
  padding:18px;
  border-radius:16px;
  box-shadow:0 4px 14px rgba(0,0,0,0.06);
}

/* PILLS */
.pill-group label{
  border-radius:999px !important;
  padding:10px 16px;
  font-weight:500;
}

/* CARD */
.transfer-card{
  border:0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
  cursor:pointer;
  transition:0.2s;
  text-align:center;
  height:100%;
  padding:16px;
}

.transfer-card:hover{
  transform:translateY(-4px);
}

.transfer-card.active{
  border:2px solid #0d6efd;
}

/* SECTIONS */
.section-box{
  background:#fff;
  padding:16px;
  border-radius:16px;
  box-shadow:0 4px 14px rgba(0,0,0,0.06);
  margin-top:20px;
}

/* SUMMARY */
.summary{
  background:#0d6efd;
  color:#fff;
  padding:18px;
  border-radius:16px;
  position:sticky;
  top:20px;
}

/* BADGES */
.badge-soft{
  background:rgba(13,110,253,0.12);
  color:#0d6efd;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  display:inline-block;
  margin-right:5px;
}

/* HELP TEXT */
.subtext{
  font-size:13px;
  color:#6c757d;
}

.price{
  font-weight:700;
  color:#0d6efd;
}



.filter-box {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #eee;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  }

  .sticky-filter {
    position: sticky;
    top: 100px;
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 6px;
  }

  .sticky-filter::-webkit-scrollbar {
    width: 4px;
  }

  .sticky-filter::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
  }

  @media (max-width: 991px) {
    .sticky-filter {
      position: relative;
      height: auto;
      top: auto;
    }
  }

  /* ================= RESULTS ================= */

  .result-card {
    border-radius: 2vh;
    overflow: hidden;
    border: solid 1px black;
    background: #fff;
    transition: all 0.25s ease;
  }

  .result-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.10);
  }

  .result-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 210px;
  }

  /* IMAGE BADGES */

  .badge-top {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
  }

  .badge-verified {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #198754;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
  }

  .badge-rating {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(255,255,255,0.92);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
  }

  /* TEXT */

  .price {
    font-size: 20px;
    font-weight: 800;
    color: #198754;
  }

  .meta {
    font-size: 13px;
    color: #6c757d;
  }

  /* CHIPS */

  .chip {
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
  }

  /* TRUST STRIP */

  .trust-strip {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #6c757d;
  }

  .trust-strip span {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  /* BUTTON */

  .view-btn {
    border-radius: 10px;
    padding: 7px 16px;
    font-weight: 500;
  }

  /* SECTION HEADER */

  .results-header {
    background: #fff;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid #eee;
    margin-bottom: 15px;
  }