

/*---- NEW STYLES ---*/
/* =========================================================
   LIFED SESSION BOOKING — BASE
   Prefix: lfd-sbb1
   ========================================================= */

:root {
    --lfd-sbb1-teal: #00ae9d;
    --lfd-sbb1-teal-dark: #008f82;
    --lfd-sbb1-green: #5fbb46;

    --lfd-sbb1-dark: #414242;
    --lfd-sbb1-text: #414242;
    --lfd-sbb1-muted: #6f7777;

    --lfd-sbb1-grey-light: #f4f4f4;
    --lfd-sbb1-white: #ffffff;

    --lfd-sbb1-aqua: #d6edea;
    --lfd-sbb1-green-light: #e6f4d0;

    --lfd-sbb1-border: #e3e8e7;
    --lfd-sbb1-danger: #b83939;

    --lfd-sbb1-radius-sm: 10px;
    --lfd-sbb1-radius-md: 16px;
    --lfd-sbb1-radius-lg: 20px;

    --lfd-sbb1-shadow:
        0 14px 38px rgba(65, 66, 66, 0.07);

    --lfd-sbb1-transition:
        180ms ease;
}

/* =========================================================
   PAGE
   ========================================================= */

.booking-page {
    min-height: 100vh;
    padding: 48px 0 88px;
    background:
        radial-gradient(
            circle at top right,
            rgba(214, 237, 234, 0.65),
            transparent 30rem
        ),
        #f7f9f9;
    color: var(--lfd-sbb1-text);
    font-family: "Nunito", sans-serif;
}

.booking-page > .container {
    max-width: 1180px;
}

/* =========================================================
   MAIN GRID
   ========================================================= */

.booking-page .row {
    align-items: flex-start;
}

.booking-left,
.booking-right {
    width: 100%;
}

/* =========================================================
   LEFT PANEL
   ========================================================= */

.booking-left {
    min-width: 0;
}

.booking-engine {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* =========================================================
   GENERIC BOOKING CARDS
   Applies to existing section wrappers where present
   ========================================================= */

/*.booking-engine > div:not(.booking-submit-card) {
    border: 1px solid var(--lfd-sbb1-border);
    border-radius: var(--lfd-sbb1-radius-lg);
    background: var(--lfd-sbb1-white);
    box-shadow: var(--lfd-sbb1-shadow);
}*/

/* =========================================================
   SUBMIT CARD
   ========================================================= */

.booking-submit-card {
    padding: 18px;
    /* border: 1px solid var(--lfd-sbb1-border); */
    border-radius: var(--lfd-sbb1-radius-lg);
    /* background: var(--lfd-sbb1-white); */
    /* box-shadow: var(--lfd-sbb1-shadow); */
    margin-top: 11px;
}

/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.booking-submit-button {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 22px;

    border: 1px solid var(--lfd-sbb1-teal);
    border-radius: 13px;

    background: var(--lfd-sbb1-teal);
    color: var(--lfd-sbb1-white);

    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;

    cursor: pointer;

    transition:
        background-color var(--lfd-sbb1-transition),
        border-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition),
        transform var(--lfd-sbb1-transition);
}

.booking-submit-button:hover {
    border-color: var(--lfd-sbb1-teal-dark);
    background: var(--lfd-sbb1-teal-dark);
    box-shadow:
        0 14px 28px rgba(0, 174, 157, 0.22);
    transform: translateY(-1px);
}

.booking-submit-button:active {
    box-shadow: none;
    transform: translateY(0);
}

.booking-submit-button:focus-visible {
    outline: 3px solid rgba(0, 174, 157, 0.22);
    outline-offset: 3px;
}

.booking-submit-button:disabled,
.booking-submit-button[aria-disabled="true"] {
    border-color: #bcc7c6;
    background: #bcc7c6;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* =========================================================
   SUBMIT MESSAGE
   ========================================================= */

.booking-submit-message {
    min-height: 20px;
    margin: 10px 0 0;
    color: var(--lfd-sbb1-danger);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {
    .booking-page {
        padding: 36px 0 64px;
    }

    .booking-page > .container {
        max-width: 760px;
    }

    .booking-engine {
        gap: 18px;
    }
}

@media (max-width: 575.98px) {
    .booking-page {
        padding: 22px 0 48px;
    }

    .booking-page > .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .booking-engine {
        gap: 14px;
    }

    .booking-submit-card {
        padding: 14px;
        border-radius: var(--lfd-sbb1-radius-md);
    }

    .booking-submit-button {
        min-height: 52px;
        padding: 13px 18px;
        border-radius: 11px;
        font-size: 0.9rem;
    }
}

/* =========================================================
   BOOKING LAYOUT — RIGHT PANEL
   ========================================================= */

.booking-right {
    width: 100%;
    min-width: 0;
}

.booking-summary-sticky {
    position: sticky;
    top: 110px;
}

/* Tablet and mobile */
@media (max-width: 991.98px) {
    .booking-summary-sticky {
        position: static;
        top: auto;
    }

    .booking-right {
        margin-top: 4px;
    }
}

/* =========================================================
   BOOKING SUMMARY
   ========================================================= */

.booking-summary-card{
    background:#fff;
    border-radius:22px;
    padding:28px;
    border:1px solid #e7eceb;
    box-shadow:0 12px 32px rgba(0,0,0,.05);
}

.booking-card-title{
    font-family:"Manrope",sans-serif;
    font-size:2rem;
    font-weight:700;
    color:#414242;
    margin-bottom:24px;
}

.booking-summary-item{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:14px 0;
    border-bottom:1px solid #edf1f1;
}

.booking-summary-item span{
    font-family:"Nunito",sans-serif;
    color:#7b8484;
    font-weight:600;
}

.booking-summary-item strong{
    font-family:"Nunito",sans-serif;
    color:#414242;
    font-weight:700;
    text-align:right;
}

/* =========================================================
   BOOKING SUMMARY — DEVELOPMENT / SCHEDULE META
   ========================================================= */

.booking-summary-card .booking-summary-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f1;
}

.booking-summary-card .booking-summary-item > span {
    flex: 0 0 42%;
    color: var(--lfd-sbb1-muted);
    font-family: "Nunito", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.45;
}

.booking-summary-card .booking-summary-item > strong {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--lfd-sbb1-dark);
    font-family: "Nunito", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-align: right;
}

/* Override Bootstrap utility colours to match LIFED branding */
.booking-summary-card .booking-summary-item > strong.text-primary {
    color: var(--lfd-sbb1-teal) !important;
}

.booking-summary-card .booking-summary-item > strong.text-danger {
    color: #d85d67 !important;
}

/* Optional visual treatment for these two temporary values */
.booking-summary-card .booking-summary-item > strong.text-primary,
.booking-summary-card .booking-summary-item > strong.text-danger {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.booking-summary-card .booking-summary-item > strong.text-primary {
    background: var(--lfd-sbb1-aqua);
}

.booking-summary-card .booking-summary-item > strong.text-danger {
    background: #fff0f1;
}

@media (max-width: 575.98px) {
    .booking-summary-card .booking-summary-item {
        flex-direction: column;
        gap: 6px;
    }

    .booking-summary-card .booking-summary-item > span {
        flex-basis: auto;
    }

    .booking-summary-card .booking-summary-item > strong {
        text-align: left;
    }
}

/* =========================================================
   BOOKING SUMMARY
   DATE / TIME / AVAILABILITY
   ========================================================= */

#selected-time-slot,
#summary-start-date,
#summary-end-date {
    color: var(--lfd-sbb1-dark);
    font-weight: 700;
}

#selected-slot-availability {
    /*display: inline-flex;
    align-items: center;
    justify-content: center;*/
    min-width: 72px;
    /*padding: 4px 10px;*/
   /* border-radius: 999px;*/

    /*background: var(--lfd-sbb1-aqua);*/
    color: var(--lfd-sbb1-teal);

    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;

    /*transition:
        background-color .25s ease,
        color .25s ease;*/
}

/* Default when nothing is selected */
#selected-slot-availability:empty::before {
    content: "—";
    color: var(--lfd-sbb1-muted);
}

/* Long dates wrap nicely */
#summary-start-date,
#summary-end-date {
    overflow-wrap: anywhere;
}

/* Mobile */

@media (max-width:575.98px){

    #selected-slot-availability{
        align-self:flex-start;
    }

}

/* =========================================================
   BOOKING SUMMARY
   PACKAGE / PAYMENT
   ========================================================= */

.booking-summary-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
}

.booking-summary-row + .booking-summary-row {
    border-top: 1px solid #edf1f1;
}

.booking-summary-row span {
    flex: 0 0 42%;
    color: var(--lfd-sbb1-muted);
    font-family: "Nunito", sans-serif;
    font-size: .80rem;
    font-weight: 600;
    line-height: 1.45;
}

.booking-summary-row strong {
    flex: 1;
    min-width: 0;
    color: var(--lfd-sbb1-dark);
    font-family: "Nunito", sans-serif;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
    overflow-wrap: anywhere;
}

/* Dynamic values */

#selected-package,
#selected-package-price,
#summary-payment-option{
    color: var(--lfd-sbb1-dark);
}

/* Price */

#selected-package-price{
    color: var(--lfd-sbb1-teal);
    font-size: .95rem;
    font-weight: 800;
}

/* Divider */

.booking-summary-card hr{
    margin:18px 0;
    border:0;
    border-top:1px solid var(--lfd-sbb1-border);
    opacity:1;
}

/* Mobile */

@media (max-width:575.98px){

    .booking-summary-row{
        flex-direction:column;
        gap:5px;
    }

    .booking-summary-row strong{
        text-align:left;
    }

}

/* =========================================================
   BOOKING SUMMARY
   GUESTS & PRICE DETAILS
   ========================================================= */

#summary-guests,
#summary-price-per-person,
#summary-child-rate {
    color: var(--lfd-sbb1-dark);
    font-weight: 700;
}

/* Guest Count */

#summary-guests {
    /* display: inline-flex; */
    align-items: right;
    justify-content: center;
    min-width: 42px;
    /* padding: 4px 10px; */
    border-radius: 999px;
    /* background: var(--lfd-sbb1-green-light); */
    color: var(--lfd-sbb1-green);
    font-size: .82rem;
    font-weight: 800;
}

/* Price Per Person */

#summary-price-per-person {
    color: var(--lfd-sbb1-teal);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: -.01em;
}

/* Child Rate */

#summary-child-rate-row {
    margin-top: 2px;
}

#summary-child-rate {
    display: inline-block;
    padding: 4px 10px;

    border-radius: 999px;

    background: #fff7ea;
    color: #c67b00;

    font-size: .76rem;
    font-weight: 700;
}

/* Smooth appearance when JS shows the row */

#summary-child-rate-row {
    transition: all .25s ease;
}

/* Mobile */

@media (max-width:575.98px){

    #summary-guests,
    #summary-price-per-person,
    #summary-child-rate{
        align-self:flex-start;
    }

}

/* =========================================================
   BOOKING SUMMARY
   PRICING BREAKDOWN
   ========================================================= */

/* Children Total */

#summary-child-total {
    color: var(--lfd-sbb1-green);
    font-weight: 800;
}

#summary-child-total-row {
    transition: all .25s ease;
}

/* Booking Amount */

#summary-booking-amount {
    color: var(--lfd-sbb1-dark);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

/* Advance Payment Breakdown */

#advance-breakdown {
    margin-top: 14px;
    padding: 14px 16px;

    background: linear-gradient(
        180deg,
        #fafdfc 0%,
        #f4faf9 100%
    );

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 16px;
}

/* Remove duplicate separators inside the breakdown */

#advance-breakdown .booking-summary-row {
    padding: 10px 0;
}

#advance-breakdown .booking-summary-row:first-child {
    padding-top: 0;
}

#advance-breakdown .booking-summary-row:last-child {
    padding-bottom: 0;
}

#advance-breakdown .booking-summary-row + .booking-summary-row {
    border-top: 1px dashed #d8e3e2;
}

/* Advance */

#summary-advance {
    color: var(--lfd-sbb1-teal);
    font-weight: 800;
}

/* GST */

#summary-gst {
    color: #8a9090;
    font-weight: 700;
}

/* Remaining Balance */

#summary-balance {
    color: var(--lfd-sbb1-green);
    font-size: .9rem;
    font-weight: 800;
}

/* Mobile */

@media (max-width:575.98px){

    #advance-breakdown{
        padding:12px;
        border-radius:14px;
    }

}

/* =========================================================
   BOOKING SUMMARY
   FINAL PAYMENT
   ========================================================= */

/* Full Payment GST */

#full-breakdown {
    margin-top: 14px;
    padding: 14px 16px;

    background: #fafcfc;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 16px;
}

#full-breakdown .booking-summary-row {
    padding: 0;
    border: 0;
}

#summary-gst-full {
    color: #8b9090;
    font-weight: 700;
}

/* Divider before Total */

.booking-summary-card hr {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid var(--lfd-sbb1-border);
    opacity: 1;
}

/* =========================================================
   TOTAL PAYABLE
   ========================================================= */

.booking-summary-total {

    display: flex;
    align-items: center;
    justify-content: space-between;

    /*padding: 20px;*/

    border-radius: 18px;

    background: #fff;

    /*box-shadow:
        0 12px 28px rgba(0, 174, 157, .22);*/

}

.booking-summary-total small {

    display: block;

    margin-bottom: 4px;

    color: #000;

    font-family: "Nunito", sans-serif;
    font-size: .80rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;

}

.booking-summary-total h3 {

    margin: 0;

    color: #fff;

    font-family: "Manrope", sans-serif;
    font-size: clamp(1.6rem,2vw,2rem);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;

}

/* Dynamic Total */

#summary-total {
    color: #000;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:575.98px){

    #full-breakdown{
        padding:12px;
        border-radius:14px;
    }

    .booking-summary-total{

        padding:16px;
        border-radius:16px;

    }

    .booking-summary-total h3{

        font-size:1.5rem;

    }

}

/* =========================================================
   BOOKING PACKAGE SELECTION
   ========================================================= */

.booking-card {
    padding: 24px;
    border: 1px solid var(--lfd-sbb1-border);
    border-radius: var(--lfd-sbb1-radius-lg);
    background: var(--lfd-sbb1-white);
    box-shadow: var(--lfd-sbb1-shadow);
}

.booking-card-title {
    margin: 0 0 20px;
    color: var(--lfd-sbb1-dark);
    font-family: "Manrope", sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

/* =========================================================
   PACKAGE CARD
   ========================================================= */

.booking-package-card {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.booking-package-card + .booking-package-card {
    margin-top: 12px;
}

.booking-package-card input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.booking-package-content {
    position: relative;
    padding: 18px 18px 18px 52px;
    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 16px;
    background: #ffffff;

    transition:
        border-color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition),
        transform var(--lfd-sbb1-transition);
}

/* Custom radio */

.booking-package-content::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    width: 20px;
    height: 20px;
    border: 2px solid #b8c3c2;
    border-radius: 50%;
    background: #ffffff;

    transition:
        border-color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition);
}

.booking-package-content::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    transform: scale(0.4);

    transition:
        opacity var(--lfd-sbb1-transition),
        transform var(--lfd-sbb1-transition);
}

/* Hover */

.booking-package-card:hover .booking-package-content {
    border-color: rgba(0, 174, 157, 0.5);
    box-shadow: 0 10px 24px rgba(65, 66, 66, 0.07);
    transform: translateY(-1px);
}

/* Selected */

.booking-package-card input[type="radio"]:checked
    + .booking-package-content {
    border-color: var(--lfd-sbb1-teal);
    background:
        linear-gradient(
            135deg,
            rgba(214, 237, 234, 0.55),
            rgba(255, 255, 255, 0.96)
        );
    box-shadow:
        0 0 0 3px rgba(0, 174, 157, 0.09),
        0 12px 26px rgba(0, 174, 157, 0.09);
}

.booking-package-card input[type="radio"]:checked
    + .booking-package-content::before {
    border-color: var(--lfd-sbb1-teal);
    background: var(--lfd-sbb1-teal);
    box-shadow: 0 0 0 4px rgba(0, 174, 157, 0.1);
}

.booking-package-card input[type="radio"]:checked
    + .booking-package-content::after {
    opacity: 1;
    transform: scale(1);
}

/* Keyboard focus */

.booking-package-card input[type="radio"]:focus-visible
    + .booking-package-content {
    outline: 3px solid rgba(0, 174, 157, 0.2);
    outline-offset: 3px;
}

/* =========================================================
   PACKAGE CONTENT
   ========================================================= */

.booking-package-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.booking-package-header > strong {
    min-width: 0;
    color: var(--lfd-sbb1-dark);
    font-family: "Manrope", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.booking-package-price {
    flex: 0 0 auto;
    color: var(--lfd-sbb1-teal);
    font-family: "Manrope", sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.booking-package-price small {
    display: block;
    margin-top: 3px;
    color: var(--lfd-sbb1-muted);
    font-family: "Nunito", sans-serif;
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0;
}

.booking-package-description {
    max-width: 90%;
    margin: 9px 0 0;
    color: var(--lfd-sbb1-muted);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.6;
}

/* Empty state */

.booking-card > .text-muted {
    padding: 14px 16px;
    border: 1px dashed var(--lfd-sbb1-border);
    border-radius: 12px;
    background: #fafcfc;
    color: var(--lfd-sbb1-muted) !important;
    font-size: 0.84rem;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 575.98px) {
    .booking-card {
        padding: 18px;
        border-radius: var(--lfd-sbb1-radius-md);
    }

    .booking-card-title {
        margin-bottom: 16px;
        font-size: 1.15rem;
    }

    .booking-package-content {
        padding: 16px 15px 16px 46px;
        border-radius: 14px;
    }

    .booking-package-content::before {
        top: 18px;
        left: 15px;
        width: 19px;
        height: 19px;
    }

    .booking-package-content::after {
        top: 23.5px;
        left: 20.5px;
        width: 8px;
        height: 8px;
    }

    .booking-package-header {
        flex-direction: column;
        gap: 7px;
    }

    .booking-package-price {
        text-align: left;
    }

    .booking-package-price small {
        display: inline;
        margin: 0 0 0 3px;
    }

    .booking-package-description {
        max-width: none;
        margin-top: 8px;
    }
}

/* =========================================================
   PAYMENT OPTIONS
   ========================================================= */

/* Extra spacing between payment cards */

.booking-card .booking-package-card + .booking-package-card {
    margin-top: 14px;
}

/* Payment title */

.booking-card-title {
    position: relative;
}

/* Payment option description */

.booking-card input[name="payment_option"]
    + .booking-package-content
    strong {

    display: block;

    margin-bottom: 6px;

    color: var(--lfd-sbb1-dark);

    font-family: "Manrope", sans-serif;
    font-size: .98rem;
    font-weight: 700;

}

.booking-card input[name="payment_option"]
    + .booking-package-content
    .booking-package-description {

    margin: 0;

    color: var(--lfd-sbb1-muted);

    font-size: .82rem;
    line-height: 1.6;

}

/* Selected payment option */

.booking-card input[name="payment_option"]:checked
    + .booking-package-content {

    border-color: var(--lfd-sbb1-green);

    background:
        linear-gradient(
            135deg,
            rgba(230,244,208,.65),
            rgba(255,255,255,.96)
        );

    box-shadow:
        0 0 0 3px rgba(95,187,70,.10),
        0 12px 28px rgba(95,187,70,.10);

}

/* Radio indicator */

.booking-card input[name="payment_option"]:checked
    + .booking-package-content::before {

    border-color: var(--lfd-sbb1-green);
    background: var(--lfd-sbb1-green);

    box-shadow:
        0 0 0 4px rgba(95,187,70,.12);

}

/* Hover */

.booking-card input[name="payment_option"]
    + .booking-package-content:hover {

    border-color: rgba(95,187,70,.45);

}

/* Mobile */

@media (max-width:575.98px){

    .booking-card input[name="payment_option"]
        + .booking-package-content
        strong{

        font-size:.92rem;

    }

}


/* =========================================================
   GUEST DETAILS
   ========================================================= */

.booking-card .form-label {
    display: block;
    margin-bottom: 9px;

    color: var(--lfd-sbb1-dark);

    font-family: "Nunito", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.3;
}

/* =========================================================
   GUEST COUNTER
   ========================================================= */

.booking-guest-counter {
    display: grid;
    grid-template-columns: 48px minmax(72px, 1fr) 48px;
    align-items: stretch;

    width: 100%;
    max-width: 260px;
    min-height: 48px;

    overflow: hidden;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 14px;

    background: var(--lfd-sbb1-white);

    transition:
        border-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition);
}

.booking-guest-counter:focus-within {
    border-color: var(--lfd-sbb1-teal);

    box-shadow:
        0 0 0 3px rgba(0, 174, 157, 0.1);
}

/* Counter buttons */

.guest-counter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 48px;
    min-height: 48px;
    padding: 0;

    border: 0;

    background: #f5faf9;
    color: var(--lfd-sbb1-teal-dark);

    font-family: "Manrope", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;
    user-select: none;

    transition:
        background-color var(--lfd-sbb1-transition),
        color var(--lfd-sbb1-transition),
        opacity var(--lfd-sbb1-transition);
}

.guest-counter-btn:first-child {
    border-right: 1px solid var(--lfd-sbb1-border);
}

.guest-counter-btn:last-child {
    border-left: 1px solid var(--lfd-sbb1-border);
}

.guest-counter-btn:hover:not(:disabled) {
    background: var(--lfd-sbb1-aqua);
    color: var(--lfd-sbb1-teal-dark);
}

.guest-counter-btn:active:not(:disabled) {
    background: #c7e7e2;
}

.guest-counter-btn:focus-visible {
    position: relative;
    z-index: 2;
    outline: 3px solid rgba(0, 174, 157, 0.2);
    outline-offset: -3px;
}

.guest-counter-btn:disabled {
    background: #f3f5f5;
    color: #b6bebe;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Counter input */

.booking-guest-counter .form-control {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 8px 10px;

    border: 0;
    border-radius: 0;

    background: var(--lfd-sbb1-white);
    color: var(--lfd-sbb1-dark);

    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;

    box-shadow: none;
    cursor: default;
}

/* Remove number input controls */

.booking-guest-counter input[type="number"]::-webkit-inner-spin-button,
.booking-guest-counter input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.booking-guest-counter input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* Bootstrap focus override */

.booking-guest-counter .form-control:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

/* Supporting note */

.booking-card .form-text {
    max-width: 400px;
    color: var(--lfd-sbb1-muted);

    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
}

/* =========================================================
   GUEST DETAILS RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {
    .booking-guest-counter {
        max-width: 100%;
    }

    .booking-card .form-text {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .booking-guest-counter {
        grid-template-columns: 46px minmax(64px, 1fr) 46px;
        min-height: 46px;
        border-radius: 12px;
    }

    .guest-counter-btn,
    .booking-guest-counter .form-control {
        min-height: 46px;
    }

    .guest-counter-btn {
        min-width: 46px;
        font-size: 1.2rem;
    }
}

/* =========================================================
   CHILDREN COUNTER
   ========================================================= */

#child-count {
    color: var(--lfd-sbb1-dark);
}

/* Child counter guidance */

#child-counter-message {
    color: var(--lfd-sbb1-muted);
    transition:
        color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        border-color var(--lfd-sbb1-transition);
}

/* Disabled child counter */

.booking-guest-counter:has(#child-count)
    .guest-counter-btn:disabled {
    background: #f4f6f6;
    color: #b9c0c0;
}

/* When JavaScript enables either child button */

.booking-guest-counter:has(#child-plus:not(:disabled)),
.booking-guest-counter:has(#child-minus:not(:disabled)) {
    border-color: rgba(95, 187, 70, 0.45);
}

.booking-guest-counter:has(#child-plus:not(:disabled)):focus-within,
.booking-guest-counter:has(#child-minus:not(:disabled)):focus-within {
    border-color: var(--lfd-sbb1-green);
    box-shadow:
        0 0 0 3px rgba(95, 187, 70, 0.1);
}

#child-minus:hover:not(:disabled),
#child-plus:hover:not(:disabled) {
    background: var(--lfd-sbb1-green-light);
    color: #458d34;
}

/* Optional message states for JavaScript-added classes */

#child-counter-message.is-success {
    color: #458d34;
}

#child-counter-message.is-warning {
    color: #b36b00;
}

#child-counter-message.is-error {
    color: var(--lfd-sbb1-danger);
}

/* Mobile */

@media (max-width: 767.98px) {
    #child-counter-message {
        margin-bottom: 0;
    }
}


/* =========================================================
   GUEST DETAILS — STATUS MESSAGE
   ========================================================= */

#guest-accommodation-message {
    padding: 11px 13px;
    border: 1px solid #f0d8aa;
    border-radius: 12px;
    background: #fff8ea;
    color: #9a6700;

    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.5;
}

#guest-accommodation-message:empty {
    display: none !important;
}

/* Optional JavaScript message states */

#guest-accommodation-message.is-success {
    border-color: rgba(95, 187, 70, 0.3);
    background: var(--lfd-sbb1-green-light);
    color: #458d34;
}

#guest-accommodation-message.is-error {
    border-color: rgba(184, 57, 57, 0.25);
    background: #fff1f1;
    color: var(--lfd-sbb1-danger);
}

/* =========================================================
   GUEST COUNT SUMMARY
   ========================================================= */

.booking-date-summary {
    overflow: hidden;
        padding: 12px 24px;
    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 16px;
    background:
        linear-gradient(
            180deg,
            #fbfdfd 0%,
            #f6faf9 100%
        );
}

.booking-date-summary .booking-summary-row {
    padding: 11px 0;
}

.booking-date-summary .booking-summary-row + .booking-summary-row {
    border-top: 1px dashed #dce5e4;
}

.booking-date-summary .booking-summary-row span {
    color: var(--lfd-sbb1-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.booking-date-summary .booking-summary-row strong {
    color: var(--lfd-sbb1-dark);
    font-size: 0.86rem;
    font-weight: 800;
}

/* Individual counts */

#guest-summary-adults,
#guest-summary-children {
    display: inline-flex;
    min-width: 36px;
    align-items: center;
    justify-content: center;
    padding: 3px 9px;
    border-radius: 999px;
    /*background: var(--lfd-sbb1-aqua);*/
    color: var(--lfd-sbb1-teal-dark);
}

/* Total count */

.booking-date-summary .booking-summary-row:last-child {
        /* margin: 0 -16px; */
    /*padding: 13px 16px;*/
    /* background: rgba(230, 244, 208, 0.6); */

}

#guest-summary-total {
    display: inline-flex;
    min-width: 42px;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;
    border-radius: 999px;
    /*background: var(--lfd-sbb1-green);*/
    color: #000;
}

/* =========================================================
   BOOKING MODE MESSAGE
   ========================================================= */

#booking-mode-message {
    position: relative;
    padding: 13px 15px 13px 42px;
    border: 1px solid rgba(0, 174, 157, 0.2);
    border-radius: 13px;
    background: rgba(214, 237, 234, 0.35);
    color: var(--lfd-sbb1-muted);

    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.55;
}

#booking-mode-message::before {
    content: "i";
    position: absolute;
    top: 13px;
    left: 15px;

    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: var(--lfd-sbb1-teal);
    color: #fff;

    font-family: Georgia, serif;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

/* =========================================================
   SECTION DIVIDERS
   ========================================================= */

.booking-card > hr,
#additional-adults-section > hr,
#children-section > hr {
    margin: 26px 0;
    border: 0;
    border-top: 1px solid var(--lfd-sbb1-border);
    opacity: 1;
}

.booking-section-title {
    margin: 0 0 8px;
    color: var(--lfd-sbb1-dark);

    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
}

/* =========================================================
   PRIMARY CONTACT FIELDS
   ========================================================= */

.booking-guest-item {
    margin-bottom: 18px;
}

.booking-guest-item:last-child {
    margin-bottom: 0;
}

.booking-guest-item .form-label {
    margin-bottom: 8px;
}

/* Inputs and selects */

.booking-guest-item .form-control,
.booking-guest-item .form-select,
#additional-adults .form-control,
#additional-adults .form-select,
#child-guests .form-control,
#child-guests .form-select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 12px;

    background-color: #fff;
    color: var(--lfd-sbb1-dark);

    font-family: "Nunito", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;

    transition:
        border-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition);
}

.booking-guest-item .form-control::placeholder,
#additional-adults .form-control::placeholder,
#child-guests .form-control::placeholder {
    color: #a8b0b0;
    font-weight: 500;
}

.booking-guest-item .form-control:hover,
.booking-guest-item .form-select:hover,
#additional-adults .form-control:hover,
#additional-adults .form-select:hover,
#child-guests .form-control:hover,
#child-guests .form-select:hover {
    border-color: #c6d4d2;
}

.booking-guest-item .form-control:focus,
.booking-guest-item .form-select:focus,
#additional-adults .form-control:focus,
#additional-adults .form-select:focus,
#child-guests .form-control:focus,
#child-guests .form-select:focus {
    border-color: var(--lfd-sbb1-teal);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 174, 157, 0.1);
}

/* Invalid fields */

.booking-guest-item .form-control:invalid:not(:placeholder-shown),
.booking-guest-item .form-select:invalid:not(:focus),
#additional-adults .form-control:invalid:not(:placeholder-shown),
#child-guests .form-control:invalid:not(:placeholder-shown) {
    border-color: rgba(184, 57, 57, 0.55);
}

/* Country select */

#phone-country-code {
    padding-right: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* =========================================================
   DYNAMIC GUEST SECTIONS
   ========================================================= */

#additional-adults-section,
#children-section {
    margin-top: 4px;
}

#additional-adults,
#child-guests {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/*
 * Supports dynamically generated wrappers without requiring
 * a specific JavaScript-generated class name.
 */
#additional-adults > div,
#child-guests > div {
    padding: 16px;
    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 14px;
    background: #fafcfc;
}

#additional-adults label,
#child-guests label {
    display: block;
    margin-bottom: 7px;
    color: var(--lfd-sbb1-dark);
    font-size: 0.8rem;
    font-weight: 700;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {
    .booking-date-summary {
        padding-right: 14px;
        padding-left: 14px;
    }

    .booking-date-summary .booking-summary-row {
        flex-direction: row;
        align-items: center;
    }

    .booking-date-summary .booking-summary-row strong {
        text-align: right;
    }

    .booking-date-summary .booking-summary-row:last-child {
        margin-right: -14px;
        margin-left: -14px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .booking-guest-item .row {
        row-gap: 16px;
    }
}

@media (max-width: 575.98px) {
    #booking-mode-message {
        padding: 12px 13px 12px 39px;
    }

    #booking-mode-message::before {
        top: 12px;
        left: 13px;
    }

    .booking-section-title {
        font-size: 0.95rem;
    }

    .booking-guest-item {
        margin-bottom: 16px;
    }

    .booking-guest-item .form-control,
    .booking-guest-item .form-select,
    #additional-adults .form-control,
    #additional-adults .form-select,
    #child-guests .form-control,
    #child-guests .form-select {
        min-height: 48px;
        padding: 11px 13px;
    }

    #additional-adults > div,
    #child-guests > div {
        padding: 14px;
        border-radius: 12px;
    }
}

/* =========================================================
   PROGRAM OVERVIEW
   ========================================================= */

.booking-program-overview {
    display: flex;
    flex-direction: column;
    gap: 18px;

    /*
     * The inner schedule section already uses booking-card.
     * Make the outer wrapper visually transparent.
     */
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* =========================================================
   PROGRAM TAGS
   ========================================================= */

.booking-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.booking-tag {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;

    padding: 6px 12px;

    border: 1px solid rgba(0, 174, 157, 0.14);
    border-radius: 999px;

    background: rgba(214, 237, 234, 0.55);
    color: var(--lfd-sbb1-teal-dark);

    font-family: "Nunito", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

/* Give each tag a subtle variation */

.booking-tags .booking-tag:nth-child(2) {
    border-color: rgba(95, 187, 70, 0.16);
    background: rgba(230, 244, 208, 0.7);
    color: #468d34;
}

.booking-tags .booking-tag:nth-child(3) {
    border-color: #e3e7e7;
    background: #f4f6f6;
    color: var(--lfd-sbb1-muted);
}

/* =========================================================
   PROGRAM SCHEDULE
   ========================================================= */

.booking-schedule {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;

    padding: 16px 18px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            rgba(214, 237, 234, 0.45),
            rgba(255, 255, 255, 0.95)
        );
}

.booking-schedule > span {
    color: var(--lfd-sbb1-muted);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.45;
}

.booking-schedule > strong {
    color: var(--lfd-sbb1-dark);
    font-family: "Manrope", sans-serif;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.45;
    text-align: right;
}

.booking-schedule-days {
    margin-top: 4px;
    color: var(--lfd-sbb1-teal-dark);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
}

/*
 * Fixed schedule has strong and weekday as siblings.
 * Stack that version naturally.
 */
.booking-schedule > strong:first-child {
    flex: 1;
    text-align: left;
}

.booking-schedule > strong:first-child
    + .booking-schedule-days {
    flex: 0 0 auto;
    margin-top: 1px;
    text-align: right;
}

/* =========================================================
   SEASON WINDOW
   ========================================================= */

.booking-season-window {
    margin-bottom: 18px;
}

.booking-season-window .booking-schedule {
    border-color: rgba(95, 187, 70, 0.22);
    background:
        linear-gradient(
            135deg,
            rgba(230, 244, 208, 0.62),
            rgba(255, 255, 255, 0.96)
        );
}

.booking-season-window .booking-schedule strong {
    color: #478e35;
}

/* =========================================================
   DATE SELECTOR
   ========================================================= */

.flexi-session-selector {
    margin-top: 22px;
}

.booking-date-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-field-label {
    color: var(--lfd-sbb1-dark);
    font-family: "Nunito", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
}

.booking-form-control {
    width: 100%;
    min-height: 50px;
    padding: 11px 14px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 12px;

    background: #fff;
    color: var(--lfd-sbb1-dark);

    font-family: "Nunito", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;

    transition:
        border-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition);
}

.booking-form-control:hover {
    border-color: #c5d2d1;
}

.booking-form-control:focus {
    border-color: var(--lfd-sbb1-teal);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 174, 157, 0.1);
}

.booking-form-control:disabled {
    background: #f4f6f6;
    color: #9ca5a5;
    cursor: not-allowed;
}

/* Native date-picker button */

.booking-form-control[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.65;
}

.booking-form-control[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/* =========================================================
   SUBTITLES
   ========================================================= */

.booking-subtitle {
    margin: 0 0 14px;
    color: var(--lfd-sbb1-dark);

    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

#journey-description {
    margin: 0;
    color: var(--lfd-sbb1-muted);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.5;
}

/* =========================================================
   SESSION BOOKING MESSAGE
   ========================================================= */

#session-booking-message {
    padding: 12px 14px;
    border-radius: 12px;

    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.55;
}

#session-booking-message.alert-info {
    border-color: rgba(0, 174, 157, 0.22);
    background: rgba(214, 237, 234, 0.48);
    color: var(--lfd-sbb1-teal-dark);
}

#session-booking-message.alert-success {
    border-color: rgba(95, 187, 70, 0.24);
    background: rgba(230, 244, 208, 0.68);
    color: #478e35;
}

#session-booking-message.alert-warning {
    border-color: #efd8a8;
    background: #fff8e9;
    color: #986400;
}

#session-booking-message.alert-danger {
    border-color: rgba(184, 57, 57, 0.22);
    background: #fff1f1;
    color: var(--lfd-sbb1-danger);
}

/* Unsupported schedule warning */

.booking-card > .alert-warning {
    padding: 13px 15px;
    border: 1px solid #efd8a8;
    border-radius: 12px;
    background: #fff8e9;
    color: #986400;

    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
}

/* =========================================================
   TIME SLOT LIST
   ========================================================= */

#session-time-slots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.booking-time-option {
    min-width: 0;
}

.booking-time-slot-card {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.booking-time-slot-card input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.booking-time-slot-content {
    position: relative;
    display: flex;
    min-height: 82px;
    flex-direction: column;
    justify-content: center;

    padding: 15px 16px 15px 48px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 14px;

    background: #fff;

    transition:
        border-color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition),
        transform var(--lfd-sbb1-transition);
}

/* Radio indicator */

.booking-time-slot-content::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 16px;

    width: 19px;
    height: 19px;

    border: 2px solid #b8c4c3;
    border-radius: 50%;
    background: #fff;

    transition:
        border-color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition);
}

.booking-time-slot-content::after {
    content: "";
    position: absolute;
    top: 24.5px;
    left: 21.5px;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: #fff;

    opacity: 0;
    transform: scale(0.4);

    transition:
        opacity var(--lfd-sbb1-transition),
        transform var(--lfd-sbb1-transition);
}

/* Hover */

.booking-time-slot-card:hover
    .booking-time-slot-content {
    border-color: rgba(0, 174, 157, 0.45);
    box-shadow: 0 9px 22px rgba(65, 66, 66, 0.07);
    transform: translateY(-1px);
}

/* Selected */

.booking-time-slot-card input[type="radio"]:checked
    + .booking-time-slot-content {
    border-color: var(--lfd-sbb1-teal);

    background:
        linear-gradient(
            135deg,
            rgba(214, 237, 234, 0.62),
            rgba(255, 255, 255, 0.96)
        );

    box-shadow:
        0 0 0 3px rgba(0, 174, 157, 0.09),
        0 10px 24px rgba(0, 174, 157, 0.09);
}

.booking-time-slot-card input[type="radio"]:checked
    + .booking-time-slot-content::before {
    border-color: var(--lfd-sbb1-teal);
    background: var(--lfd-sbb1-teal);
    box-shadow: 0 0 0 4px rgba(0, 174, 157, 0.1);
}

.booking-time-slot-card input[type="radio"]:checked
    + .booking-time-slot-content::after {
    opacity: 1;
    transform: scale(1);
}

/* Keyboard focus */

.booking-time-slot-card input[type="radio"]:focus-visible
    + .booking-time-slot-content {
    outline: 3px solid rgba(0, 174, 157, 0.2);
    outline-offset: 3px;
}

/* Disabled and sold-out */

.booking-time-slot-card input[type="radio"]:disabled
    + .booking-time-slot-content {
    border-color: #e3e6e6;
    background: #f5f6f6;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.68;
    transform: none;
}

.booking-time-slot-card:has(input[type="radio"]:disabled) {
    cursor: not-allowed;
}

.booking-time-slot-card input[type="radio"]:disabled
    + .booking-time-slot-content::before {
    border-color: #c8cece;
    background: #e7eaea;
}

/* Time and capacity */

.booking-time {
    color: var(--lfd-sbb1-dark);
    font-family: "Manrope", sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
}

.booking-capacity {
    margin-top: 5px;
    color: var(--lfd-sbb1-muted);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.4;
}

.booking-time-slot-card input[type="radio"]:checked
    + .booking-time-slot-content
    .booking-capacity {
    color: var(--lfd-sbb1-teal-dark);
}

/* =========================================================
   WEEKLY JOURNEY PREVIEW
   ========================================================= */

#weekly-journey-preview {
    padding: 18px;
    border-color: rgba(0, 174, 157, 0.18);
    background: #fbfdfd;
    box-shadow: none;
}

#weekly-journey-preview > .d-flex {
    gap: 16px;
}

#weekly-journey-count {
    flex: 0 0 auto;
}

#weekly-journey-sessions {
    margin-top: 6px;
}

.booking-journey-session {
    display: flex;
    align-items: center;
    gap: 13px;

    padding: 13px 0;

    border-bottom: 1px solid #e7eded;
}

.booking-journey-session:last-child {
    border-bottom: 0;
}

.booking-journey-number {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--lfd-sbb1-aqua);
    color: var(--lfd-sbb1-teal-dark);

    font-size: 0.76rem;
    font-weight: 800;
}

.booking-journey-details {
    flex: 1;
    min-width: 0;
}

.booking-journey-status {
    color: var(--lfd-sbb1-teal-dark);
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

#weekly-journey-capacity {
    padding: 11px 13px;
    border: 1px solid rgba(0, 174, 157, 0.2);
    border-radius: 11px;
    background: rgba(214, 237, 234, 0.4);
    color: var(--lfd-sbb1-teal-dark);

    font-size: 0.76rem;
    font-weight: 600;
}

/* =========================================================
   FLEXI SESSION BUILDER
   ========================================================= */

#flexi-session-builder {
    padding: 18px;
    border-color: rgba(95, 187, 70, 0.22);
    background:
        linear-gradient(
            180deg,
            #fcfefb 0%,
            #f8fcf5 100%
        );
    box-shadow: none;
}

#flexi-session-builder > .d-flex {
    gap: 16px;
}

#flexi-selection-count {
    flex: 0 0 auto;
    border-color: rgba(95, 187, 70, 0.2);
    background: var(--lfd-sbb1-green-light);
    color: #478e35;
}

#flexi-selected-sessions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#flexi-selected-sessions > div {
    padding: 13px 14px;
    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 12px;
    background: #fff;
}

/* Empty state */

#session-time-slots > .text-muted,
#flexi-selected-sessions > .text-muted {
    grid-column: 1 / -1;

    padding: 14px 16px;
    border: 1px dashed var(--lfd-sbb1-border);
    border-radius: 12px;
    background: #fafcfc;

    color: var(--lfd-sbb1-muted) !important;
    font-size: 0.8rem;
    line-height: 1.5;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {
    #session-time-slots {
        grid-template-columns: 1fr;
    }

    #weekly-journey-preview > .d-flex,
    #flexi-session-builder > .d-flex {
        align-items: flex-start !important;
        flex-direction: column;
    }

    #weekly-journey-count,
    #flexi-selection-count {
        align-self: flex-start;
    }
}

@media (max-width: 575.98px) {
    .booking-tags {
        gap: 7px;
    }

    .booking-tag {
        padding: 5px 10px;
        font-size: 0.68rem;
    }

    .booking-schedule {
        flex-direction: column;
        gap: 6px;
        padding: 14px;
    }

    .booking-schedule > strong,
    .booking-schedule > strong:first-child,
    .booking-schedule > strong:first-child
        + .booking-schedule-days {
        text-align: left;
    }

    .booking-form-control {
        min-height: 48px;
        padding: 10px 12px;
    }

    .booking-time-slot-content {
        min-height: 76px;
        padding: 14px 14px 14px 45px;
        border-radius: 12px;
    }

    .booking-time-slot-content::before {
        top: 18px;
        left: 14px;
    }

    .booking-time-slot-content::after {
        top: 23.5px;
        left: 19.5px;
    }

    #weekly-journey-preview,
    #flexi-session-builder {
        padding: 14px;
        border-radius: 13px;
    }

    .booking-journey-status {
        white-space: normal;
        text-align: right;
    }
}

/* =========================================================
   FULL-STACK PROGRAM SCHEDULE
   ========================================================= */

/*
 * Reuse the transparent outer overview wrapper so the
 * inner schedule card remains the primary visual card.
 */
.booking-program-overview {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* =========================================================
   FULL-STACK FORM GROUP
   ========================================================= */

.booking-form-group {
    margin-top: 20px;
}

.booking-form-group .form-label {
    display: block;
    margin-bottom: 8px;

    color: var(--lfd-sbb1-dark);

    font-family: "Nunito", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
}

.booking-form-group .form-control {
    width: 100%;
    min-height: 50px;
    padding: 11px 14px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 12px;

    background: #ffffff;
    color: var(--lfd-sbb1-dark);

    font-family: "Nunito", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;

    transition:
        border-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition);
}

.booking-form-group .form-control:hover {
    border-color: #c7d3d2;
}

.booking-form-group .form-control:focus {
    border-color: var(--lfd-sbb1-teal);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 174, 157, 0.1);
}

.booking-form-group .form-control:disabled {
    background: #f4f6f6;
    color: #9ca5a5;
    cursor: not-allowed;
}

.booking-form-group .form-text {
    margin-top: 8px;

    color: var(--lfd-sbb1-muted);

    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.55;
}

/* Native calendar button */

.booking-form-group input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.65;
}

.booking-form-group input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/* =========================================================
   FULL-STACK DATE SUMMARY
   ========================================================= */

#fullstack-date-summary {
    overflow: hidden;

    padding: 6px 16px;

    border: 1px solid rgba(0, 174, 157, 0.18);
    border-radius: 15px;

    background:
        linear-gradient(
            180deg,
            rgba(214, 237, 234, 0.3),
            rgba(255, 255, 255, 0.96)
        );
}

#fullstack-date-summary .booking-summary-row {
    /*padding: 11px 0;*/
}

#fullstack-date-summary
    .booking-summary-row
    + .booking-summary-row {
    border-top: 1px dashed #d7e4e2;
}

#fullstack-date-summary .booking-summary-row span {
    color: var(--lfd-sbb1-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

#fullstack-date-summary .booking-summary-row strong {
    color: var(--lfd-sbb1-dark);
    font-size: 0.86rem;
    font-weight: 800;
}

#selected-start-date {
    color: var(--lfd-sbb1-teal-dark);
}

#selected-end-date {
    color: var(--lfd-sbb1-green);
}

/* =========================================================
   FIXED-DATE SCHEDULE
   ========================================================= */

.booking-card > .booking-schedule + .booking-schedule {
    margin-top: 18px;
}

.booking-card > input[type="hidden"] + .booking-schedule {
    border-color: rgba(0, 174, 157, 0.18);

    background:
        linear-gradient(
            135deg,
            rgba(214, 237, 234, 0.5),
            rgba(255, 255, 255, 0.96)
        );
}

/* =========================================================
   SEASONAL PROGRAM
   ========================================================= */

.booking-card .booking-schedule strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.booking-card .booking-schedule-days {
    color: var(--lfd-sbb1-muted);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.5;
}

.booking-card
    .booking-schedule
    strong:first-child {
    color: var(--lfd-sbb1-dark);
}

/* =========================================================
   FULL-STACK BOOKING MESSAGE
   ========================================================= */

#full-stack-booking-message {
    padding: 12px 14px;

    border-radius: 12px;

    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.55;
}

#full-stack-booking-message.alert-info {
    border-color: rgba(0, 174, 157, 0.22);
    background: rgba(214, 237, 234, 0.48);
    color: var(--lfd-sbb1-teal-dark);
}

#full-stack-booking-message.alert-success {
    border-color: rgba(95, 187, 70, 0.24);
    background: rgba(230, 244, 208, 0.68);
    color: #478e35;
}

#full-stack-booking-message.alert-warning {
    border-color: #efd8a8;
    background: #fff8e9;
    color: #986400;
}

#full-stack-booking-message.alert-danger {
    border-color: rgba(184, 57, 57, 0.22);
    background: #fff1f1;
    color: var(--lfd-sbb1-danger);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 575.98px) {
    .booking-form-group {
        margin-top: 17px;
    }

    .booking-form-group .form-control {
        min-height: 48px;
        padding: 10px 12px;
    }

    #fullstack-date-summary {
        padding-right: 14px;
        padding-left: 14px;
        border-radius: 13px;
    }

    #fullstack-date-summary .booking-summary-row {
        flex-direction: row;
        align-items: center;
    }

    #fullstack-date-summary .booking-summary-row strong {
        text-align: right;
    }
}


/* =========================================================
   ACCOMMODATION SELECTOR
   ========================================================= */

#booking-room-types {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.booking-room-card {
    padding: 20px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 16px;

    background: #ffffff;

    transition:
        border-color var(--lfd-sbb1-transition),
        box-shadow var(--lfd-sbb1-transition),
        transform var(--lfd-sbb1-transition);
}

.booking-room-card:hover {
    border-color: rgba(0, 174, 157, 0.28);

    box-shadow:
        0 10px 24px rgba(65, 66, 66, 0.07);

    transform: translateY(-2px);
}

/* Optional state when JS marks a room as selected */

.booking-room-card.is-selected {
    border-color: var(--lfd-sbb1-teal);

    background:
        linear-gradient(
            180deg,
            rgba(214, 237, 234, 0.35),
            #ffffff
        );

    box-shadow:
        0 0 0 3px rgba(0, 174, 157, 0.08);
}

/* =========================================================
   ROOM HEADER
   ========================================================= */

.booking-room-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}

.booking-room-header h5 {
    margin: 0;

    color: var(--lfd-sbb1-dark);

    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.booking-room-header .text-muted {
    margin-top: 4px;

    color: var(--lfd-sbb1-muted) !important;

    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.5;
}

.booking-room-price {
    flex-shrink: 0;

    color: var(--lfd-sbb1-teal-dark);

    font-family: "Manrope", sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    text-align: right;
    line-height: 1.3;
}

.booking-room-price small {
    display: block;
    margin-top: 2px;

    color: var(--lfd-sbb1-muted);

    font-size: 0.7rem;
    font-weight: 600;
}

/* =========================================================
   CHILD POLICY
   ========================================================= */

.booking-room-card .text-success {
    color: var(--lfd-sbb1-green) !important;

    font-size: 0.8rem;
    font-weight: 700;
}

.booking-room-card .form-text {
    color: var(--lfd-sbb1-muted);

    font-size: 0.76rem;
    line-height: 1.55;
}

/* =========================================================
   ROOM COUNTER
   ========================================================= */

.booking-room-card .booking-guest-counter {
    max-width: 220px;
}

.room-selection-message {
    min-height: 20px;
    transition:
        color var(--lfd-sbb1-transition);
}

.room-selection-message.is-success {
    color: var(--lfd-sbb1-green);
}

.room-selection-message.is-warning {
    color: #b36b00;
}

.room-selection-message.is-error {
    color: var(--lfd-sbb1-danger);
}


/* =========================================================
   ACCOMMODATION SUMMARY
   ========================================================= */

#accommodation-total {
    color: var(--lfd-sbb1-green);
    font-weight: 800;
}

#accommodation-capacity,
#accommodation-room-count {
    color: var(--lfd-sbb1-teal-dark);
}

#accommodation-remaining {
    color: #d07a00;
}

#accommodation-extra-rooms {
    color: var(--lfd-sbb1-danger);
}

/* =========================================================
   VALIDATION MESSAGE
   ========================================================= */

#accommodation-message {
    padding: 12px 14px;

    border: 1px solid rgba(184, 57, 57, 0.18);
    border-radius: 12px;

    background: #fff4f4;

    color: var(--lfd-sbb1-danger) !important;

    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.5;

    transition:
        background-color var(--lfd-sbb1-transition),
        border-color var(--lfd-sbb1-transition),
        color var(--lfd-sbb1-transition);
}

/* Optional JS states */

#accommodation-message.is-success {
    border-color: rgba(95, 187, 70, 0.25);
    background: var(--lfd-sbb1-green-light);
    color: #458d34 !important;
}

#accommodation-message.is-warning {
    border-color: #efd7a7;
    background: #fff8e9;
    color: #986300 !important;
}

/* =========================================================
   EMPTY STATE
   ========================================================= */

.booking-card > .text-muted.mb-0 {
    padding: 18px;

    border: 1px dashed var(--lfd-sbb1-border);
    border-radius: 14px;

    background: #fafcfc;

    color: var(--lfd-sbb1-muted) !important;

    font-size: 0.82rem;
    line-height: 1.6;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {

    .booking-room-header {
        flex-direction: column;
    }

    .booking-room-price {
        text-align: left;
    }

    .booking-room-card .booking-guest-counter {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {

    .booking-room-card {
        padding: 16px;
        border-radius: 14px;
    }

    .booking-room-header h5 {
        font-size: 0.95rem;
    }

    .booking-room-price {
        font-size: 1rem;
    }
}





/* =========================================================
   ROOM CARD STRUCTURE
   ========================================================= */

.booking-room-card {
    display: flex;
    flex-direction: column;

    min-height: 100%;
    padding: 20px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 16px;

    background: #fff;
}

.booking-room-main {
    flex: 1 1 auto;
}

.booking-room-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    margin-top: auto;
    padding-top: 18px;
}

/* =========================================================
   ROOM SELECTION STATUS
   ========================================================= */

.room-selection-message {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 30px;
    align-items: center;
    gap: 7px;

    margin-top: 10px !important;
    padding: 6px 10px;

    border: 1px solid #e2e8e7;
    border-radius: 8px;

    background: #f7f9f9;
    color: #6f7c7b;

    font-family: "Nunito", sans-serif;
    font-size: 0.71rem;
    font-weight: 700;
    line-height: 1.35;

    white-space: normal;

    transition:
        border-color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        color var(--lfd-sbb1-transition);
}

.room-selection-message::before {
    content: "\F584";

    flex: 0 0 auto;

    font-family: "bootstrap-icons";
    font-size: 0.75rem;
    line-height: 1;
}

/* Selected through JavaScript */

.room-selection-message.is-selected {
    border-color: rgba(0, 174, 157, 0.2);
    background: rgba(214, 237, 234, 0.45);
    color: var(--lfd-sbb1-teal-dark);
}

.room-selection-message.is-selected::before {
    content: "\F26A";
}

/* =========================================================
   ROOM META ROW
   ========================================================= */

.room-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    margin-top: 22px;
    padding-top: 15px;

    border-top: 1px solid #edf1f0;
}

.room-meta-item {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 7px;

    color: #52705c;

    font-family: "Nunito", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.4;

    white-space: normal;
}

.room-meta-item i {
    flex: 0 0 auto;

    color: #5aa847;

    font-size: 0.82rem;
    line-height: 1;
}

.room-meta-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.room-meta-divider {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;

    border-radius: 50%;
    background: #aebbb9;
}

/* Children allowed */

.room-meta-policy.is-allowed {
    color: #52705c;
}

.room-meta-policy.is-allowed i {
    color: #5aa847;
}

/* Children restricted */

.room-meta-policy.is-restricted {
    color: #657271;
}

.room-meta-policy.is-restricted i {
    color: #83908f;
}

/* Supporting child pricing line */

.room-policy-details {
    margin-top: 8px;

    color: var(--lfd-sbb1-muted);

    font-size: 0.71rem;
    font-weight: 600;
    line-height: 1.5;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .room-meta {
        gap: 7px;
        margin-top: 18px;
        padding-top: 13px;
    }

    .room-meta-item {
        font-size: 0.71rem;
    }

    .room-meta-divider {
        display: none;
    }

    .room-meta-policy {
        flex-basis: 100%;
    }
}

/* =========================================================
   ROOM SELECTION STATUS
   ========================================================= */

.room-selection-message {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 30px;
    align-items: center;
    gap: 7px;

    margin-top: 10px !important;
    padding: 6px 10px;

    border: 1px solid #e2e8e7;
    border-radius: 8px;

    background: #f7f9f9;
    color: #6f7c7b;

    font-family: "Nunito", sans-serif;
    font-size: 0.71rem;
    font-weight: 700;
    line-height: 1.35;

    white-space: normal;

    transition:
        border-color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        color var(--lfd-sbb1-transition);
}

.room-selection-message::before {
    content: "\F584";

    flex: 0 0 auto;

    font-family: "bootstrap-icons";
    font-size: 0.75rem;
    line-height: 1;
}

/* Selected through JavaScript */

.room-selection-message.is-selected {
    border-color: rgba(0, 174, 157, 0.2);
    background: rgba(214, 237, 234, 0.45);
    color: var(--lfd-sbb1-teal-dark);
}

.room-selection-message.is-selected::before {
    content: "\F26A";
}

/* =========================================================
   ROOM META ROW
   ========================================================= */

.room-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    margin-top: 22px;
    padding-top: 15px;

    border-top: 1px solid #edf1f0;
}

.room-meta-item {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 7px;

    color: #52705c;

    font-family: "Nunito", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.4;

    white-space: normal;
}

.room-meta-item i {
    flex: 0 0 auto;

    color: #5aa847;

    font-size: 0.82rem;
    line-height: 1;
}

.room-meta-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.room-meta-divider {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;

    border-radius: 50%;
    background: #aebbb9;
}

/* Children allowed */

.room-meta-policy.is-allowed {
    color: #52705c;
}

.room-meta-policy.is-allowed i {
    color: #5aa847;
}

/* Children restricted */

.room-meta-policy.is-restricted {
    color: #657271;
}

.room-meta-policy.is-restricted i {
    color: #83908f;
}

/* Supporting child pricing line */

.room-policy-details {
    margin-top: 8px;

    color: var(--lfd-sbb1-muted);

    font-size: 0.71rem;
    font-weight: 600;
    line-height: 1.5;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .room-meta {
        gap: 7px;
        margin-top: 18px;
        padding-top: 13px;
    }

    .room-meta-item {
        font-size: 0.71rem;
    }

    .room-meta-divider {
        display: none;
    }

    .room-meta-policy {
        flex-basis: 100%;
    }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 575.98px) {
    .booking-room-card {
        padding: 16px;
    }

    .booking-room-footer {
        padding-top: 16px;
    }

    .room-info-pill {
        padding: 7px 11px;
        border-radius: 14px;

        font-size: 0.73rem;
    }
}

/* =========================================================
   ROOM SELECTION STATUS
   ========================================================= */

.room-selection-message {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    gap: 7px;

    margin-top: 9px !important;
    padding: 6px 10px;

    border: 1px solid var(--lfd-sbb1-border);
    border-radius: 9px;

    background: #f7f9f9;
    color: var(--lfd-sbb1-muted);

    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35;

    white-space: normal;

    transition:
        border-color var(--lfd-sbb1-transition),
        background-color var(--lfd-sbb1-transition),
        color var(--lfd-sbb1-transition);
}

.room-selection-message::before {
    content: "\F4CA";

    font-family: "bootstrap-icons";
    font-size: 0.75rem;
    line-height: 1;
}

/* A selected-room state your JS can add */

.room-selection-message.is-selected {
    border-color: rgba(0, 174, 157, 0.18);
    background: rgba(214, 237, 234, 0.55);
    color: var(--lfd-sbb1-teal-dark);
}

.room-selection-message.is-selected::before {
    content: "\F26A";
}

/* Capacity warning */

.room-selection-message.is-warning {
    border-color: #efd7a7;
    background: #fff8e9;
    color: #986300;
}

.room-selection-message.is-warning::before {
    content: "\F33B";
}

/* Invalid room selection */

.room-selection-message.is-error {
    border-color: rgba(184, 57, 57, 0.2);
    background: #fff2f2;
    color: var(--lfd-sbb1-danger);
}

.room-selection-message.is-error::before {
    content: "\F623";
}

/* =========================================================
   ROOM COUNTER + STATUS
   ========================================================= */

.room-selection-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.room-selection-row .booking-guest-counter {
    flex: 0 0 220px;
    max-width: 220px;
    margin-top: 0;
}

.room-selection-message {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 7px;

    margin: 0 !important;
    padding: 7px 11px;

    border: 1px solid #e1e7e6;
    border-radius: 9px;

    background: #f7f9f9;
    color: #6d7978;

    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35;

    white-space: nowrap;
}

.room-selection-message::before {
    content: "\F4CA";
    flex: 0 0 auto;

    font-family: "bootstrap-icons";
    font-size: 0.76rem;
    line-height: 1;
}

/* Selected state */

.room-selection-message.is-selected {
    border-color: rgba(0, 174, 157, 0.2);
    background: rgba(214, 237, 234, 0.48);
    color: var(--lfd-sbb1-teal-dark);
}

.room-selection-message.is-selected::before {
    content: "\F26A";
}

@media (max-width: 575.98px) {
    .room-selection-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .room-selection-row .booking-guest-counter {
        width: 100%;
        max-width: 100%;
        flex-basis: auto;
    }

    .room-selection-message {
        white-space: normal;
    }
}

/* =========================================================
   BOOKING SUMMARY HERO
   ========================================================= */

.booking-summary-card {
    overflow: hidden;
        border-bottom: 5px solid #00ae9d;
}

/*
 * Pull the image to the card edges.
 * Adjust 24px if your booking-card padding is different.
 */
.booking-summary-hero {
    position: relative;

    min-height: 210px;

    margin:
        -24px
        -24px
        22px;

    overflow: hidden;

    border-radius:
        var(--lfd-sbb1-radius-lg)
        var(--lfd-sbb1-radius-lg)
        0
        0;

    background-color: #dce9e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking-summary-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(12, 36, 33, 0.18) 0%,
            rgba(12, 36, 33, 0.28) 42%,
            rgba(12, 36, 33, 0.78) 100%
        );
}

.booking-summary-hero-content {
    position: relative;
    z-index: 1;

    display: flex;
    min-height: 210px;
    flex-direction: column;
    justify-content: space-between;

    padding: 18px;
}

/* Top row */

.booking-summary-hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.booking-summary-hero-label {
    display: inline-flex;
    align-items: center;

    padding: 7px 11px;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;

    background: rgba(12, 36, 33, 0.2);
    backdrop-filter: blur(8px);

    color: #fff;

    font-family: "Nunito", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.booking-summary-hero-logo {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 12px;

    background: rgba(255, 255, 255, 0.94);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.12);
}

.booking-summary-hero-logo img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

/* Bottom content */

.booking-summary-hero-bottom {
    max-width: 92%;
}

.booking-summary-hero-meta {
    margin-bottom: 7px;

    color: rgba(255, 255, 255, 0.86);

    font-size: 0.67rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.booking-summary-hero-title {
    margin: 0;

    color: #fff;

    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;

    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.28);
}

.booking-summary-hero-schedule {
    margin: 7px 0 0;

    color: rgba(255, 255, 255, 0.9);

    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.45;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 575.98px) {
    .booking-summary-hero {
        min-height: 185px;

        margin:
            -18px
            -18px
            18px;
    }

    .booking-summary-hero-content {
        min-height: 185px;
        padding: 15px;
    }

    .booking-summary-hero-title {
        font-size: 1.05rem;
    }

    .booking-summary-hero-logo {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .booking-summary-hero-logo img {
        width: 30px;
        height: 30px;
    }
}

.booking-card-title {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 1.25rem;

    color: var(--lfd-sbb1-teal);

    font-family: "Manrope", sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.2;
}

.booking-card-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border-radius: 10px;

    background: rgba(0, 174, 157, 0.10);
    color: var(--lfd-sbb1-teal);

    font-size: 1rem;
}

.booking-submit-actions{
    display:flex;
    gap:16px;
    align-items:center;
}

.booking-submit-button,
.booking-help-button{
    flex:1;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    height:58px;

    border-radius:16px;

    font-size:1rem;
    font-weight:700;

    text-decoration:none;

    transition:.25s ease;

    cursor:pointer;
}

.booking-submit-button{

    border:none;

    background:linear-gradient(
        135deg,
        var(--lfd-sbb1-teal),
        var(--lfd-sbb1-green)
    );

    color:#fff;

    box-shadow:
        0 12px 30px rgba(0,174,157,.22);
}

.booking-submit-button:hover{

    transform:translateY(-2px);

    box-shadow:
        0 18px 36px rgba(0,174,157,.28);
}

.booking-submit-button i{
    font-size:1.1rem;
}

.booking-help-button{

    background:#fff;

    color:var(--lfd-sbb1-teal);

    border:2px solid rgba(0,174,157,.18);

    box-shadow:
        0 10px 24px rgba(15,23,42,.05);
}

.booking-help-button:hover{

    background:rgba(0,174,157,.05);

    border-color:var(--lfd-sbb1-teal);

    color:var(--lfd-sbb1-teal);

    transform:translateY(-2px);

    text-decoration:none;
}

.booking-help-button i{
    font-size:1.05rem;
}


/* =========================================================
   CALENDAR UI DESIGNS
   ========================================================= */
/* =====================================================
   LIFED COMPACT BOOKING CALENDAR
===================================================== */

.lifed-calendar-field{
    position:relative;
}


/* Keep original form input functional but hidden */

.lifed-calendar-field > input[type="text"]{
    position:absolute;

    width:1px;
    height:1px;

    padding:0;
    margin:-1px;

    overflow:hidden;

    clip:rect(0, 0, 0, 0);
    clip-path:inset(50%);

    white-space:nowrap;

    border:0;

    opacity:0;
    pointer-events:none;
}


/* Calendar card */

.lifed-flatpickr-calendar.flatpickr-calendar.inline{
    display:block;

    width:100%;
    max-width:390px;

    margin-top:10px;
    padding:14px 16px 16px;

    border:1px solid rgba(0, 174, 157, .18);
    border-radius:16px;

    background:#ffffff;

    box-shadow:
        0 8px 24px rgba(15, 23, 42, .055);

    font-family:"Manrope", "Nunito", sans-serif;
}


/* Remove native Flatpickr triangle */

.lifed-flatpickr-calendar::before,
.lifed-flatpickr-calendar::after{
    display:none;
}


/* Prevent full-width stretching */

.lifed-flatpickr-calendar .flatpickr-innerContainer,
.lifed-flatpickr-calendar .flatpickr-rContainer,
.lifed-flatpickr-calendar .flatpickr-days,
.lifed-flatpickr-calendar .dayContainer{
    width:100%;
    min-width:0;
    max-width:none;
}


/* =====================================================
   MONTH HEADER
===================================================== */
/* Month and year controls */

.lifed-flatpickr-calendar .flatpickr-current-month{
    position:static;

    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:8px;

    width:100%;
    height:38px;

    padding:0;

    font-family:"Manrope", "Nunito", sans-serif;
}


/* Month dropdown */

.lifed-flatpickr-calendar
.flatpickr-current-month
.flatpickr-monthDropdown-months{
    width:auto;
    min-width:100px;
    height:34px;

    margin:0;
    padding:0 26px 0 10px;

    border:1px solid rgba(0, 174, 157, .16);
    border-radius:8px;

    background-color:#ffffff;

    color:#173d39;

    font-family:"Manrope", "Nunito", sans-serif;
    font-size:.84rem;
    font-weight:800;

    cursor:pointer;
}


/* Year input wrapper */

.lifed-flatpickr-calendar
.flatpickr-current-month
.numInputWrapper{
    width:72px;
    height:34px;

    border:1px solid rgba(0, 174, 157, .16);
    border-radius:8px;

    background:#ffffff;
}


/* Year input */

.lifed-flatpickr-calendar
.flatpickr-current-month
input.cur-year{
    width:100%;
    height:32px;

    padding:0 8px;

    color:#173d39;

    font-family:"Manrope", "Nunito", sans-serif;
    font-size:.84rem;
    font-weight:800;
    line-height:32px;

    background:transparent;

    cursor:text;
}


/* Year increment/decrement controls */

.lifed-flatpickr-calendar
.flatpickr-current-month
.numInputWrapper span{
    display:block;
}


/* Prevent inherited styles blocking interaction */

.lifed-flatpickr-calendar
.flatpickr-current-month select,
.lifed-flatpickr-calendar
.flatpickr-current-month input{
    pointer-events:auto;
    opacity:1;
}

.flatpickr-month
{
    margin-top: 29px !important;
    margin-left: 53px !important;
}

.flatpickr-prev-month
{
    margin-top: 62px !important;
    margin-left: 20px !important;
}

.flatpickr-next-month
{
    margin-top: 62px !important;
    margin-right: 20px !important;
}

.flatpickr-innerContainer
{
    margin-top: 20px !important;
}

.flatpickr-monthDropdown-months
{
    margin-bottom: 4px !important;
}

.numInputWrapper
{
    margin-bottom: 4px !important;
}

/* Navigation buttons */

.lifed-flatpickr-calendar .flatpickr-prev-month,
.lifed-flatpickr-calendar .flatpickr-next-month{
    top:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    width:28px;
    height:28px;

    padding:0;

    border:1px solid rgba(0, 174, 157, .18);
    border-radius:8px;

    background:#ffffff;
    color:var(--lfd-sbb1-teal);

    transform:translateY(-50%);

    transition:
        background .2s ease,
        border-color .2s ease;
}


.lifed-flatpickr-calendar .flatpickr-prev-month{
    left:auto;
    right:34px;
}


.lifed-flatpickr-calendar .flatpickr-next-month{
    right:0;
}


.lifed-flatpickr-calendar .flatpickr-prev-month:hover,
.lifed-flatpickr-calendar .flatpickr-next-month:hover{
    border-color:var(--lfd-sbb1-teal);

    background:rgba(0, 174, 157, .07);
}


.lifed-flatpickr-calendar .flatpickr-prev-month svg,
.lifed-flatpickr-calendar .flatpickr-next-month svg{
    width:10px;
    height:10px;

    fill:currentColor;
}


/* =====================================================
   WEEKDAY HEADER
===================================================== */

.lifed-flatpickr-calendar .flatpickr-weekdays{
    height:30px;

    margin-bottom:3px;

    border:0;
}


.lifed-flatpickr-calendar span.flatpickr-weekday{
    display:flex;
    align-items:center;
    justify-content:center;

    height:30px;

    color:#718381;

    font-family:"Manrope", "Nunito", sans-serif;
    font-size:.68rem;
    font-weight:800;
    letter-spacing:.045em;
    text-transform:uppercase;
}


.lifed-flatpickr-calendar
.flatpickr-weekdaycontainer
span.flatpickr-weekday:first-child{
    color:var(--lfd-sbb1-teal);
}


/* =====================================================
   DATE GRID
===================================================== */

.lifed-flatpickr-calendar .dayContainer{
    display:grid;

    grid-template-columns:repeat(7, 1fr);

    gap:3px;

    padding-top:2px;
}


.lifed-flatpickr-calendar .flatpickr-day{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    width:34px;
    max-width:34px;
    height:34px;

    margin:0 auto;

    border:1px solid transparent;
    border-radius:9px;

    background:transparent;
    color:#263b38;

    font-family:"Manrope", "Nunito", sans-serif;
    font-size:.76rem;
    font-weight:700;
    line-height:34px;

    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}


/* Hover */

.lifed-flatpickr-calendar
.flatpickr-day:not(.flatpickr-disabled):not(.selected):hover{
    border-color:rgba(0, 174, 157, .24);

    background:rgba(0, 174, 157, .08);
    color:var(--lfd-sbb1-teal-dark);
}


/* Today */

.lifed-flatpickr-calendar .flatpickr-day.today{
    border-color:rgba(0, 174, 157, .42);

    background:#ffffff;
    color:var(--lfd-sbb1-teal);
}


/* Selected date */

.lifed-flatpickr-calendar .flatpickr-day.selected,
.lifed-flatpickr-calendar .flatpickr-day.startRange,
.lifed-flatpickr-calendar .flatpickr-day.endRange{
    border-color:var(--lfd-sbb1-teal);

    background:var(--lfd-sbb1-teal);
    color:#ffffff;

    box-shadow:
        0 5px 12px rgba(0, 174, 157, .22);
}


.lifed-flatpickr-calendar .flatpickr-day.selected:hover{
    background:var(--lfd-sbb1-teal-dark);
    color:#ffffff;
}


/* Disabled dates */

.lifed-flatpickr-calendar
.flatpickr-day.flatpickr-disabled{
    border-color:transparent;

    background:transparent;
    color:#d2dad9;

    cursor:not-allowed;
}


/* Previous/next-month dates */

.lifed-flatpickr-calendar
.flatpickr-day.prevMonthDay,
.lifed-flatpickr-calendar
.flatpickr-day.nextMonthDay{
    color:#d2dad9;
}


/* Remove range artefacts */

.lifed-flatpickr-calendar .flatpickr-day.inRange{
    box-shadow:none;
}


/* =====================================================
   AVAILABILITY INDICATOR
===================================================== */

.lifed-flatpickr-calendar
.flatpickr-day.lifed-date-available{
    background:rgba(0, 174, 157, .08);
    color:#137d72;
}


.lifed-flatpickr-calendar
.flatpickr-day.lifed-date-limited{
    background:rgba(242, 184, 75, .14);
    color:#9a6817;
}


.lifed-flatpickr-calendar
.flatpickr-day.lifed-date-available::after,
.lifed-flatpickr-calendar
.flatpickr-day.lifed-date-limited::after{
    content:"";

    position:absolute;
    top:4px;
    right:4px;

    width:4px;
    height:4px;

    border-radius:50%;
}


.lifed-flatpickr-calendar
.flatpickr-day.lifed-date-available::after{
    background:var(--lfd-sbb1-teal);
}


.lifed-flatpickr-calendar
.flatpickr-day.lifed-date-limited::after{
    background:#e4a62f;
}


.lifed-flatpickr-calendar
.flatpickr-day.selected::after{
    background:#ffffff;
}

.flatpickr-prev-month
{
    margin-top: 16px;
}

.flatpickr-next-month
{
    margin-top: 16px;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width:575px){

    .lifed-flatpickr-calendar.flatpickr-calendar.inline{
        max-width:100%;

        padding:12px 10px 14px;
    }


    .lifed-flatpickr-calendar .flatpickr-day{
        width:31px;
        max-width:31px;
        height:31px;

        border-radius:8px;

        font-size:.7rem;
        line-height:31px;
    }

}


.programme {
    display: table;
    width: 100%;
    margin-bottom: 22px;
}

.programme-image,
.programme-content {
    display: table-cell;
    vertical-align: top;
}

.programme-image {
    width: 90px;
}

.programme-image img {
    width: 72px;
    height: 72px;

    border-radius: 12px;

    object-fit: cover;
}

.programme-content {
    padding-left: 15px;
}

/* =========================================================
   DESKTOP STICKY BOOKING SUMMARY — WORKING VERSION
   ========================================================= */

@media (min-width: 992px) {

    /*
     * The Bootstrap columns must have equal row height.
     * Do not use align-items:flex-start here.
     */
    .booking-page .row {
        align-items: stretch !important;
        overflow: visible !important;
    }

    .booking-page .row > .col-lg-7,
    .booking-page .row > .col-lg-5 {
        overflow: visible !important;
    }

    /*
     * The right column now stretches to match the left column,
     * giving the sticky summary enough scrolling space.
     */
    .booking-page .row > .col-lg-5 {
        align-self: stretch !important;
    }

    /*
     * Apply sticky to the wrapper, not the card.
     */
    .booking-summary-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 100px;
        width: 100%;
        height: fit-content;
        align-self: flex-start;
        z-index: 20;
    }

    /*
     * The card itself remains a normal child.
     */
    .booking-summary-sticky > .booking-summary-card {
        position: static !important;
        width: 100%;
        max-width: 100%;
    }
}

/* Tablet and mobile */
@media (max-width: 991.98px) {

    .booking-summary-sticky,
    .booking-summary-sticky > .booking-summary-card {
        position: static !important;
        top: auto !important;
        height: auto;
        z-index: auto;
    }
}

/* ==========================================================
   SELECTED FLEXI JOURNEY SESSION
========================================================== */

.booking-journey-session {
    display: grid;

    grid-template-columns:
        42px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 14px;

    width: 100%;

    padding: 16px;

    border: 1px solid #e5eaea;
    border-radius: 14px;

    background: #fff;

    font-family: 'Nunito', sans-serif;
}


/* ==========================================================
   NUMBER
========================================================== */

.booking-journey-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    border-radius: 50%;

    background: var(--hmh-aqua);

    color: var(--hmh-teal);

    font-size: 13px;
    font-weight: 800;

    line-height: 1;
}


/* ==========================================================
   SESSION DETAILS
========================================================== */

.booking-journey-details {
    min-width: 0;
}


.booking-journey-details strong {
    display: block;

    margin-bottom: 3px;

    color: #424141;

    font-size: 14px;
    font-weight: 800;

    line-height: 1.3;
}


.booking-journey-date {
    color: #424141;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.4;
}


.booking-journey-time {
    margin-top: 2px;

    color: #68727f;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;
}


/* ==========================================================
   ACTIONS
========================================================== */

.booking-journey-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 10px;

    flex: 0 0 auto;
}


/* ==========================================================
   SEATS LEFT
========================================================== */

.booking-journey-status {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    min-height: 30px;

    padding: 0 10px;

    border-radius: 999px;

    background: var(--hmh-aqua);

    color: var(--hmh-teal);

    font-size: 11px;
    font-weight: 800;

    line-height: 1;

    white-space: nowrap;
}


.booking-journey-status i {
    font-size: 9px;
}


/* ==========================================================
   REMOVE BUTTON
========================================================== */

.booking-journey-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    width: auto !important;

    min-width: 0 !important;
    min-height: 34px;

    padding: 0 11px;

    border: 1px solid #dc3545;
    border-radius: 9px;

    background: #fff;

    color: #dc3545;

    font-family: 'Nunito', sans-serif;

    font-size: 11px;
    font-weight: 800;

    line-height: 1;

    white-space: nowrap;

    cursor: pointer;

    box-shadow: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}


.booking-journey-remove i {
    font-size: 9px;
}


.booking-journey-remove:hover {
    background: #dc3545;

    color: #fff;
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575.98px) {

    .booking-journey-session {
        grid-template-columns:
            34px
            minmax(0, 1fr);

        align-items: start;

        gap: 10px 12px;

        padding: 14px;

        border-radius: 13px;
    }


    .booking-journey-number {
        width: 32px;
        height: 32px;

        font-size: 11px;
    }


    .booking-journey-details {
        padding-top: 1px;
    }


    .booking-journey-details strong {
        font-size: 13px;
    }


    .booking-journey-date {
        font-size: 12px;

        white-space: normal;
    }


    .booking-journey-time {
        font-size: 11px;
    }


    /*
    |--------------------------------------------------------------------------
    | ACTIONS MOVE BELOW SESSION DETAILS
    |--------------------------------------------------------------------------
    */

    .booking-journey-actions {
        grid-column: 2;

        display: flex;
        align-items: center;
        justify-content: flex-start;

        flex-wrap: wrap;

        gap: 7px;

        width: 100%;
    }


    .booking-journey-status {
        min-height: 28px;

        padding: 0 9px;

        font-size: 10px;
    }


    .booking-journey-remove {
        width: auto !important;

        min-height: 28px;

        padding: 0 9px;

        border-radius: 8px;

        font-size: 10px;
    }

}