@charset "UTF-8";
.v2-steps {
  position: relative;
  background: #ffffff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.v2-steps-step {
  cursor: pointer;
  outline: 0;
  float: left;
  color: #888;
  display: inline-block;
  position: relative;
  min-width: 200px;
  padding: 20px 30px 20px 50px;
  height: auto;
  min-height: 80px;
  background: #f8f9fa;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.v2-steps-step:last-child {
  border-right: none;
}
.v2-steps-step::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #f8f9fa;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.05);
}
.v2-steps-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.v2-steps-step:hover {
  background: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.v2-steps-step:hover::before {
  background: #f0f0f0;
}
.v2-steps-step:hover .v2-steps-title {
  color: #333;
}
.v2-steps-step:hover .v2-steps-name {
  color: #333;
}

.v2-steps-step1 {
  padding-left: 30px;
  border-radius: 16px 0 0 16px;
}

.v2-steps-step-active.v2-steps-step {
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(237, 176, 89, 0.3);
  z-index: 2;
}
.v2-steps-step-active.v2-steps-step::before {
  background: var(--color-secondary, #d09d50);
  box-shadow: 2px -2px 8px rgba(237, 176, 89, 0.3);
}
.v2-steps-step-active.v2-steps-step::after {
  background: #ffffff;
}
.v2-steps-step-active.v2-steps-step .v2-steps-title {
  color: #ffffff;
  font-weight: 700;
}
.v2-steps-step-active.v2-steps-step .v2-steps-name {
  color: #ffffff;
  font-weight: 600;
}
.v2-steps-step-active.v2-steps-step .v2-steps-icon {
  color: #ffffff;
  opacity: 1;
}

.v2-steps-icon {
  display: inline-block;
  position: absolute;
  left: 15px;
  color: var(--color-primary, #EDB059);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.v2-steps-icon i {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}

.v2-steps-title {
  display: block;
  color: #888;
  line-height: 1.2;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.v2-steps-name {
  display: block;
  color: #666;
  line-height: 1.3;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.v2-steps-title + .v2-steps-name {
  line-height: 1.3;
  font-size: 13px;
  margin-top: 2px;
}

.v2-steps-name + .v2-steps-title {
  line-height: 1.2;
  font-size: 11px;
  margin-bottom: 4px;
}

.v2-steps-edit {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  transition: all 0.3s ease;
  z-index: 3;
}
.v2-steps-edit:hover {
  color: #ffffff;
  transform: scale(1.1);
}
.v2-steps-edit i {
  font-size: 16px;
}

.v2-steps-edit-name {
  display: none;
  margin-left: 5px;
  font-size: 11px;
}

.v2-steps-step-can-edit {
  cursor: pointer;
}
.v2-steps-step-can-edit .v2-steps-edit {
  display: inline-flex;
  align-items: center;
}

.v2-steps-lang {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
}

#booking-form {
  padding: 40px;
  border: none;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #booking-form {
    padding: 30px 20px;
    margin: 20px 0;
  }
}

.booking-form {
  margin-bottom: 30px;
}

.booking_header_button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  background: #ffffff;
  color: var(--color-text-primary, #333);
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.booking_header_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.booking_header_button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary, #EDB059);
}
.booking_header_button:hover::before {
  left: 100%;
}
.booking_header_button.active {
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  color: #ffffff !important;
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 4px 16px rgba(237, 176, 89, 0.3);
}

.book-now-btn {
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  color: var(--color-button-text, #ffffff);
  border: 2px solid var(--color-button-border, var(--color-primary, #EDB059));
  border-radius: 12px;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(237, 176, 89, 0.2);
  position: relative;
  overflow: hidden;
}
.book-now-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.book-now-btn:hover {
  box-shadow: 0 6px 24px rgba(237, 176, 89, 0.4);
  background: linear-gradient(135deg, var(--color-button-hover, #d09d50) 0%, var(--color-primary, #EDB059) 100%);
  border-color: var(--color-button-hover-border, var(--color-button-hover, #d09d50));
  color: var(--color-button-hover-text, #ffffff);
}
.book-now-btn:hover::before {
  left: 100%;
}
.book-now-btn:active {
  transform: translateY(0);
}

.booking-form .form-group {
  margin-bottom: 24px;
}
.booking-form .form-control {
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.booking-form .form-control:focus {
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 0 0 4px rgba(237, 176, 89, 0.1);
  outline: none;
}

.address-inp {
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.address-inp:focus {
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 0 0 4px rgba(237, 176, 89, 0.1);
}

.add-location,
.replace-location,
.delete-location,
.advance-location,
.current-location,
.move-location {
  position: absolute;
  right: -15px;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  top: 10px;
  color: #666;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: serif;
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 2;
}
.add-location:hover,
.replace-location:hover,
.delete-location:hover,
.advance-location:hover,
.current-location:hover,
.move-location:hover {
  background-color: var(--color-primary, #EDB059);
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(237, 176, 89, 0.3);
}

.delete-location {
  right: 15px;
  left: 101%;
  top: 34px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(255, 93, 72, 0.2);
  color: #ff5d48;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 8px rgba(255, 93, 72, 0.15);
}
.delete-location i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.delete-location:hover {
  background: linear-gradient(135deg, #ff5d48 0%, #e63946 100%);
  color: #fff;
  border-color: #ff5d48;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 4px 16px rgba(255, 93, 72, 0.4);
}
.delete-location:hover i {
  transform: scale(1.1);
}
.delete-location:active {
  transform: scale(0.95);
}

.delete-location + .move-location {
  top: 36px !important;
}

.move-location {
  right: 22px !important;
  top: 4px !important;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #666;
}
.move-location i {
  font-size: 14px;
}
.move-location:hover {
  background-color: var(--color-primary, #EDB059);
  border-color: var(--color-primary, #EDB059);
  color: #fff;
}

.advance-location {
  right: 35px;
}
.advance-location:hover {
  background-color: var(--color-primary, #EDB059);
  color: #fff;
}
.advance-location.has_delete_btn {
  right: 55px;
}

.current-location {
  right: 55px;
}
.current-location svg {
  width: 15px;
  height: 15px;
  fill: #666;
  transition: fill 0.3s ease;
}
.current-location:hover {
  background-color: var(--color-primary, #EDB059);
}
.current-location:hover svg {
  fill: #fff;
}
.current-location.has_delete_btn {
  right: 75px;
}

.replace-location {
  top: 38px;
}
.replace-location svg {
  fill: #666;
  transition: fill 0.3s ease;
}
.replace-location:hover {
  background-color: var(--color-primary, #EDB059);
}
.replace-location:hover svg {
  fill: #fff;
}

.address-locations {
  position: absolute;
  border: none;
  padding: 8px 0;
  background-color: #ffffff;
  top: 50px;
  width: calc(100% - 20px);
  border-radius: 12px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}
.address-locations .one-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 16px;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 4px 8px;
}
.address-locations .one-address p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #333;
}
.address-locations .one-address i {
  color: #999;
  font-size: 16px;
  width: 25px;
  text-align: center;
  transition: color 0.2s ease;
}
.address-locations .one-address:hover {
  background-color: rgba(237, 176, 89, 0.1);
}
.address-locations .one-address:hover i {
  color: var(--color-primary, #EDB059);
}

@media (max-width: 992px) {
  .v2-steps-step {
    min-width: 150px;
    padding: 15px 20px 15px 40px;
    min-height: 70px;
  }
  .v2-steps-title {
    font-size: 11px;
  }
  .v2-steps-name {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .v2-steps {
    flex-direction: column;
    border-radius: 16px;
  }
  .v2-steps-step {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 15px 20px 15px 50px;
  }
  .v2-steps-step::before, .v2-steps-step::after {
    display: none;
  }
}
.step3-header {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 6px;
  gap: 6px;
}
.step3-header li {
  flex: 1;
  min-width: 120px;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #666;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.step3-header li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.step3-header li:hover {
  color: var(--color-primary, #EDB059);
  background: rgba(237, 176, 89, 0.1);
}
.step3-header li:hover::before {
  left: 100%;
}
.step3-header li.active {
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(237, 176, 89, 0.3);
}
.step3-header li.active::before {
  display: none;
}
@media (max-width: 768px) {
  .step3-header {
    flex-direction: column;
    gap: 4px;
  }
  .step3-header li {
    width: 100%;
    min-width: auto;
  }
}

.login-reg-btn {
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  color: var(--color-button-text, #ffffff);
  border: 2px solid var(--color-button-border, var(--color-primary, #EDB059));
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(237, 176, 89, 0.2);
  position: relative;
  overflow: hidden;
}
.login-reg-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.login-reg-btn:hover {
  box-shadow: 0 4px 16px rgba(237, 176, 89, 0.4);
  background: linear-gradient(135deg, var(--color-button-hover, #d09d50) 0%, var(--color-primary, #EDB059) 100%);
  border-color: var(--color-button-hover-border, var(--color-button-hover, #d09d50));
  color: var(--color-button-hover-text, #ffffff);
}
.login-reg-btn:hover::before {
  left: 100%;
}
.login-reg-btn:active {
  transform: translateY(0);
}

.btn-redeem {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-23%);
  padding: 0 16px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  color: var(--color-button-text, #ffffff);
  border: 2px solid var(--color-button-border, var(--color-primary, #EDB059));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(237, 176, 89, 0.2);
  height: 36px;
}
.btn-redeem:hover {
  transform: translateY(-23%) scale(1.05);
  box-shadow: 0 4px 12px rgba(237, 176, 89, 0.4);
  background: linear-gradient(135deg, var(--color-button-hover, #d09d50) 0%, var(--color-primary, #EDB059) 100%);
  border-color: var(--color-button-hover-border, var(--color-button-hover, #d09d50));
  color: var(--color-button-hover-text, #ffffff);
}

.payment_method_btn {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.payment_method_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(237, 176, 89, 0.1), transparent);
  transition: left 0.5s ease;
}
.payment_method_btn:hover {
  border-color: var(--color-primary, #EDB059) !important;
  box-shadow: 0 4px 12px rgba(237, 176, 89, 0.2);
}
.payment_method_btn:hover::before {
  left: 100%;
}
.payment_method_btn.active {
  border-color: var(--color-primary, #EDB059) !important;
  background: linear-gradient(135deg, rgba(237, 176, 89, 0.1) 0%, rgba(208, 157, 80, 0.1) 100%);
  box-shadow: 0 4px 16px rgba(237, 176, 89, 0.3);
}
.payment_method_btn.active::before {
  display: none;
}

.el-tabs {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.el-tabs.el-tabs--border-card {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.el-tabs__header {
  margin: 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px 16px 0 0;
  padding: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.el-tabs__nav {
  border: none;
  position: relative;
  z-index: 1;
}

.el-tabs__nav-wrap {
  position: relative;
  z-index: 1;
}

.el-tabs__item {
  border: none !important;
  border-radius: 8px;
  padding: 14px 28px;
  margin: 0 6px;
  font-weight: 600;
  font-size: 15px;
  color: #666;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
}
.el-tabs__item#tab-tab-outbound, .el-tabs__item#tab-tab-return {
  font-size: 15px;
  padding: 0 20px;
  margin: 10px;
}
.el-tabs__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
  z-index: -1;
}
.el-tabs__item:hover {
  color: var(--color-primary, #EDB059) !important;
  background: rgba(237, 176, 89, 0.1);
  box-shadow: 0 2px 8px rgba(237, 176, 89, 0.2);
}
.el-tabs__item:hover::before {
  left: 100%;
}
.el-tabs__item.is-active, .el-tabs__item.is-top.is-active {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  box-shadow: 0 4px 12px rgba(237, 176, 89, 0.3);
  font-size: 15px;
}
.el-tabs__item.is-active::before, .el-tabs__item.is-top.is-active::before {
  display: none;
}

.el-tabs__item.is-top {
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}
.el-tabs__item.is-top::before, .el-tabs__item.is-top::after {
  pointer-events: none;
}

.el-tabs__content {
  padding: 24px;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
}

.el-tabs__nav-scroll {
  background-color: transparent;
}

.btn-danger {
  background: linear-gradient(135deg, #ff5d48 0%, #e63946 100%);
  color: #ffffff;
  border: 2px solid #ff5d48;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(255, 93, 72, 0.2);
}
.btn-danger:hover {
  box-shadow: 0 4px 16px rgba(255, 93, 72, 0.4);
  background: linear-gradient(135deg, #e63946 0%, #ff5d48 100%);
  border-color: #e63946;
}

a.book-now-btn {
  text-decoration: none;
  display: inline-block;
}

.book-now-btn.motion {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.book-now-btn.motion:hover {
  animation: none;
  transform: scale(1.05) translateY(-2px);
}

@media (max-width: 768px) {
  .v2-steps {
    flex-direction: column;
    border-radius: 16px;
  }
  .v2-steps-step {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 15px 20px 15px 50px;
  }
  .v2-steps-step::before, .v2-steps-step::after {
    display: none;
  }
  .v2-steps-step:last-child {
    border-bottom: none;
  }
  .v2-steps-step1 {
    border-radius: 16px 16px 0 0;
  }
  #booking-form {
    padding: 25px 15px;
  }
  .booking_header_button {
    width: 100%;
    margin-right: 0;
  }
  .step3-header li {
    padding: 12px 16px;
    font-size: 12px;
  }
  .login-reg-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .payment_method_btn {
    width: 100%;
    margin: 8px 0 !important;
  }
}
.form-control,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.form-control::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.form-control::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999;
  font-weight: 400;
}
.form-control:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 0 0 4px rgba(237, 176, 89, 0.1), 0 4px 12px rgba(237, 176, 89, 0.15);
  transform: translateY(-1px);
}
.form-control:hover:not(:focus),
input[type=text]:hover:not(:focus),
input[type=email]:hover:not(:focus),
input[type=password]:hover:not(:focus),
input[type=tel]:hover:not(:focus),
input[type=number]:hover:not(:focus),
textarea:hover:not(:focus),
select:hover:not(:focus) {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .input-group-text {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-radius: 12px 0 0 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  transition: all 0.3s ease;
  min-width: 50px;
  height: auto;
  line-height: 1;
}
.input-group .input-group-text i {
  transition: color 0.3s ease;
  font-size: 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group .form-control {
  border-left: none;
  border-radius: 0 12px 12px 0;
  height: auto;
  min-height: 48px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.input-group .form-control:focus + .input-group-text, .input-group .form-control:focus ~ .input-group-text {
  border-color: var(--color-primary, #EDB059);
  background: linear-gradient(135deg, rgba(237, 176, 89, 0.1) 0%, rgba(208, 157, 80, 0.1) 100%);
}
.input-group .form-control:focus + .input-group-text i, .input-group .form-control:focus ~ .input-group-text i {
  color: var(--color-primary, #EDB059);
}
.input-group:focus-within .input-group-text {
  border-color: var(--color-primary, #EDB059);
  background: linear-gradient(135deg, rgba(237, 176, 89, 0.1) 0%, rgba(208, 157, 80, 0.1) 100%);
}
.input-group:focus-within .input-group-text i {
  color: var(--color-primary, #EDB059);
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.form-control:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23EDB059' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}

.mx-datepicker .mx-input-wrapper .mx-input,
.datetime-picker-wrapper .mx-input-wrapper .mx-input {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.mx-datepicker .mx-input-wrapper .mx-input:focus,
.datetime-picker-wrapper .mx-input-wrapper .mx-input:focus {
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 0 0 4px rgba(237, 176, 89, 0.1), 0 4px 12px rgba(237, 176, 89, 0.15);
}

.phone,
.phone2 {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.phone:focus,
.phone2:focus {
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 0 0 4px rgba(237, 176, 89, 0.1);
}

.vehicle-buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .vehicle-buttons-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .vehicle-buttons-wrapper {
    gap: 16px;
  }
}

.one-vehicle-item {
  display: flex;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.one-vehicle-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(237, 176, 89, 0.1), transparent);
  transition: left 0.6s ease;
}
.one-vehicle-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(237, 176, 89, 0.2);
  border-color: var(--color-primary, #EDB059);
}
.one-vehicle-item:hover::before {
  left: 100%;
}
.one-vehicle-item:hover .left img {
  transform: scale(1.05);
}
.one-vehicle-item.active {
  border-color: var(--color-primary, #EDB059);
  background: linear-gradient(135deg, rgba(237, 176, 89, 0.05) 0%, rgba(208, 157, 80, 0.05) 100%);
  box-shadow: 0 8px 24px rgba(237, 176, 89, 0.3);
  transform: translateY(-4px);
}
.one-vehicle-item.active::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(237, 176, 89, 0.4);
  animation: checkmarkPop 0.3s ease;
}
@keyframes checkmarkPop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.one-vehicle-item .left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  min-width: 240px;
  flex-shrink: 0;
}
.one-vehicle-item .left img {
  width: 240px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.one-vehicle-item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.one-vehicle-item .right > div:first-child p {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.one-vehicle-item .right > div:first-child .d-flex {
  gap: 16px;
  margin-top: 8px;
}
.one-vehicle-item .right > div:first-child .d-flex p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  margin: 0;
}
.one-vehicle-item .right > div:first-child .d-flex p i {
  color: var(--color-primary, #EDB059);
  font-size: 14px;
}
.one-vehicle-item .right > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 16px;
  gap: 8px;
}
.one-vehicle-item .right > div:last-child .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary, #EDB059);
  margin: 0;
  line-height: 1.2;
  text-align: right;
}
.one-vehicle-item .right > div:last-child .tax {
  font-size: 12px;
  color: #999;
  margin: 0;
  text-align: right;
  font-weight: 500;
}
.one-vehicle-item .right > div:last-child .text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px;
}
.one-vehicle-item .right > div:last-child .option {
  display: none;
}
.one-vehicle-item .right > div:last-child .option .checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.one-vehicle-item .right > div:last-child .option input:checked ~ .checkbox {
  background: linear-gradient(135deg, var(--color-primary, #EDB059) 0%, var(--color-secondary, #d09d50) 100%);
  border-color: var(--color-primary, #EDB059);
}

.price-box {
  background: linear-gradient(135deg, rgba(237, 176, 89, 0.1) 0%, rgba(208, 157, 80, 0.1) 100%);
  border-radius: 16px;
  padding: 28px 32px;
  margin: 30px auto;
  text-align: center;
  border: 2px solid rgba(237, 176, 89, 0.2);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.price-box p {
  margin: 0;
  line-height: 1.4;
}
.price-box p:first-child {
  font-size: 16px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.price-box p:nth-child(2) {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary, #EDB059);
  line-height: 1.2;
}
.price-box p.text-secondary {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-top: 4px;
}

.quote-banner {
  background: linear-gradient(135deg, #01B9F5 0%, #0099cc 100%);
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 30px;
  box-shadow: 0 4px 16px rgba(1, 185, 245, 0.3);
  font-size: 15px;
  line-height: 1.6;
}

.step3-context {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
  align-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.step3-context .left {
  width: calc(50% - 20px);
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step3-context .right {
  width: calc(50% - 20px);
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .step3-context {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .step3-context {
    gap: 16px;
  }
}

.card {
  background: #ffffff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.card .card-body {
  padding: 24px;
  background: #ffffff;
}
.card .card-body.bg-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.checkbox-wrapper:hover {
  background: rgba(237, 176, 89, 0.05);
}
.checkbox-wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.checkbox-wrapper label.check-box {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.checkbox-wrapper label.check-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
  opacity: 0;
}
.checkbox-wrapper input[type=checkbox]:checked + label.check-box {
  background: var(--color-primary, #EDB059);
  border-color: var(--color-primary, #EDB059);
}
.checkbox-wrapper input[type=checkbox]:checked + label.check-box::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}
.checkbox-wrapper input[type=checkbox]:focus + label.check-box {
  outline: 2px solid rgba(237, 176, 89, 0.5);
  outline-offset: 2px;
}
.checkbox-wrapper span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex: 1;
}
.checkbox-wrapper .step-link {
  color: var(--color-primary, #EDB059);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.checkbox-wrapper .step-link:hover {
  color: var(--color-secondary, #d09d50);
  text-decoration: underline;
}

.summary {
  background: linear-gradient(135deg, rgba(237, 176, 89, 0.05) 0%, rgba(208, 157, 80, 0.05) 100%);
  border-radius: 16px;
  padding: 24px 0;
  margin-top: 24px;
  border: 2px solid rgba(237, 176, 89, 0.1);
}
.summary .h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary, #EDB059);
  margin-bottom: 12px;
}
.summary .small {
  font-size: 14px;
  color: #666;
  margin: 4px 0;
}

.auth-card .form-group {
  margin-bottom: 24px;
}
.auth-card .form-group .form-control {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.auth-card .form-group .form-control:focus {
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 0 0 4px rgba(237, 176, 89, 0.1);
}

.register-form-card {
  width: 100%;
  max-width: 100%;
}
.register-form-card .input-group .form-control {
  padding: 16px 20px;
  font-size: 16px;
  min-height: 56px;
}
.register-form-card .input-group .input-group-text {
  min-width: 60px;
  padding: 0;
}
.register-form-card .input-group .input-group-text i {
  font-size: 18px;
  padding: 0 20px;
}

.custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #ffffff;
  margin-right: 12px;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}
.custom-radio .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: var(--color-primary, #EDB059);
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.custom-radio input[type=radio]:checked ~ .checkmark {
  border-color: var(--color-primary, #EDB059);
  background: rgba(237, 176, 89, 0.1);
}
.custom-radio input[type=radio]:checked ~ .checkmark::after {
  transform: translate(-50%, -50%) scale(1);
}
.custom-radio input[type=radio]:checked ~ span {
  color: var(--color-primary, #EDB059);
  font-weight: 600;
}
.custom-radio:hover {
  border-color: var(--color-primary, #EDB059);
  background: rgba(237, 176, 89, 0.05);
}

.hide-map {
  color: var(--color-primary, #EDB059);
  cursor: pointer;
  font-weight: 600;
  padding: 12px 20px;
  background: rgba(237, 176, 89, 0.1);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.hide-map:hover {
  background: rgba(237, 176, 89, 0.2);
}
.hide-map i {
  font-size: 16px;
}

.details {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 0;
}
@media (max-width: 768px) {
  .details {
    margin: 0;
  }
}
.details .h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary, #EDB059);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.details .h6 {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.details .border {
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 12px;
  margin: 8px 0;
  background: #f8f9fa;
}
.details .custom-border {
  border-bottom: 2px solid var(--color-primary, #EDB059);
  margin: 12px 0;
}

.additional-charge-item {
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin: 8px 5px;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  max-height: none;
  overflow: visible;
  line-height: 1.5;
}
.additional-charge-item:hover {
  border-color: var(--color-primary, #EDB059);
  box-shadow: 0 4px 12px rgba(237, 176, 89, 0.15);
}
.additional-charge-item div {
  padding: 0;
  flex: 1;
}
.additional-charge-item .item-name {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.additional-charge-item .item-info {
  font-size: 13px;
  color: #666;
  margin-left: 8px;
}
.additional-charge-item i {
  color: #ff5d48;
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-left: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 93, 72, 0.1) 0%, rgba(230, 57, 70, 0.1) 100%);
  border: 2px solid rgba(255, 93, 72, 0.2);
}
.additional-charge-item i:hover {
  background: linear-gradient(135deg, #ff5d48 0%, #e63946 100%);
  color: #fff;
  border-color: #ff5d48;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 4px 12px rgba(255, 93, 72, 0.4);
}
.additional-charge-item i:active {
  transform: scale(0.95);
}

button[class*=delete],
.btn-delete,
.delete-btn,
.__delete__file {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(255, 93, 72, 0.2);
  border-radius: 12px;
  color: #ff5d48;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(255, 93, 72, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
button[class*=delete]::before,
.btn-delete::before,
.delete-btn::before,
.__delete__file::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
button[class*=delete] i,
button[class*=delete] svg,
.btn-delete i,
.btn-delete svg,
.delete-btn i,
.delete-btn svg,
.__delete__file i,
.__delete__file svg {
  transition: transform 0.3s ease;
}
button[class*=delete]:hover,
.btn-delete:hover,
.delete-btn:hover,
.__delete__file:hover {
  background: linear-gradient(135deg, #ff5d48 0%, #e63946 100%);
  color: #fff;
  border-color: #ff5d48;
  box-shadow: 0 4px 16px rgba(255, 93, 72, 0.4);
}
button[class*=delete]:hover::before,
.btn-delete:hover::before,
.delete-btn:hover::before,
.__delete__file:hover::before {
  left: 100%;
}
button[class*=delete]:hover i,
button[class*=delete]:hover svg,
.btn-delete:hover i,
.btn-delete:hover svg,
.delete-btn:hover i,
.delete-btn:hover svg,
.__delete__file:hover i,
.__delete__file:hover svg {
  transform: scale(1.1) rotate(5deg);
}
button[class*=delete]:active,
.btn-delete:active,
.delete-btn:active,
.__delete__file:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .v2-steps {
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .v2-steps-step {
    padding: 12px 16px 12px 45px;
    min-height: 60px;
  }
  .v2-steps-title {
    font-size: 10px;
  }
  .v2-steps-name {
    font-size: 12px;
  }
  #booking-form {
    padding: 20px 15px;
    margin: 15px 0;
    border-radius: 16px;
  }
  .booking_header_button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 13px;
  }
  .form-control {
    font-size: 16px;
    padding: 12px 14px;
  }
  .input-group-text {
    padding: 0;
    min-width: 45px;
  }
  .input-group-text i {
    padding: 0 12px;
    font-size: 14px;
  }
  .add-location,
  .replace-location,
  .delete-location,
  .advance-location,
  .current-location,
  .move-location {
    width: 36px;
    height: 36px;
    font-size: 14px;
    right: -12px;
  }
  .delete-location {
    left: auto;
    right: 10px;
    top: 10px;
  }
  .move-location {
    right: 11px !important;
    top: 0 !important;
    left: auto !important;
  }
  .delete-location + .move-location {
    top: 16px !important;
    right: 10px !important;
    left: auto !important;
  }
  .advance-location {
    right: 32px;
  }
  .advance-location.has_delete_btn {
    right: 52px;
  }
  .current-location {
    right: 52px;
  }
  .current-location.has_delete_btn {
    right: 72px;
  }
  .vehicle-buttons-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 5px;
  }
  .one-vehicle-item {
    flex-direction: column;
    padding: 15px;
    align-items: center;
  }
  .one-vehicle-item .left {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 12px;
  }
  .one-vehicle-item .left img {
    width: 100%;
    max-width: 280px;
    height: auto;
    min-height: 120px;
  }
  .one-vehicle-item .right {
    width: 100%;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .one-vehicle-item .right p {
    font-size: 15px;
  }
  .one-vehicle-item .right .price {
    font-size: 22px;
    text-align: center;
  }
  .one-vehicle-item .right .tax {
    text-align: center;
  }
  .price-box {
    padding: 20px 24px;
    margin: 20px auto;
    max-width: 100%;
  }
  .price-box p:first-child {
    font-size: 14px;
  }
  .price-box p:nth-child(2) {
    font-size: 28px;
  }
  .price-box p.text-secondary {
    font-size: 12px;
  }
  .step3-header {
    flex-direction: column;
    gap: 8px;
  }
  .step3-header li {
    width: 100%;
    padding: 12px 16px;
    font-size: 13px;
  }
  .step3-context {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }
  .step3-context .left,
  .step3-context .right {
    width: 100%;
  }
  .card {
    margin-bottom: 16px;
  }
  .card .card-body {
    padding: 16px;
  }
  .summary {
    flex-direction: column;
    margin: 16px 0;
    gap: 16px;
  }
  .details {
    max-width: 100%;
    margin: 0;
    padding: 16px;
  }
  .step2-map-wrapper {
    width: 100%;
    min-height: 300px;
    margin: 0;
  }
  .payment_method_btn {
    width: 100%;
    margin: 8px 0 !important;
    padding: 14px 16px !important;
  }
  .payment_method_btn img {
    width: 60px;
  }
  .book-now-btn,
  .login-reg-btn,
  .sign-in-btn,
  .register-btn {
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .btn-redeem {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 10px;
    width: 100%;
  }
  .address-locations {
    width: calc(100% - 10px);
    max-height: 250px;
  }
  .additional-charge-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }
  .additional-charge-item .item-content {
    width: 100%;
    margin-bottom: 8px;
  }
  .additional-charge-item .delete-item-btn {
    align-self: flex-end;
    margin-left: 0;
  }
  .quantity-box {
    width: 100%;
    justify-content: space-between;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .checkbox-wrapper {
    padding: 10px;
    margin-bottom: 12px;
  }
  .info-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .v2-steps-step {
    padding: 10px 12px 10px 40px;
    min-height: 55px;
  }
  .v2-steps-title {
    font-size: 9px;
  }
  .v2-steps-name {
    font-size: 11px;
  }
  #booking-form {
    padding: 15px 10px;
  }
  .one-vehicle-item {
    padding: 12px;
  }
  .one-vehicle-item .left img {
    min-height: 100px;
  }
  .one-vehicle-item .right .price {
    font-size: 20px;
  }
  .price-box {
    padding: 16px 20px;
  }
  .price-box p:nth-child(2) {
    font-size: 24px;
  }
  .step3-header li {
    padding: 10px 12px;
    font-size: 12px;
  }
  .card .card-body {
    padding: 12px;
  }
}
