/* Assistant Font Family */
@font-face {
  font-family: "Assistant ExtraLight";
  src: url("../fonts/Assistant/Assistant-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant Light";
  src: url("../fonts/Assistant/Assistant-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant Regular";
  src: url("../fonts/Assistant/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant Medium";
  src: url("../fonts/Assistant/Assistant-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant SemiBold";
  src: url("../fonts/Assistant/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant Bold";
  src: url("../fonts/Assistant/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant ExtraBold";
  src: url("../fonts/Assistant/Assistant-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

*:focus {
  outline: none;
}
html {
}

body {
  font: normal 12px/18px "Assistant Regular";
  margin: 0;
  width: 100%;
  direction: rtl;
}

.wrapper {
  min-width: auto;
}

.w50 {
  width: 50%;
}

.w80 {
  width: 80%;
}

.w20 {
  width: 20%;
}

.ac {
  text-align: center;
}

.ptb20 {
  padding: 20px 0 !important;
}

.ptb30 {
  padding: 30px 0;
}

.al {
  text-align: left;
  justify-content: left;
}

.ar {
  text-align: right;
  justify-content: right;
}

.alertMsg {
  font-size: inherit;
  padding: 20px;
  position: fixed;
  bottom: 5%;
  left: 2%;
  border-radius: 10px;
  z-index: 9999;
  width: auto;
  height: auto;
  display: none;
  color: red;
  background-color: rgba(255, 228, 228, 0.75);
  box-shadow: 0px 0 10px 0px rgba(205, 30, 11, 0.5);
  animation: showFromRight 0.3s linear;
}

.successMsg {
  font-size: inherit;
  padding: 20px;
  position: fixed;
  bottom: 5%;
  right: 2%;
  border-radius: 10px;
  z-index: 9999;
  width: auto;
  height: auto;
  display: none;
  color: green;
  background-color: rgba(218, 249, 223, 0.75);
  box-shadow: 0px 0 10px 0px rgb(11 205 61 / 50%);
  animation: showFromRight 0.3s normal;
}

@keyframes showFromLeft {
  0% {
    opacity: 0;
    margin-left: -100%;
  }
  25% {
    opacity: 0.2;
    margin-left: -50%;
  }
  35% {
    opacity: 0.4;
    margin-left: -20%;
  }
  50% {
    opacity: 0.8;
    margin-left: -15%;
  }
  65% {
    opacity: 0.9;
    margin-left: -12%;
  }
  75% {
    opacity: 0.9;
    margin-left: -10%;
  }
  80% {
    opacity: 0.9;
    margin-left: -8%;
  }
  85% {
    opacity: 0.95;
    margin-left: -6%;
  }
  90% {
    opacity: 0.95;
    margin-left: -4%;
  }
  95% {
    opacity: 0.95;
    margin-left: -2%;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes showFromRight {
  0% {
    opacity: 0;
    margin-right: -100%;
  }
  25% {
    opacity: 0.2;
    margin-right: -50%;
  }
  35% {
    opacity: 0.4;
    margin-right: -20%;
  }
  50% {
    opacity: 0.8;
    margin-right: -15%;
  }
  65% {
    opacity: 0.9;
    margin-right: -12%;
  }
  75% {
    opacity: 0.9;
    margin-right: -10%;
  }
  80% {
    opacity: 0.9;
    margin-right: -8%;
  }
  85% {
    opacity: 0.95;
    margin-right: -6%;
  }
  90% {
    opacity: 0.95;
    margin-right: -4%;
  }
  95% {
    opacity: 0.95;
    margin-right: -2%;
  }
  100% {
    opacity: 1;
    margin-right: 0;
  }
}

#contentvue .popup {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 999;
  /*animation: show 0.3s linear;*/
  width: 100%;
  max-width: 800px;
  margin-left: -400px;
  background-color: #fff;
  opacity: 1;
  overflow: hidden;
  display: block !important;
  padding: 0;
}

#contentvue .popup .head-popup {
  background-color: #e4e8ec;
  padding: 0 20px;
  display: flex !important;
}

#contentvue .popup .head-popup .w20 {
  width: 20% !important;
}

#contentvue .popup .head-popup .w80 {
  width: 80% !important;
}

#contentvue .popup .head-title {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

#contentvue .popup .head-popup a {
  color: #333;
  font-size: 20px;
}

.popup-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #00000033;
}

#contentvue .popup-inner {
  padding: 25px;
  height: 100%;
  overflow-x: auto;
  text-align: center;
  background: #fff;
}

.popup .botBtns {
  margin: 20px 0 0;
}

.btnS {
  background: #333;
  line-height: 35px;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Assistant Regular";
  text-decoration: none;
  cursor: pointer;
  border: none;
  overflow: hidden;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btnS.cancel {
  background: #909090;
}

.btnS i {
  padding: 0 0 0 8px;
  color: #fff;
}

.btnS:hover,
.btn:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.content.form > .wrapper {
  padding: 1% 10%;
}

.content {
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  font-family: "Assistant Regular";
}

.booking-container header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

#contentvue h1,
.content h1 {
  margin: 0 !important;
  font-weight: normal !important;
  padding: 0 0 20px 0 !important;
  text-align: center !important;
  line-height: 30px !important;
  font-weight: 600;
  font-size: 42px;
}

#contentvue .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

#contentvue {
  direction: rtl;
  font-size: 16px;
}
#contentvue .types {
  gap: 20px;
}

#contentvue .sucMsgFinal {
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 0 12px 16px;
  padding: 35px 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin: 0 0 15px;
}

#contentvue .inlineB {
  width: fit-content;
  display: inline-block;
}

#contentvue .sucMsgFinal .w50 {
  padding: 0 30px;
}

#contentvue .typeForm {
  border: 1px solid rgb(55 65 81 / 1);
  border-top: 5px solid rgb(55 65 81 / 1);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 12px 16px;
  padding: 35px 10px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  background: #1f2937;
}

#contentvue .typeForm .desc {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  margin: 12px 0 0;
}

#contentvue .typeForm > div {
  gap: 15px;
  align-items: center;
  color: #fff;
}

#contentvue .typeForm.active {
  border: 1px solid #333;
  border-top: 5px solid #333;
}

#contentvue .typeForm input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#contentvue > div > div {
  margin: 0 0 30px;
}

#contentvue .vc-arrow.is-left,
#contentvue .vc-arrow.is-right {
  rotate: 180deg;
}

#contentvue .flex {
  display: flex;
}

#contentvue .flex > div.c3 {
  flex-basis: 33%;
  padding: 0 15px;
}

#contentvue .flex > div.c2 {
  padding: 0 15px;
  line-height: 30px;
}

#contentvue .flex > div.c66 {
  flex-basis: 66%;
  padding: 0 15px;
}

#contentvue .row {
  margin: 0 0 15px;
}

#contentvue .hidden {
  display: none;
}

#contentvue .row label {
  width: 100%;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  color: #fff;
}

#contentvue .row input {
  width: 100%;
  height: 35px;
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
  background-color: #1f2937;
  box-sizing: border-box;
}

#contentvue .success {
  background: #a6d095;
  color: #333;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px;
}

#contentvue h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 20px 0;
  color: #fff;
  text-align: right;
}

.loader {
  display: inline-block;
  border: 2px solid #fff;
  border-top: 2px solid #333;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1s linear infinite !important;
  position: relative;
  top: 4px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#contentvue button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  max-width: 270px;
  border-radius: 5px;
  border-color: #e5e7eb;
}

#contentvue button:hover {
  /*background-color: #DBEAFE;
    border-color: #93C5FD;*/
}

#contentvue button:disabled {
  background-color: #dbeafe;
  border-color: #93c5fd;
  cursor: default;
}

#contentvue button.new {
  background: rgb(245 158 11);
  color: #fff;
}

#contentvue button.new:hover {
  background-color: rgb(254, 216, 149);
  border-color: rgb(245 158 11);
}

#contentvue .row:after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
}

#contentvue .date2 {
  margin: 36px 0 32px;
  line-height: 28px;
}

#contentvue .time {
  -webkit-animation: JavUE 1s backwards;
  animation: JavUE 1s backwards;
  border: 1px solid #1f2937;
  background-color: #1f2937;
  color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 0 12px 16px;
  padding: 10px 9px;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  cursor: pointer;
}

#contentvue .time:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(207, 201, 207, 1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(207, 201, 207, 1);
  box-shadow: 0px 0px 2px 0px rgba(207, 201, 207, 1);
}

#contentvue .time.noactive {
  border: 1px solid #7b7b7b;
  color: #7b7b7b;
  background: #e2e2e2;
  cursor: default;
}

#contentvue .time.active {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

#contentvue .date {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 36px 0 15px;
}

@media (min-width: 1025px) {
  #contentvue .vc-weekday {
    font-size: 16px !important;
  }

  #contentvue .vc-day-content {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px !important;
    margin: 5px;
  }

  #contentvue .vc-highlight {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
  }
}

#contentvue .vc-container {
  overflow: hidden;
  width: 100%;
  background: transparent !important;
  border: none !important;
  height: 260px;
}

#contentvue .mInfo {
  background: #1f2937;
  width: fit-content;
  padding: 10px;
  border-radius: 5px;
  color: #d1d5db;
}
#contentvue .vc-highlight,
#contentvue .vc-dot {
  background-color: #3b82f6 !important;
}
.vc-pane {
  background: #1f2937;
}
#contentvue .vc-title {
  font-size: 18px !important;
  margin: 0 0 20px;
}

#contentvue .vc-day-content.is-disabled {
  color: #4a4a4a !important;
}

#contentvue .vc-day-content:focus,
#contentvue .vc-day-content.is-disabled:hover {
  background-color: transparent !important;
  cursor: default !important;
}

#contentvue .vc-day-layer.vc-day-box-center-bottom {
  bottom: 0 !important;
}

@media (max-width: 868px) {
  #contentvue h1,
  .content h1 {
    font-size: 33px;
  }
  .content {
    padding: 0.1rem 0.6rem;
  }
  .content .wrapper {
    padding: 0 !important;
  }
  .popup {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  #contentvue button {
    max-width: 100%;
  }
  #contentvue h1 {
    padding: 20px 0 40px;
  }
  #contentvue .flex {
    display: block;
  }

  #contentvue .flex > div {
    text-align: center;
    margin: 0 0 30px;
    box-sizing: border-box;
  }
  #contentvue .vc-day-layer.vc-day-box-center-bottom {
    bottom: 2px !important;
  }

  #contentvue .flex > div.c66 .flex > div {
    text-align: left;
  }

  #contentvue .success {
    font-size: 18px;
  }

  #contentvue .vc-container {
    height: 303px !important;
  }

  #contentvue .vc-container.vc-blue {
    width: 100%;
  }

  #contentvue .flex > div,
  .w50 {
    width: 100%;
  }
}

/* Booking form modern styles */
/* --- Усиленные стили для booking-формы (светлая тема, голубые кнопки, современный календарь) --- */
.booking-container {
  background: #fff !important;
  border-radius: 24px;
  max-width: 1024px;
  margin: 40px auto;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.booking-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.booking-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}
.booking-subtitle {
  color: #64748b;
  font-size: 1rem;
  margin-top: 4px;
}
.booking-logo-img {
  display: inline-block;
  background: #fbbf24;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 1.2rem;
}
.booking-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.booking-calendar-col,
.booking-details-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.booking-step-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 12px;
}
.booking-calendar {
  background: #f1f5f9 !important;
  border-radius: 12px;
  padding: 20px 12px;
  min-height: 220px;
}
/* --- Календарь (v-date-picker) --- */
.booking-container .vc-container,
.booking-container .vc-pane,
.booking-container .vc-weeks {
  background: #f1f5f9 !important;
  color: #1e293b !important;
  border: none !important;
}
.booking-container .vc-title {
  color: #1e293b !important;
  font-size: 18px !important;
  margin-bottom: 12px;
}
.booking-container .vc-weekday {
  color: #64748b !important;
  font-weight: 500;
  font-size: 15px !important;
}
.booking-container .vc-day-content {
  border-radius: 50% !important;
  border: 1.5px solid transparent !important;
  width: 38px !important;
  height: 38px !important;
  margin: 2px !important;
  font-size: 16px !important;
  transition: all 0.2s;
}
.booking-container .vc-day-content.is-disabled {
  color: #cbd5e1 !important;
  background: #f1f5f9 !important;
  cursor: not-allowed !important;
}
.booking-container .vc-day-content.is-selected,
.booking-container .vc-day-content:active,
.booking-container .vc-day-content:focus {
  background: #3b82f6 !important;
  color: #fff !important;
  border-color: #3b82f6 !important;
}
.booking-container .vc-day-content:hover:not(.is-disabled) {
  background: #dbeafe !important;
  color: #1e293b !important;
  border-color: #93c5fd !important;
}
.booking-timeslots {
  margin-top: 16px;
}
.booking-timeslots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.booking-timeslot {
  background: #fff;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 1rem;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}
.booking-timeslot.selected,
.booking-timeslot:active,
.booking-timeslot:hover:not(:disabled) {
  background: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}
.booking-timeslot:disabled {
  background: #f1f5f9;
  color: #cbd5e1;
  border-color: #cbd5e1;
  cursor: not-allowed;
}
.booking-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.booking-type {
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  padding: 18px 0 10px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 1rem;
  font-weight: 500;
  color: #334155;
  box-shadow: none;
}
.booking-type.selected,
.booking-type:active,
.booking-type:hover {
  background: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}
.booking-type-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  display: inline-block;
}
.booking-type-zoom {
  background: url('data:image/svg+xml;utf8,<svg fill="%2334d399" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 12a2 2 0 100-4 2 2 0 000 4z"/><path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.022 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"/></svg>')
    no-repeat center/contain;
}
.booking-type-phone {
  background: url('data:image/svg+xml;utf8,<svg fill="%2334d399" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>')
    no-repeat center/contain;
}
.booking-type-label {
  font-size: 1rem;
  font-weight: 600;
}
.booking-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.booking-input {
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1rem;
  color: #334155;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  text-align: right;
}
.booking-input:disabled {
  background-color: #eff1f2;
}
.booking-input::placeholder {
  color: #333;
}
.booking-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #bfdbfe;
  outline: none;
}
.booking-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #e2e8f0;
  padding-top: 24px;
  margin-top: 12px;
}
.booking-submit {
  background: #3b82f6 !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 14px 36px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(59, 130, 246, 0.1);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  cursor: pointer;
}
.booking-submit.gray {
  background: #e2e8f0 !important;
  color: #334155 !important;
}
.booking-submit:disabled {
  background: #cbd5e1 !important;
  color: #fff !important;
  cursor: not-allowed;
  box-shadow: none;
}
.booking-submit:hover:not(:disabled) {
  background: #2563eb !important;
  box-shadow: 0 4px 16px 0 rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
}
.booking-confirmation {
  text-align: center;
  padding: 48px 0 24px 0;
}
.booking-confirmation-icon {
  width: 80px;
  height: 80px;
  background: #bbf7d0;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.booking-confirmation-icon::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2334d399" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>')
    no-repeat center/contain;
  position: absolute;
  top: 16px;
  left: 16px;
}
.booking-confirmation-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}
.booking-confirmation-desc {
  color: #64748b;
  font-size: 1.1rem;
  margin-bottom: 24px;
}
.booking-confirmation-list {
  background: #f1f5f9;
  border-radius: 12px;
  padding: 24px 16px;
  max-width: 340px;
  margin: 0 auto 16px auto;
  text-align: right;
  font-size: 1rem;
  color: #334155;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.booking-another-btn {
  background: #e2e8f0;
  color: #334155;
  font-weight: bold;
  font-size: 1rem;
  padding: 12px 32px;
  border: none;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.booking-another-btn:hover {
  background: #cbd5e1;
  color: #1e293b;
}
@media (max-width: 900px) {
  .booking-container {
  }
  .booking-main {
    flex-direction: column;
  }
  .booking-calendar-col,
  .booking-details-col {
    gap: 20px;
  }
  .booking-calendar-col,
  .booking-details-col {
    width: 100% !important;
  }
  .content.form > .wrapper {
    padding: 0;
  }
}
