/* Inline Booking Widget Dionis July 2026 */
  :root {
    --lbw-asphalt: #302f26;
    --lbw-grey: #e5e4da;
    --lbw-white: #ffffff;
    --lbw-yellow: #d6de31;
    --lbw-green: #397c49;
    --lbw-cream: #f0efdd;
  }

  .lubd-inline-booking {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    font-family: "Agrandir", Arial, sans-serif;
    font-weight: 400;
    color: var(--lbw-asphalt);
    position: relative;
    z-index: var(--lbw-z-index, 2);
    -webkit-font-smoothing: antialiased;
  }

  .lubd-inline-booking,
  .lubd-inline-booking * {
    box-sizing: border-box;
    font-family: "Agrandir", Arial, sans-serif;
  }

  .lubd-inline-booking a {
    color: inherit;
    text-decoration: none;
  }

  .lubd-inline-booking button,
  .lubd-inline-booking input {
    font-family: "Agrandir", Arial, sans-serif !important;
  }

  .lubd-inline-booking button:hover,
  .lubd-inline-booking button:focus {
    box-shadow: none !important;
  }

  .lbw-offer-strip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--lbw-yellow);
    color: var(--lbw-asphalt);
    padding: 12px 20px 10px;
    border-radius: 16px 16px 0 0;
    line-height: 1;
  }

  .lbw-offer-main {
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
  }

  .lbw-offer-sub {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.88;
  }

  .lbw-shell {
    position: relative;
    background: var(--lbw-white);
    border-radius: 0 20px 20px 20px;
    padding: 14px;
    box-shadow: 0 18px 50px rgba(48, 47, 38, 0.16);
    overflow: visible;
  }

  .lbw-form {
    display: grid;
    grid-template-columns: 1.18fr 1.08fr 0.66fr 0.78fr auto;
    align-items: stretch;
    gap: 0;
    min-height: 64px;
  }

  .lbw-field {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 28px 0 18px;
    border-right: 1px solid rgba(48, 47, 38, 0.14);
    min-width: 0;
  }

  .lbw-label {
    display: block;
    margin-bottom: 6px;
    color: var(--lbw-green);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .lbw-value,
  .lbw-date-display {
    width: 100%;
    color: var(--lbw-asphalt) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
  }

  .lbw-value {
    font-size: clamp(14px, 1.25vw, 17px) !important;
    letter-spacing: -0.01em;
  }

  .lbw-date-display {
    font-size: clamp(12px, 1.15vw, 15px) !important;
    letter-spacing: -0.01em;
  }

  .lbw-value.is-placeholder,
  .lbw-date-display.is-placeholder {
    color: rgba(48, 47, 38, 0.42) !important;
  }

  .lbw-destination-trigger,
  .lbw-date-trigger {
    width: 100%;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    cursor: pointer;
    color: var(--lbw-asphalt) !important;
  }

  .lbw-destination-trigger:hover,
  .lbw-destination-trigger:focus,
  .lbw-destination-trigger:active,
  .lbw-date-trigger:hover,
  .lbw-date-trigger:focus,
  .lbw-date-trigger:active {
    background: transparent !important;
    color: var(--lbw-asphalt) !important;
    border: 0 !important;
    outline: 0 !important;
  }

  .lbw-chevron {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 11px;
    height: 11px;
    border-right: 2px solid var(--lbw-asphalt);
    border-bottom: 2px solid var(--lbw-asphalt);
    transform: rotate(45deg);
    pointer-events: none;
  }

  .lbw-calendar-icon {
    position: absolute;
    right: 22px;
    bottom: 19px;
    width: 18px;
    height: 18px;
    pointer-events: none;
    color: var(--lbw-asphalt);
  }

  .lbw-calendar-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .lbw-guest-control {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    max-width: 132px;
  }

  .lbw-guest-btn {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 999px;
    background: var(--lbw-cream) !important;
    color: var(--lbw-asphalt) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .lbw-guest-btn:hover,
  .lbw-guest-btn:focus {
    background: var(--lbw-yellow) !important;
    outline: 0 !important;
  }

  .lbw-guest-count {
    min-width: 20px;
    text-align: center;
    color: var(--lbw-asphalt);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .lbw-promo-input {
    width: 100%;
    max-width: 150px;
    color: var(--lbw-asphalt) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .lbw-promo-input::placeholder {
    color: rgba(48, 47, 38, 0.42) !important;
  }

  .lbw-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 50px;
    margin-left: 22px;
    align-self: center;
    border: 0 !important;
    border-radius: 8px;
    background: var(--lbw-green) !important;
    color: var(--lbw-white) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease;
  }

  .lbw-submit:hover:not(:disabled),
  .lbw-submit:focus:not(:disabled) {
    background: #2f663b !important;
    transform: translateY(-1px);
  }

  .lbw-submit:disabled {
    opacity: 0.48;
    cursor: not-allowed;
  }

  .lbw-message {
    display: none;
    margin: 10px 0 0;
    color: var(--lbw-asphalt);
    font-size: 13px;
    font-weight: 400;
  }

  .lbw-message.is-visible {
    display: block;
  }

  .lbw-perks {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    background: var(--lbw-cream);
    border: 1px solid rgba(48, 47, 38, 0.08);
    border-radius: 12px;
    padding: 8px;
  }

  .lbw-perk {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 8px 10px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(48, 47, 38, 0.06);
    color: var(--lbw-asphalt);
    transition: background 0.18s ease;
  }

  .lbw-perk:hover {
    background: rgba(255, 255, 255, 0.82);
  }

  .lbw-perk-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lbw-yellow);
    color: var(--lbw-asphalt);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .lbw-perk-icon svg {
    width: 14px;
    height: 14px;
    display: block;
    stroke: currentColor;
  }

  .lbw-perk-title {
    display: block;
    color: var(--lbw-asphalt);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lbw-perk-sub {
    display: block;
    margin-top: 2px;
    color: rgba(48, 47, 38, 0.62);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lbw-dropdown {
    position: absolute;
    left: 0;
    top: 0;
    width: 430px;
    max-height: 430px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--lbw-white);
    border: 1px solid rgba(48, 47, 38, 0.12);
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 18px 45px rgba(48, 47, 38, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 4;
  }

  .lbw-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .lbw-dropdown-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 14px;
    background: var(--lbw-cream);
  }

  .lbw-dropdown-kicker {
    display: block;
    color: var(--lbw-green);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .lbw-dropdown-title {
    display: block;
    margin-top: 4px;
    color: var(--lbw-asphalt);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
  }

  .lbw-dropdown-mark {
    display: none;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lbw-yellow);
    color: var(--lbw-asphalt);
    font-size: 15px;
    font-weight: 700;
  }

  .lbw-group-label {
    display: block;
    margin: 12px 10px 7px;
    color: var(--lbw-asphalt);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .lbw-dest-option {
    width: 100%;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 10px;
    background: var(--lbw-cream) !important;
    border: 1px solid rgba(48, 47, 38, 0.08) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    padding: 10px !important;
    margin: 0 0 8px !important;
    color: var(--lbw-asphalt) !important;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  }

  .lbw-dest-option:hover,
  .lbw-dest-option:focus,
  .lbw-dest-option:active {
    background: rgba(214, 222, 49, 0.18) !important;
    border-color: rgba(57, 124, 73, 0.45) !important;
    color: var(--lbw-asphalt) !important;
    outline: 0 !important;
    transform: translateY(-1px);
  }

  .lbw-dest-badge {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--lbw-white);
    border: 1px solid rgba(48, 47, 38, 0.08);
    color: var(--lbw-green);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .lbw-dest-name {
    display: block;
    color: var(--lbw-asphalt);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
  }

  .lbw-dest-meta {
    display: block;
    margin-top: 3px;
    color: rgba(48, 47, 38, 0.62);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
  }

  .lbw-dest-arrow {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lbw-yellow);
    color: var(--lbw-asphalt);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .lbw-date-panel {
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    width: min(470px, 100%);
    padding: 16px;
    border-radius: 22px;
    background: var(--lbw-white);
    border: 1px solid rgba(48, 47, 38, 0.1);
    box-shadow: 0 22px 55px rgba(48, 47, 38, 0.26);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 4;
  }

  .lbw-date-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .lbw-date-panel::after {
    display: none;
  }
  .lbw-date-top {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .lbw-date-heading {
    text-align: center;
  }

  .lbw-date-heading strong {
    display: block;
    color: var(--lbw-asphalt);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
  }

  .lbw-date-heading span {
    display: block;
    margin-top: 4px;
    color: rgba(48, 47, 38, 0.62);
    font-size: 11px;
    font-weight: 400;
  }

  .lbw-date-nav {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 999px;
    background: var(--lbw-cream) !important;
    color: var(--lbw-asphalt) !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
  }

  .lbw-date-nav:hover:not(:disabled),
  .lbw-date-nav:focus:not(:disabled) {
    background: var(--lbw-yellow) !important;
    color: var(--lbw-asphalt) !important;
    outline: 0 !important;
  }

  .lbw-date-nav:disabled {
    opacity: 0.38;
    cursor: not-allowed;
  }

  .lbw-date-stay-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
  }

  .lbw-date-chip {
    padding: 10px 12px;
    border-radius: 14px;
    background: var(--lbw-cream);
    border: 1px solid rgba(48, 47, 38, 0.08);
  }

  .lbw-date-chip small {
    display: block;
    color: var(--lbw-green);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .lbw-date-chip strong {
    display: block;
    margin-top: 4px;
    color: var(--lbw-asphalt);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
  }

  .lbw-date-months {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lbw-date-month {
    min-width: 0;
    padding: 14px;
    border-radius: 18px;
    background: var(--lbw-cream);
    border: 1px solid rgba(48, 47, 38, 0.08);
  }

  .lbw-date-month-title {
    margin-bottom: 12px;
    text-align: center;
    color: var(--lbw-asphalt);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
  }

  .lbw-cal-weekdays,
  .lbw-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
  }

  .lbw-cal-weekdays {
    margin-bottom: 6px;
  }

  .lbw-cal-weekdays span {
    text-align: center;
    color: rgba(48, 47, 38, 0.54);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .lbw-day {
    width: 100%;
    min-width: 0;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    color: var(--lbw-asphalt) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    touch-action: none;
  }

  .lbw-day:hover:not(:disabled),
  .lbw-day:focus:not(:disabled) {
    background: rgba(214, 222, 49, 0.38) !important;
    outline: 0 !important;
  }

  .lbw-day.is-other {
    color: rgba(48, 47, 38, 0.28) !important;
  }

  .lbw-day.is-disabled {
    color: rgba(48, 47, 38, 0.22) !important;
    cursor: not-allowed;
  }

  .lbw-day.is-today:not(.is-start):not(.is-end) {
    box-shadow: inset 0 0 0 1px rgba(57, 124, 73, 0.45);
    color: var(--lbw-green) !important;
  }

  .lbw-day.is-range {
    background: rgba(214, 222, 49, 0.42) !important;
    border-radius: 0 !important;
  }

  .lbw-day.is-start,
  .lbw-day.is-end {
    background: var(--lbw-green) !important;
    color: var(--lbw-white) !important;
    border-radius: 999px !important;
    font-weight: 700;
  }

  .lbw-date-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(48, 47, 38, 0.1);
  }

  .lbw-date-tip {
    color: rgba(48, 47, 38, 0.65);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
  }

  .lbw-date-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
  }

  .lbw-date-clear,
  .lbw-date-apply {
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border: 0 !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .lbw-date-clear {
    background: transparent !important;
    color: var(--lbw-asphalt) !important;
  }

  .lbw-date-clear:hover,
  .lbw-date-clear:focus {
    background: var(--lbw-cream) !important;
    outline: 0 !important;
  }

  .lbw-date-apply {
    background: var(--lbw-asphalt) !important;
    color: var(--lbw-white) !important;
  }

  .lbw-date-apply:hover,
  .lbw-date-apply:focus {
    background: var(--lbw-green) !important;
    outline: 0 !important;
  }

  @media (max-width: 1024px) {
    .lbw-form {
      grid-template-columns: 1fr 1fr 0.72fr 0.78fr auto;
    }

    .lbw-field {
      padding-left: 14px;
      padding-right: 20px;
    }

    .lbw-submit {
      min-width: 135px;
      margin-left: 14px;
    }

    .lbw-value {
      font-size: 14px !important;
    }

    .lbw-date-display {
      font-size: 12.5px !important;
    }

    .lbw-perks {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .lbw-offer-strip {
      width: 100%;
      justify-content: center;
      flex-direction: column;
      gap: 4px;
      text-align: center;
      border-radius: 16px 16px 0 0;
      padding: 12px 14px 10px;
    }

    .lbw-shell {
      border-radius: 0 0 20px 20px;
      padding: 14px;
    }

    .lbw-form {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      min-height: 0;
    }

    [data-lbw-destination-field],
    [data-lbw-date-field] {
      grid-column: 1 / -1;
    }

    [data-lbw-guests-field],
    [data-lbw-promo-field] {
      grid-column: span 1;
    }

    .lbw-field {
      min-height: 58px;
      padding: 0 34px 0 4px;
      border-right: 0;
      border-bottom: 1px solid rgba(48, 47, 38, 0.12);
    }

    .lbw-field + .lbw-field {
      margin-top: 4px;
    }

    .lbw-chevron,
    .lbw-calendar-icon {
      right: 6px;
    }

    .lbw-label {
      font-size: 11px;
      margin-bottom: 7px;
    }

    .lbw-value {
      font-size: 13.5px !important;
      letter-spacing: -0.01em;
    }

    .lbw-date-display {
      font-size: 12px !important;
      letter-spacing: -0.02em;
    }

    .lbw-guest-control {
      max-width: 118px;
    }

    .lbw-promo-input {
      max-width: none;
      font-size: 13px !important;
    }

    .lbw-guest-count {
      font-size: 14px;
    }

    .lbw-submit {
      grid-column: 1 / -1;
      width: 100%;
      min-height: 54px;
      margin: 14px 0 0;
      border-radius: 12px;
    }

    .lbw-perks {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-radius: 12px;
      padding: 8px;
      gap: 8px;
    }

    .lbw-perk {
      gap: 7px;
      padding: 8px;
    }

    .lbw-perk-icon {
      width: 24px;
      height: 24px;
      flex-basis: 24px;
    }

    .lbw-perk-title {
      font-size: 10px;
      white-space: normal;
      overflow: visible;
      text-overflow: unset;
    }

    .lbw-perk-sub {
      font-size: 9.5px;
      white-space: normal;
      overflow: visible;
      text-overflow: unset;
    }

    .lbw-dropdown {
      width: calc(100vw - 28px) !important;
      max-height: min(520px, calc(100vh - 28px)) !important;
    }

    .lbw-date-panel {
      position: fixed;
      left: 14px;
      right: 14px;
      bottom: 14px;
      width: auto;
      max-height: calc(100vh - 28px);
      overflow-y: auto;
      transform: translateY(8px);
      padding: 12px;
    }

    .lbw-date-panel.is-open {
      transform: translateY(0);
    }

    .lbw-date-panel::after {
      display: none;
    }

    .lbw-date-stay-summary,
    .lbw-date-months {
      grid-template-columns: 1fr;
    }

    .lbw-date-footer {
      align-items: stretch;
      flex-direction: column;
    }

    .lbw-date-actions {
      width: 100%;
    }

    .lbw-date-clear,
    .lbw-date-apply {
      flex: 1 1 0;
    }
  }
/* End of Inline Booking Widget Dionis July 2026 */

/* Header booking open, dynamic blur overlay */
body.lubd-booking-open {
  --lubd-booking-overlay-top: 120px;
}

/* Soft blur overlay, starts from the bottom of the visible header */
body.lubd-booking-open::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: var(--lubd-booking-overlay-top);
  bottom: 0;
  background: rgba(48, 47, 38, 0.18);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  z-index: 80;
  pointer-events: auto;
}

/* Keep header sharp and above the overlay */
body.lubd-booking-open header,
body.lubd-booking-open .elementor-location-header {
  position: relative;
  z-index: 100;
  filter: none !important;
}

/* Keep the booking widgets sharp and above the overlay */
body.lubd-booking-open .booking-html,
body.lubd-booking-open .booking-html-3,
body.lubd-booking-open .lubd-header-booking,
body.lubd-booking-open [data-lubd-header-booking],
body.lubd-booking-open [data-lubd-destination-booking] {
  position: relative;
  z-index: 999999;
  filter: none !important;
}

/* Keep Elementor sticky spacer behind the overlay */
body.lubd-booking-open .elementor-sticky__spacer {
  z-index: 1 !important;
}
/* End of Header booking open, dynamic blur overlay */

/* Updated Header Booking Widget Dionis June 2026, no Flatpickr dependency */

/* Elementor wrapper cleanup for this booking HTML widget only */
.booking-html,
.booking-html > .elementor-widget-container,
.booking-html .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 24px !important;
  overflow: visible !important;
}

.booking-html .bd-badge {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.lubd-header-booking {
  --hbw-asphalt: #302f26;
  --hbw-white: #ffffff;
  --hbw-yellow: #d6de31;
  --hbw-green: #397c49;
  --hbw-cream: #f0efdd;

  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  font-family: "Agrandir", Arial, sans-serif;
  color: var(--hbw-asphalt);
  background: var(--hbw-white);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: var(--hbw-z-index, 5);
}

.lubd-header-booking,
.lubd-header-booking * {
  box-sizing: border-box;
  font-family: "Agrandir", Arial, sans-serif;
}

.lubd-header-booking a {
  color: inherit;
  text-decoration: none;
}

.lubd-header-booking button,
.lubd-header-booking input {
  font-family: "Agrandir", Arial, sans-serif !important;
}

.lubd-header-booking .booking-header {
  text-align: center;
  margin: 0;
  padding: 40px 28px 30px;
  background: var(--hbw-white);
}

.lubd-header-booking .booking-title {
  margin: 0;
  color: var(--hbw-asphalt);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.lubd-header-booking .booking-header br {
  display: none;
}

/* Form shell */

.lubd-header-booking .booking-form-v2 {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  padding: 0 28px 22px;
  background: var(--hbw-white);
  border-radius: 0;
  box-shadow: none !important;
  overflow: visible;
}

.lubd-header-booking .hbw-field-full,
.lubd-header-booking .hbw-panel,
.lubd-header-booking #bookBtn {
  grid-column: 1 / -1;
}

.lubd-header-booking .hbw-half,
.lubd-header-booking [data-hbw-guests-field],
.lubd-header-booking [data-hbw-promo-field] {
  grid-column: 1 / -1;
}

/* Fields */

.lubd-header-booking .hbw-field {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(48, 47, 38, 0.12);
  border-radius: 14px;
  background: var(--hbw-white);
  color: var(--hbw-asphalt);
  padding: 0 16px;
}

.lubd-header-booking .hbw-field:focus-within {
  border-color: rgba(57, 124, 73, 0.42);
}

.lubd-header-booking .hbw-trigger,
.lubd-header-booking .hbw-date-button {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--hbw-asphalt) !important;
  text-align: left;
  cursor: pointer;
}

.lubd-header-booking .hbw-field-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(48, 47, 38, 0.55);
}

.lubd-header-booking .hbw-field-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lubd-header-booking .hbw-field-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.lubd-header-booking .hbw-label {
  display: block;
  margin: 0 0 5px;
  color: var(--hbw-green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lubd-header-booking .hbw-value {
  display: block;
  width: 100%;
  color: var(--hbw-asphalt);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lubd-header-booking .hbw-value.is-placeholder {
  color: rgba(48, 47, 38, 0.42);
}

.lubd-header-booking .hbw-chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--hbw-asphalt);
  border-bottom: 2px solid var(--hbw-asphalt);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.lubd-header-booking .bookhalf img {
  display: none;
}

/* Guests */

.lubd-header-booking .hbw-guests-field {
  overflow: hidden;
}

.lubd-header-booking .hbw-guests-field .hbw-field-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.lubd-header-booking .hbw-guests-field .hbw-label {
  margin-bottom: 0;
}

.lubd-header-booking .hbw-guests-field .hbw-label::after {
  content: "How Many?";
  display: block;
  margin-top: 4px;
  color: rgba(48, 47, 38, 0.52);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}

.lubd-header-booking .guest-counter {
  width: auto !important;
  min-width: 96px !important;
  display: grid !important;
  grid-template-columns: 26px 26px 26px !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 5px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.lubd-header-booking .guest-counter button {
  width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--hbw-cream) !important;
  color: var(--hbw-asphalt) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
}

.lubd-header-booking #guestCount {
  width: 26px !important;
  min-width: 26px !important;
  margin: 0 !important;
  text-align: center !important;
  color: var(--hbw-asphalt) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

/* Promo */

.lubd-header-booking .hbw-promo-field .hbw-field-copy {
  min-width: 0;
}

.lubd-header-booking #promo {
  width: 100%;
  max-width: 100%;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--hbw-asphalt) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.lubd-header-booking #promo::placeholder {
  color: rgba(48, 47, 38, 0.42);
}

/* Book button */

.lubd-header-booking #bookBtn {
  width: 100%;
  min-height: 60px;
  margin-top: 2px;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--hbw-green) !important;
  color: var(--hbw-white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.lubd-header-booking #bookBtn.enabled {
  opacity: 1;
}

.lubd-header-booking #bookBtn.disabled,
.lubd-header-booking #bookBtn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.lubd-header-booking #bookBtn:hover:not(:disabled) {
  background: #2f663b !important;
  transform: translateY(-1px);
}

/* Inline expanding panels */

.lubd-header-booking .hbw-panel {
  display: none;
  grid-column: 1 / -1;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

.lubd-header-booking .hbw-panel.is-open,
.lubd-header-booking .hbw-panel.show {
  display: block !important;
}

/* Destination panel */

.lubd-header-booking .hbw-destination-panel {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 310px;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0 !important;
  padding: 10px !important;
  background: var(--hbw-white) !important;
  border: 1px solid rgba(48, 47, 38, 0.1) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.lubd-header-booking .hbw-destination-panel::-webkit-scrollbar {
  width: 6px;
}

.lubd-header-booking .hbw-destination-panel::-webkit-scrollbar-track {
  background: rgba(48, 47, 38, 0.08);
  border-radius: 999px;
}

.lubd-header-booking .hbw-destination-panel::-webkit-scrollbar-thumb {
  background: var(--hbw-yellow);
  border-radius: 999px;
}

.lubd-header-booking .hbw-group-label {
  display: block;
  margin: 10px 10px 9px !important;
  padding: 0 !important;
  color: var(--hbw-asphalt) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lubd-header-booking .hbw-dest-option {
  width: 100% !important;
  min-height: 42px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 26px !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 8px 8px 10px !important;
  margin: 0 0 7px !important;
  border-radius: 11px !important;
  border: 1px solid rgba(48, 47, 38, 0.08) !important;
  background: var(--hbw-cream) !important;
  color: var(--hbw-asphalt) !important;
  box-shadow: none !important;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.lubd-header-booking .hbw-dest-option:hover,
.lubd-header-booking .hbw-dest-option:focus {
  background: rgba(214, 222, 49, 0.18) !important;
  border-color: rgba(57, 124, 73, 0.45) !important;
  outline: 0 !important;
  transform: translateY(-1px);
}

.lubd-header-booking .hbw-dest-name {
  min-width: 0 !important;
  padding-right: 8px !important;
  color: var(--hbw-asphalt) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.lubd-header-booking .hbw-dest-arrow {
  position: static !important;
  width: 26px !important;
  height: 26px !important;
  margin-left: auto !important;
  flex: 0 0 26px !important;
  z-index: 1 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hbw-yellow);
  color: var(--hbw-asphalt);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

/* Calendar panel */

.lubd-header-booking .hbw-date-panel {
  padding: 14px;
  border-radius: 16px;
  background: var(--hbw-white);
  border: 1px solid rgba(48, 47, 38, 0.1);
  box-shadow: none;
}

.lubd-header-booking .hbw-date-top {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.lubd-header-booking .hbw-date-heading {
  text-align: center;
  color: var(--hbw-asphalt);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.lubd-header-booking .hbw-date-nav {
  width: 34px;
  height: 34px;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--hbw-cream) !important;
  color: var(--hbw-asphalt) !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  padding: 0 !important;
  cursor: pointer;
}

.lubd-header-booking .hbw-date-nav:hover:not(:disabled),
.lubd-header-booking .hbw-date-nav:focus:not(:disabled) {
  background: var(--hbw-yellow) !important;
  outline: 0 !important;
}

.lubd-header-booking .hbw-date-nav:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.lubd-header-booking .hbw-date-month {
  padding: 12px;
  border-radius: 16px;
  background: var(--hbw-cream);
  border: 1px solid rgba(48, 47, 38, 0.08);
}

.lubd-header-booking .hbw-cal-weekdays,
.lubd-header-booking .hbw-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
}

.lubd-header-booking .hbw-cal-weekdays {
  margin-bottom: 6px;
}

.lubd-header-booking .hbw-cal-weekdays span {
  text-align: center;
  color: rgba(48, 47, 38, 0.54);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.lubd-header-booking .hbw-day {
  width: 100%;
  min-width: 0;
  height: 30px;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--hbw-asphalt) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 0 !important;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.lubd-header-booking .hbw-day:hover:not(:disabled),
.lubd-header-booking .hbw-day:focus:not(:disabled) {
  background: rgba(214, 222, 49, 0.38) !important;
  outline: 0 !important;
}

.lubd-header-booking .hbw-day.is-other {
  color: rgba(48, 47, 38, 0.28) !important;
}

.lubd-header-booking .hbw-day.is-disabled {
  color: rgba(48, 47, 38, 0.22) !important;
  cursor: not-allowed;
}

.lubd-header-booking .hbw-day.is-today:not(.is-start):not(.is-end) {
  box-shadow: inset 0 0 0 1px rgba(57, 124, 73, 0.45);
  color: var(--hbw-green) !important;
}

.lubd-header-booking .hbw-day.is-range {
  background: rgba(214, 222, 49, 0.42) !important;
  border-radius: 0 !important;
}

.lubd-header-booking .hbw-day.is-start,
.lubd-header-booking .hbw-day.is-end {
  background: var(--hbw-green) !important;
  color: var(--hbw-white) !important;
  border-radius: 999px !important;
  font-weight: 700;
}

.lubd-header-booking .hbw-date-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(48, 47, 38, 0.1);
}

.lubd-header-booking .hbw-date-tip {
  color: rgba(48, 47, 38, 0.65);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
}

.lubd-header-booking .hbw-date-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.lubd-header-booking .hbw-date-clear,
.lubd-header-booking .hbw-date-apply {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px !important;
  border: 0 !important;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.lubd-header-booking .hbw-date-clear {
  background: transparent !important;
  color: var(--hbw-asphalt) !important;
}

.lubd-header-booking .hbw-date-clear:hover,
.lubd-header-booking .hbw-date-clear:focus {
  background: var(--hbw-cream) !important;
  outline: 0 !important;
}

.lubd-header-booking .hbw-date-apply {
  background: var(--hbw-asphalt) !important;
  color: var(--hbw-white) !important;
}

.lubd-header-booking .hbw-date-apply:hover,
.lubd-header-booking .hbw-date-apply:focus {
  background: var(--hbw-green) !important;
  outline: 0 !important;
}

/* Tribe badge */

.lubd-header-booking .bd-badge,
.booking-html .lubd-header-booking .bd-badge {
  order: 3;
  display: block;
  width: 100% !important;
  margin: 0 !important;
  background: var(--hbw-cream) !important;
  color: var(--hbw-asphalt) !important;
  border: 1px solid rgba(48, 47, 38, 0.08) !important;
  border-top: 0 !important;
  border-radius: 0 0 24px 24px !important;
  box-shadow: none !important;
  text-align: center;
  padding: 10px 14px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.lubd-header-booking .bd-badge a,
.booking-html .lubd-header-booking .bd-badge a,
.booking-html .bd-badge a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 !important;
  color: var(--hbw-asphalt) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.lubd-header-booking .bd-badge a::before,
.booking-html .bd-badge a::before {
  content: "%";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hbw-yellow);
  color: var(--hbw-asphalt);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* Mobile */

@media (max-width: 767px) {
  .booking-html {
    padding: 0 !important;
    margin: 0 !important;
  }

  .lubd-header-booking {
    max-width: 100%;
    border-radius: 22px !important;
    overflow: hidden !important;
  }
.booking-html {
  width: 100% !important;
  max-width: 460px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
}

.booking-html > .elementor-widget-container {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.lubd-header-booking {
  width: 100% !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
  .lubd-header-booking .bd-badge,
  .booking-html .lubd-header-booking .bd-badge,
  .booking-html .bd-badge {
    order: -1 !important;
    width: 100% !important;
    margin: 0 !important;
    background: var(--hbw-green) !important;
    color: var(--hbw-white) !important;
    border: 0 !important;
    border-radius: 22px 22px 0 0 !important;
    padding: 12px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .lubd-header-booking .bd-badge a,
  .booking-html .lubd-header-booking .bd-badge a,
  .booking-html .bd-badge a {
    color: var(--hbw-white) !important;
    font-weight: 700 !important;
  }

  .lubd-header-booking .bd-badge a::before,
  .booking-html .bd-badge a::before {
    background: var(--hbw-yellow);
    color: var(--hbw-asphalt);
  }

  .lubd-header-booking .booking-header {
    padding: 24px 16px 14px !important;
  }

  .lubd-header-booking .booking-title {
    font-size: 21px !important;
    line-height: 1.05;
  }

  .lubd-header-booking .booking-form-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0 0 22px 22px !important;
    padding: 14px !important;
    gap: 8px !important;
  }

  .lubd-header-booking .hbw-field-full,
  .lubd-header-booking .hbw-panel,
  .lubd-header-booking #bookBtn,
  .lubd-header-booking [data-hbw-guests-field],
  .lubd-header-booking [data-hbw-promo-field] {
    grid-column: 1 / -1 !important;
  }

  .lubd-header-booking .hbw-field {
    min-height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 12px;
  }

  .lubd-header-booking .hbw-trigger,
  .lubd-header-booking .hbw-date-button {
    min-height: 48px;
  }

  .lubd-header-booking .hbw-field-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .lubd-header-booking .hbw-label {
    font-size: 11px;
  }

  .lubd-header-booking .hbw-value,
  .lubd-header-booking #promo {
    font-size: 13px !important;
  }

  .lubd-header-booking .hbw-destination-panel {
    max-height: 310px !important;
    padding: 10px !important;
  }

  .lubd-header-booking .hbw-dest-name {
    font-size: 12.5px !important;
  }

  .lubd-header-booking .hbw-guests-field .hbw-field-copy {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  .lubd-header-booking .guest-counter {
    justify-content: end !important;
    min-width: 88px !important;
    grid-template-columns: 24px 24px 24px !important;
  }

  .lubd-header-booking .guest-counter button {
    width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
  }

  .lubd-header-booking #guestCount {
    width: 24px !important;
    min-width: 24px !important;
  }

  .lubd-header-booking #bookBtn {
    min-height: 54px;
    border-radius: 12px !important;
    font-size: 14px;
  }

  .lubd-header-booking .hbw-date-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .lubd-header-booking .hbw-date-actions {
    width: 100%;
  }

  .lubd-header-booking .hbw-date-clear,
  .lubd-header-booking .hbw-date-apply {
    flex: 1 1 0;
  }
}

/* Destination booking widget compatibility, booking-html-3 */

.booking-html-3,
.booking-html-3 > .elementor-widget-container,
.booking-html-3 .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
}

/* Make booking-html-3 behave like booking-html */
.booking-html-3 .lubd-header-booking {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Badge alignment for destination popup */
.booking-html-3 .lubd-header-booking .bd-badge,
.booking-html-3 .bd-badge {
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* Promo field, destination version */
.lubd-header-booking #promo3 {
  width: 100%;
  max-width: 100%;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--hbw-asphalt) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.lubd-header-booking #promo3::placeholder {
  color: rgba(48, 47, 38, 0.42);
}

/* Guest count, destination version */
.lubd-header-booking #guestCount3 {
  width: 26px !important;
  min-width: 26px !important;
  margin: 0 !important;
  text-align: center !important;
  color: var(--hbw-asphalt) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

/* Book button, destination version, only needed if your destination HTML still uses bookBtn3 */
.lubd-header-booking #bookBtn3 {
  width: 100%;
  min-height: 60px;
  margin-top: 2px;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--hbw-green) !important;
  color: var(--hbw-white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.lubd-header-booking #bookBtn3.enabled {
  opacity: 1;
}

.lubd-header-booking #bookBtn3.disabled,
.lubd-header-booking #bookBtn3:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.lubd-header-booking #bookBtn3:hover:not(:disabled) {
  background: #2f663b !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .booking-html-3 {
    width: 100% !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-self: center !important;
  }

  .booking-html-3 > .elementor-widget-container {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .lubd-header-booking #promo3 {
    font-size: 13px !important;
  }

  .lubd-header-booking #guestCount3 {
    width: 24px !important;
    min-width: 24px !important;
  }

  .lubd-header-booking #bookBtn3 {
    min-height: 54px;
    border-radius: 12px !important;
    font-size: 14px;
  }
}
/* Prevent Elementor sticky spacer from duplicating booking calendar/dropdowns */
.elementor-sticky__spacer .lubd-header-booking,
.elementor-sticky__spacer .hbw-date-panel,
.elementor-sticky__spacer .hbw-destination-panel,
.elementor-sticky__spacer [data-lubd-header-booking],
.elementor-sticky__spacer [data-lubd-destination-booking] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
/* End of Header Booking Widget Dionis June 2026, no Flatpickr dependency */

/* Custom HTML Slide Menu Toggle */
#menuToggle[aria-expanded="false"] #menuIcon{
	content: url(https://stg-lubdcom-lubdstaging.kinsta.cloud/wp-content/uploads/2025/07/bg-bar.svg);
}
#menuToggle[aria-expanded="true"] #menuIcon{
	content: url(https://stg-lubdcom-lubdstaging.kinsta.cloud/wp-content/uploads/2025/07/x-bar.svg);
}

/* Custom HTML Slide Menu */
.elementor-editor-active #slideMenu{
	display:none !important;
}

.slide-menu {
  position: absolute;
  top: 74px;
  left: 0;
  display: none;
  width: fit-content;
  min-width: fit-content;
  max-width: calc(100% - 40px);
  padding: 16px;
  flex-wrap: nowrap;
  overflow: hidden;
  background: #302F26;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.menu-col {
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 390px;
  margin-right: 0;
  border-radius: 24px;
  background: transparent;
}

.menu-toggle {
  background: white;
  border: none;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle img {
  display: block;
  width: 56px;
  height: 56px;
}

.menu-col.active {
  display: flex;
}

a:not([href]):not([tabindex]).menu-btn {
  color: #ffffff;
}

.menu-btn,
.back-btn {
  background: transparent;
  border: none;
  padding: 10px 16px;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  border-radius: 8px;
  transition: background 0.3s;

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  --n-menu-title-line-height: var(--e-global-typography-accent-line-height);
}

.menu-btn.active {
  background: rgba(111, 110, 102, 0.3);
}

.menu-btn:hover {
  background: rgba(111, 110, 102, 0.3);
  color: #ffffff;
}

.back-btn {
  display: none;
}

.menu-toggle span {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}

.arrow-icon {
  float: right;
  width: 6px;
  height: 14px;
  margin-top: 10px;
  margin-left: 8px;
  vertical-align: middle;
}

.menu-btn {
  margin-bottom: 8px;
  margin-top: 8px;
}

.menu-btn.highlight {
  background: #d9e528;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.highlight-group {
  background: #d9e528;
  border-radius: 16px;
  padding: 0px 8px;
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}

.highlight-group .menu-btn {
  background: transparent;
  color: rgba(48, 47, 38, 1) !important;
  padding: 12px 14px;
  border-radius: 8px;

}

.highlight-group .menu-btn:hover {
  /* background: rgba(255,255,255,0.2); */
  background: rgba(241, 245, 154, 1);
}

.menu-col-2,
.menu-col-3 {
  padding-left: 16px;
  border-left: 1px solid rgba(111, 110, 102, 0.3);
  border-radius: 0;
  margin-left: 16px;
	gap:0px;
}

.menu-col-2 .menu-btn,
.menu-col-3 .menu-btn {
  font-family: var(--e-global-typography-cb79127-font-family), Sans-serif;
  font-size: var(--e-global-typography-cb79127-font-size);
  font-weight: var(--e-global-typography-cb79127-font-weight);
  line-height: var(--e-global-typography-cb79127-line-height);
}

.menu-col-2 .arrow-icon,
.menu-col-3 .arrow-icon {
  margin-top: 6px;
}

.menu-sub-group {
  color: rgba(111, 110, 102, 1);
  padding: 16px 24px;
  font-family: var(--e-global-typography-cb79127-font-family), Sans-serif;
  font-size: var(--e-global-typography-cb79127-font-size);
  line-height: var(--e-global-typography-cb79127-line-height);
}

.hrline {
  background-color: rgba(111, 110, 102, 0.3) !important;
  height: 1px;
  border: 0;
}

.highlight-group .hrline {
  background-color: rgba(147, 152, 37, 0.5) !important;
  height: 1px;
  border: 0;
}

@media (max-width: 1024px) {

  .slide-menu {
    top: 57px;
  }

  .menu-col {
    display: none;
    flex-direction: column;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 20px !important;

    box-sizing: border-box;
    animation: slideIn 0.3s ease forwards;
  }

  .menu-col.active {
    display: block;

    width: 100% !important;
    max-width: 100% !important;

    padding: 20px !important;
  }

  .back-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    background: transparent;
    color: #ffffff !important;
    border-radius: 128px;
    padding: 6px 14px;
    border: 1px solid #6F6E66;
  }

  .menu-btn {
    display: block;
    width: 100%;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }

  .menu-sub-group {
    display: block;
    margin-top: 16px;
  }

  .highlight-group {
    margin-top: 16px;
  }

  .menu-col {
    height: 100vh;
  }

  .menu-col-2,
  .menu-col-3 {
    border-left: unset;
    height: 100vh;

    /* Reset desktop submenu offsets */
    margin-left: 0 !important;
    padding-left: 20px !important;
  }

  .menu-toggle img {
    width: 40px;
    height: 40px;
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }

    to {
      transform: translateX(0%);
      opacity: 1;
    }
  }
}

/* Mobile Full-Viewport Slide Menu */
@media (max-width: 767px) {
  .slide-menu {
    --lubd-mobile-header-height: 116px;
    position: fixed !important;
    top: var(--lubd-mobile-header-height) !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    top: var(--lubd-mobile-header-bottom, 0px) !important;
    bottom: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .slide-menu .menu-col,
  .slide-menu .menu-col.active {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  .slide-menu .menu-col-2,
  .slide-menu .menu-col-3 {
    margin-left: 0 !important;
    padding-left: 20px !important;
    border-left: 0 !important;
  }
}
