.route-wrapper{
  width:100%;
  max-width:1100px;
  margin:auto;
  display:flex;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #d9d9d9;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

/* LEFT PANEL */
.stops-section{
  width:350px;
  min-width:320px;
  background:#072b63;
  padding:18px 0 0;
  margin:0;
  display:flex;
  flex-direction:column;
}

.stops-header{
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 20px 18px;
  margin:0;
  border-bottom:none;
}

.stops-header h2{
  font-size:20px;
  color:#fff;
  font-weight:700;
  margin:0;
  line-height:1.2;
}

.stops-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#0b3f8f;
  color:#ffc629;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  flex-shrink:0;
}

/* LIST */
.stops-list{
  background:transparent;
  box-shadow:none;
  border-radius:0;
  overflow-y:auto;
  height:100%;
  padding:0 18px 18px;
}

.stops-list::-webkit-scrollbar{
  width:6px;
}

.stops-list::-webkit-scrollbar-thumb{
  background:#ffc629;
  border-radius:20px;
}

/* ITEM */
.stop-item{
  display:flex;
  align-items:center;
  padding:10px 0;
  border:none;
  background:transparent;
  cursor:pointer;
}

.stop-item:hover{
  background:transparent;
}

.stop-item.active{
  background:transparent;
}

.stop-left{
  display:flex;
  align-items:flex-start;
  gap:14px;
  width:100%;
}

.stop-number{
  width:22px;
  height:22px;
  min-width:22px;
  border-radius:50%;
  background:#f7b500;
  color:#fff;
  font-size:12px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:2px;
}

.stop-info{
  flex:1;
}

.stop-title{
  font-size:14px;
  color:#fff;
  line-height:1.4;
  font-weight:500;
  margin:0;
}

.stop-coords{
  display:none;
}

/* MAP */
#map{
  flex:1;
  margin-top:0;
  border-radius:0;
  border:none;
  overflow:hidden;
  position:relative;
  z-index:1;
  margin-bottom: 0px;
}

/* MOBILE */
@media(max-width:768px){

  .route-wrapper{
    flex-direction:column;
  }

  .stops-section{
    width:100%;
    min-width:100%;
  }

  #map{
    height:350px;
    flex: auto;
  }
}

/* INITIALLY HIDE ALL AFTER 8 */
.partnercardmain.tourpage .cuscol{
  display:none;
}

/* SHOW FIRST 8 */
.partnercardmain.tourpage .cuscol:nth-child(-n+8){
  display:block;
}

/* BUTTON */
.tourShowMoreWrap{
  text-align:center;
  padding-top:25px;
}

.tourShowMoreBtn{
  border:none;
  outline:none;
  height:54px;
  padding:0 34px;
  border-radius:60px;
  font-size:14px;
  font-weight:700;
  color:#111;
  cursor:pointer;
  transition:.35s ease;
  background:linear-gradient(
    135deg,
    #f4e980,
    #ccab54,
    #c09f49
  );

  box-shadow:
    0 10px 25px rgba(204,171,84,.25);
}

.tourShowMoreBtn:hover{
  transform:translateY(-3px);
  box-shadow:
    0 18px 35px rgba(204,171,84,.35);
}

/* =========================
   BOOKING CONTAINER MODERN UI
========================= */

.tourbooking_detilOutr .booking-container {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
  border-radius: 30px;
  padding: 40px;
  border: 1px solid rgba(204, 171, 84, 0.15);
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

/* DECORATION */
.tourbooking_detilOutr .booking-container::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  background: rgba(204, 171, 84, 0.06);
  top: -120px;
  right: -100px;
}

/* FORM SECTION */
.tourbooking_detilOutr .booking-container .form-section {
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

/* LABEL */
.tourbooking_detilOutr .booking-container label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

/* INPUT + SELECT */
.tourbooking_detilOutr .booking-container .form-control {
  height: 58px;
  border-radius: 16px;
  border: 1px solid #e7dcc0;
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  transition: all 0.35s ease;
  box-shadow: none;
}

/* FOCUS */
.tourbooking_detilOutr .booking-container .form-control:focus {
  border-color: #ccab54;
  background: #fffdf8;
  box-shadow: 0 0 0 5px rgba(204, 171, 84, 0.12);
  transform: translateY(-2px);
}

/* SELECT DESIGN */
.tourbooking_detilOutr .booking-container select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #ccab54 50%),
    linear-gradient(135deg, #ccab54 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px;
  background-repeat: no-repeat;

  padding-right: 50px;
  cursor: pointer;
}

/* DATE INPUT GROUP */
.tourbooking_detilOutr .booking-container .input-group {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e7dcc0;
  transition: 0.3s;
}

.tourbooking_detilOutr .booking-container .input-group:focus-within {
  border-color: #ccab54;
  box-shadow: 0 0 0 5px rgba(204,171,84,0.12);
}

.tourbooking_detilOutr .booking-container .input-group .form-control {
  border: none;
  box-shadow: none;
}

.tourbooking_detilOutr .booking-container .input-group-text {
  background: #fff;
  border: none;
  padding: 0 18px;
}

/* SECTION TITLE */
.tourbooking_detilOutr .booking-container .section-title {
  font-size: 18px;
  font-weight: 800;
  color: #081420;
  margin: 35px 0 20px;
  position: relative;
  padding-left: 18px;
}

.tourbooking_detilOutr .booking-container .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 24px;
  border-radius: 30px;
  background: #ccab54;
}

/* SERVICE & EXTRA CARD */
.tourbooking_detilOutr .booking-container .service-option,
.tourbooking_detilOutr .booking-container .extra-option {
  background: #fff;
  border: 1px solid rgba(204,171,84,0.18);
  border-radius: 18px;
  padding: 18px 20px;
  margin-bottom: 15px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: all 0.35s ease;
}

.tourbooking_detilOutr .booking-container .service-option:hover,
.tourbooking_detilOutr .booking-container .extra-option:hover {
  background: #fff8e8;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* RADIO */
.tourbooking_detilOutr .booking-container .custom-control-label {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  margin-bottom: 0px;
}

/* PRICE */
.tourbooking_detilOutr .booking-container .price {
  font-size: 18px;
  font-weight: 800;
  color: #ccab54;
}

/* TOTAL SECTION */
.tourbooking_detilOutr .booking-container .total-section {
  margin-top: 35px;
  background: #081420;
  border-radius: 24px;
  padding: 25px;
  color: #fff;
}

/* TOTAL ROW */
.tourbooking_detilOutr .booking-container .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.tourbooking_detilOutr .booking-container .total-row:last-child {
  border-bottom: none;
}

.tourbooking_detilOutr .booking-container .total-row span {
  font-size: 15px;
  font-weight: 600;
}

/* TOTAL AMOUNT */
.tourbooking_detilOutr .booking-container .total-amount {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #f4e980;
}

/* CONTINUE BUTTON */
.tourbooking_detilOutr .booking-container .btn-continue {
  width: 100%;
  margin-top: 30px;
  height: 60px;
  border: none;
  border-radius: 18px;

  background: linear-gradient(135deg, #ccab54, #b89233);
  color: #fff;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;

  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* BUTTON SHINE */
.tourbooking_detilOutr .booking-container .btn-continue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.25),
    transparent
  );
  transform: translateX(-100%);
  transition: 0.7s;
}

.tourbooking_detilOutr .booking-container .btn-continue:hover::before {
  transform: translateX(100%);
}

/* BUTTON HOVER */
.tourbooking_detilOutr .booking-container .btn-continue:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(204,171,84,0.35);
}

/* HIDDEN */
.tourbooking_detilOutr .booking-container .hidden {
  display: none;
}
/* REMOVE DEFAULT RADIO VISUAL (Bootstrap override) */
.tourbooking_detilOutr .custom-control {
  padding-left: 0;
  margin: 0;
}

.tourbooking_detilOutr .custom-control-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* REMOVE ANY DEFAULT LABEL ICON EFFECT */
.tourbooking_detilOutr .custom-control-label::before,
.tourbooking_detilOutr .custom-control-label::after {
  display: none !important;
}
.tourbooking_detilOutr .extra-option {
  border: 1px solid rgba(204,171,84,0.18);
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER */
.tourbooking_detilOutr .extra-option:hover {
  background: #fff8e8;
  transform: translateY(-2px);
}

/* LABEL FULL CLICK AREA */
.tourbooking_detilOutr .extra-option label {
  margin: 0;
  cursor: pointer;
  width: 100%;
}

/* MOBILE */
@media(max-width: 767px){

  .tourbooking_detilOutr .booking-container {
    padding: 25px;
    border-radius: 22px;
  }

  .tourbooking_detilOutr .booking-container .service-option,
  .tourbooking_detilOutr .booking-container .extra-option {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .tourbooking_detilOutr .booking-container .total-amount {
    font-size: 22px !important;
  }

  .tourbooking_detilOutr .booking-container .btn-continue {
    height: 56px;
  }

}
/* =========================
   STEP 2 MODERN REDESIGN
   SAME CLASS + SAME FIELDS
========================= */

/* STEP 2 WRAPPER */
.tourbooking_detilOutr #bookingStep2 .form-container {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f1 100%);
  border: 1px solid rgba(204, 171, 84, 0.15);
  border-radius: 28px;
  padding: 45px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.tourbooking_detilOutr #bookingStep2 .form-container::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  background: rgba(204, 171, 84, 0.08);
}

/* LABEL */
.tourbooking_detilOutr #bookingStep2 .form-group label {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  display: block;
  letter-spacing: 0.3px;
}

/* INPUT STYLE */
.tourbooking_detilOutr #bookingStep2 .form-control {
  height: 58px;
  border-radius: 16px;
  border: 1px solid #e7dcc0;
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  transition: all 0.35s ease;
  box-shadow: none;
}

/* TEXTAREA */
.tourbooking_detilOutr #bookingStep2 textarea.form-control {
  min-height: 120px;
  padding-top: 18px;
}

/* INPUT FOCUS */
.tourbooking_detilOutr #bookingStep2 .form-control:focus {
  border-color: #ccab54;
  background: #fffdf8;
  box-shadow: 0 0 0 5px rgba(204, 171, 84, 0.12);
  transform: translateY(-2px);
}

/* PLACEHOLDER */
.tourbooking_detilOutr #bookingStep2 .form-control::placeholder {
  color: #999;
  font-weight: 400;
}

/* MODERN SELECT */
.tourbooking_detilOutr #bookingStep2 select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #ccab54 50%),
    linear-gradient(135deg, #ccab54 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 50px;
}

/* TIME PICKER */
.tourbooking_detilOutr #bookingStep2 .time-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* LOCATION FIELD */
.tourbooking_detilOutr #bookingStep2 .location-input-wrapper {
  position: relative;
}

.tourbooking_detilOutr #bookingStep2 .location-input-wrapper::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccab54;
  z-index: 2;
}

.tourbooking_detilOutr #bookingStep2 #pickupLocation,
.tourbooking_detilOutr #bookingStep2 #dropoffLocation {
  padding-left: 48px;
}

/* SMALL TEXT */
.tourbooking_detilOutr #bookingStep2 small.text-muted {
  color: #8f8f8f !important;
  font-size: 13px;
  margin-top: -5px;
}

/* CHECKBOX REDESIGN */
.tourbooking_detilOutr #bookingStep2 .custom-checkbox {
  background: #fff9ea;
  border: 1px solid rgba(204, 171, 84, 0.25);
  padding: 20px;
  padding-left: 40px;
  border-radius: 18px;
  display: flex;
  align-items: flex-start;
}

.tourbooking_detilOutr #bookingStep2 .custom-checkbox input {
  margin-top: 6px;
}

.tourbooking_detilOutr #bookingStep2 .custom-checkbox label {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
}

/* BUTTON AREA */
.tourbooking_detilOutr #bookingStep2 .text-center.mt-4 {
  margin-top: 45px !important;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* BACK BUTTON */
.tourbooking_detilOutr #bookingStep2 .btn-secondary {
  background: #111;
  border-radius: 14px;
  border: none;
  padding: 14px 38px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  transition: all 0.35s ease;
}

.tourbooking_detilOutr #bookingStep2 .btn-secondary:hover {
  background: #000;
  transform: translateY(-3px);
}

/* SUBMIT BUTTON */
.tourbooking_detilOutr #bookingStep2 .btn-continue {
  border-radius: 14px;
  min-width: 240px;
  border: none;
  position: relative;
  overflow: hidden;
}

.tourbooking_detilOutr #bookingStep2 .btn-continue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.25),
    transparent
  );
  transform: translateX(-100%);
  transition: 0.6s;
}

.tourbooking_detilOutr #bookingStep2 .btn-continue:hover::before {
  transform: translateX(100%);
}

.tourbooking_detilOutr #bookingStep2 .btn-continue:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(204, 171, 84, 0.3);
}

/* BOOKING CARD REDESIGN */
.tourbooking_detilOutr #bookingStep2 .booking-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(204, 171, 84, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* HEADER */
.tourbooking_detilOutr #bookingStep2 .booking-header {
  background: #081420;
  padding: 24px 28px;
  font-size: 24px;
  letter-spacing: 0.5px;
}

/* TRIP INFO */
.tourbooking_detilOutr #bookingStep2 .booking-trip-info {
  position: relative;
  overflow: hidden;
  padding: 28px;
  font-size: 17px;
  font-weight: 600;
}

.tourbooking_detilOutr #bookingStep2 .booking-trip-info::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255,255,255,0.15);
  border-radius: 100%;
  top: -80px;
  right: -50px;
}

/* DETAILS AREA */
.tourbooking_detilOutr #bookingStep2 .booking-details {
  padding: 30px;
}

/* SECTION TITLE */
.tourbooking_detilOutr #bookingStep2 .detail-section-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccab54;
  margin-bottom: 22px;
}

/* DETAIL ROW */
.tourbooking_detilOutr #bookingStep2 .detail-row {
  background: #fafafa;
  border-radius: 14px;
  padding: 15px 18px;
  margin-bottom: 14px;
  align-items: center;
  transition: all 0.3s ease;
}

.tourbooking_detilOutr #bookingStep2 .detail-row:hover {
  background: #fff8e5;
  transform: translateX(4px);
}

/* TOUR PRICE */
.tourbooking_detilOutr #bookingStep2 .tour-price {
  background: #081420;
  border-radius: 18px;
  padding: 22px;
  margin-top: 30px;
  border: none;
  align-items: center;
}

.tourbooking_detilOutr #bookingStep2 .tour-price span {
  color: #fff;
}

.tourbooking_detilOutr #bookingStep2 .tour-price .price-value {
  color: #f4e980;
  font-size: 26px;
  font-weight: 800;
}

/* AUTOCOMPLETE DROPDOWN */
.tourbooking_detilOutr #bookingStep2 .autocomplete-dropdown {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  margin-top: 10px;
}

/* REQUIRED STAR */
.tourbooking_detilOutr #bookingStep2 .required {
  color: #ccab54;
}
/* INPUT WITH ICON */
.tourbooking_detilOutr #bookingStep2 .input-modern {
  position: relative;
}

.tourbooking_detilOutr #bookingStep2 .input-modern .input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccab54;
  font-size: 15px;
  z-index: 2;
  pointer-events: none;
}

/* SPACE FOR ICON */
.tourbooking_detilOutr #bookingStep2 .input-modern .form-control {
  padding-left: 48px;
}

/* ICON ANIMATION */
.tourbooking_detilOutr #bookingStep2 .input-modern:focus-within .input-icon {
  color: #081420;
  transform: translateY(-50%) scale(1.08);
  transition: 0.3s ease;
}
/* MOBILE */
@media(max-width: 767px){

  .tourbooking_detilOutr #bookingStep2 .form-container {
    padding: 25px;
    border-radius: 22px;
  }

  .tourbooking_detilOutr #bookingStep2 .time-picker {
    grid-template-columns: 1fr;
  }

  .tourbooking_detilOutr #bookingStep2 .text-center.mt-4 {
    flex-direction: column;
  }

  .tourbooking_detilOutr #bookingStep2 .btn-secondary,
  .tourbooking_detilOutr #bookingStep2 .btn-continue {
    width: 100%;
  }

  .tourbooking_detilOutr #bookingStep2 .booking-header {
    font-size: 20px;
  }

  .tourbooking_detilOutr #bookingStep2 .tour-price .price-value {
    font-size: 22px;
  }

}