
.booking .input-type {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: clamp(15px, 0.938vw, 22px) clamp(20px, 1.25vw, 25px);
  border-radius: 8px;
  background-color: #ecf3f9;
  position: relative;
}
@media (max-width: 490px) {
  .booking .input-type {
    flex-direction: column;
  }
}
.booking .input-type .line-img {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 490px) {
  .booking .input-type .line-img {
    display: none;
  }
}
.booking .input-type .input-box {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.booking .input-type a {
  text-align: center;
}
.booking .input-type button {
  margin-top: 22px;
  text-align: center;
}
.booking .input-type input {
  background: transparent;
  width: 100%;
  border: none;
  padding: 0;
  padding-top: 6px;
}
.booking .input-type input:focus {
  border: none;
  background: transparent;
}
.booking .input-type input:focus-visible {
  border: none;
  outline: none;
  background: transparent;
}
.booking .cus-btn {
  height: 45px;
  align-items: center;
  padding: 0 32px;
}

.booking-form {
  background: #ecf3f9;
}
.booking-form .txt-block {
  display: flex;
  padding: clamp(18px, 1.458vw, 30px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 492px) {
  .booking-form .txt-block {
    padding: 28px 0px;
  }
}
.booking-form .txt-block h2 {
  color: #040408;
}
.booking-form .txt-block p {
  margin-bottom: 22px;
  color: #92949f;
  text-align: center;
}
.booking-form .txt-block input {
  border: 0px;
  margin-bottom: 22px;
  width: 100%;
  padding: clamp(14px, 1.042vw, 30px) clamp(16px, 1.25vw, 30px);
  border-radius: 12px;
  background: white;
}
.booking-form .txt-block select {
  border: 0px;
  margin-bottom: 22px;
  padding: 20px;
  width: 100%;
  border-radius: 12px;
  background: white;
}
.booking-form .txt-block .input-group {
  position: relative;
  display: flex;
}
.booking-form .txt-block .input-group img {
  position: absolute;
  right: 17px;
  top: 17px;
}
.booking-form form input,
.booking-form form select {
  width: 100%;
  border: none;
}
.booking-form form input:focus,
.booking-form form select:focus {
  border: none;
}
.booking-form form input:focus-visible,
.booking-form form select:focus-visible {
  border: none;
  outline: none;
}
.booking-form form .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.booking-form form .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.booking-form form .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.booking-form form .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.booking-2 .steptwo {
  display: none;
}
.booking-2 .booking-card {
  align-items: center;
  border-radius: 10px;
}
.booking-2 .booking-card .booking-box {
  border-radius: 10px;
  padding: clamp(12px, 0.833vw, 30px) clamp(20px, 1.667vw, 30px);
}
.booking-2 .booking-card .booking-box-2 {
  border-radius: 10px;
  padding: clamp(16px, 1.25vw, 32px) clamp(16px, 1.667vw, 32px) clamp(16px, 0.833vw, 32px);
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap {
  align-items: center;
  display: inline-flex;
  padding: 8px;
  border-radius: 8px;
}
@media (max-width: 820px) {
  .booking-2 .booking-card .booking-box-2 .quantity-wrap {
    padding: 2px 8px;
  }
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap input {
  height: clamp(36px, 2.5vw, 60px);
  width: clamp(36px, 2.5vw, 60px);
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #040408;
  padding: 0 4px;
}
@media (max-width: 992px) {
  .booking-2 .booking-card .booking-box-2 .quantity-wrap input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .booking-2 .booking-card .booking-box-2 .quantity-wrap input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .booking-2 .booking-card .booking-box-2 .quantity-wrap input {
    font-size: 17px;
  }
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap input:focus-visible {
  outline: none;
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap input.decrement {
  font-size: 35px;
  color: #040408;
  border-radius: 5px;
  background: #ecf3f9;
  display: flex;
  padding: clamp(10px, 0.729vw, 30px) clamp(11px, 0.833vw, 30px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap input.decrement:hover {
  color: white;
  background-color: #2d74ba;
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap input.increment {
  color: white;
  font-size: 31px;
  color: #040408;
  border-radius: 5px;
  background: #ecf3f9;
  display: flex;
  padding: clamp(10px, 0.729vw, 30px) clamp(11px, 0.833vw, 30px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap input.increment:hover {
  color: white;
  background-color: #2d74ba;
}
.booking-2 .booking-card .booking-box-2 .quantity-wrap.number {
  font-size: 21pxs;
  font-weight: 500;
  color: #040408;
  text-align: center;
}

.booking-card-2 {
  border-radius: 10px;
  padding: clamp(20px, 1.25vw, 32px);
  border-radius: 15px;
  background: white;
}
.booking-card-2 .form .wrapper-dropdown {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #ecf3f9;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.booking-card-2 .form .wrapper-dropdown .selected-display {
  font-weight: 500;
  color: #555555;
}
.booking-card-2 .form .wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.booking-card-2 .form .wrapper-dropdown .topbar-dropdown {
  width: max-content;
  background: #ffffff;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 5px;
  box-shadow: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 490px) {
  .booking-card-2 .form .wrapper-dropdown .topbar-dropdown {
    top: 130%;
    left: -16px;
  }
}
.booking-card-2 .form .wrapper-dropdown .topbar-dropdown li {
  background-color: white;
  padding: 0 15px;
  color: #2d74ba;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
}
.booking-card-2 .form .wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.booking-card-2 .form .wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #2d74ba;
  color: #cecefc;
}
.booking-card-2 .form .wrapper-dropdown.active .topbar-dropdown {
  width: 100%;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.booking-card-2 .form .wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.booking-card-2 .form .wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.booking-card-2 .form .wrapper-dropdown svg {
  transition: all 0.3s;
}
.booking-card-2 .form .wrapper-dropdown .rotated {
  transform: rotate(0);
}
.booking-card-2 .form input {
  width: 100%;
  border: none;
  background: #ecf3f9;
  border-radius: 6px;
  padding: 16px;
}
.booking-card-2 .form input:focus {
  border: none;
}
.booking-card-2 .form input:focus-visible {
  border: none;
  outline: none;
}

.booking-card-3 {
  border-radius: 10px;
  padding: clamp(20px, 1.25vw, 32px);
  border-radius: 15px;
  background: white;
}
.booking-card-3 P span {
  color: #2d74ba;
}

.booking-card-4 {
  border-radius: 10px;
  padding: clamp(25px, 2.083vw, 50px) clamp(16px, 1.25vw, 36px);
}
    .form select
    {
            width: 100%;
    padding: 12px 16px;
    margin: 8px 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px;
    padding-right: 40px;
    }
    .booking-box-2 {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
}

.booking-box-2 .d-flex {
    align-items: center;
    justify-content: space-between;
}

.booking-box-2 .gap-32 {
    gap: 32px;
}

.booking-box-2 img {
    width: 150px;
    height: auto;
    border-radius: 8px;
}

.booking-box-2 .block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-box-2 p {
    color: #333;
    font-weight: 600;
}

.booking-box-2 .btn-remove {
        background-color: #ffd2d0;
    color: #fff;
    border: none;
    padding: 8px 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.booking-box-2 .btn-remove:hover {
    background-color: #ff2a1d;
}
