body {
  font-family: "Montserrat", sans-serif;
  background: white;
  position: relative;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
}

.tabs {
  display: flex;
}

.tabs-wrapper {
  margin-top: 30px;
}

.tab {
  background: #00000069;
  color: white;
  padding: 20px 40px;
  font-size: 16px;
  box-shadow: 0 10px 15px #ffffffb5;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}

.tab:nth-child(1) {
  border-top-left-radius: 5px;
}

.tab:last-child {
  border-top-right-radius: 5px;
}

.tab.active {
  background: white;
  color: black;
}

.top-inputs {
  display: flex;
}

.top-input-wrapper {
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px #0000000d;
}

.top-input-wrapper img {
  width: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.top-input-wrapper:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tab-contents {
  margin-top: -7px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.top-input-label {
  font-size: 12px;
  color: #8f8f8f;
  margin-bottom: 5px;
}

.top-input-wrapper input,
.top-input-wrapper select,
.top-input-wrapper button {
  border: none;
  background: none;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

button.top-inputs-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-input-wrapper:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

button.top-inputs-submitter {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #20c997;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
}

.tab:hover {
  padding: 20px 45px;
}

.top-input-wrapper input,
.top-input-wrapper select {
  width: 180px;
}

.query-results-box img {
  max-width: 100%;
}

.query-results-box {
  background: white;
  border-radius: 5px;
}

.query-results-box:nth-child(1) {
  margin-top: 10px;
}

.map-bottom-icons img,
.map-bottom-icons svg {
  max-width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 8px;
  flex-shrink: 0;
  color: #2563eb;
}

.trip-direction-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.trip-direction-container .trip-direction-label {
  background: #e0f2fe;
  padding: 10px 12px;
  border-radius: 6px;
  border-left: 3px solid #2563eb;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.trip-direction-container .trip-direction-label b {
  color: #1e40af;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}

.trip-direction-container .trip-direction-label .trip-addresses {
  color: #374151;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.map-bottom-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  padding: 12px 15px;
  background: #f9fafb;
  border-radius: 8px;
}

.map-bottom-icons .d-flex {
  padding: 0;
  border: none !important;
  align-items: center;
}

.map-bottom-icons .d-flex.distance-item {
  background: #e0f2fe;
  padding: 10px 12px;
  border-radius: 6px;
  border-left: 3px solid #2563eb;
}

.d-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}

.map-bottom-icons .d-flex small {
  font-size: 12px;
  color: #1f2937;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-word;
}

.border-right-column {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-radius: 30px;
}

.query-results-box {
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 10px;
}

.transfer-info-section img {
  width: 24px;
}

.transfer-info-section {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.transfer-info {
  font-size: 16px;
  font-weight: 500;
}

.transfer-info img {
  vertical-align: sub;
  max-width: 30px;
}

.transfer-card {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.transfer-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #2d8cd9;
  transform: translateY(-2px);
}

/* New 3-column layout */
.transfer-card-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}

.transfer-card-left {
  flex: 0 0 140px;
  max-width: 140px;
}

.transfer-card-left .transfer-product-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.transfer-card-center {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.transfer-card-center .transfer-name {
  font-size: 22px;
  margin-bottom: 6px;
  color: #1f2937;
  line-height: 1.3;
}

.transfer-card-center .transfer-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.4;
}

.transfer-card-center .transfer-info img {
  width: 22px;
  height: 22px;
}

/* Capacity row - passenger and baggage side by side */
.transfer-capacity-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.transfer-capacity-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #4b5563;
}

.transfer-capacity-item img {
  width: 22px;
  height: 22px;
}

.transfer-vehicle-name {
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
  margin-top: 4px;
}

.transfer-card-right {
  flex: 0 0 170px;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 4px;
  padding-bottom: 4px;
}

.transfer-card-right .product-price-section {
  width: 100%;
  text-align: right;
}

.transfer-card-right .price-display {
  margin-bottom: 12px;
}

.transfer-card-right .price-original {
  text-decoration: line-through;
  color: #ef4444;
  font-size: 19px;
  margin-bottom: 4px;
}

.transfer-card-right .price-final {
  font-size: 27px;
  font-weight: 700;
  color: #059669;
  text-align: right;
}

.transfer-card-right .price-final .bigger {
  font-size: 31px;
}

.transfer-card-right .continue-button {
  width: fit-content;
  background: #2563eb;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  word-break: break-word;
  white-space: normal;
  line-height: 1.3;
  /* margin-bottom: 8px; */
}

.transfer-card-right .continue-button:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);
}

.transfer-card-bottom {
  border-top: 1px solid #e5e7eb;
  padding-top: 15px;
}

.transfer-product-description {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}

.transfer-product-description b {
  color: #1f2937;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.transfer-product-description p {
  display: inline;
  margin: 0;
  padding: 0;
}

.transfer-product-description p::after {
  content: " ";
}

.transfer-product-description br {
  display: none;
}

/* Legacy styles cleanup */

/* Single direction layout - transfer cards side by side */
[column-preset].single-direction {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.single-direction>.step-flexbox,
.single-direction>.selected-overlay,
.single-direction>.lmb-selected-overlay,
.single-direction>.lmb-inquiry-section {
  width: 100%;
  flex: 0 0 100%;
}

.single-direction>.transfer-product {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

@media (max-width: 992px) {
  .single-direction>.transfer-product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-price-section h3,
.product-price-section small {
  font-weight: 500;
}

span.bigger {
  font-size: 1.3em;
}

.product-price-section small {
  /* margin-left: 20px; */
}

.btn-primary {
  width: 100%;
  background: #2d8cd9;
  border: none;
  border-radius: 20px !important;
  font-size: 1.5em;
  box-shadow: 0px 0px 20px #00000026;
}

.product-price-section {
  /* padding-top: 30px; */
}

.form-titles {
  font-size: 2.3rem;
  width: fit-content;
  padding: 10px 30px;
  font-weight: 600;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 15px #0000002e;
}

.query-results-box {
  position: relative;
}

button.circle-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #2d8cd9;
  box-shadow: 4px 4px 10px #0000003d;
}

button.circle-btn img {
  max-width: 32px;
}

.transfer-form-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
}

.transfer-form-rows {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.t-form-flexes img {
  max-width: 24px;
}

.t-form-flexes input,
.t-form-flexes select {
  border: none;
  background: none;
  height: 100%;
  min-width: 180;
  width: 100%;
}

.t-form-flexes {
  border: 2px solid #2d8cd954;
  position: relative;
  padding: 0px 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}

button.transparent-btn {
  background: none;
  border: none;
}

span.t-form-input-labels {
  position: absolute;
  left: 20px;
  top: 5px;
  font-size: 0.8em;
  color: #787878;
}

.t-form-flexes.dividers {
  border: none;
  font-size: 1.5em;
  font-weight: 500;
  width: 100px;
}

.horizontal-line {
  height: 1px;
  width: 50px;
  background: gainsboro;
}

.transfer-form-rows {
  margin-bottom: 20px;
}

.transfer-forms {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.child-seat-box {
  display: none;
}

img.t-form-icons {
  position: absolute;
  right: 25px;
  width: 16px;
  transition: all 0.2s;
}

.no-border {
  border: none;
}

.checkbox-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

input[type="checkbox"] {
  width: fit-content;
  min-width: auto;
}

.checkbox-flex input {
  margin-right: 10px;
}

.left-aligned {
  justify-content: flex-start;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quantity-wrapper * {
  border: none;
  background: none;
  font-weight: 500;
  font-size: 1.3em;
}

.quantity-wrapper button {
  width: 32px;
  height: 32px;
}

.transfer-form-title:nth-child(1) {
  margin-top: 0 !important;
}

.transfer-form-title {
  margin-top: 70px;
}

.cards-section {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tall-cards {
  height: 100%;
  width: 280px;
  cursor: pointer;
  transition: all 0.2s;
}

.tall-cards:hover {
  transform: scale(1.05);
}

.cards-section .dividers {
  width: 50px;
}

.tall-cards.active {
  background: #2d8cd9;
  color: white;
}

.tall-cards.active:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: translate(-50%);
  background: url(images/check.png);
  z-index: 2;
  background-position: center;
  background-size: contain;
}

.tall-cards-content {
  height: 100%;
  padding: 10px;
  padding-bottom: 30px;
}

.tall-cards-content p {
  margin-top: 40px;
}

.tallcards-price {
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.query-results-box:nth-child(1) {
  margin-top: 10px;
}

.query-results-box {
  margin-bottom: 10px !important;
}

input:focus {
  outline: none;
}

.drag-drop-d-flex {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
  background: white;
  box-shadow: 4px 4px 20px #00000026;
  z-index: 2;
  width: 450px;
}

.drag-drop-d-flex input {
  display: block;
  border: none;
}

.drag-drop-d-flex div:nth-child(2) {
  padding-left: 20px;
}

.drag-drop-d-flex small {
  opacity: 0.6;
}

.drag-drop-btn {
  width: 32px;
  height: 32px;
  background: url(images/drag.png);
  background-size: contain;
  background-position: center;
  min-width: 32px;
  min-height: 32px;
}

div#addressesWrapper {
  position: relative;
}

.additional-addresses {
  z-index: 2;
  background: white;
  width: 450px;
}

.additional-addresses-floor {
  width: 450px;
  height: 59px;
  background: #2d8cd929;
  margin-bottom: 20px;
}

.saydam {
  opacity: 0.5;
}

.additional-addresses {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.additional-addresses button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  z-index: 2;
}

.additional-addresses {
  position: relative;
}

.child-seat-box {
  position: absolute;
  width: 100%;
  top: 60px;
  background: white;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #00000026;
}

.child-seat-box.active {
  display: block;
}

.down-chevron.active {
  transform: rotate(180deg);
}

.flex-box {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.child-seat-box .flex-box {
  margin: 10px 0px;
}

.child-seats-btn {
  width: 100%;
  display: flex;
  margin-right: 10px;
}

.child-seats-display {
  background: #2d8cd9;
  margin: 0px 5px;
  color: white;
  padding: 4px;
  border-radius: 4px;
}

.t-form-flexes.child-seats {
  padding: 0px 10px;
}

.justify-content-center {
  justify-content: center;
}

.insurance-checkbox input {
  margin-right: 10px;
}

.container {
  padding-bottom: 300px;
}

.total-price {
  font-size: 1.5em;
  font-weight: 800;
}

.total-price small {
  font-size: 80%;
  font-weight: 300;
}

.button-wrapper {
  width: 100%;
  text-align: right;
}

.query-totals {
  position: fixed;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  box-shadow: 0px 0px 20px #00000014;
  transition: all 0.5s;
  z-index: 2;
}

.drag-drop-btn {
  cursor: grab;
}

.t-form-flexes-addresses {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  touch-action: none;
  -ms-touch-action: none;
}

.top-inputs.has-error .top-input-wrapper {
  border: 2px solid indianred;
}

.top-inputs.has-error .top-input-wrapper:last-child {
  border: none;
}

/* Above the mobile fixed action bar (z-index:9999) so modals never hide behind it */
.lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000;
}

/* LMB Inquiry Modal - Higher z-index to appear above special price modal (z-index: 10000) */
.lightbox-wrapper:has(.lmb-inquiry-modal) {
  z-index: 10001;
}

.lightbox-background {
  background: #00000042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.lightbox {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: white;
  box-shadow: 0px 0px 20px #0000005c;
  min-width: 550px;
  max-height: calc(100vh - 20px);
  overflow: auto;
  margin: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 1360px;
}

.lightbox-content {
  padding: 20px 0px;
}

input.has-error {
  border-bottom: 3px solid red;
}

.has-error {
  border-bottom: 4px solid indianred !important;
}

.pac-container {
  min-width: 250px;
  padding: 10px;
  box-shadow: 0px 0px 10px #00000014;
  border-radius: 5px;
}

@media only screen and (min-width: 1440px) {
  .container {
    width: 1380px;
  }

  .top-input-wrapper input,
  .top-input-wrapper select {
    width: 200px;
  }

  select[name="company"] {
    max-width: fit-content;
    width: fit-content !important;
  }
}

.top-input-wrapper input,
.top-input-wrapper select {
  font-size: 1.2rem;
}

.input-placeholder {
  width: fit-content;
  position: absolute;
  right: 45px;
  bottom: 25px;
}

.top-input-wrapper {
  position: relative;
}

.quantity-price {
  padding-left: 10px;
  border-left: 1px solid gainsboro;
  font-size: 1.2em;
  font-weight: 400;
}

.tall-cards.active h2 {
  color: white;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.loading .lightbox {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  top: 0 !important;
}

button:focus,
input:focus {
  outline: none !important;
}

.user-localisation {
  background: white;
  height: fit-content;
  width: fit-content;
  position: fixed;
  right: 100px;
  z-index: 9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.user-localisation .pull-left {
  float: none !important;
  margin-left: auto;
  margin-right: 0;
}

.additional-addresses input {
  min-width: 300px;
}

.additional-addresses .has-error {
  border: 3px solid indianred;
}

.additional-addresses .has-error:before {
  content: "!";
  color: white;
  width: 32px;
  height: 32px;
  background: indianred;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -32px;
  font-size: 16px;
  font-weight: 600;
  border-top-left-radius: 3000px;
  border-bottom-left-radius: 3000px;
  padding-left: 6px;
}

.additional-addresses .no-error {
  border: none;
}

.additional-addresses .no-error:before {
  content: "OK";
  color: white;
  width: 32px;
  height: 32px;
  background: lightseagreen;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -32px;
  font-size: 16px;
  font-weight: 600;
  border-top-left-radius: 3000px;
  border-bottom-left-radius: 3000px;
  padding-left: 6px;
}

.additional-addresses .has-error input.has-error {
  border: none !important;
}

form.lightbox-forms {
  min-width: 500px;
}

form.lightbox-forms .row {
  margin: 10px 0px;
}

div#common-success {
  color: white;
}

div#common-success a {
  color: white;
  font-weight: 600;
}

ul.breadcrumb li a {
  color: #2d8cd9 !important;
}

option {
  padding: 10px;
  font-size: 17px;
}

.time-wings {
  display: flex;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  align-items: flex-start;
  justify-content: center;
}

.left-wing,
.right-wing {
  max-height: 200px;
  overflow-y: auto;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 5px;
  height: fit-content;
  overflow-x: hidden;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #2d8cd9 #f1f1f1;
  /* Thumb and track colors for Firefox */
}

.horizontal-time-picker .right-wing {
  height: 0px;
}

.left-wing::-webkit-scrollbar,
.right-wing::-webkit-scrollbar {
  width: 6px;
  /* Scrollbar width for WebKit browsers */
}

.left-wing::-webkit-scrollbar-track,
.right-wing::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
}

.left-wing::-webkit-scrollbar-thumb,
.right-wing::-webkit-scrollbar-thumb {
  background: #2d8cd9;
  /* Thumb color */
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.left-wing button,
.right-wing button {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: none;
  color: #0c71c3;
  font-weight: 600;
  margin: 5px;
  margin-bottom: 5px;
  border: 1px solid #ededed;
}

.scroll-area {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #264e6e #ababab;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: inset 0 0 5px #80808082;
  background: #ababab;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #264e6e;
  box-shadow: inset 0 0 5px #80808082;
}

.left-wing::-webkit-scrollbar-track,
.right-wing::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ececec82;
  background: #ffffff;
}

.left-wing::-webkit-scrollbar-thumb,
.right-wing::-webkit-scrollbar-thumb {
  background: #2d8cd9;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #e0e0e082;
}

button.fur:disabled {
  opacity: 0.3;
}

button.fur.active {
  background: #0c71c3;
  color: white;
}

button.btn.btn-secondary {
  margin-bottom: 10px;
  border: 1px solid #2d8cd9;
  background: white;
  color: #2d8cd9;
  text-shadow: 0 0 BLACK;
  width: 100%;
  font-size: 1.6rem;
}

.extras-box {
  position: relative;
}

.extras-box .overlay {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #00000000;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: 2;
}

span.error-description {
  color: indianred;
  font-weight: 600;
}

.transfer-form-title small {
  font-weight: 400;
  font-size: 1.2rem;
}

.transfer-form-title {
  font-weight: 600;
  font-size: 1.7rem;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  font-size: 20px;
}

body.main-window .query-totals {
  bottom: 20px;
}

.p-image-cell {
  width: 280px;
}

table.table.table-bordered a {
  color: white;
}

input#tempDateInput {
  padding: 10px;
  border: 1px solid gainsboro;
  font-size: 20px;
  margin-bottom: 20px;
}

.temp-date-submit-date {
  margin-bottom: 10px;
}

.temp-date-submit-date {
  margin-bottom: 10px;
}

button.inputlike-button {
  border: none;
  background: none;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.t-form-flexes .inputlike-button {
  width: 100%;
  text-align: left;
  display: block;
  margin-top: 15px;
}

.inquiry-btn.zone-warning {
  max-width: fit-content;
  padding: 10px 40px;
  margin-left: 50px;
}

.price-loading {
  width: 100%;
}

.button-edit a {
  max-width: fit-content;
  box-shadow: none;
  font-size: 16px !important;
  border-radius: 5px !important;
}

.button-edit a i {
  margin-right: 10px;
}

small.sameday_warning {
  display: block;
  margin-left: 0;
  font-size: 1.2rem;
  margin-top: 5px;
  line-height: 1.4;
  color: indianred;
}

#account-order h1,
#account-order h2,
#account-order h3,
#account-order h3,
#account-order h4,
#account-order h5,
#account-order p,
#account-order div,
#account-order span {
  color: white !important;
}

div#account-account {
  color: white;
}

div#account-account a {
  color: white;
}

div#account-account #column-right a {
  color: #333 !important;
  font-weight: 500;
}

div#account-edit {
  color: white;
}

div#account-edit legend {
  color: white;
}

div#account-password,
#account-password legend {
  color: white;
}

div#account-return,
div#account-return legend {
  color: white;
}

div#account-transaction {
  color: white;
}

div#account-newsletter {
  color: white;
}

div#addressSelectboxElement {
  position: absolute;
  background: white;
  /* max-height: 350px; */
  padding: 10px;
  overflow: auto;
  border-radius: 4px;
  box-shadow: 0px 10px 30px #00000014;
  z-index: 3;
  min-width: 300px;
  top: 0;
}

.germany-address-unit {
  padding: 5px !important;
  cursor: pointer;
  border-radius: 3px;
  max-width: fit-content;
  float: left;
  border: 1px solid gainsboro;
  margin: 5px;
}

.germany-address-unit:hover {
  background: #dcdcdca6;
}

.wing-desc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.time-wings {
  flex-wrap: wrap;
}

.wing-desc div {
  min-width: 50px;
  padding: 5px;
  text-align: center;
  margin: 5px;
  border-bottom: 1px solid gainsboro;
}

.t-form-flexes-text {
  max-width: 260px;
}

div#addressSelectboxElement small {
  display: block;
  width: 100%;
}

input[name="pickup-location"],
input[name="destination-location"],
.additional-addresses input[type="text"] {
  cursor: pointer;
}

button.box-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
}

.address-list-overflow {
  max-height: 190px;
  overflow: auto;
}

.address-step-input button {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  opacity: 1;
}

input#citySearchInput {
  background: #20b2aa4d;
}

input#addressStepInput,
input#OtherAddressStepInput {
  background: #20b2aa4d;
}

input#addressStepInput {
  margin-bottom: 20px;
}

.button-wrapper button {
  width: 300px;
}

#OtherAddressStepInput {
  display: none;
}

.other-city #OtherAddressStepInput {
  display: block;
  margin-bottom: 10px;
}

div#checkout-cart table {
  font-weight: 500;
  color: #333;
}

span.cart-transfer-type {
  font-weight: 500;
  color: lightseagreen;
}

span.cart-transfer-type.red {
  color: indianred;
}

.tall-cards {
  margin-bottom: 5px;
}

/* Removed span.wprice - now using .price-original */

[name="telephone"],
[name="phone"] {
  padding-left: 100px;
}

.dial-codes-select img {
  max-height: 24px;
}

.telephone-flags {
  max-height: 34px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px 0px 0px 5px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
  background: #f3f3f3;
  cursor: pointer;
  display: none;
}

.form-group {
  position: relative;
}

.dial-codes-select div {
  height: 34px;
  padding-left: 10px;
  background: #f3f3f3;
  width: 140px;
  padding-top: 5px;
  font-weight: 600;
  color: dimgrey;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
}

.dial-codes-select div img {
  margin-right: 7px;
}

.dial-codes-select div.active {
  display: block;
}

.telephone-flags.expanded {
  height: 250px;
  overflow: auto;
  max-height: fit-content;
  top: 25px;
  z-index: 2;
}

.expanded .dial-codes-select div {
  display: block;
}

.active-dial-code {
  height: 34px;
  padding: 5px;
  background: #efefef;
  position: absolute;
  top: 25px;
  left: 0;
  border-radius: 5px 0px 0px 5px;
  width: 90px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: #3f3f3f;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

.active-dial-code img {
  height: 24px;
  margin-right: 7px;
}

.telephone-flags.active {
  display: block;
  height: 200px;
  max-height: max-content;
  top: 60px;
  z-index: 1;
  overflow: auto;
}

.row .active-dial-code {
  margin-left: 15px;
}

fieldset#account .active-dial-code {
  margin-left: 0;
}

button.company-private-btn {
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  background: #ffffff;
  border: none;
  border-radius: 4px !important;
  font-size: 1.5em;
  box-shadow: 0px 0px 20px #00000026;
  color: #2d8cd9;
}

button.company-private-btn.active-btn {
  height: fit-content;
  padding: 10px;
  transition: 0.2s all;
  background: #2d8cd9;
  color: white;
}

button.company-private-btn {
  transition: all 0.2s;
}

button.company-private-btn.active-btn:before {
  content: "\f00c";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 10px;
}

div#checkout-checkout h1 {
  color: white;
}

.flight-input-warning {
  position: absolute;
  top: calc(100% + 5px);
  padding: 0px 2px;
  font-size: 11px;
  left: 0;
  color: indianred;
}

form#inquiryForm .active-dial-code {
  top: 0;
}

form#inquiryForm .telephone-flags {
  top: 40px;
}

.address-list-steps input,
.address-step-input input {
  padding: 0px 10px !important;
}

.passenger_info_query .active-dial-code {
  top: 0;
}

.phone_input_for_passenger {
  padding-left: 100px;
}

.passenger_info_query .telephone-flags.active {
  top: 35px;
  left: 15px;
}

input[name="agree"] {
  width: 16px;
  height: 16px;
}

input#button-payment-method {
  margin-top: 10px;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.return-trip-prices-fancy-btn {
  border-radius: 3px;
  border: 2px solid #2d8cd9;
  margin-top: 10px;
  transition: all 0.3s;
  animation: borderChange 3s linear infinite;
  width: 100%;
}

.t-form-flexes.no-border {
  height: fit-content;
}

@keyframes borderChange {
  0% {
    border: 2px solid #2d8cd9;
  }

  50% {
    border: 2px solid #8df96c;
  }

  100% {
    border: 2px solid #2d8cd9;
  }
}

table.calendar {
  width: 100%;
}

td.day {
  width: 100px;
  height: 80px;
  border: 1px solid #0000000d;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

td.day:hover {
  background: #dcdcdc38;
}

tr.calendar-title {
  font-size: 20px;
}

tr.calendar-title th {
  padding-bottom: 15px;
  padding-top: 15px;
}

.calendar_display {
  background: white;
  /* margin-top: -88px; */
  border-radius: 5px;
  padding: 20px 40px;
  z-index: 2;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.top-input-wrapper {
  white-space: nowrap;
}

tr.calendar-title th {
  text-align: center;
  background: #ededed;
  border-radius: 5px;
}

.calendar_explanation_text_block {
  background: white;
  padding: 20px 40px;
  /* margin-top: -88px; */
  position: relative;
  border-top-right-radius: 5px;
}

.tab:nth-child(2) {
  border-top-right-radius: 5px;
}

td.day div {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
}

td.day.today,
td.day.active {
  box-shadow: inset 0px 0px 30px #2d8cd94f;
}

/* ============================================
   LMB Cards - Horizontal List Layout
   ============================================ */
.insta-book-card {
  padding: 0;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  max-width: 1240px;
  margin: 0 0 12px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: unset;
  position: relative;
  background: white;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.insta-book-card:hover {
  border-color: #2d8cd9;
  box-shadow: 0 4px 12px rgba(45, 140, 217, 0.15);
  transform: translateY(-2px);
}

.lmb-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  gap: 24px;
}

.lmb-card-info {
  display: flex;
  gap: 40px;
  flex: 1;
}

.lmb-card-info .card-info-layer {
  border-bottom: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lmb-card-info .card-info-layer img {
  width: 28px;
  height: 28px;
  margin-right: 0;
  opacity: 0.7;
  transition: all 0.2s;
}

.lmb-card-info .card-info-layer span {
  font-size: 1em;
  line-height: 1.4;
}

.lmb-card-info .card-info-layer small {
  display: block;
  font-size: 0.7em;
  opacity: 0.6;
  font-weight: 500;
  margin-bottom: 2px;
}

.lmb-card-info .card-info-layer strong {
  font-size: 1.05em;
  font-weight: 600;
  color: #1f2937;
}

.lmb-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding-left: 24px;
  border-left: 1px solid #e5e7eb;
  max-width: 100px;
}

.lmb-card-price .price-label {
  font-size: 0.75em;
  color: #6b7280;
  font-weight: 500;
  text-align: right;
}

.lmb-card-price .insta-book-card-price {
  padding: 0;
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  color: #2d8cd9;
  display: flex;
  align-items: baseline;
  gap: 2px;
  transition: all 0.2s;
}

.lmb-card-price .insta-book-card-price small {
  font-size: 0.6em;
  font-weight: 600;
  opacity: 0.8;
}

/* Hover States */
.insta-book-card:hover .lmb-card-info .card-info-layer img {
  opacity: 1;
  transform: scale(1.05);
}

.insta-book-card:hover .lmb-card-price .insta-book-card-price {
  color: #1e40af;
  transform: scale(1.05);
}

.insta-book-cards-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  overflow: visible;
}

.insta-book-card i {
  width: 24px;
  height: 24px;
}

.insta-book-card.selected-booking {
  background: #eff6ff;
  border-color: #2d8cd9;
  box-shadow: 0 0 0 3px rgba(45, 140, 217, 0.1);
}

.insta-book-card.selected-booking .lmb-card-price .insta-book-card-price {
  color: #1e40af;
}

.insta-book-card.selected-booking .lmb-card-info .card-info-layer strong {
  color: #1e40af;
}

/* Card selected identifier - now handled by checkbox component */

.card-selected-identifier i {
  vertical-align: text-top;
  width: auto;
  height: auto;
  margin-right: 4px;
}

.lightbox-content h3 {
  margin-top: 0;
}

input#citySearchInput {
  min-height: 35px;
}

.lightbox-content div#addressSelectboxElement {
  position: relative;
  max-width: 300px;
  margin-top: -60px;
}

.lightbox-content .top-input-wrapper {
  padding: 10px;
}

.calendar_explanation_text_block {
  height: 170px;
  /* cursor: pointer; */
  overflow: hidden;
  transition: all 0.2s;
  max-height: 100%;
}

.calendar_explanation_text_block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(28 28 28);
  background: linear-gradient(180deg,
      rgba(196, 11, 11, 0) 0%,
      rgb(0 0 0 / 45%) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.calendar_explanation_text_block h2 {
  margin-top: 0;
  cursor: pointer;
}

.calendar_explanation_text_block.expanded {
  height: 600px;
  overflow: auto;
}

.calendar_explanation_text_block.expanded:after {
  display: none;
}

.calendar_display {
  box-shadow: 0px 0px 30px #0000001f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.insta-booking-form h3 i {
  font-size: 30px;
  vertical-align: middle;
}

.calendar_explanation_text_block h2:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 15px;
  font-size: 30px;
}

.calendar_explanation_text_block.expanded h2:after {
  content: "\f077";
}

.calendar_explanation_text_block h2 {
  position: relative;
  z-index: 2;
}

/* ============================================
   Old Card Info Layer Styles (Mobile Only)
   ============================================ */
.card-info-layer.top-mobile-only img {
  max-width: 36px;
  margin-right: 15px;
}

.card-info-layer.top-mobile-only {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00000008;
  padding: 15px 0px;
}

.card-info-layer.top-mobile-only span {
  font-weight: 600;
  font-size: 1.3em;
}

.card-info-layer.top-mobile-only small {
  opacity: 0.8;
  font-weight: 500;
  font-size: 0.8em;
}

/* Legacy card-info-price-layer - kept for mobile compatibility */
.card-info-price-layer.mobile-only {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.insta-booking-form .top-input-wrapper {
  margin-bottom: 10px;
  border: 1px solid #00000014;
  border-radius: 5px;
}

.germany-address-unit small {
  display: initial !important;
}

.day button.transparent-btn {
  font-size: 20px;
  font-weight: 800;
  color: lightseagreen;
}

p.error-holder {
  font-style: italic;
  color: indianred;
  font-weight: 600;
}

.month12,
.month10,
.month8,
.month6,
.month4,
.month2 {
  background: #ffffff;
}

.month11,
.month9,
.month7,
.month5,
.month3,
.month1 {
  background: #f1f1f1;
}

.show-only-mobile {
  text-align: left;
  margin-bottom: 25px;
}

span.show-only-mobile {
  font-size: 20px;
  font-weight: 600;
}

.mobile-cart-confirm {
  max-width: fit-content;
  margin-left: auto;
  text-align: right;
  min-width: 300px;
}

.mobile-cart-product-info {
  margin-bottom: 25px;
}

span.smallest-text {
  font-size: 14px;
  vertical-align: bottom;
  margin-right: 4px;
}

img.tab-icon {
  filter: invert(1);
  max-width: 32px;
  margin-right: 10px;
}

.active img.tab-icon {
  filter: none;
}

.tab-text small {
  font-weight: 400;
  font-size: 80%;
  display: block;
  line-height: 1.4;
  opacity: 0.7;
}

.background-image-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: url(images/airport-bg.jpeg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: blur(3px);
  transition: all 0.2s;
  z-index: -2;
}

.logo-holder {
  max-width: 300px;
  background: #ffffff;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 10px 15px 30px 10px #4141411f;
}

.logo-holder img {
  max-width: 100%;
}

.landing-section {
  color: white;
}

.landing-section h1 {
  font-size: 36px;
  font-weight: 700;
}

.calendar_explanation_text_block {
  box-shadow: 0px -5px 30px #00000026;
}

.landing-section h1 {
  margin: 0;
}

.landing-section p {
  font-size: 16px;
}

.landing-col-boxes img {
  max-width: 96px;
  margin-bottom: 15px;
}

.landing-col-boxes {
  max-width: 280px;
  margin: auto;
  background: #00000038;
  padding: 30px 10px;
  min-height: 220px;
  max-height: 220px;
  border-radius: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s;
  box-shadow: 0px 0px 30px #0000000f;
}

.landing-section h1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.landing-section h1:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #ffffff69;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.landing-section {
  margin-bottom: 50px;
}

button.mouse-scroll-animated-button img {
  max-width: 100%;
}

button.mouse-scroll-animated-button {
  background: none;
  border: none;
  margin: auto;
  /* animation: scrollInteracter 5s infinite linear; */
  display: block;
  position: relative;
}

@keyframes scrollInteracter {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -50px;
  }

  100% {
    bottom: 0px;
  }
}

.landing-col-boxes:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 20px #00000021;
}

.background-blur-overlay {
  background: #2d8cd9;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.7;
}

div#content {
  color: white;
}

.payment-form-wrapper #card-element {
  max-width: 100%;
  overflow: auto;
  min-width: auto !important;
}

.i-flightnumber-warning {
  font-size: 90%;
  color: indianred;
  white-space: normal !important;
  max-width: 300px;
}

.insta-booking-form .top-input-label {
  color: #333333;
  font-weight: 600;
}

.horizontal-time-picker .time-wings {
  width: 100%;
  max-width: 500px;
  overflow: auto;
}

.horizontal-time-picker .left-wing,
.horizontal-time-picker .right-wing {
  width: 400px;
  max-width: 100% !important;
}

.horizontal-time-picker .right-wing {
  width: 0;
  transition: all 0.2s;
}

.wing-desc:last-child {
  display: none;
}

.left-wing button[disabled=disabled] {
  display: none;
}

.insta-booking-form input,
.insta-booking-form select {
  width: 100%;
  padding: 5px 0px;
}

.insta-booking-form div#addressSelectboxElement {
  max-width: 500px;
}

div#checkout-cart a.btn-primary {
  padding: 10px 30px;
  letter-spacing: 2px;
  font-weight: 600;
  animation: infinite checkoutBtnAnimation 1.2s;
}

@keyframes checkoutBtnAnimation {
  0% {
    background: #2d8cd9;
    color: white;
  }

  50% {
    background: #5a9fd7;
    box-shadow: 0px 0px 20px #ffffffc0
  }

  100% {
    background: #2d8cd9;
    color: white;
  }
}

.calendar_explanation_text_block {
  margin-top: 20px;
  border-top-left-radius: 5px;
}

.booking-table {
  background: white;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  max-width: 1280px !important;
  margin: auto;
  border-radius: 30px;
  margin-top: 30px !important;
}

.oneway-round-switch {
  display: flex;
  position: relative;
  background: #dfdfdf;
  border: 1px solid #bfbfbf;
  padding: 5px;
  border-radius: 20px;
  max-width: 300px;
  margin-top: 30px;
  width: 300px;
}

.switch-holder {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 10px);
  height: calc(100% - 10px);
  background: white;
  border-radius: 20px;
  transition: 0.2s all;
  box-shadow: 5px 5px 5px #00000024;
}

.switch-btn {
  width: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  font-weight: 600;
  color: gray;
  font-size: 12px;
}

.switch-btn.active {
  color: #2d2d2d;
}

.default-switch-system {
  position: relative;
  width: 40px;
  height: 20px;
  background: #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
}

.default-switch-system .switch-btn {
  height: 100%;
}

.booking-table-inputs {
  display: flex;
  padding: 20px 0px;
}

.booking-table-input-holder {
  margin-right: 40px;
  height: 50px;
  position: relative;
  min-width: 71px;
}

.booking-table-input-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 10px;
  min-height: 24px;
}

.booking-table-input-holder input {
  border: none;
  height: 100%;
  border-left: 3px solid #cbcbcb;
  padding-left: 20px;
  min-width: 200px;
  font-size: 12px;
}

.address-step-input input {
  padding: 10px !important;
  border: none;
}

.switch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

div#addressSelectboxElement .address-left,
div#addressSelectboxElement .address-right {
  min-width: 300px;
}

.airports-list-wrapper {
  padding: 10px;
}

button.airport-select-button {
  width: 100%;
  text-align: left;
  padding: 10px;
  border: none;
  background: none;
  transition: all 0.2s;
}

button.airport-select-button:hover {
  background: #f9f9f9;
}

.input-tooltip {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: fit-content;
  white-space: nowrap;
  background: #4d4d4d;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: none;
  transform: translateX(-50%);
  z-index: 2;
}

.booking-table-input-holder:hover .input-tooltip {
  display: block !important;
}

.input-tooltip:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #4d4d4d;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

div#addressSelectboxElement h3 {
  font-size: 22px;
  margin: 0;
}

button.revert-locations-btn {
  width: 24px;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  margin: 10px;
  margin-top: 32px;
  opacity: .5;
  margin-bottom: 0;
}

button.revert-locations-btn img {
  width: 100%;
}

.booking-table button.inputlike-button {
  border: none;
  height: 100%;
  border-left: 3px solid #cbcbcb;
  padding-left: 20px;
  min-width: 180px;
  font-size: 12px;
  text-align: left;
}

tr.calendar-title button {
  margin: 5px 15px;
  border: none;
  background: none;
}

.months-buttons-layout button {
  padding: 15px;
  background: none;
  border: none;
  background: #eaeaea;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: 0px 5px 30px #0000001f;
}

.months-buttons-layout {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  margin-bottom: -50px;
}

.datetime-picker-definer {
  width: 24px;
  height: 24px;
  background: white;
  box-shadow: 0px 0px 30px black;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: none;
  transition: all 0.5s;
}

.booking-table button.inputlike-button {
  position: relative;
  z-index: 1;
  background: white;
}

button[disabled] {
  opacity: .5;
}

.row.bookings-calendar-system-row {
  overflow: hidden;
  transition: all 0.5s;
  max-height: fit-content;
}

.selection-element img {
  max-width: 24px;
  margin-top: 12px;
  margin-left: 5px;
}

.selection-element select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  border-radius: 5px;
  text-align: right;
}

.selection-element {
  position: relative;
  width: 65px;
  margin-top: 0px;
  height: 50px;
  margin-right: 5px;
}

.basePrice {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.last-minute-booking-weiter {
  margin-bottom: 10px;
}

.overall-screen {
  /* Same styling as datetime-form-container */
  margin: 20px 0 0 0;
  /* padding: 30px; */
  background: white;
  border-radius: 12px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
  min-height: 400px;
  height: auto;
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  /* max-height: 100vh; */
  transition: opacity 0.5s, transform 0.5s;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.go-to-normal-booking-btn {
  overflow: hidden;
  transition: all 0.2s;
  max-height: fit-content;
  /* margin-top: 50px; */
}

.t-form-flexes button.inputlike-button {
  background: none;
  border: none;
}

.focus-this {
  position: relative;
  padding: 5px;
  box-shadow: 0px 0px 30px #0000001c;
  border: 1px solid gainsboro !important;
  border-radius: 5px;
}

.total-price {
  min-width: fit-content;
}

/* ============================================
   MODERN TIME PICKER (Horizontal Design)
   ============================================ */

.modern-time-picker-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Header */
.modern-time-picker-header {
  text-align: center;
  margin-bottom: 20px;
}

.modern-time-picker-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

/* Day Surcharge Cards Container */
.day-surcharge-cards {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px 0;
  scrollbar-width: thin;
  scrollbar-color: #3b82f6 #e5e7eb;
}

.day-surcharge-cards::-webkit-scrollbar {
  height: 6px;
}

.day-surcharge-cards::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 3px;
}

.day-surcharge-cards::-webkit-scrollbar-thumb {
  background: #3b82f6;
  border-radius: 3px;
}

.day-surcharge-cards::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

/* Surcharge Group Cards */
.day-surcharge-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.surcharge-group-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.surcharge-group-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
}

.surcharge-group-card.selected {
  border-color: #2563eb;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

.surcharge-group-card .group-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.surcharge-group-card .group-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.surcharge-group-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 6px 0 3px;
}

.surcharge-group-card .time-range {
  font-size: 12px;
  color: #6b7280;
  margin: 3px 0;
}

.surcharge-group-card .price {
  font-size: 15px;
  font-weight: 700;
  color: #2563eb;
  margin: 6px 0 0;
}

/* Detailed Surcharges Section */
.detailed-surcharges-section {
  margin-bottom: 16px;
}

.toggle-details-container {
  text-align: center;
  margin-bottom: 16px;
}

.toggle-details-btn {
  background: white;
  border: 2px solid #3b82f6;
  color: #3b82f6;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-details-btn:hover {
  background: #3b82f6;
  color: white;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.surcharge-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  min-width: 150px;
  flex-shrink: 0;
  cursor: pointer;
}

.surcharge-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
}

.surcharge-card.selected {
  border-color: #2563eb;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

.surcharge-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 6px 0 3px;
}

.surcharge-card .time-range {
  font-size: 11px;
  color: #6b7280;
  margin: 3px 0;
}

.surcharge-card .price {
  font-size: 14px;
  font-weight: 700;
  color: #2563eb;
  margin: 6px 0 0;
}

/* Info Message */
.time-picker-info {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #dbeafe;
  border-left: 3px solid #3b82f6;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.time-picker-info .info-icon {
  color: #2563eb;
  font-size: 16px;
  font-style: normal;
}

.time-picker-info p {
  margin: 0;
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 500;
}

/* Time Selection Section */
.time-selection-section {
  margin-bottom: 20px;
}

.time-selection-section h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1e3a8a;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.time-selection-section h3 i,
.time-selection-section h3 .icon {
  font-size: 16px;
  color: #3b82f6;
}

/* Horizontal Scroll Container */
.horizontal-time-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 0;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #3b82f6 #e5e7eb;
}

.horizontal-time-scroll::-webkit-scrollbar {
  height: 6px;
}

.horizontal-time-scroll::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 3px;
}

.horizontal-time-scroll::-webkit-scrollbar-thumb {
  background: #3b82f6;
  border-radius: 3px;
}

.horizontal-time-scroll::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

/* Time Buttons */
.time-btn {
  min-width: 50px;
  height: 50px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #1e3a8a;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time-btn:hover:not(:disabled) {
  border-color: #3b82f6;
  background: #f0f9ff;
  transform: scale(1.05);
}

.time-btn.active {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border-color: #2563eb;
  color: white;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.time-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f9fafb;
  color: #9ca3af;
}

/* Same-day/inquiry slots are clickable (not disabled) - amber "Anfrage" look,
   not the greyed-out disabled treatment above. */
.time-btn.sameday-blocked {
  opacity: 1;
  background: #fef3c7;
  border-color: #fcd34d;
  color: #92400e;
  cursor: pointer;
}

.time-btn.sameday-blocked.active {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  border-color: #f59e0b;
  color: white;
}

.time-btn-badge.sameday-badge {
  background: #f59e0b;
  color: #ffffff;
}

/* Info Message Small */
.time-picker-info-small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 10px;
  background: #f0f9ff;
  border-radius: 4px;
}

.time-picker-info-small .info-icon-small {
  color: #3b82f6;
  font-size: 14px;
  font-style: normal;
}

.time-picker-info-small span {
  font-size: 11px;
  color: #1e3a8a;
}

/* Selected Time Display */
.selected-time-display {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #3b82f6;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.time-display-left {
  flex: 1;
  text-align: left;
}

.time-display-right {
  flex: 1;
  text-align: right;
}

.time-label {
  font-size: 13px;
  color: #1e3a8a;
  margin: 0 0 4px;
  font-weight: 500;
}

.time-value {
  font-size: 28px;
  font-weight: 700;
  color: #2563eb;
  margin: 0;
  line-height: 1.2;
}

.price-value {
  font-size: 16px;
  font-weight: 700;
  color: #2563eb;
  margin: 0 0 4px;
}

.price-value .price-prefix {
  font-size: 12px;
  font-weight: 500;
  color: #1e3a8a;
}

.price-value strong {
  font-size: 20px;
  font-weight: 700;
}

.passenger-info {
  font-size: 11px;
  color: #6b7280;
  margin: 6px 0 0;
}

/* Confirm Button */
.confirm-time-btn {
  width: 100%;
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

.confirm-time-btn:hover {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
  transform: translateY(-2px);
}

.confirm-time-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .day-surcharge-groups {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .surcharge-group-card {
    padding: 14px 10px;
  }

  .surcharge-group-card .group-icon {
    font-size: 26px;
  }

  .surcharge-group-card .group-icon img {
    width: 26px;
    height: 26px;
  }

  .surcharge-group-card h3 {
    font-size: 14px;
  }

  .surcharge-card {
    min-width: 130px;
  }

  .time-btn {
    min-width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .selected-time-display {
    padding: 8px 12px;
    margin: 8px 0;
    gap: 8px;
    border-radius: 8px;
  }

  .time-display-left,
  .time-display-right {
    text-align: left;
  }

  .time-display-right {
    text-align: right;
  }

  .time-label {
    font-size: 11px;
    margin: 0 0 2px;
  }

  .time-value {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .modern-time-picker-container {
    padding: 12px;
  }

  .day-surcharge-groups {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .surcharge-group-card {
    padding: 12px 10px;
  }

  .surcharge-group-card .group-icon {
    font-size: 22px;
  }

  .surcharge-group-card .group-icon img {
    width: 22px;
    height: 22px;
  }

  .surcharge-card {
    min-width: 120px;
    padding: 12px 10px;
  }

  .surcharge-card h3 {
    font-size: 13px;
  }
}

img.transfer-product-image {
  width: 200px;
}

img.transfer-product-image {
  width: 200px;
}

.step-flexbox {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border: 1px solid gainsboro;
  border-radius: 30px;
  background: white;
}

.step-number {
  font-size: 22px;
  font-weight: 800;
  width: 36px;
  height: 36px;
  background: #2d8cd9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3000px;
  margin-right: 20px;
}

.selected-overlay {
  background: #ffffffcf;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.selected-overlay button {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 800;
}

.lmb-selected-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffba;
  z-index: 2;
  font-size: 30px;
  line-height: normal;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.star-icon {
  color: orange;
  text-shadow: 0px 0px 10px #ffa500;
  font-size: 18px !important;
  position: absolute;
  top: 10px;
  right: 10px;
}

td.day {
  position: relative;
}

.mark-info {
  display: flex;
  max-width: fit-content;
  margin: 10px;
  align-items: center;
}

.mark-info .star-icon {
  position: relative;
  top: auto;
  right: auto;
  padding: 5px;
  border: 1px solid #0000003d;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 5px;
}

.mark-info-text {
  font-weight: 600;
}

.selected-box-sample {
  position: relative;
  top: auto;
  right: auto;
  padding: 5px;
  border: 1px solid #0000003d;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 30px #2d8cd94f;
}

tr.calendar-header th {
  padding-top: 20px;
  padding-left: 15px;
}

.calendar tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
  border: none;
}

.calendar tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
  border: none;
}

.calendar tbody tr:first-child {
  border: none !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.selected-box-sample.single {
  box-shadow: none;
  background: #f1f1f1;
}

.selected-box-sample.double {
  box-shadow: none;
  background: #ffffff;
}

.mark-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mark-info-tooltip {
  position: absolute;
  width: 350px;
  height: 0;
  max-height: fit-content;
  bottom: 50px;
  background: white;
  left: 0;
  border-radius: 5px;
  box-shadow: 4px 4px 10px #00000021;
  overflow: hidden;
  transition: all 0.7s;
  color: transparent;
}

.mark-info-text {
  position: relative;
  cursor: pointer;
}

.mark-info-text:hover .mark-info-tooltip {
  padding: 2em;
  height: 1000px;
  color: black;
}

button.transparent-btn.popup-closer {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
}

button.small-circle-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3000px;
  border: none;
  background: #1778c6;
  color: white;
}

aside#column-right a {
  color: #535353;
  font-weight: 500;
}

.well {
  color: #535353;
}

div#account-forgotten legend {
  color: white;
}

#common-home .booking-table {
  margin-top: 30px !important;
}

.booking-table-switches {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}

.breadcrumb {
  max-width: 1280px;
  margin: auto;
  margin-top: 30px;
  border-radius: 20px;
}

.container {
  max-width: 1280px;
}

.booking-table-inputs .focus-this {
  border: 1px solid #c97070 !important;
}

.booking-table-error-message {
  max-width: 350px;
  color: #d35f5f;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1rem 1.5rem;
  background: #f3f3f3;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}

.insta-book-cards-wrapper-scroll-left {
  position: absolute;
  left: 0;
  top: 200px;
  height: 100%;
  border: none;
  background: #ffffffbf;
  backdrop-filter: blur(2px);
  z-index: 9;
  max-height: 300px;
  width: 32px;
}

.insta-book-cards-wrapper-scroll-right {
  position: absolute;
  right: 0;
  top: 200px;
  height: 100%;
  border: none;
  background: #ffffffbf;
  backdrop-filter: blur(2px);
  z-index: 9;
  max-height: 300px;
  width: 32px;
}

.agree-terms-checkout {
  max-width: 100%;
}

button {
  max-width: 100%;
}

.pull-right {
  max-width: 100%;
}

input {
  max-width: 100%;
  white-space: normal;
}

button#button-payment-method {
  white-space: normal;
}

.card-info-layer.mobile-only {
  padding: 5px 0px;
}

.card-info-layer.mobile-only img {
  max-width: 20px;
  margin-right: 10px;
}

.card-info-layer.mobile-only span {
  font-size: 1.1em;
}

.insta-book-card.mobile-only {
  padding: 10px;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.flex-box-insta-book {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.card-info-layer.mobile-only {
  width: 50%;
}

.insta-book-card.mobile-only {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.flex-box-insta-book {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.card-info-price-layer.mobile-only {
  margin-top: 10px;
  justify-content: space-between;
}

.card-info-price-layer.mobile-only span.insta-book-card-price {
  padding: 5px;
  padding-right: 15px;
}

/* Mobile card selected identifier */

.card-info-layer.top-mobile-only {
  padding: 15px;
}

button.fur.discounted-hour {
  position: relative;
  z-index: 0;
  background: #fff;
  border: none;
  overflow: hidden;
}

button.fur.discounted-hour::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -2;

  background: conic-gradient(#4282b6 0deg,
      yellow 180deg,
      #4282b6 360deg);

  animation: rotateBorder 3s linear infinite;
  transform-origin: center;
}

button.fur.discounted-hour::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  z-index: -1;
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

button.fur.discounted-hour.active:after {
  background: #0c71c3c9;
}

.lmb-inquiry-modal input,
.lmb-inquiry-modal select {
  height: 44px;
}

/* Special Price Cards - 3 Column Layout */
.special-price-cards-container {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  /* gap: 20px; */
  /* align-items: start; */
  /* text-align: left; */
  height: 100%;
  width: 100%;
}

/* Price Card Wrappers - LMB style */
.discount-wrapper,
.base-wrapper,
.premium-wrapper,
.all-prices-wrapper {
  border-radius: 10px;
  padding: 12px;
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.discount-wrapper {
  background: #f8fff9;
  border: 2px solid #b3e6c7;
  height: 100%;
}

.base-wrapper {
  background: #fafbfc;
  border: 2px solid #c7cdd4;
  height: 100%;
}

.premium-wrapper {
  background: #fff5f6;
  border: 2px solid #f5b7be;
  height: 100%;
}

.all-prices-wrapper {
  background: #ffffff;
  border: 2px solid #e5e7eb;
  height: 100%;
  grid-column: span 2;
  max-width: 100%;
  /* Reduce width by 20% */
}

/* Price Column Card - Individual Cards */
.price-column-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: auto;
  text-align: left;
}

/* Card Header - Same as LMB */
.price-card-header {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: none;
  text-align: left;
}

.price-card-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.price-card-header h3 i {
  font-size: 16px;
}

.discount-card .price-card-header h3 {
  color: #0d7a3f;
}

.discount-card .price-card-header h3 i {
  color: #0d7a3f;
}

.base-card .price-card-header h3 {
  color: #495057;
}

.base-card .price-card-header h3 i {
  color: #495057;
}

.premium-card .price-card-header h3 {
  color: #a81c2a;
}

.premium-card .price-card-header h3 i {
  color: #a81c2a;
}

.all-prices-card .price-card-header h3 {
  color: #1f2937;
}

.all-prices-card .price-card-header h3 i {
  color: #6b7280;
}

/* Base Price Plain Text */
.base-price-plain-text {
  font-size: 14px;
  color: #1f2937;
  margin: 12px 0;
  padding: 12px;
  background: #f9fafb;
  border-left: 3px solid #3b82f6;
  border-radius: 4px;
  line-height: 1.6;
}

.base-price-plain-text strong {
  font-weight: 700;
  color: #1f2937;
  font-size: 15px;
}

.premium-card .price-card-header h3 {
  color: #a81c2a;
}

.premium-card .price-card-header h3 i {
  color: #a81c2a;
}

.price-card-description {
  font-size: 1.1em;
  color: #555;
  margin: 0;
  line-height: 1;
  text-align: left;
}

/* Price Buttons Container */
.price-buttons-container {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
}

/* Price Option Button */
.price-option-btn {
  background: white;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  margin: 0 0 12px 0;
  text-align: left;
}

.price-option-btn:last-child {
  margin-bottom: 0;
}

.price-option-btn:hover {
  border-color: #2d8cd9;
  box-shadow: 0 4px 12px rgba(45, 140, 217, 0.15);
  transform: translateY(-2px);
}

.discount-card .price-option-btn {
  background: white;
  border-color: #d4edda;
}

.discount-card .price-option-btn:hover {
  border-color: #28a745;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
  transform: translateY(-2px);
}

.base-card .price-option-btn {
  background: white;
  border-color: #dee2e6;
}

.base-card .price-option-btn:hover {
  border-color: #6c757d;
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.15);
  transform: translateY(-2px);
}

.premium-card .price-option-btn {
  background: white;
  border-color: #f8d7da;
}

.premium-card .price-option-btn:hover {
  border-color: #dc3545;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.15);
  transform: translateY(-2px);
}

.all-prices-card .price-option-btn {
  background: white;
  border-color: #dbeafe;
}

.all-prices-card .price-option-btn:hover {
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
}

/* Price Options List */
.price-options-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  /* max-height/overflow moved to responsive.css - desktop-only (min-width:768px),
     so the list grows freely with the page on mobile instead of scrolling
     inside a small fixed box. */
}

.price-option-item {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
  font-size: 14px;
  color: #1f2937;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Price comparison colors */
.price-option-item.price-below-base {
  background: #f0fdf4;
}

.price-option-item.price-above-base {
  /* background: #fef2f2; */
}

.price-option-item.price-equal-base {
  background: #f9fafb;
}

.price-option-item.sameday-blocked-item {
  background: #fef3c7;
}

.sameday-request-badge {
  background: #f59e0b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.price-option-item:last-child {
  border-bottom: none;
}

.price-option-item.selectable {
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.price-option-item.selectable:hover {
  background: #eff6ff;
}

.price-option-item.selected {
  box-shadow: inset 0 0 0 2px #2563eb;
  background: #eff6ff;
}

.price-item-check {
  display: none;
  color: #2563eb;
}

.price-option-item.selected .price-item-check {
  display: inline-block;
}

.price-item-time-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f2937;
}

.price-item-time-icon i {
  color: #6b7280;
  font-size: 14px;
}

.price-item-amount-wrapper {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 700;
}

.price-item-amount-number {
  font-size: 18px;
  color: #1f2937;
}

.price-item-amount-currency {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}

.lowest-price-badge {
  display: inline-block;
  background: #dcfce7;
  color: #166534;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
}

/* Normal Booking Continue Button */
.normal-booking-continue-container {
  padding: 16px;
  border-top: 2px solid #e5e7eb;
  margin-top: 12px;
}

.selected-range-hint {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  text-align: center;
}

.selected-range-summary {
  margin: 8px 0 0 0;
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

.normal-booking-continue-btn {
  width: 100%;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: normal;
  line-height: 1.4;
}

.normal-booking-continue-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.normal-booking-continue-btn i {
  margin-right: 8px;
}

.premium-card .price-option-btn {
  background: white;
  border-color: #f8d7da;
}

.premium-card .price-option-btn:hover {
  border-color: #dc3545;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.15);
  transform: translateY(-2px);
}

/* Button Left Side */
.price-btn-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.price-btn-time {
  font-size: 0.95em;
  font-weight: 600;
  color: #1f2937;
  text-align: left;
}

.price-btn-passengers {
  font-size: 12px;
  color: #6b7280;
  text-align: left;
}

/* Button Right Side */
.price-btn-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}

.price-btn-amount {
  font-size: 1.3em;
  font-weight: 700;
  color: #1f2937;
  text-align: right;
}

/* Base Price Display - removed, now uses button like others */
.base-price-display {
  display: none;
}

.base-price-amount {
  display: none;
}

.base-price-note {
  display: none;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .special-price-cards-container {
    grid-template-columns: 1fr;
  }

  .discount-wrapper,
  .base-wrapper,
  .premium-wrapper,
  .all-prices-wrapper {
    min-width: 100%;
    width: 100%;
    grid-column: span 1;
    /* Reset to single column on mobile */
  }
}

/* Flex wrapper for side-by-side layout */
.price-options-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  text-align: left;
}

/* LMB Section (Cards container) */
.lmb-section {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}

/* Hide labels when multiple LMB cards */
.lmb-section.hide-lmb-labels .lmb-detail-item>small {
  display: none;
}

/* Special Prices Section (Right) */
.special-prices-section {
  flex: 1;
  min-width: 280px;
  text-align: left;
}

/* Inquiry Wrapper - Vertical card on the right */
.inquiry-wrapper {
  flex: 0 0 auto;
  min-width: 280px;
  max-width: 350px;
}

/* Inquiry Section - Inside wrapper */
.inquiry-wrapper .lmb-inquiry-section {
  margin: 0;
  height: fit-content;
}

/* Wunschfahrt Section (Full width below) */
.lmb-inquiry-section {
  max-width: 100%;
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #1778c6;
}

/* ============================================
   LMB Card - Simplified Layout (Time + Passengers on left, Price on right)
   ============================================ */

/* LMB Wrapper - Blue container for entire left section */
.lmb-wrapper {
  background: #f5faff;
  border: 2px solid #b3d9f2;
  border-radius: 10px;
  padding: 12px;
  flex: 0 0 auto;
  min-width: 280px;
  max-width: 450px;
  text-align: left;
  max-height: fit-content;
}

/* LMB Header Box */
.lmb-header-box {
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: none;
  text-align: left;
}

.lmb-header-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0d5a8f;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.lmb-header-box h4 i {
  font-size: 16px;
  color: #0d5a8f;
}

/* Override lmb-card-content for horizontal layout */
.lmb-card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  gap: 15px;
  text-align: left;
}

/* Left Section: Time & Passengers (stacked vertically) */
.lmb-card-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  text-align: left;
}

.lmb-detail-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}

/* Removed generic small styles - labels removed from markup */

.lmb-info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.lmb-info-row img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

.lmb-info-row strong {
  font-size: 0.95em;
  font-weight: 600;
  color: #1f2937;
  text-align: left;
}

.lmb-warning {
  font-size: 0.6em;
  color: #ef4444;
  opacity: 0.9;
  margin-top: 2px;
  display: block;
  text-align: left;
}

/* Right Section: Price */
.lmb-card-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 15px;
  border-left: 1px solid #e5e7eb;
  min-width: 80px;
}

.lmb-card-price .insta-book-card-price {
  font-size: 1.8em;
  font-weight: 700;
  color: #10b981;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.lmb-card-price .insta-book-card-price small {
  font-size: 0.5em;
  font-weight: 600;
  opacity: 0.9;
}

/* LMB Fortsetzen Button - Match style with normal-booking-continue-btn */
.lmb-wrapper .last-minute-booking-weiter {
  width: 100%;
  margin-top: 10px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: normal;
  line-height: 1.4;
}

.lmb-wrapper .last-minute-booking-weiter:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.lmb-wrapper .last-minute-booking-weiter i {
  margin-right: 6px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .price-options-flex-wrapper {
    flex-direction: column;
  }

  .lmb-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .inquiry-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .lmb-section,
  .special-prices-section {
    max-width: 100%;
    width: 100%;
  }

  .lmb-card-content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 10px 12px;
  }

  .lmb-card-price {
    border-left: none;
    border-top: 1px solid #e5e7eb;
    padding-left: 0;
    padding-top: 20px;
    justify-content: flex-end;
  }
}

/* Legacy special-price-cards-title - keep for backwards compatibility */
.special-price-cards-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

/* Responsive design for special price cards */
@media (max-width: 768px) {

  .special-price-cards-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-badge {
    width: 100%;
    font-size: 16px;
  }

  .conditions p {
    font-size: 13px;
  }

  .price-type-badge {
    font-size: 10px;
    padding: 3px 8px;
  }
}

button.fur.special-price-premium-hour,
button.fur.special-price-premium-minute {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
}

button.fur.special-price-discount-hour,
button.fur.special-price-discount-minute {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
}

button.fur.special-price-premium-hour.active {
  border: 2px solid #dc3545;
}

button.fur.special-price-premium-minute.active {
  border: 2px solid #dc3545;
}

button.fur.special-price-discount-hour.active {
  border: 2px solid #28a745;
}

button.fur.special-price-discount-minute.active {
  border: 2px solid #28a745;
}

/* Select time button in special price cards */
.special-price-select-time-btn {
  margin-top: 10px;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #007bff;
  background: white;
  color: #007bff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.special-price-select-time-btn:hover {
  background: #007bff;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.special-price-select-time-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

div#step-booking-container {
  background: white;
  border-radius: 10px;
}

.card-info-price-layer {
  margin-top: 20px;
}

.card-selected-identifier {
  /* Checkbox component handles all styling */
  font-weight: 600;
}

span.insta-book-card-price {
  font-size: 2em;
  font-weight: 600;
  text-align: right;
  display: block;
  padding: 15px;
  border-radius: 5px;
  /* background: #2d8cd9; */
  /* color: white; */
  /* margin-top: 20px; */
  transition: all 0.2s;
}

span.insta-book-card-price small {
  font-weight: 400;
  font-size: 0.7em;
  vertical-align: bottom;
}

span.insta-book-card-price small {
  font-weight: 400;
  font-size: 0.7em;
  vertical-align: bottom;
}

.card-info-price-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ============================================
   Checkout - Passenger Info (per-passenger name/surname/phone)
   Replaces the old plain OpenCart Bootstrap row/col-sm markup.
   ============================================ */
.passenger-info-section {
  margin: 20px 0;
}

.passenger-info-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 12px;
}

.passenger-info-heading-return {
  margin-top: 24px;
}

.passenger-info-heading i {
  color: #1778c6;
}

.passenger-info-row.passenger-info-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
  margin: 0 0 12px 0;
}

.passenger-info-badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: #1778c6;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}

.passenger-info-field {
  flex: 1 1 0;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.passenger-info-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin: 0;
}

.passenger-info-input.passenger-info-input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  color: #1f2937;
  background: #ffffff;
  box-shadow: none;
  transition: border-color 0.15s ease;
}

.passenger-info-input.passenger-info-input:focus {
  outline: none;
  border-color: #1778c6;
  box-shadow: 0 0 0 3px rgba(23, 120, 198, 0.12);
}

/* ============================================
   Checkout / Cart - Breadcrumb & "Zurück" back button
   Replaces the default OpenCart chevron breadcrumb (thin grey border,
   pointed corner) with a rounded white capsule matching the rest of the
   app's look (e.g. the header logo capsule), and gives the plain
   Bootstrap .btn-default back button the same rounded/shadowed treatment.
   ============================================ */
#checkout-cart>.breadcrumb,
#checkout-checkout>.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  background: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 10px 22px;
  margin: 16px 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

#checkout-cart>.breadcrumb>li,
#checkout-checkout>.breadcrumb>li {
  padding: 0;
  text-shadow: none;
}

#checkout-cart>.breadcrumb>li::after,
#checkout-checkout>.breadcrumb>li::after {
  display: none;
}

#checkout-cart>.breadcrumb>li+li::before,
#checkout-checkout>.breadcrumb>li+li::before {
  content: '\f105';
  font-family: FontAwesome;
  color: #9ca3af;
  margin: 0 10px;
  padding: 0;
}

#checkout-cart>.breadcrumb>li>a,
#checkout-checkout>.breadcrumb>li>a {
  color: #1778c6;
  font-weight: 600;
  text-decoration: none;
}

#checkout-cart>.breadcrumb>li:last-child>a,
#checkout-checkout>.breadcrumb>li:last-child>a {
  color: #1f2937;
}

#checkout-checkout #content>a.btn.btn-default {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 600;
  color: #1f2937;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: background 0.15s ease, color 0.15s ease;
}

#checkout-checkout #content>a.btn.btn-default:hover {
  background: #f3f4f6;
  color: #1778c6;
  text-decoration: none;
}