/* General Styles */

form#sable-booking-form .sable-step[data-step="2"] .form-footer-buttons, form#sable-booking-form .sable-step[data-step="3"] .form-footer-buttons, form#sable-booking-form .sable-step[data-step="4"] .form-footer-buttons{
    border: 1px solid #CED1DB;border-radius: 11px;padding: 11px 30px;display:flex;justify-content:space-between;box-shadow: 0px 1px 11px 0px #0000001F;
}

form#sable-booking-form .sable-step[data-step="2"] button.next-step, form#sable-booking-form .sable-step[data-step="3"] button.next-step, form#sable-booking-form .sable-step[data-step="4"] button[type="submit"]{
    font-family: 'Roboto' !important;
font-weight: 400 !important;
font-size: 17.62px !important;
line-height: 20.98px !important;
text-transform: capitalize !important;
color: white !important;
background-color: #141518 !important;
padding: 13px 60px !important;
border: 0px solid !important;
border-radius: 8px !important;
}

.booking-info label {
    width: -webkit-fill-available;
    font-family: 'Roboto';
font-weight: 400;
font-style: Regular;
font-size: 18.02px;
color: #464E5F;
margin-top: 8px;

}


form#sable-booking-form input::placeholder{
    color: #00000073;
}


form#sable-booking-form .sable-step[data-step="2"] button.prev-step, form#sable-booking-form .sable-step[data-step="3"] button.prev-step,  form#sable-booking-form .sable-step[data-step="4"] button.prev-step{
    font-family: 'Roboto' !important;
    font-weight: 700 !important;
    font-size: 16.02px !important;
    line-height: 100% !important;
        background-color: transparent !important;
    color: black !important;
    border: 0px !important;
}
form#sable-booking-form .sable-step[data-step="2"] button.prev-step:hover, form#sable-booking-form .sable-step[data-step="3"] button.prev-step:hover, form#sable-booking-form .sable-step[data-step="4"] button.prev-step:hover{
    font-family: 'Roboto' !important;
    font-weight: 700 !important;
    font-size: 16.02px !important;
    line-height: 100% !important;
    color: black !important;
    background-color: transparent !important;
    border: 0px !important;
}

.field-error {
  border: 2px solid red !important;
}

.sable-step {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0px solid #eee;
    padding: 0px;
    background: transparent;
    border-radius: 8px;
}

.sable-step h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25.02px;
    line-height: 100%;
    margin-top: 0;
    color: black;
}

.sable-step input[type="text"],
.sable-step input[type="email"],
.sable-step input[type="tel"],
.sable-step input[type="date"],
.sable-step input[type="time"],
.sable-step input[type="number"],
.sable-step select,
.sable-step textarea {
  width: 100%;
  padding: 10px;
  color: black;
  font-size: 14px;
  margin: 8px 0px 8px 0px;
  border: 1px solid #ECF0F3;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.sable-step input:focus,
.sable-step textarea:focus {
  border-color: #0073aa;
  outline: none;
}

textarea {
  resize: vertical;
}

.sable-step input[type="checkbox"],
.sable-step input[type="radio"] {
  margin-right: 8px;
  vertical-align: middle;
}


/*.sable-step button,*/
/*.form-navigation button,*/
/*#add-stop-btn {*/
/*  padding: 10px 20px;*/
/*  background-color: #0073aa;*/
/*  color: #fff;*/
/*  border: none;*/
/*  border-radius: 6px;*/
/*  font-weight: bold;*/
/*  cursor: pointer;*/
/*  transition: background-color 0.3s ease;*/
/*  margin-top: 10px;*/
/*  margin-bottom: 10px;*/
/*}*/

.sable-step button:hover,
.form-navigation button:hover {
  background-color: #005f8d;
}

/* Multi-step Navigation */
.sable-steps {
    gap: 20px;
    display: flex
;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    counter-reset: step;
    align-items: center;
}

.sable-steps li {
    width: 135px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 0px;
}
.progress-line{
    color: #FFFFFF99;
    letter-spacing: -2px;
}

/*.sable-steps li::before {*/
/*  counter-increment: step;*/
/*  content: counter(step);*/
/*  display: block;*/
/*  margin: 0 auto 5px;*/
/*  background: #ccc;*/
/*  color: white;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  line-height: 30px;*/
/*  border-radius: 50%;*/
/*}*/

@media (max-width: 600px) {
  .sable-steps li span.text-title{
    display: none !important;
  }
}

.sable-steps li.active::before,
.sable-steps li.completed::before {
  background: #28a745;
}
.sable-steps li.completed {
    font-weight: 400;
    color: #FFFFFFE5;
    font-family: 'Roboto';
}

.sable-steps li.completed span.step-indicator {
    font-family: 'Roboto';
    font-weight: 400;
    border-radius: 50px;
    padding: 3px 7px 4px 7px;
    color: black;
    font-size: 16px;
    background: #FFFFFFCC;
}

.sable-steps li.active {
    font-weight: 400;
    color: white;
    font-family: 'Roboto';
}

.sable-steps li.active span.step-indicator {
    font-family: 'Roboto';
    font-weight: 700;
    border-radius: 50px;
    padding: 3px 9px 4px 9px;
    color: black;
    font-size: 16px;
    background: white;
}

.sable-steps li {
    font-weight: 400;
    color: #FFFFFF99;
    font-family: 'Roboto';
}

.sable-steps li span.step-indicator {
    font-family: 'Roboto';
    font-weight: 700;
    border-radius: 50px;
    padding: 3px 9px 4px 9px;
    color: white;
    font-size: 16px;
    background: #FFFFFF66;
}
.current-step-number{
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFFB2;
}
.current-step-title{
    
    font-size: 16px;
    font-weight: 700;
    color: white;
    font-family: 'Roboto';

}
.c-d-flex{
    display: flex;
    gap:20px;
}

.step-progress-bar{
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 11px 25px;
    background: black;
    border-radius: 15px;
}
div#passenger-info-wrapper{
    padding: 10px 20px;
}

/* Booking Tabs */

.tab-header {
  display: flex;
  gap: 0px;
  margin-bottom: 0px;
}
.tab-btn {
    font-size:21px !important;
    min-height: 57px;
    color: black !important;
  flex: 1;
  padding: 10px;
  background-color: #1415181F !important;
  border: 0px !important;
  cursor: pointer;
  border-radius: 5px;
}
.tab-btn.active {
  background-color: white !important;
  color: black;
}
.tab-content {
    padding: 20px 20px 0px 20px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

/* Step 1 - Stop and Location Inputs */
.stop-container {
  margin-top: 5px;
}
.stop-input {
  display: block;
  width: 100%;
}
.remove-stop-btn {
  padding: 3px 8px;
  margin-left: 10px;
  background-color: #c00;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/* Location helpers */
.use-current-location {
  background: none;
  border: none;
  color: #0073aa;
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 5px;
}
.use-current-location:hover {
  text-decoration: none;
}

.zip-display {
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}

/* Step 2 – Fleet Selection */


form#sable-booking-form .title-car {
 font-family: 'Roboto';
 font-weight: 700;
 font-size: 16px;
 line-height: 100%;
 color: black;
}
form#sable-booking-form .img-1 img {
    width: 19px !important;
}
form#sable-booking-form .img-1 span {
    font-size: 14px;
}

form#sable-booking-form .ctg-car {
 font-family: 'Roboto';
 font-weight: 500;
 font-size: 10px;
 line-height: 19.36px;
 color: black;
 border-radius: 32px;
 padding: 2px 10px;
 background-color: #F0F2F7;
}

form#sable-booking-form .img-1 {

 color: #00000080;
 gap: 6px;
 font-size: 20px;
 border-radius: 5px;
 background: #0000000D;
 padding: 3px 13px;
 display: flex;
 align-items: center;
 align-content: center;
width:auto;
}

div.fleet-card ul{
    padding-left: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 11px;
    line-height: 20.69px;
}

form#sable-booking-form .title-container,
form#sable-booking-form .images-mmb {
 display: flex;
 gap: 20px;
}

form#sable-booking-form .title-container {
    align-items: center;
 padding: 25px 10px 10px 0px;
}

form#sable-booking-form .car-slider-section {
 padding: 33px 0px 60px 0px;
 background: #0f0f2200;
 text-align: center;
 overflow: hidden;
}

form#sable-booking-form .car-slider-title {
 font-family: 'Squada One';
 font-weight: 400;
 font-size: 73.03px;
 line-height: 65.1px;
 letter-spacing: 1%;
 text-align: center;

}

form#sable-booking-form .car-slider-subtitle {
 padding: 0px 10px;
 font-family: 'Roboto';
 font-weight: 400;
 font-size: 18px;
 line-height: 29.04px;
 letter-spacing: 0%;
 text-align: center;
 color: #00000099;

}


form#sable-booking-form .car-slide {
 border: 1px solid #CED1DB;
 background: linear-gradient(#CED1DB00,white,white);
 padding: 20px;
 margin: 10px;
 border-radius: 10px;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
 transform: scale(0.9);
 transition: transform 0.3s ease;
}


form#sable-booking-form .car-slide img {
 justify-self: center;

 width: 280px;
 border-radius: 10px;
}

form#sable-booking-form .car-slide h3 {
 margin-top: 15px;
 font-size: 18px;
}

form#sable-booking-form .car-slide .tag {
 background: #eee;
 padding: 3px 8px;
 font-size: 12px;
 border-radius: 5px;
 margin-left: 10px;
}


form#sable-booking-form .fleet-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
      justify-content: space-between;
}

form#sable-booking-form .fleet-card {
    background: linear-gradient(0deg, #FFFFFF 58%, #CED1DB 100%), linear-gradient(0.16deg, rgba(206, 209, 219, 0) 240.2%, rgba(206, 209, 219, 0.4) 176.34%);
  border: 2px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  width: 32%;
  transition: border-color 0.3s;
  text-align: center;
  background-color: #fff;
}

form#sable-booking-form .fleet-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

form#sable-booking-form .fleet-card.active {
  border-color: black;
  background-color: #f0f8ff;
}

form#sable-booking-form .fleet-card .fleet-hourly-rate {
  font-weight: bold;
}

.fleet-flat-rate,
.fleet-total-rate {
  margin-top: 5px;
  font-weight: bold;
}

.fleet-total-rate {
  color: green;
}

/* Step 3 – Passenger Details */
.sable-step[data-step="3"] {
  background-color: transparent;
}

.sable-step[data-step="3"] .form-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.sable-step[data-step="3"] .form-row label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

#child-seat-count-wrapper,
#other-passenger-wrapper {
  margin-left: 20px;
  padding-top: 10px;
}

#flight-number-wrapper {
  display: none;
}

/* Step 4 – Payment */
.sable-step[data-step="4"] input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
















/* Step 1  *//* Step 1  *//* Step 1  *//* Step 1  */

.taskform *{
    font-family: 'Roboto' !important;
}

.taskform {
 width: 100%;
 max-width: 432px;
 margin: 0 auto;
 padding: 20px;
}

.taskform-container {
 width: 100%;
 max-width: 432px;
 height: auto;
 overflow: hidden;
 background-color: #FFFFFF;
 padding: 0px;
 border-radius: 15px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tasktabs {
 display: flex;
 justify-content: space-between;
 margin-bottom: 0px;
}

.tasktab-button {
 color: black !important;
 border: 0px !important;
 border-radius: 0px !important;
 width: 100%;
 height: 57px;
 font-family: 'Roboto';
 font-weight: 400;
 font-size: 21.24px;
 line-height: 20.98px;
 letter-spacing: 1.5%;
 background-color: #1415181F;
 text-transform: capitalize;
}

.tasktab-button.active {
 border: 0px !important;
 border-radius: 0px !important;
 background-color: #ffff;
 color: black !important;
}

.add-stop {
    cursor: pointer;
    padding-bottom: 13px;
    font-weight: 700;
    font-size: 13.81px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #141518;
}

.add-stop:hover{
    background-color: transparent;
}

.taskform-content {
 padding: 14px 21px;
 display: none;
}

.taskform-content.active {
 display: block;
}

.taskinput[type="text"] {
 width: 100%;
 padding: 11px 34px !important;
 margin: 10px 0;
 border-radius: 5px !important;
 border: 1px solid #ECF0F3 !important;
 font-size: 14px;
 color: #333;
 height: 44px !important;
}

input#pickup-date.taskinput,
input#pickup-time.taskinput {
 padding: 11px 17px !important;
 width: 100%;
 margin: 10px 0;
 border-radius: 5px !important;
 border: 1px solid #ECF0F3 !important;
 font-size: 14px;
 color: #333;
 height: 44px !important;
}

.taskform label {
 
 font-weight: 400 !important;
 font-size: 13.81px !important;
 line-height: 100% !important;
 color: #464E5F !important;
 letter-spacing: 0px !important;

}


.taskchauffeur-note {
 margin-top: 0px;
 font-size: 14px;
 color: #000000B2;
}

.taskchauffeur-note p {
 margin-bottom: 8px;
 font-size: 13px;
 color: #000000B2;
}

.taskbutton {
    width: 100% !important;
    font-family: 'Roboto';
    font-weight: 400 !important;
    font-size: 17.62px !important;
    line-height: 20.98px;
    text-transform: capitalize;
    height: 47px;
    padding: 15px !important;
    background-color: #141518 !important;
    color: white !important;
    border: none !important;
    border-radius: 7px !important;
    cursor: pointer !important;
}

.date-time {
 gap: 10px;
 display: flex;
 justify-content: space-between;
}

.taskadd-date,
.taskadd-time {
 width: 100%;
}

.taskbutton:hover {
 background-color: #0056b3;
}

@media (max-width: 1024px) {

 .taskform-content {
  padding: 30px !important;
 }

 .taskform {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0px !important;
 }

 .taskform-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0px;
  border-radius: 0;
  box-shadow: none !important;
 }


 .date-time {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
 }

 .taskform {
  padding: 10px;
 }


 .tasktabs {
  flex-direction: row;
 }
}



.input-container {
 display: flex;
 flex-direction: column;
 
}

.input-label {
 font-size: 14px;
 color: #4B5563;
 /* slate-600 */
 margin-bottom: 4px;
}

.location-input-wrapper {
 position: relative;
 width: 100%;
}

.taskadd-dropoff .location-icon,
.taskadd-pickup .location-icon {
 position: absolute;
 top: 50%;
 height: 22px;
 width: 22px;
 left: 10px;
 transform: translateY(-50%);
 font-size: 14px;
}

.taskadd-date .location-icon,
.taskadd-time .location-icon {
 position: absolute;
 top: 50%;
 height: 22px;
 width: 22px;
 right: 10px !important;
 transform: translateY(-50%);

 font-size: 14px;
}


.location-input {
 width: 100%;
 padding: 8px 8px 8px 32px;
 border: 1px solid #D1D5DB;
 border-radius: 4px;
 font-size: 14px;
 outline: none;
}
