#booking-form {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #booking-form {
    border-radius: 0;
  }
}
#booking-form h3 {
  font-size: 0.875rem;
}
#booking-form table,
#booking-form label {
  color: #7E797E;
}
#booking-form .start-over {
  top: -35px;
}
@media (max-width: 991px) {
  #booking-form .start-over {
    top: -15px;
  }
}
#booking-form .progress-bar,
#booking-form .steps,
#booking-form .upfront-msg {
  position: relative;
}
#booking-form .progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto clamp(20px, 3vw, 60px);
}
#booking-form .progress-bar > li {
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
#booking-form .progress-bar > li::before, #booking-form .progress-bar > li::after {
  display: none;
}
#booking-form .progress-bar > li.active {
  color: #D61822;
}
@media (max-width: 991px) {
  #booking-form .progress-bar > li {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #booking-form .progress-bar > li.active {
    color: #fff;
    background: #D61822;
  }
  #booking-form .progress-bar > li.active::before {
    color: #fff;
    background: none;
  }
  #booking-form .progress-bar > li::before {
    content: "";
    font-size: 1.25rem;
    color: #fff;
    display: block;
    background: none;
    margin: 0;
  }
  #booking-form .progress-bar > li:nth-child(1)::before {
    content: "1";
  }
  #booking-form .progress-bar > li:nth-child(2)::before {
    content: "2";
  }
  #booking-form .progress-bar > li:nth-child(3)::before {
    content: "3";
  }
  #booking-form .progress-bar > li:nth-child(4)::before {
    content: "4";
  }
}
#booking-form .toggles,
#booking-form i.fa-map-marker {
  color: #fff;
}
#booking-form .upfront-msg {
  color: #fff;
  display: none;
}
#booking-form .depot-container {
  display: none;
}
#booking-form #depot-details {
  width: 100%;
}
#booking-form .firstHeading {
  font-size: 1.125em;
}
#booking-form .step-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#booking-form .step-body > .text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#booking-form .step-body .form-group-inline {
  width: 100%;
}
#booking-form .step-body .form-group-inline label {
  margin-left: 15px;
  min-width: 0;
  text-align: left;
  padding: 0;
  display: block;
  font-size: 0.75em;
}
#booking-form .step-body p {
  font-size: 0.75em;
  color: #7E797E;
  text-align: center;
  margin-bottom: 10px;
}
#booking-form .step-body.confirm-booking {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px 0;
}
#booking-form .step-body.confirm-booking .panel {
  height: 100%;
}
#booking-form .step-body.confirm-booking > div {
  width: 100%;
  margin: 0;
}
#booking-form .step-body.confirm-booking > div.col-50 {
  width: 49%;
}
@media (max-width: 768px) {
  #booking-form .step-body.confirm-booking > div.col-50 {
    width: 100%;
  }
}
#booking-form .step-body.confirm-booking table {
  font-size: 0.875em;
}
#booking-form .step-body.confirm-booking td[data-book] {
  font-weight: 700;
}
#booking-form .step-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#booking-form .step {
  padding: 0;
  background: transparent !important;
}
#booking-form .step .step-header {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #booking-form .step .step-header {
    margin-bottom: 10px;
  }
}
#booking-form .step .step-header .title {
  color: #fff;
}
#booking-form .step .step-header .subtitle {
  font-size: 0.75em;
  text-transform: none;
  color: #fff;
}
#booking-form .services-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#booking-form .services-container .service {
  width: auto;
  flex: 1 1 130px;
  margin: 0;
  padding: clamp(10px, 1.75vw, 30px);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7E797E;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #fff;
}
#booking-form .services-container .service:hover {
  border: 2px solid #D61822;
}
#booking-form .services-container .service i {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 0;
  line-height: 1;
  background: none;
}
#booking-form .services-container .service i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: none;
  display: block;
  margin-bottom: 0;
}
#booking-form .form-label,
#booking-form label {
  font-size: 0.75rem;
}
#booking-form input[type=text],
#booking-form input[type=email],
#booking-form input[type=date],
#booking-form select {
  border-color: #fff;
  height: 40px;
  padding: 11px 15px;
  border-radius: 5px;
  line-height: 1.5;
  box-shadow: none;
  font-size: 0.75rem;
}
#booking-form textarea {
  border-color: #fff;
  padding: 11px 15px;
  border-radius: 5px;
  line-height: 1.5;
  box-shadow: none;
  width: 100%;
}
#booking-form .checkbox label {
  padding: 5px 0;
}
#booking-form .select-date {
  font-size: 0.875em;
}
#booking-form .select-date .date-picker {
  width: 90px;
}
#booking-form .select-date i {
  height: 70px;
  line-height: 70px;
  font-size: 35px;
}
#booking-form .additional-services h3 {
  font-size: 0.875rem;
}
#booking-form .additional-services table td {
  padding-left: 0;
}
#booking-form .additional-services label {
  padding: 5px 0;
}
#booking-form #confirm-booking .step-header b {
  font-size: 0.75em;
  color: #7E797E;
  font-weight: 600;
  text-transform: none;
}
#booking-form #prices tr td:first-child {
  padding-left: 0;
}
#booking-form #prices tr td:last-child {
  font-weight: 700;
}
#booking-form .calculate-discount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 20px;
}
#booking-form .calculate-discount label {
  width: 100%;
}
#booking-form .calculate-discount input[type=text] {
  width: calc(100% - 80px);
  margin: 0;
}
#booking-form .calculate-discount .check {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 70px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #D61822;
  color: #FFF;
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s ease;
}
#booking-form .calculate-discount .check:hover {
  background: #3A3738;
}
#booking-form .order-complete {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  color: #3A3738;
}
#booking-form .steps-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  background: url("https://d2umf0wn5a0ghn.cloudfront.net/wp-content/uploads/20250122125902/ff-hero-3.jpg") no-repeat center center;
  background-size: cover;
}
#booking-form .steps-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 0;
}
@media (max-width: 991px) {
  #booking-form .steps-wrapper {
    flex-direction: column;
  }
}
#booking-form .steps-section {
  flex: 1;
  background: transparent;
  z-index: 1;
  padding: clamp(20px, 5.5vw, 100px);
}
@media (max-width: 991px) {
  #booking-form .steps-section {
    order: -1;
    background: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #booking-form .steps-section .step-header {
    border: 0;
  }
  #booking-form .steps-section .step-header .title {
    color: #3A3738;
  }
  #booking-form .steps-section .step-header .subtitle {
    color: #7E797E;
  }
}
#booking-form .steps-section.bg-grey {
  background: #F8F8F8;
}
#booking-form .steps-section.bg-grey .step-header .title {
  color: #3A3738;
}
#booking-form .steps-section.bg-grey .step-header .subtitle {
  color: #7E797E;
}
#booking-form .steps-section.bg-grey .progress-bar > li:not(.active) {
  color: #7E797E;
}
#booking-form .ff-button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
}
#booking-form .ff-button::before, #booking-form .ff-button::after {
  width: 15px;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#booking-form .ff-button.prev::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0.85 6.83 23.17 10.32' width='15'%3E%3Cpath fill='%23fff' d='M6.603 6.897c.17.08.254.21.254.389v3h16.715c.125 0 .227.04.308.12.08.08.12.183.12.308v2.572c0 .125-.04.228-.12.308a.417.417 0 0 1-.308.12H6.857v3a.388.388 0 0 1-.254.389.43.43 0 0 1-.469-.067L.991 12.348a.438.438 0 0 1 0-.63l5.143-4.754a.43.43 0 0 1 .469-.067Z'%3E%3C/path%3E%3C/svg%3E");
}
#booking-form .ff-button.next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='-0.03 6.83 23.18 10.32' width='15'%3E%3Cpath fill='%23fff' d='M17.397 17.103c-.17-.08-.254-.21-.254-.389v-3H.428a.417.417 0 0 1-.308-.12.417.417 0 0 1-.12-.308v-2.572c0-.125.04-.228.12-.308.08-.08.183-.12.308-.12h16.715v-3c0-.188.084-.317.254-.389a.43.43 0 0 1 .469.067l5.143 4.688a.438.438 0 0 1 0 .63l-5.143 4.754a.43.43 0 0 1-.469.067Z'%3E%3C/path%3E%3C/svg%3E");
}
#booking-form .book-now {
  font-size: 1rem;
  width: 100%;
}