.transfer-form-wrapper {
  margin: auto;
  background: var(--white-color);
  padding: 22px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.tailor-made-sidebar {
  border-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px;
  background: var(--white-color);
  height: 612px;
}

.tailor-made-sidebar .trip-init-img {
  position: relative;
}

.trip-initial p {
  margin: 5px auto;
}

.trip-init-img-overlay {
  position: absolute;
  bottom: 0;
  z-index: 20;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  backdrop-filter: blur(3px);
  color: var(--white-color);
  border-top: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tailor-made-sidebar .trip-init-img img {
  border-radius: 10px;
  object-fit: cover;
  min-width: 100%;
  height: 223px;
}

.trip-init-img-overlay span {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;

}

.trip-init-img-overlay img {
  width: 50px !important;
  height: 50px !important;
  min-width: auto !important;
}

.trip-summary img {
  height: 200px;
  border-radius: 10px;
  min-width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

.step-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 8px;
}

.step-nav i {
  display: none;
}

.step-nav .active i {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: var(--main-color);
  border-radius: 50%;
  line-height: 25px;
  color: var(--white-color);
  margin-right: 5px;
}

.step-nav div {
  flex: 1;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  border-radius: 20px;
  border: 2px solid #ddd;
}

.step-nav .active {
  border-color: var(--main-color);
  color: #233f5a;
}

.tab-content {
  border-radius: 6px;
  padding: 4px;
  margin-top: 36px;
  padding-bottom: 0;
}

.custom-btn {
  color: #142843;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  overflow: hidden;
  padding: 8px 48px;
  position: relative;
  transition: all .5s ease;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid;
}

.custom-btn:hover {
  background-color: #345a85;
}

.tab-buttons .nav-link.active {
  border: 4px solid;
  color: #142843;
  border-color: var(--main-color) var(--main-color) var(--main-color);
  border-radius: 11px;
}

.pickup-ways .nav-link img {
  width: 25px;
  height: 25px;
  color: #000;
  filter: brightness(0.5);
}

.pickup-ways .nav-link.active img {
  width: 25px;
  height: 25px;
  filter: brightness(0.5);
}

.oneway-time,
.twoway-time .departure-date,
.twoway-time .departure-time,
.oneway-location,
.twoway-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.twoway-departure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.oneway-time .input-box,
.twoway-time .input-box,
.oneway-location .input-box,
.twoway-location .input-box {
  flex: 1;
}

.select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.input-box .select2-container {
  width: 100% !important;
  margin-top: 0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 12px;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus-visible,
.select2-container--default .select2-selection--single:focus-within {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.select2-selection__rendered {
  color: #212529;
  line-height: 1.5;
  padding-left: 0;
}

.input-box {
  position: relative;
  margin-bottom: 10px;
}

.input-box label {
  position: absolute;
  top: -19px;
  z-index: 20;
  left: 10px;
  text-transform: capitalize;
  font-size: 17px !important;
  font-weight: 500;
  color: var(--deep-blue);
  background-color: #ffffff;
}

.input-box input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  border-radius: 10px;
}

.summary-box {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.input-box .select2:focus,
.input-box .select2:focus+label {
  border: 1px solid var(--second-color) !important;
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input[type="tel"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
  left: 15px;
  top: -14px;
  background-color: var(--white-color);
  color: #142843;
  padding: 3px 5px;
}

.custom-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.nav-tabs .nav-link {
  color: #233f5a;
  font-size: 18px;
}

select {
  padding: 11px !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
}

.counter-controls {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0;
  gap: 4px;
  justify-content: center;
  box-shadow: rgb(60 64 67 / 0%) 0px 1px 2px 0px, rgb(60 64 67 / 6%) 0px 2px 6px 2px;
  padding: 6px;
}

button.decrease-btn {
  background: var(--white-color);
  box-shadow: none;
  border: 2px solid #000;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
}

button.increase-btn {
  background: var(--white-color);
  box-shadow: none;
  border: 2px solid #1a2b49;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  color: #1a2b49;
  font-size: 20px;
}

input.quantity-input {
  width: 110px;
  border: 2px solid;
  text-align: center;
  border-color: #233f5a;
  height: 48px;
}

.form-step3 {
  display: flex;
  justify-content: space-between;
}

.booking-summary {
  border-radius: 8px;
  padding: 20px;
  margin: auto;
}

.booking-summary h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

.info-grid {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: row;
  flex-wrap: wrap;
}

.info-item {
  border-left: 3px solid #eee;
  padding-left: 10px;
}

.info-item small {
  display: block;
  color: #999;
  margin-bottom: 3px;
  font-size: 16px;
}

.info-item span {
  font-weight: bold;
}

hr {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #f1f1f1;
}

.total-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: var(--main-color);
}

.total-label {
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.edit-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #0a2a6b;
  background: none;
  color: #0a2a6b;
  border-radius: 20px;
  padding: 6px 14px;
  cursor: pointer;
}

.booking-header {
  position: relative;
}

.price-filter {
  border: 2px solid #e9ecef;
  padding: 11px;
}

.price-filter h3 {
  margin-bottom: 10px;
}

.range-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.range-inputs input {
  width: 45%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
}

.slider {
  position: relative;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
  border: none;
}

.progress {
  position: absolute;
  height: 5px;
  background: var(--main-color);
  border-radius: 5px;
}

.range {
  position: relative;
  width: 100%;
}

.range input {
  position: absolute;
  top: -11px;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
  border: none;
}

.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #555;
  margin-bottom: 5px;
}

@media (max-width: 767px) {

  .tailor-made-sidebar {
    margin-top: 20px;
  }
}

.nav-tabs {
  border-bottom: 1px solid #dee2e600;
}

.summary-item {
  font-size: 18px;
  color: var(--main-color);
}

.summary-head {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.flatpickr-months .flatpickr-month {
  height: 55px !important;
}

#trip-summary .flatpickr-calendar.open {
  height: 370px !important;
}

#trip-summary .flatpickr-calendar input[type="number"] {
  height: 49px !important;
}

.tailor-made-sidebar {
  height: auto;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 11px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
.form-select {
  height: 52px;
}

.summary-box span {
  font-size: 18px;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border: 1px solid #e6e6e6;
  margin-bottom: 11px;
  border-radius: 24px;
}
.tailor-made-sidebar {
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 20px;
    background: var(--white-color);
    height: auto;
}


.adult-counter p{
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}


textarea {
    height: 84px;
    padding-top: 20px;
}

@media (max-width: 767px) {
.custom-btn {
    margin-left: 3px;
}.transfer-form-wrapper {
    padding: 9px;
}




}



