body.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}

.bookingService-Section .bookingService-Map {
    height: 300px;
    width: 100%;
    margin-top: 1rem;
}
.bookingService-Section .bookingService-Info {
    margin-top: 0.5rem;
    color: var(text-clr-2);
}
.bookingService-Section .bookingService-Error {
    color: #ef4444;
}

.is-hidden {
    display: none !important;
}

.pac-container {
    z-index: 10000;
}

.bookingService-PAC {
  background: var(--bg-clr-2);
  border: 1px solid var(--bg-clr);
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(2,6,23,0.14), 0 6px 12px rgba(2,6,23,0.10);
  overflow: hidden;

  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 10000;
  max-height: 320px;
  min-width: 350px !important;
  width: 100% !important;
  max-width: 500px;
  overscroll-behavior: contain;
  margin-top: 5px;
}

.bookingService-PAC.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.bookingService-PAC .pac-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;

  cursor: pointer;
  border-top: 1px solid var(--bg-clr);
  color: var(--text-clr-2);
}
.bookingService-PAC .pac-item:first-child { border-top: none; }

.bookingService-PAC .pac-item:hover,
.bookingService-PAC .pac-item.pac-item-selected {
  background: #f8fafc;
}

.bookingService-PAC .pac-icon {
  width: 18px;
  height: 18px;
  background-size: contain !important;
  opacity: .9;
}

.bookingService-PAC .pac-matched {
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}

.bookingService-PAC .pac-item-query {
  color: var(--text-clr-2);
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}

.bookingService-PAC .pac-logo {
  background: #fff;
  padding: 8px 12px;
  border-top: 1px solid #e2e8f0;
}

.bookingService-PAC::-webkit-scrollbar { width: 10px; }
.bookingService-PAC::-webkit-scrollbar-thumb {
  background: #e5e7eb; border-radius: 999px; border: 2px solid #fff;
}




.pac-container,
.pac-container.bookingService-PAC {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(2,6,23,0.14), 0 6px 12px rgba(2,6,23,0.10);
  overflow: hidden;
  z-index: 10000;
  max-height: 320px;
  min-width: 320px;
  overscroll-behavior: contain;

  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.pac-container.is-open,
.pac-container.bookingService-PAC.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.pac-container .pac-item {
  display: block;
  padding: 10px 10px;
  cursor: pointer;
  border-top: 1px solid #f1f5f9;
  color: var(--text-clr-2);
  line-height: 1.4;
  font-size: 13px;
}
.pac-container .pac-item:first-child { border-top: none; }

.pac-container .pac-item:hover,
.pac-container .pac-item.pac-item-selected {
  background: #f8fafc;
}

.pac-container .pac-icon {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 12px;
  margin-top: -2px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 24px 24px !important;
  opacity: 1;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='none'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M11.262 22.134S4 16.018 4 10a8 8 0 1 1 16 0c0 6.018-7.262 12.134-7.262 12.134c-.404.372-1.069.368-1.476 0M12 13.5a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7'/%3E%3C/svg%3E") !important;
}

.pac-container .pac-item-query { 
    color: var(--text-clr); 
    font-weight: 700;
    font-size: 15px;
}
.pac-container .pac-matched { color: var(--text-clr); }

.pac-container .pac-logo {
  background: #fff;
  padding: 8px 12px;
  border-top: 1px solid #e2e8f0;
}

.pac-container::-webkit-scrollbar { width: 10px; }
.pac-container::-webkit-scrollbar-thumb {
  background: #e5e7eb; border-radius: 999px; border: 2px solid #fff;
}



.bookingService-Section {
    padding: 1.5rem 0;
    user-select: none;
    position: relative;
}

.force-mobile-layout .bookingService-Section {
    padding: 0;
    background: transparent;
}

.bookingService-Container {
    margin: 0 auto;
    padding: 0 1rem;
}

.force-mobile-layout .bookingService-Container {
    width: 100%;
    max-width: none;
    padding: 0;
    box-shadow: none;
    border: none;
}

.bookingService-TitleBtns {
    background: var(--bg-clr-2);
    display: flex;
    width: fit-content;
    border-radius: 1rem 1rem 0 0;
    padding: 0.5rem;
    padding-bottom: 3rem;
    position: relative;
    opacity: 0;
    translate: 0 100px;
    animation: bookingServiceTitleBtnsAnim 0.8s forwards ease-in-out;
    animation-delay: 0.2s;
}

.force-mobile-layout .bookingService-TitleBtns {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    justify-content: center;
    padding: 0.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: -1rem;
    animation: none; /* Simplify for mobile performance */
    translate: 0 0 !important;
    opacity: 1 !important;
}

@keyframes bookingServiceTitleBtnsAnim {
    0% {
        opacity: 0;
        translate: 0 100px;
    }
    100% {
        opacity: 1;
        translate: 0 3rem;
    }
}

.bookingService-TitleBtns::after {
    content: '';
    position: absolute;
    bottom: 3rem;
    right: -2rem;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border-radius: 50%;
    box-shadow: -10px 10px 0 var(--bg-clr-2);
}

.force-mobile-layout .bookingService-TitleBtns::after {
    display: none; /* Remove the corner rounding effect on mobile */
}

.bookingService-TitleBtns .line {
    position: absolute;
    bottom: 3rem;
    transform: translateX(-49%);
    width: 150px;
    height: 2px;
    border-radius: 1rem;
    background: black;
    transition: 0.3s left;
}

.force-mobile-layout .bookingService-TitleBtns .line {
    bottom: 1.5rem;
    width: 80px; /* Slightly narrower for mobile */
    transform: translateX(-50%);
}

.bookingService-TitleBtns.transferFormActive .line {
    left: 25%;
}

.force-mobile-layout .bookingService-TitleBtns.transferFormActive .line {
    left: 25% !important;
}

.bookingService-TitleBtns.tourFormActive .line {
    left: 73%;
}

.force-mobile-layout .bookingService-TitleBtns.tourFormActive .line {
    left: 75% !important;
}

.bookingService-TitleBtn {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 0.6rem 1.35rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-clr);
    background: transparent;
}

.force-mobile-layout .bookingService-TitleBtn {
    font-size: 1rem;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    flex: 1; /* Make buttons equal width to ensure consistent line positioning */
    justify-content: center;
}

@media (max-width: 375px) {
    .force-mobile-layout .bookingService-TitleBtn {
        padding: 0.5rem 0;
    }
}

.force-mobile-layout .bookingService-TitleBtn svg {
    width: 1.2em;
    height: 1.2em;
}

.bookingService-FormList {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg-clr-2);
    border-radius: 1rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    opacity: 0;
    scale: 0.6;
    animation: bookingServiceFormAnim 0.6s forwards ease-in-out;
    transition: 0.25s width, 0.25s height;
}

.force-mobile-layout .bookingService-FormList {
    width: 100% !important;
    animation: none;
    scale: 1 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.bookingService-Form {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
    transition: 0.3s translate;
}

.force-mobile-layout .bookingService-Form {
    width: 100%;
    padding: 0 !important;
}

@keyframes bookingServiceFormAnim {
    0% {
        opacity: 0;
        scale: 0.6;
    }
    70% {
        scale: 1.2;
    }
    100% {
        opacity: 1;
        scale: 1;
    }
}

.bookingService-FormContainer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.force-mobile-layout .bookingService-FormContainer {
    flex-direction: column;
    width: 100%;
    gap: 0.6rem;
}

.force-mobile-layout .bookingService-FormContainer {
    flex-wrap: wrap;
    justify-content: center;
}

.bookingService-FormRow {
    display: flex;
    align-items: center;
}

.force-mobile-layout .bookingService-FormRow {
    flex-direction: column;
    width: 100%;
    gap: 0.6rem !important;
}

.bookingService-FormRow.FromWhereInputs {
    gap: 0.6rem;
}

.bookingService-FormRow.FromWhereInputs .bookingService-Label {
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    font-weight: bolder;
    transition: 0.18s ease-in-out;
    font-size: 1.1rem;
}

.force-mobile-layout .bookingService-FormRow.FromWhereInputs .bookingService-Label {
    left: 50px;
    font-size: 1rem;
}

#bookingService-Form-Tour .bookingService-FormRow.FromWhereInputs .bookingService-Input ~ .bookingService-Label {
    left: 50%;
    transform: translate(-50%, -50%);
}

.bookingService-FormRow.FromWhereInputs .bookingService-Input:focus ~ .bookingService-Label,
.bookingService-FormRow.FromWhereInputs .bookingService-Input:not(:placeholder-shown) ~ .bookingService-Label {
    font-weight: normal;
    top: 15px;
    left: 50px;
    font-size: 0.8rem;
}

#bookingService-Form-Tour .bookingService-FormRow.FromWhereInputs .bookingService-Input:focus ~ .bookingService-Label {
    top: 15px;
    left: 50%;
}

.bookingService-FormGroup {
    position: relative;
}

.force-mobile-layout .bookingService-FormGroup {
    width: 100%;
}

.force-mobile-layout .bookingService-FormRow .bookingService-FormElementSpace:first-child {
    margin-right: 0;
}

.bookingService-Label,
.bookingService-CheckboxLabel p {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-clr-2);
    margin-bottom: 0.25rem;
    white-space: nowrap;
    text-transform: uppercase;
    pointer-events: none;
}

.force-mobile-layout .bookingService-Label {
    font-size: 0.75rem;
    color: #444 !important;
}

.bookingService-CheckboxLabel p {
    top: -30px;
}

.force-mobile-layout .bookingService-CheckboxLabel p {
    top: -25px;
}

.bookingService-Input {
    height: 80px;
    padding: 1.2rem 0.8rem;
    border: 2px solid var(--bg-clr);
    border-radius: 1rem;
    font-size: 1.1rem;
    background-color: transparent;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    outline: none !important;
}

.force-mobile-layout .bookingService-Input {
    width: 100% !important;
    min-width: 0 !important;
    height: 70px; /* Slightly shorter on mobile */
}

.force-mobile-layout .tour-custom-select {
    width: 100% !important;
    min-width: 0;
    height: 70px;
}

.bookingService-Input:hover,
.bookingService-DateTimeInputs:hover,
.bookingService-CheckboxGroup:hover {
    border-color: #cbd5e1;
}

.bookingService-Input:focus,
.bookingService-DateTimeInputs:focus,
.bookingService-CheckboxGroup:focus {
    box-shadow: 0 0 10px 2px var(--bg-clr);
    border-color: #cbd5e1;
}

.force-mobile-layout .bookingService-Input:focus,
.force-mobile-layout .bookingService-DateTimeInputs:focus,
.force-mobile-layout .bookingService-CheckboxGroup:focus {
    box-shadow: none;
}

.bookingService-Input[type="datetime-local"] {
    cursor: pointer;
}

.bookingService-Input[id="pickup"],
.bookingService-Input[id="departure"] {
    min-width: 300px;
    background-repeat: no-repeat;
    background-size: 28px 38px;
}

.force-mobile-layout .bookingService-Input[id="pickup"], 
.force-mobile-layout .bookingService-Input[id="departure"] {
    min-width: 250px;
}

.bookingService-Input[id="pickup"] {
    padding-left: 3rem;
    background-position: center left 10px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 30'%3E%3Cg id='katman_2' data-name='katman 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cg%3E%3Cpath d='M20.31,14.65A10,10,0,1,0,4.92,18.93a11.82,11.82,0,0,1,4.46,8.51,1.66,1.66,0,0,0,1,1.43,1.64,1.64,0,0,0,2.28-1.37l0-.56a11,11,0,0,1,2.51-6.11' style='fill: none;stroke: %23000;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3Ccircle cx='11' cy='11' r='5.5' style='fill: %2350cc00'/%3E%3Cline x1='21' y1='21' x2='12.5' y2='12.5' style='fill: none;stroke: %2350cc00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.bookingService-Input[id="departure"] {
    padding-left: 3.2rem;
    background-position: center left 12px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 30'%3E%3Cg id='katman_2' data-name='katman 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cg%3E%3Cpath d='M20.31,14.65A10,10,0,1,0,4.92,18.93a11.82,11.82,0,0,1,4.46,8.51,1.66,1.66,0,0,0,1,1.43,1.64,1.64,0,0,0,2.28-1.37l0-.56a11,11,0,0,1,2.51-6.11' style='fill: none;stroke: %23000;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3Ccircle cx='11' cy='11' r='5.5' style='fill: %232196f3'/%3E%3Cline x1='21' y1='21' x2='13' y2='13' style='fill: none;stroke: %232196f3;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

#switchRoute {
    border: 2px solid var(--bg-clr);
    border-radius: 50%;
    margin: 0 -1.2rem;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    padding: 0.8rem;
    position: relative;
    background: var(--bg-clr-2);
    z-index: 10;
}

.force-mobile-layout #switchRoute {
    display: none !important;
}

.bookingService-CheckboxGroup {
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 1rem;
    border: 2px solid var(--bg-clr);
    padding: 0.6rem 2.4rem;
    padding-top: 2rem;
    cursor: pointer;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.force-mobile-layout .bookingService-CheckboxGroup {
    width: 100%;
    height: 70px;
    justify-content: center;
    padding: 0.5rem 1rem;
    padding-top: 1.5rem;
    margin-top: 0.6rem;
}

.bookingService-Checkbox {
    width: 1rem;
    height: 1rem;
    accent-color: #3b82f6;
}

.bookingService-CheckboxLabel {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-clr-2);
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    font-size: 0.875rem;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 100%;
    display: flex;
    align-items: center;
}

.bookingService-CheckboxLabel input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    height: 2em;
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #cececeff;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slider:before {
    position: absolute;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em;
    inset: 0;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bookingService-CheckboxLabel input:checked + .slider {
    background: var(--magic-clr);
}

.bookingService-CheckboxLabel input:focus + .slider {
    box-shadow: 0 0 1px var(--magic-clr);
}

.bookingService-CheckboxLabel input:checked + .slider:before {
    transform: translateX(1.6em);
}

#return-date-group {
    width: 0;
    opacity: 0;
    scale: 0;
    margin-right: 0;
    overflow: hidden;
    transition: 0.4s opacity, 0.4s scale;
}

#return-date-group.active {
    width: 100%;
    scale: 1;
    margin-right: 0.5rem;
    opacity: 1;
}

#tour-return-date-group {
    width: 0;
    opacity: 0;
    scale: 0;
    margin-right: 0;
    overflow: hidden;
    transition: 0.4s opacity, 0.4s scale;
}

#tour-return-date-group.active {
    width: 100%;
    scale: 1;
    margin-right: 0.5rem;
    opacity: 1;
}

.force-mobile-layout #return-date-group,
.force-mobile-layout #tour-return-date-group {
    width: 100% !important;
    max-height: 0;
    opacity: 0;
    margin: 0 !important;
    overflow: hidden;
    visibility: hidden;
    scale: 1 !important; /* Reset horizontal scale from desktop */
    transition: max-height 0.4s ease-out, opacity 0.3s ease, margin 0.4s ease;
}

.force-mobile-layout #return-date-group.active,
.force-mobile-layout #tour-return-date-group.active {
    max-height: 120px; /* Room for label + inputs */
    opacity: 1;
    margin-top: 0.6rem !important;
    visibility: visible;
}

.force-mobile-layout .bookingService-FormRow.DateTimeRow {
    gap: 0 !important; /* Rely on group transitions for spacing */
}

.bookingService-FormRow .bookingService-FormElementSpace:first-child {
    margin-right: 0.5rem;
}

/* Date/Time Split Inputs */
.bookingService-DateTimeInputs {
    display: flex;
    align-items: center;
    height: 80px;
    border: 2px solid var(--bg-clr);
    border-radius: 1rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    background-color: transparent;
    width: 100%;
    min-width: 280px;
}

.force-mobile-layout .bookingService-DateTimeInputs {
    min-width: 0;
    height: auto; /* Changed for sidebar */
    gap: 0.6rem;
}

.bookingService-DateTimeInputs:focus-within {
    box-shadow: 0 0 10px 2px var(--bg-clr);
}
.bookingService-DateTimeInputs .bookingService-Input {
    border: none;
    border-radius: 0;
    width: 180px;
    height: 100%;
    flex: 1;
    min-width: 0;
    padding: 1.2rem 0.5rem;
    text-align: center;
    background-color: transparent;
}

.force-mobile-layout .bookingService-DateTimeInputs .bookingService-Input {
    width: 100% !important;
    height: 70px;
}

.bookingService-DateTimeInputs .bookingService-Input:focus {
    box-shadow: none;
}
.bookingService-Input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
}
.bookingService-Input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}
.clockpicker-input {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-8h4v2h-6V7h2v5z' fill='rgba(0,0,0,0.5)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.8rem center;
    padding-left: 2rem !important;
}

/* Custom Wall Clock Picker Modal */
.clock-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; pointer-events: none;
    transition: 0.3s opacity;
}
.clock-modal-overlay.active {
    opacity: 1; pointer-events: auto;
}
.clock-picker-container {
    background: var(--bg-clr);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    width: 320px;
    overflow: hidden;
    transform: scale(0.9);
    transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.clock-modal-overlay.active .clock-picker-container {
    transform: scale(1);
}
.clock-picker-header {
    background: var(--magic-clr);
    color: var(--bg-clr);
    padding: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    font-size: 3.2rem;
    font-weight: 300;
}
.clock-time-display {
    display: flex;
    gap: 0.2rem;
}
.clock-time-display span {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
}
.clock-time-display span.active {
    opacity: 1;
    font-weight: 500;
}
.clock-ampm {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    gap: 0.4rem;
    font-weight: bold;
}
.clock-ampm span {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.2s;
}
.clock-ampm span.active {
    opacity: 1;
}
.clock-picker-dial-wrapper {
    padding: 2rem;
    position: relative;
    background: #f8fafc;
}
.clock-dial {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #e2e8f0;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
.clock-dial.hidden {
    display: none;
}
.clock-center {
    position: absolute;
    width: 8px; height: 8px;
    background: var(--magic-clr);
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.clock-hand {
    position: absolute;
    bottom: 50%; left: calc(50% - 1px);
    width: 2px;
    background: var(--magic-clr);
    transform-origin: bottom center;
    z-index: 5;
}
.clock-hand::after {
    content: '';
    position: absolute;
    top: -12px; left: -11px;
    width: 24px; height: 24px;
    background: var(--magic-clr);
    border-radius: 50%;
}
.clock-tick {
    position: absolute;
    width: 36px; height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-clr);
    transform: translate(-50%, -50%);
    transition: 0.2s;
    user-select: none;
    z-index: 10;
}
.clock-tick.active {
    background: var(--magic-clr);
    color: var(--bg-clr);
}
.clock-picker-actions {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    background: #fff;
}
.clock-picker-btn {
    background: none;
    border: none;
    color: var(--magic-clr);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: 0.2s;
}
.clock-picker-btn:hover {
    background: rgba(0,0,0,0.05);
}

.bookingService-SubmitBtn {
    position: absolute;
    bottom: -17px;
    right: 135px;
    padding: 0.8rem 1.6rem;
    font-size: 1.15rem;
    background-color: var(--magic-clr);
    color: var(--bg-clr);
    font-weight: bold;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    transition: background-color 0.25s, scale 0.25s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 0.65rem;

    opacity: 0;
    animation: bookingServiceSubmitBtnAnim 0.7s forwards ease-in-out;
    animation-delay: 0.6s;
}

.force-mobile-layout .bookingService-SubmitBtn {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 1rem auto 0;
    width: 100%;
    justify-content: center;
    animation: none;
    opacity: 1 !important;
}

.force-mobile-layout .tour-select-wrapper {
    width: 100%;
}

.force-mobile-layout .tour-dropdown-list {
    max-width: 100%;
    left: 0;
    right: 0;
}

.force-mobile-layout .tour-option-name {
    font-size: 0.95rem;
}

@keyframes bookingServiceSubmitBtnAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bookingService-SubmitBtn:hover {
    background-color: #21ad7f;
}

.bookingService-SubmitBtn:active {
    scale: 0.9;
}

.bookingDetails {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%) scale(0.8);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity, 0.3s transform;
    backdrop-filter: blur(10px);
    background-color: rgb(0,0,0,0.3);
    animation: bookingDetailsAnim 0.3s forwards ease-in-out;
    z-index: 10000;
}

.bookingDetails.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.bookingDetailsContainer {
    width: 900px;
    height: 90svh;
    overflow: auto;
    background-color: var(--bg-clr);
    border: 2px solid var(--text-clr-2);
    scale: 0;
    transition: 0.3s scale;
}

.force-mobile-layout .bookingDetailsContainer {
    width: 95vw;
    height: 85vh;
    margin: 0 auto;
}

.force-mobile-layout .bookingService-VehicleItem {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 1.5rem;
}

.bookingDetails.active .bookingDetailsContainer {
    scale: 1;
}

/* ===== Custom Calendar Date Picker ===== */
.date-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 100001;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s opacity;
}
.date-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.date-picker-container {
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    width: 340px;
    overflow: hidden;
    transform: scale(0.88) translateY(20px);
    transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.25s opacity;
    opacity: 0;
}
.date-modal-overlay.active .date-picker-container {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.date-picker-header {
    background: var(--magic-clr);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.4rem;
}
.date-month-label {
    flex: 1;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    margin: 0 0.5rem;
    border-radius: 0.5rem;
    transition: background 0.2s;
}
.date-month-label:hover {
    background: rgba(255,255,255,0.2);
}
.date-nav-btn {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    width: 32px; height: 32px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s;
    padding-bottom: 0.4rem;
}
.date-nav-btn:hover {
    background: rgba(255,255,255,0.35);
}
.date-picker-body {
    padding: 1rem 1.2rem 0.4rem;
}
.date-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 0.4rem;
}
.date-weekdays span {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--magic-clr);
    padding: 0.3rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.date-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.date-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    color: #374151;
    transition: background 0.15s, color 0.15s, scale 0.5s;
    user-select: none;
}
.date-day:not(.disabled):not(.empty):not(.selected):hover {
    background: rgba(var(--magic-clr-rgb, 46,125,50), 0.12);
    color: var(--magic-clr);
}
.date-day.today {
    box-shadow: 0 0 0 2px var(--magic-clr);
    color: var(--magic-clr);
    font-weight: 700;
}
.date-day.selected {
    background: var(--magic-clr);
    color: #fff !important;
    font-weight: 700;
    box-shadow: none;
}
.date-day.disabled {
    color: #d1d5db;
    cursor: default;
}
.date-day.empty {
    cursor: default;
}
/* Month grid */
.date-grid-months {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 0.5rem 0;
}
.date-month-cell {
    padding: 0.75rem 0;
    text-align: center;
    border-radius: 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    color: #374151;
    transition: background 0.15s, color 0.15s;
}
.date-month-cell:hover {
    background: rgba(46,125,50,0.1);
    color: var(--magic-clr);
}
.date-month-cell.selected {
    background: var(--magic-clr);
    color: #fff;
}
/* Year grid */
.date-grid-years {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 0.5rem 0;
}
.date-year-cell {
    padding: 0.65rem 0;
    text-align: center;
    border-radius: 0.75rem;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    color: #374151;
    transition: background 0.15s, color 0.15s;
}
.date-year-cell:hover {
    background: rgba(46,125,50,0.1);
    color: var(--magic-clr);
}
.date-year-cell.selected {
    background: var(--magic-clr);
    color: #fff;
}
.date-picker-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem 1.2rem;
}
.date-picker-btn {
    background: none;
    border: none;
    color: var(--magic-clr);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    transition: background 0.2s;
    text-transform: uppercase;
}
.date-picker-btn:hover {
    background: rgba(var(--magic-clr-rgb, 46,125,50), 0.1);
}
.datepicker-input {
    cursor: pointer;
    caret-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 6H4v10h16V9zm-2-4h-2V7h-2V5H8v2H6V5H4v2h16V5zM6 11h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z' fill='rgba(0,0,0,0.5)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.7rem center;
    padding-left: 2.2rem !important;
}

/* Dynamic Passenger Tags Styling */
.bookingService-PassengersWrapper {
    margin-top: 25px;
    width: 100%;
}

.bookingService-PassengerInputGroup {
    display: flex;
    gap: 12px;
}

.bookingService-PassengerInputGroup input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 15px 20px;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.bookingService-PassengerInputGroup input:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ae97ff;
    box-shadow: 0 0 0 4px rgba(174, 151, 255, 0.1);
}

.bm-add-pax-btn {
    width: 56px;
    height: 56px;
    background: rgba(174, 151, 255, 0.2);
    color: #fff;
    border: 1px solid rgba(174, 151, 255, 0.3);
    border-radius: 14px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-add-pax-btn:hover {
    background: rgba(174, 151, 255, 0.4);
    transform: scale(1.05);
}

.bm-pax-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bm-pax-tag {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: bm-pax-fadeIn 0.3s ease;
}

.bm-pax-tag span {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.bm-pax-remove {
    cursor: pointer;
    font-weight: bold;
    opacity: 0.7;
    transition: all 0.2s;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-pax-remove:hover {
    opacity: 1;
    color: #ff5e5e;
    transform: scale(1.2);
}

.booking-feature-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.booking-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.95rem;
    color: #444;
}

.booking-feature-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.5rem;
    font-weight: bold;
}

.booking-feature:last-child {
    border-bottom: none;
}

.booking-feature svg {
    color: #2aa175;
}

@media (max-width: 375px) {
    .booking-feature-title {
        font-size: clamp(1.1rem, 6vw, 1.4rem);
    }
}

@keyframes bm-pax-fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Map Visualization Step 1 */
.bm-map-wrapper {
    width: 100%;
    max-height: 500px;
    margin-top: 1.5rem;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(165, 180, 252, 0.1);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
    display: none; /* Shown via JS for transfers */
}

.bm-map-wrapper.active {
    display: block;
    animation: bmFadeIn 0.5s ease-out;
}

#bm-modal-map {
    width: 100%;
    height: 100%;
}

/* Loading pulsate for map */
.bm-map-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(165, 180, 252, 0.05), transparent);
    background-size: 200% 100%;
    animation: bmPulse 2s infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes bmPulse {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes bmFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Hide Google Maps Clutter (Logo, Terms, Shortcuts) */
#bm-modal-map .gm-style-cc,
#bm-modal-map .gmnoprint,
#bm-modal-map a[href*="maps.google.com/maps"],
#bm-modal-map .gm-iv-address-filled,
#bm-modal-map .gm-svpc {
    display: none !important;
}

#bm-modal-map .gm-control-active {
    display: none !important;
}

/* --- Coupon System UI --- */
.bm-coupon-section {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bm-coupon-input-wrapper {
    display: flex;
    gap: 0.5rem;
}

.bm-coupon-input {
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    color: white !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
}

.bm-coupon-input:focus {
    border-color: #ae97ff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(174, 151, 255, 0.2) !important;
}

.bm-coupon-btn {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.bm-coupon-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.bm-coupon-btn:active {
    transform: translateY(0);
}

.bm-coupon-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

#coupon-message.success {
    color: #4ade80;
    display: block;
}

#coupon-message.error {
    color: #f87171;
    display: block;
}

.bm-coupon-remove-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 0 12px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-coupon-remove-btn:hover {
    background: rgba(248, 113, 113, 1);
}

.bm-coupon-remove-btn.hidden {
    display: none;
}
