.header-reservation-tete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 25rem;
    position: relative;
    isolation: isolate;
    background-image: url("../images/back-header-reservation.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-reservation-tete::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.title-header-reservation-tete {
    color: #fff;
    font-size: clamp(3rem, 5vw, 4.4rem);
    position: relative;
    z-index: 1;
}

.social-media-icons a {
    padding: 0 7px;
}

.infos-contact-header {
    margin: 0 22px 0 6px;
    font-size: 1.125rem;
}

.reservation-currency-switch {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.reservation-currency-option {
    min-width: 54px;
    min-height: 36px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
}

.reservation-currency-option.active,
.reservation-currency-option[aria-pressed="true"] {
    background: #fff;
    color: var(--reservation-accent-strong, #a97543);
}

.check-chambre {
    position: relative;
    width: 100%;
}

.reservation-journey {
    --reservation-accent: #c89a6a;
    --reservation-accent-strong: #a97543;
    --reservation-ink: #0c1824;
    --reservation-muted: #5f6b74;
    --reservation-surface: rgba(255, 255, 255, 0.96);
    --reservation-border: rgba(169, 117, 67, 0.18);
    --reservation-shadow: 0 24px 56px rgba(10, 22, 36, 0.1);
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(200, 154, 106, 0.18), transparent 36%),
        radial-gradient(circle at top right, rgba(12, 24, 36, 0.08), transparent 30%),
        linear-gradient(180deg, #f9f6f1 0%, #efe6da 100%);
    color: var(--reservation-ink);
    max-width: 100%;
    padding: 0 18rem 5rem;
}

.reservation-journey {
    font-family: 'AvenirLTStd-Book', sans-serif;
}

.reservation-journey button,
.reservation-journey input,
.reservation-journey select,
.reservation-journey textarea,
.reservation-journey label {
    font-family: inherit;
}

.reservation-journey h1,
.reservation-journey h2,
.reservation-journey h3,
.reservation-journey h4,
.reservation-journey h5,
.reservation-journey h6 {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-weight: 500;
}

.reservation-flow-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.reservation-flow-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background:
        linear-gradient(135deg, rgba(12, 24, 36, 0.95), rgba(22, 35, 49, 0.92) 54%, rgba(200, 154, 106, 0.32));
    color: #fff;
    box-shadow: 0 28px 60px rgba(10, 22, 36, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.reservation-flow-hero::before,
.reservation-flow-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.reservation-flow-hero::before {
    inset: -20% auto auto -8%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 230, 198, 0.28), rgba(255, 230, 198, 0));
}

.reservation-flow-hero::after {
    inset: auto -4% -24% auto;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(200, 154, 106, 0.24), rgba(200, 154, 106, 0));
}

.reservation-flow-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.reservation-flow-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.reservation-flow-kicker i {
    color: #ffe6c6;
    font-size: 1rem;
}

.reservation-flow-title {
    margin: 0 0 0.8rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.reservation-flow-lead {
    margin: 0;
    max-width: 64ch;
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.reservation-flow-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.reservation-flow-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.reservation-flow-chip i {
    color: #ffe6c6;
    font-size: 0.98rem;
}

.reservation-flow-hero__panel {
    position: relative;
    z-index: 1;
}

.reservation-flow-summary {
    display: grid;
    gap: 0.15rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.reservation-flow-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.reservation-flow-summary__row:last-child {
    border-bottom: none;
}

.reservation-flow-summary__key {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.72);
}

.reservation-flow-summary__value {
    text-align: right;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
}

.reservation-flow-stepper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.15rem;
}

.reservation-flow-step {
    min-height: 100%;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.reservation-flow-step.is-active {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.reservation-flow-step__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.16);
    color: #ffe6c6;
    font-size: 1.2rem;
}

.reservation-flow-step__label {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 0.35rem;
}

.reservation-flow-step__title {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.25;
}

.reservation-flow-step__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.45;
}

.reservation-journey .container-breadcrumb {
    position: relative;
    bottom: 62px;
    z-index: 3;
    margin-bottom: 0.85rem;
}

.reservation-journey .breadcrumb {
    display: flex;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 3.4rem;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: white;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0 12px 28px rgba(12, 24, 36, 0.08);
    font-size: 13px;
}

.reservation-journey .breadcrumb a {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    min-height: 3.4rem;
    padding: 0.78rem 0.9rem;
    color: var(--reservation-ink);
    text-decoration: none;
    margin: 0;

}

.reservation-journey .breadcrumb a::after {
    content: "";
    position: absolute;
    top: -7px;
    right: -2.333rem;
    width: 5.25rem;
    height: 5.25rem;
    background: rgba(255, 255, 255, 255);
    border-top-right-radius: 5px;
    transform: scale(0.707) rotate(45deg);
    box-shadow: 1px -1px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.reservation-journey .breadcrumb a:last-child::after {
    content: none;
}

.reservation-journey .breadcrumb a.active {
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    color: #fff;
}

.reservation-journey .breadcrumb a.active::after {
    background: #B07E4C;
    box-shadow: none;
}

.reservation-journey .breadcrumb__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    position: relative;
    z-index: 2;
}

.reservation-journey .breadcrumb__title {
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.2;
}

.reservation-journey .breadcrumb__desc {
    font-size: 0.75rem;
    color: inherit;
    opacity: 0.8;
    line-height: 1.25;
}

.reservation-journey .breadcrumb-icon {
    position: relative;
    z-index: 2;
    font-size: 0.98rem;
    color: currentColor;
    opacity: 0.95;
}

.reservation-journey .check-chambre2 {
    width: 100%;
    margin: 0;
    background: transparent;
}

.reservation-journey .check-chambre2.bg-white {
    background: transparent !important;
}

.reservation-journey .check-chambre2 .container {
    padding-left: 0;
    padding-right: 0;
}

.reservation-journey .form-check-chambreDisponible {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.25rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98));
    border: 1px solid var(--reservation-border);
    box-shadow: var(--reservation-shadow);
    backdrop-filter: none;
}

.reservation-journey .form-check-chambreDisponible .input-group {
    align-items: stretch;
}

.reservation-journey .form-check-chambreDisponible .form-control {
    height: 4rem;
    box-shadow: none;
    font-size: 1rem;
}

.reservation-journey .form-check-chambreDisponible .form-control:focus {
    border-color: rgba(200, 154, 106, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(200, 154, 106, 0.18);
}

.reservation-journey .form-check-chambreDisponible .form-control-chambre {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    gap: 0;
    flex-wrap: wrap;
    align-items: end;
}

.reservation-journey .form-check-chambreDisponible .form-control-chambre>[class*="col-"] {
    padding: 0;
}

.reservation-journey .availability-search-grid__fields {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

.reservation-journey .availability-search-grid__field {
    flex: 1 1 12rem;
    min-width: 0;
    display: flex;
}

.reservation-journey .availability-search-grid__actions {
    display: flex;
}

.reservation-journey .availability-search-grid__actions .btn-search-chambre-dispo {
    width: 100%;
    align-self: stretch;
}

.reservation-journey .availability-date-field,
.reservation-journey .availability-guest-field {
    min-height: 4rem;
    width: 100%;
    padding: 0.58rem 0.85rem;
    border: 1px solid rgba(15, 36, 53, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(12, 24, 36, 0.08);
}

.reservation-journey .availability-date-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservation-journey .availability-field-label,
.reservation-journey .availability-guest-field label {
    margin-bottom: 0.15rem;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--reservation-muted);
}

.reservation-journey .availability-date-field .input-group {
    width: 100%;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: nowrap;
}

.reservation-journey .availability-date-field #nb_enfant,
.reservation-journey .availability-date-field #nb_adulte,
.reservation-journey .availability-date-field .form-control,
.reservation-journey .availability-guest-field .form-select {
    border: none;
    box-shadow: none;
    padding: 0;
    min-height: auto;
    color: var(--reservation-ink);
    font-size: 1rem;
    font-weight: 600;
    background-color: transparent;
}

.reservation-journey .availability-date-field .form-control {
    height: auto;
}

.reservation-journey .availability-date-field .form-control:focus,
.reservation-journey .availability-guest-field .form-select:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

.reservation-journey .availability-date-field .daterangeIcons {
    position: static;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
}

.reservation-journey .availability-guest-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservation-journey .availability-guest-field .form-select {
    padding-right: 1.6rem;
    background-position: right center;
}



.reservation-journey .daterangeIcons img,
.reservation-journey .daterangeIcons svg {
    width: 22px;
    height: 22px;
    display: block;
}



.reservation-journey .btn-header,
.reservation-journey .btn-search-chambre-dispo,
.reservation-journey .btn-reserver,
.reservation-journey .btn-chosir-price,
.reservation-journey .btn-check-extras,
.reservation-journey .btn-booking-infos-chambre,
.reservation-journey .reserve-btn,
.reservation-journey .btn-primary,
.reservation-journey .btn-primary.btn-reserver {
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 18px 36px rgba(169, 117, 67, 0.24);
}

.reservation-journey .btn-header:hover,
.reservation-journey .btn-search-chambre-dispo:hover,
.reservation-journey .btn-reserver:hover,
.reservation-journey .btn-chosir-price:hover,
.reservation-journey .btn-check-extras:hover,
.reservation-journey .btn-booking-infos-chambre:hover,
.reservation-journey .reserve-btn:hover,
.reservation-journey .btn-primary:hover,
.reservation-journey .btn-primary.btn-reserver:hover {
    color: #fff;
    filter: brightness(1.03);
    transform: translateY(-2px);
}

.col-btn-search-chambre-dispo {
    padding-left: 15px !important;
}

.reservation-journey .btn-outline-secondary {
    border: 1px solid rgba(169, 117, 67, 0.28);
    background: #fff;
    color: var(--reservation-ink);
}

.reservation-journey .btn-outline-secondary:hover {
    background: rgba(200, 154, 106, 0.08);
    color: var(--reservation-accent-strong);
}

.reservation-journey .btn-search-chambre-dispo {
    height: 2rem;
    border-radius: 14px;
}

.reservation-journey .reservation-filter-btn {
    min-height: 3.75rem;
    min-width: 8.5rem;
    padding-inline: 1.35rem;
}

.reservation-journey .btn-search-chambre-dispo svg,
.reservation-journey .btn-search-chambre-dispo i {
    margin-left: 0.35rem;
}

.reservation-journey .all-room-types-disponible,
.reservation-journey .all-chambre-disponible,
.reservation-journey .prix-chambres,
.reservation-journey .page-extras,
.reservation-journey .checkout-reservation {
    position: relative;
    bottom: 0;
    padding-bottom: 2rem;
}

.reservation-journey .price-chambre-content>.row,
.reservation-journey .extras-chambres,
.reservation-journey .checkout-reservation-content {
    /* --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem; */
}

.reservation-journey .price-chambre-content>.row>[class*="col-"],
.reservation-journey .extras-chambres>[class*="col-"],
.reservation-journey .checkout-reservation-content>[class*="col-"] {
    align-self: flex-start;
}

.reservation-journey .main-body,
.reservation-journey .layout-content,
.reservation-journey .price-chambre-content,
.reservation-journey .checkout-reservation-content,
.reservation-journey .extras-chambres,
.reservation-journey .room-details,
.reservation-journey .form-client form {
    background: transparent;
    border: none;
    box-shadow: none;
    gap: 1rem;
    flex-wrap: nowrap;
}

.reservation-journey .chambre-disponible,
.reservation-journey .extras-disponible,
.reservation-journey .infos-card-chambre-check,
.reservation-journey .chambre-infos,
.reservation-journey .room-details .container,
.reservation-journey .payment-methods .container,
.reservation-journey .reservation-info .container,
.reservation-journey .summary-total,
.reservation-journey .info-block,
.reservation-journey .panel,
.reservation-journey .reservation-panel,
.reservation-journey .reservation-flow-card {
    background: var(--reservation-surface);
    border: 1px solid var(--reservation-border) !important;
    border-radius: 24px;
    box-shadow: var(--reservation-shadow);
}

.reservation-journey .chambre-disponible,
.reservation-journey .extras-disponible,
.reservation-journey .infos-card-chambre-check {
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    margin-bottom: 1rem;
}

.reservation-journey .chambre-disponible:hover,
.reservation-journey .extras-disponible:hover,
.reservation-journey .infos-card-chambre-check:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 154, 106, 0.48) !important;
    box-shadow: 0 26px 54px rgba(12, 24, 36, 0.14);
}

.extras-chambres .chambre {
    background-color: white !important;
    border: solid 1.5px rgba(214, 214, 214, 1);
    border-radius: 24px;
}

/* Enhanced extras card styling for consistency */
.reservation-journey .extras-disponible {
    display: flex;
    flex-direction: row;
}

.reservation-journey .extras-disponible .imageExtras {
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
}

.reservation-journey .extras-disponible .imageExtras img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

.reservation-journey .extras-disponible .card-chamber-check.extras {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 1.4rem;
    border-radius: 0 24px 24px 0;
}

.reservation-journey .extras-disponible .card-chamber-check.extras h3 {
    margin: 0 0 0.75rem 0;
    font-size: 1.15rem;
    color: var(--reservation-ink);
}

.reservation-journey .extras-disponible .card-chamber-check.extras p {
    margin: 0 0 1rem 0;
    flex-grow: 1;
}

.reservation-journey .extras-disponible .card-chamber-check.extras .row {
    margin-top: auto;
    align-items: flex-end;
}

.reservation-journey .btn-check-extras {
    background-color: var(--reservation-accent-strong);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    width: 100%;
}

.reservation-journey .btn-check-extras:hover {
    background-color: var(--reservation-accent);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(200, 154, 106, 0.3);
}

.reservation-journey .btn-checked-extras,
.reservation-journey .btn-check-extras.active {
    background-color: var(--reservation-accent-strong);
    color: white;
}

.reservation-journey .extrasPrix {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.reservation-journey .page-extras .list-extras {
    padding-right: 0;
}

.reservation-journey .carousel-container,
.reservation-journey .masque,
.reservation-journey .chambre-sticky,
.reservation-journey .room-thumb {
    overflow: hidden;
}

.reservation-journey .reservation-carousel-image,
.reservation-journey .room-type-card__image {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.reservation-journey .carousel-container {
    min-height: 250px;
}

.reservation-journey .carousel-item {
    min-height: 250px;
    background-size: cover;
    background-position: center;
}

.reservation-journey .carousel-inner {
    border-radius: inherit;
}

.reservation-journey .carousel {
    position: relative;
    isolation: isolate;
}

.reservation-journey .carousel-indicators {
    z-index: 4;
    bottom: 0.85rem;
    margin-bottom: 0;
}

.reservation-journey .carousel-indicators button {
    width: 10px;
    height: 10px;
    margin: 0 0.3rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 4px 12px rgba(12, 24, 36, 0.16);
    opacity: 0.58;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.reservation-journey .carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.12);
    background: #fff;
}

.reservation-journey .carousel-control-prev,
.reservation-journey .carousel-control-next {
    top: 50%;
    bottom: auto;
    z-index: 4;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(169, 117, 67, 0.18);
    box-shadow: 0 12px 22px rgba(12, 24, 36, 0.14);
    opacity: 1;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
}

.reservation-journey .carousel-control-prev {
    left: 1rem;
}

.reservation-journey .carousel-control-next {
    right: 1rem;
}

.reservation-journey .carousel-control-prev-icon,
.reservation-journey .carousel-control-next-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.reservation-journey .title-card-chambre,
.reservation-journey .extrasName,
.reservation-journey .title-infos-chambre,
.reservation-journey .title-infos-client,
.reservation-journey .reservation-panel__title,
.reservation-journey .widget-card__title {
    color: var(--reservation-ink);
    font-weight: 500;
}

.reservation-journey .title-card-chambre {
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    margin-bottom: 0.6rem;
}

.reservation-journey .text-gray {
    color: var(--reservation-ink) !important;
}

.reservation-journey .description-card-chambre,
.reservation-journey .description-chambre,
.reservation-journey .extras-disponible p,
.reservation-journey .room-meta-line,
.reservation-journey .reservation-panel__meta,
.reservation-journey .reservation-widgets__lead {
    color: var(--reservation-muted);
    line-height: 1.6;
    font-size: 0.98rem;
}

.reservation-journey .surface-chambre,
.reservation-journey .extrasPrix,
.reservation-journey .price-section .price-amount,
.reservation-journey .price-section .currency,
.reservation-journey .price-section .amount,
.reservation-journey .prix-chambre-disponble span,
.reservation-journey .badget-prix h4,
.reservation-journey .extras-title,
.reservation-journey .summary-highlight {
    color: var(--reservation-accent-strong);
}

.reservation-journey .list-group-item-equipement {
    display: inline-flex !important;
    align-items: center;
    gap: 0.45rem;
    margin: 0.3rem 0.35rem 0 0;
    padding: 0.45rem 0.8rem !important;
    border: 1px solid rgba(169, 117, 67, 0.18) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.84);
    text-transform: none;
    font-size: 0.84rem !important;
    box-shadow: 0 8px 18px rgba(12, 24, 36, 0.06);
}

.reservation-journey .list-group-item-equipement span {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
}

.reservation-journey .list-group-item-equipement svg,
.reservation-journey .list-group-item-equipement i {
    width: 1.05rem;
    height: 1.05rem;
    font-size: 1.05rem;
    color: var(--reservation-accent-strong);
    fill: var(--reservation-accent-strong);
}

.reservation-journey .svgReservation {
    color: var(--reservation-accent-strong) !important;
    fill: var(--reservation-accent-strong) !important;
}

.reservation-journey .badget-prix,
.reservation-journey .prix-chambre-disponble {
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    color: #fff;
}

.reservation-journey .badget-prix {
    border-radius: 20px;
}

.reservation-journey .prix-chambre-disponble {
    border-radius: 0 0 22px 22px;
    padding: 1rem 1.1rem;
    font-weight: 600;
}

.reservation-journey .price-section .price-amount {
    font-size: 1.4rem;
    font-weight: 700;
}

.reservation-journey .price-section .amount {
    font-size: 1.9rem;
}

.reservation-journey .quantity-input-field {
    max-width: 120px;
    border-radius: 12px;
    border: 1px solid rgba(15, 36, 53, 0.12);
}

.reservation-journey .quantity-input-field:focus {
    border-color: rgba(200, 154, 106, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(200, 154, 106, 0.18);
}

.reservation-journey #chambres-container .room-type-card {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    align-items: stretch;
    isolation: isolate;
    background:
        radial-gradient(circle at top right, rgba(200, 154, 106, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 237, 0.94));
}

.reservation-journey #chambres-container .room-type-card__media {
    position: relative;
}

.reservation-journey #chambres-container .room-type-card__media .carousel,
.reservation-journey #chambres-container .room-type-card__media .carousel-inner,
.reservation-journey #chambres-container .room-type-card__media .carousel-item {
    height: 100%;
}

.reservation-journey #chambres-container .room-type-card__media .carousel-item {
    min-height: 100%;
}

.reservation-journey #chambres-container .room-type-card__content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.85rem 1.75rem !important;
}

.reservation-journey #chambres-container .room-type-card__header {
    display: flex;
    flex-direction: column;
}

.reservation-journey #chambres-container .room-type-card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 46rem;
}

.reservation-journey #chambres-container .room-type-card__facts {
    --bs-gutter-x: 0.95rem;
    --bs-gutter-y: 0.85rem;
    margin-top: 0;
}

.reservation-journey #chambres-container .room-type-card__facts>[class*="col-"] {
    display: flex;
}

.reservation-journey #chambres-container .room-type-card__facts>[class*="col-"]>div {
    font-size: 14px;
    width: 100%;
    min-height: 3.35rem;
    margin-bottom: 0 !important;
    padding: 0.8rem 0.5rem;
    border: 1px solid rgba(15, 36, 53, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 22px rgba(12, 24, 36, 0.05);
}

.reservation-journey #chambres-container .room-type-card__facts span {
    color: var(--reservation-ink);
    line-height: 1.45;
}

.reservation-journey #chambres-container .room-type-card__equipments {
    margin-top: 0.1rem;
}

.reservation-journey #chambres-container .room-type-card__equipment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 10px;
    min-height: 1.7rem;
}

.reservation-journey #chambres-container .room-type-card__equipment {
    margin: 0 !important;
    padding: 0.5rem 0.8rem !important;
    border-color: rgba(169, 117, 67, 0.16) !important;
    background: rgba(248, 244, 238, 0.92);
    box-shadow: none;
}

.reservation-journey #chambres-container .room-type-card__equipment span {
    color: var(--reservation-ink);
    font-size: 0.82rem;
    font-weight: 600;
}

.reservation-journey #chambres-container .room-type-card__equipment svg,
.reservation-journey #chambres-container .room-type-card__equipment i {
    color: var(--reservation-accent-strong);
    fill: currentColor;
    font-size: 1rem;
}

.reservation-journey #chambres-container .room-type-card__equipment--more {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    padding: 0.55rem 0.8rem !important;
    border: 0 !important;
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 12px 22px rgba(169, 117, 67, 0.18);
}

.reservation-journey #chambres-container .room-type-card__equipment--empty {
    border-style: dashed !important;
    color: var(--reservation-muted);
    background: rgba(255, 255, 255, 0.72);
}

.reservation-journey #chambres-container .room-type-card__footer {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.reservation-journey #chambres-container .room-type-card__availability {
    padding: 0.7rem 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(79, 145, 98, 0.18);
    background: rgba(79, 145, 98, 0.08);
}

.reservation-journey #chambres-container .room-type-card__availability .text-success {
    color: #4f9162 !important;
}

.reservation-journey #chambres-container .room-type-card__quantity {
    min-width: 12.5rem;
    margin-top: 0 !important;
}

.reservation-journey #chambres-container .room-type-card__quantity .form-label {
    margin-bottom: 0.45rem;
    color: var(--reservation-muted);
    font-size: 0.92rem;
}

.reservation-journey #chambres-container .room-type-card__quantity .quantity-input-field {
    max-width: 100%;
    min-height: 3rem;
    font-weight: 600;
    background: #fff;
}

.reservation-journey #chambres-container .room-type-card__aside {
    gap: 1.25rem;
    align-items: stretch !important;
    justify-content: space-between !important;
    min-height: 100%;
    padding: 1.75rem !important;
    border-left: 1px solid rgba(15, 36, 53, 0.08);
    background: linear-gradient(180deg, rgba(251, 248, 243, 0.95), rgba(255, 255, 255, 0.98));
}

.reservation-journey #chambres-container .room-type-card__aside .price-section {
    width: 100%;
    margin-bottom: 0 !important;
    padding: 1.05rem 1rem;
    border: 1px solid rgba(169, 117, 67, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 30px rgba(169, 117, 67, 0.12);
}

.reservation-journey #chambres-container .room-type-card__aside .price-section small {
    display: block;
    margin-top: 0.25rem;
}

.reservation-journey #chambres-container .room-type-card__aside .btn-reserver {
    width: 100%;
    min-height: 3.25rem;
    border-radius: 16px;
    font-size: 1rem;
}

.reservation-journey .reservation-info .container,
.reservation-journey .payment-methods .container,
.reservation-journey .room-details .container,
.reservation-journey .summary-total,
.reservation-journey .info-block,
.reservation-journey .panel {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(1rem, 2vw, 1.5rem);
}

.reservation-journey .form-section {
    margin-top: 1.2rem;
    padding: 1.35rem;
    background: var(--reservation-surface);
    border: 1px solid var(--reservation-border);
    border-radius: 24px;
    box-shadow: var(--reservation-shadow);
}

.reservation-journey .form-section h5 {
    margin-bottom: 1.2rem;
    padding-bottom: 0.6rem;
    color: var(--reservation-ink);
    border-bottom: 2px solid var(--reservation-accent);
}

.reservation-journey .room-unit {
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid var(--reservation-accent-strong);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(12, 24, 36, 0.06);
}

.reservation-journey .summary-total {
    position: sticky;
    top: 2rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98));
    border: 1px solid var(--reservation-border);
    border-radius: 24px;
    box-shadow: var(--reservation-shadow);
}

.reservation-journey .summary-total .price-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.72rem 0;
    border-bottom: 1px solid rgba(15, 36, 53, 0.08);
    color: var(--reservation-ink);
}

.reservation-journey .summary-total .price-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    color: var(--reservation-accent-strong);
    font-weight: 700;
}

.reservation-journey .review-card {
    margin-bottom: 1rem;
    padding: 1.1rem 1.25rem;
    background: var(--reservation-surface);
    border: 1px solid var(--reservation-border);
    border-left: 4px solid var(--reservation-accent-strong);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(12, 24, 36, 0.06);
}

.reservation-journey .review-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(200, 154, 106, 0.12);
    color: #8b6238;
    font-size: 0.82rem;
    font-weight: 600;
}

.reservation-journey .payment-options {
    display: grid;
    gap: 0.7rem;
}

.reservation-journey .payment-options .form-check {
    margin: 0;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(15, 36, 53, 0.12);
    border-radius: 14px;
    background: #fff;
    transition: all 0.2s ease;
}

.reservation-journey .payment-options .form-check:hover {
    border-color: rgba(200, 154, 106, 0.5);
    box-shadow: 0 10px 24px rgba(12, 24, 36, 0.08);
}

.reservation-journey .payment-options .form-check-input:checked {
    background-color: var(--reservation-accent);
    border-color: var(--reservation-accent);
}

.reservation-journey .checkout-reservation-content {
    align-items: flex-start;
    column-gap: 0;
    row-gap: 1.5rem;
}

.reservation-journey .price-chambre-content .chambre-infos {
    position: sticky;
    top: 2rem;
    align-self: flex-start;
}

.reservation-journey .prix-chambre-card {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 237, 0.96));
    border: 1px solid rgba(169, 117, 67, 0.12);
    box-shadow: 0 24px 60px rgba(10, 22, 36, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.reservation-journey .prix-chambre-card:hover,
.reservation-journey .room-plan-option:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 154, 106, 0.35);
    box-shadow: 0 30px 70px rgba(10, 22, 36, 0.12);
}

.reservation-journey .room-plan-option {
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    background: rgba(255, 255, 255, 0.94);
}

.reservation-journey .selected-plan-card {
    border-color: var(--reservation-accent-strong) !important;
    background: linear-gradient(180deg, rgba(255, 243, 226, 0.96), rgba(255, 247, 236, 0.98));
    box-shadow: 0 28px 60px rgba(169, 117, 67, 0.16);
}

.reservation-journey .selected-plan-card .price-info .h4 {
    color: var(--reservation-accent-strong);
}

.reservation-journey .prix-chambre-card__body {
    padding: 1.75rem 1.6rem;
}

.reservation-journey .prix-chambre-card .badge.bg-dark {
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    box-shadow: 0 12px 24px rgba(169, 117, 67, 0.14);
}

.reservation-journey .prix-chambre-card .btn-outline-primary {
    border-color: rgba(169, 117, 67, 0.35);
    color: var(--reservation-accent-strong);
    transition: all 0.2s ease-in-out;
}

.reservation-journey .prix-chambre-card .btn-outline-primary:hover,
.reservation-journey .prix-chambre-card .btn-outline-primary:focus {
    background: var(--reservation-accent) !important;
    border-color: var(--reservation-accent-strong) !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(169, 117, 67, 0.18);
}

.reservation-journey .prix-chambre-card .btn-outline-primary:focus-visible,
.reservation-journey .prix-chambre-card .btn-outline-primary.focus-visible {
    outline: 3px solid rgba(255, 217, 143, 0.65) !important;
    outline-offset: 2px;
}

.reservation-journey .prix-chambre-card .btn-outline-primary:active {
    background: var(--reservation-accent-strong) !important;
    border-color: var(--reservation-accent) !important;
    color: #fff !important;
    transform: translateY(1px);
}

.reservation-journey .chambre-infos-card {
    border-radius: 26px;
    border: 1px solid rgba(169, 117, 67, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 237, 0.94));
    box-shadow: 0 30px 70px rgba(10, 22, 36, 0.1);
}

.reservation-journey .chambre-infos-card .card-header {
    border-radius: 26px 26px 0 0;
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
}

.reservation-journey .chambre-infos-card .card-body {
    padding: 1.5rem;
}

.reservation-journey .chambre-infos-card .counter-stats {
    border: 1px solid rgba(169, 117, 67, 0.14);
    background: rgba(255, 255, 255, 0.92);
}

.reservation-journey .chambre-infos-card .btn-theme-gold {
    border-radius: 999px;
}

.reservation-journey .chambre-infos-card .status-box {
    border-radius: 20px;
}

.reservation-journey .chambre-infos-card .card-header h6 {
    letter-spacing: 1px;
}

.reservation-journey .price-counter-box {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(169, 117, 67, 0.14);
}

.reservation-journey .price-counter-box .counter-summary {
    background: rgba(255, 255, 255, 0.96);
}

.reservation-journey .price-counter-box .counter-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
}

.reservation-journey .price-counter-box .status-box {
    background: rgba(247, 221, 184, 0.28);
    color: #7a4f1f;
}

.date-range-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.date-range-item {
    font-size: 0.96rem;
    color: #2d2d2d;
    margin-bottom: 0.65rem;
    gap: 0.5rem;
}

.date-range-item i {
    width: 1.3rem;
    font-size: 1rem;
    color: #5c5c5c;
    text-align: center;
}

.date-range-item span {
    line-height: 1.2;
}

.reservation-journey .price-person-summary {
    gap: 1rem;
}

.reservation-journey .price-person-summary .person-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border: 1px solid rgba(169, 117, 67, 0.12);
}

.reservation-journey .price-info {
    color: #3a3a3a;
}

.reservation-journey .price-info .h4 {
    color: #1d1d1d;
}

.reservation-journey .type-group-title {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2a2a2a;
    padding-bottom: 0.75rem;
    border-color: rgba(15, 36, 53, 0.12);
}

.reservation-journey .type-group-title::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 3px;
    margin-right: 0.75rem;
    vertical-align: middle;
    background: linear-gradient(90deg, var(--reservation-accent), var(--reservation-accent-strong));
}

.reservation-journey .price-chambre-content .chambre-infos .description-card-chambre,
.reservation-journey .price-chambre-content .chambre-infos .description-chambre {
    text-align: center;
}

.reservation-journey .price-chambre-content .chambre-infos .carousel {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(12, 24, 36, 0.08);
}

.reservation-journey .price-chambre-content .chambre-infos .title-card-chambre {
    margin-top: 1.5rem;
}

.reservation-journey .price-chambre-content .chambre-infos ul.list-group {
    gap: 0.5rem;
}

.reservation-journey .price-chambre-content .chambre-infos .list-group-item {
    border-radius: 18px;
}

.reservation-journey .price-chambre-content .chambre-infos .list-group-item+.list-group-item {
    border-top: 1px solid rgba(169, 117, 67, 0.08);
}

.reservation-journey .price-chambre-content .chambre-infos.prix-right-panel {
    display: grid;
    gap: 1.5rem;
    position: sticky;
    top: 2rem;
}

.reservation-journey .price-chambre-content .chambre-infos .prix-right-block {
    border-radius: 24px;
    border: 1px solid rgba(169, 117, 67, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 237, 0.94));
    box-shadow: 0 20px 48px rgba(12, 24, 36, 0.08);
    padding: 1.15rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-journey .price-chambre-content .chambre-infos .prix-right-block:hover {
    box-shadow: 0 24px 56px rgba(12, 24, 36, 0.12);
    transform: translateY(-2px);
}

.reservation-journey .price-chambre-content .chambre-infos .right-date-range {
    padding: 0;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-list {
    display: grid;
    gap: 0.95rem;
    margin-bottom: 0;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
    border: 1.5px solid rgba(169, 117, 67, 0.15);
    align-items: flex-start;
    min-height: 5.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-item:hover {
    border-color: rgba(169, 117, 67, 0.35);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
    box-shadow: 0 8px 24px rgba(200, 154, 106, 0.15);
    transform: translateX(4px);
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-image-box {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(200, 154, 106, 0.12), rgba(200, 154, 106, 0.08));
    border: 1px solid rgba(169, 117, 67, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-image-empty {
    width: 100%;
    height: 100%;
    color: rgba(169, 117, 67, 0.35);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-content {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-type {
    font-size: 0.98rem;
    font-weight: 700;
    color: #2f251a;
    margin-bottom: 0.3rem;
    line-height: 1.2;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-plan {
    margin-top: 0.25rem;
    font-size: 0.87rem;
    font-weight: 600;
    color: #c89a6a;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-plan small {
    color: #8a7559;
    font-weight: 500;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-meta {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(169, 117, 67, 0.12);
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #625138;
    font-size: 0.87rem;
    font-weight: 500;
}

.reservation-journey .price-chambre-content .chambre-infos .room-summary-meta i {
    font-size: 1.1rem;
    color: #c89a6a;
    width: 1.2rem;
    text-align: center;
}

.reservation-journey .price-chambre-content .chambre-infos .date-range-item span:last-of-type {
    margin-left: auto;
    font-size: 0.95rem;
    font-weight: 700;
    color: #2f251a;
}

.reservation-journey .price-chambre-content .chambre-infos .prix-right-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.reservation-journey .price-chambre-content .chambre-infos .prix-right-meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #7f6a52;
    background: linear-gradient(135deg, rgba(200, 154, 106, 0.1), rgba(200, 154, 106, 0.06));
    border: 1px solid rgba(169, 117, 67, 0.18);
    transition: all 0.3s ease;
}

.reservation-journey .price-chambre-content .chambre-infos .prix-right-meta span:hover {
    background: linear-gradient(135deg, rgba(200, 154, 106, 0.15), rgba(200, 154, 106, 0.1));
    border-color: rgba(169, 117, 67, 0.3);
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box.prix-right-planning {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 237, 0.94));
    box-shadow: 0 20px 48px rgba(12, 24, 36, 0.08);
    transition: all 0.3s ease;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box.prix-right-planning:hover {
    box-shadow: 0 24px 56px rgba(12, 24, 36, 0.12);
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box__header {
    padding: 0.85rem 1.1rem !important;
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    border-bottom: 2px solid rgba(169, 117, 67, 0.2);
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .card-body {
    /* padding: 1.1rem !important; */
    display: grid;
    gap: 0.75rem;
}

.reservation-journey .price-chambre-content .chambre-infos .counter-summary-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 0 !important;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .counter-summary {
    border-color: rgba(169, 117, 67, 0.16);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
    padding: 0.9rem !important;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .counter-summary:hover {
    border-color: rgba(169, 117, 67, 0.3);
    box-shadow: 0 8px 20px rgba(200, 154, 106, 0.12);
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .counter-summary .h4 {
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 700;
    color: var(--reservation-accent-strong);
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .counter-summary .small {
    font-size: 0.78rem;
    font-weight: 700;
    color: #786a5e !important;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .counter-summary .small.text-uppercase {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: #8b7562 !important;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .counter-icon {
    width: 46px;
    height: 46px;
    background: rgba(200, 154, 106, 0.14) !important;
    border: 1px solid rgba(169, 117, 67, 0.22);
    border-radius: 50%;
    color: var(--reservation-accent-strong) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18rem;
    flex: 0 0 46px;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box .counter-icon i {
    font-size: 1.22rem !important;
    line-height: 1;
}

.reservation-journey .price-chambre-content .chambre-infos #counter-status-container {
    margin-bottom: 0 !important;
    border-radius: 16px;
    border: none;
    padding: 0.85rem !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.reservation-journey .price-chambre-content .chambre-infos .prix-total-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem;
    border: 1px solid rgba(169, 117, 67, 0.18);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(200, 154, 106, 0.1), rgba(255, 255, 255, 0.92));
}

.reservation-journey .price-chambre-content .chambre-infos .prix-total-summary span {
    color: #6f5b42;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.reservation-journey .price-chambre-content .chambre-infos .prix-total-summary strong {
    color: var(--reservation-accent-strong);
    font-size: 1.2rem;
    font-weight: 900;
    text-align: right;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box__cta {
    min-height: 44px;
    border-radius: 14px;
    letter-spacing: 0.08em;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(135deg, #c89a6a, #d4a574) !important;
    border: none;
    box-shadow: 0 8px 20px rgba(200, 154, 106, 0.3);
    transition: all 0.3s ease;
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box__cta:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(200, 154, 106, 0.4);
}

.reservation-journey .price-chambre-content .chambre-infos .price-counter-box__cta:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.reservation-journey .price-chambre-content .infos-card-chambre-check .chekout-btn {
    display: flex;
    flex-direction: column;
}

/* Price selection page */
.reservation-journey .price-type-group__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(169, 117, 67, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #6f5b42;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.reservation-journey .price-type-list,
.reservation-journey .price-slot-list {
    display: grid;
    gap: 1rem;
}

.reservation-journey .price-type-group {
    display: grid;
    gap: 1rem;
}

.reservation-journey .price-type-group__header,
.reservation-journey .price-slot-card {
    border: 1px solid var(--reservation-border);
    border-radius: 24px;
    background: var(--reservation-surface);
    box-shadow: var(--reservation-shadow);
}

.reservation-journey .price-type-group__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
}

.reservation-journey .price-type-group__title {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: 0;
}

.reservation-journey .price-type-group__icon,
.reservation-journey .price-slot-card__number {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    box-shadow: 0 14px 26px rgba(169, 117, 67, 0.2);
}

.reservation-journey .price-type-group__icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
}

.reservation-journey .price-type-group__icon i {
    font-size: 1.2rem;
}

.reservation-journey .price-type-group__title h4,
.reservation-journey .price-slot-card__header h5 {
    margin: 0;
    color: var(--reservation-ink);
    font-weight: 700;
}

.reservation-journey .price-type-group__title h4 {
    font-size: 1.15rem;
}

.reservation-journey .price-type-group__title p,
.reservation-journey .price-slot-card__header p,
.reservation-journey .plan-option-description {
    margin: 0;
    color: var(--reservation-muted);
    line-height: 1.55;
}

.reservation-journey .price-type-group__title p {
    margin-top: 0.28rem;
}

.reservation-journey .price-type-group__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.reservation-journey .price-slot-card {
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.reservation-journey .price-slot-card:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 154, 106, 0.42);
    box-shadow: 0 26px 54px rgba(12, 24, 36, 0.13);
}

.reservation-journey .price-slot-card__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
    border-bottom: 1px solid rgba(169, 117, 67, 0.12);
    background: linear-gradient(135deg, rgba(200, 154, 106, 0.12), rgba(255, 255, 255, 0.92));
}

.reservation-journey .price-slot-card__number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.reservation-journey .price-slot-card__header h5 {
    font-size: 1.05rem;
}

.reservation-journey .price-slot-card__header p {
    margin-top: 0.15rem;
    font-size: 0.9rem;
}

.reservation-journey .price-plan-grid {
    padding: 1.25rem;
}

.reservation-journey .prix-chambre-card.room-plan-option {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.1rem;
    border: 1px solid rgba(169, 117, 67, 0.14) !important;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 240, 0.96));
    box-shadow: 0 14px 32px rgba(12, 24, 36, 0.08);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.reservation-journey .prix-chambre-card.room-plan-option:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 154, 106, 0.48) !important;
    box-shadow: 0 20px 40px rgba(12, 24, 36, 0.12);
}

.reservation-journey .prix-chambre-card.room-plan-option.selected-plan-card {
    border-color: var(--reservation-accent-strong) !important;
    background: linear-gradient(180deg, rgba(255, 244, 230, 0.98), rgba(255, 250, 243, 0.98));
    box-shadow: 0 22px 46px rgba(169, 117, 67, 0.16);
}

.reservation-journey .plan-option-check {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(169, 117, 67, 0.22);
    border-radius: 50%;
    color: transparent;
    background: #fff;
    transition: all 0.2s ease;
}

.reservation-journey .plan-option-check i {
    font-size: 1rem;
}

.reservation-journey .selected-plan-card .plan-option-check {
    color: #fff;
    background: var(--reservation-accent-strong);
    border-color: var(--reservation-accent-strong);
    box-shadow: 0 8px 18px rgba(169, 117, 67, 0.22);
}

.reservation-journey .plan-option-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
}

.reservation-journey .plan-option-kicker {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--reservation-accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reservation-journey .plan-option-head h6 {
    margin: 0;
    color: var(--reservation-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.reservation-journey .plan-option-capacity {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #6f4d2f;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.reservation-journey .plan-option-capacity span {
    background: rgba(200, 154, 106, 0.1);
    padding: 0.35rem 0.62rem;
    border-radius: 999px;

}

.reservation-journey .plan-option-capacity i {
    font-size: 0.95rem;
}

.reservation-journey .plan-option-description {
    min-height: 3rem;    font-size: 0.92rem;
}

.reservation-journey .plan-option-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
}

.reservation-journey .plan-option-price {
    display: grid;
    gap: 0.15rem;
}

.reservation-journey .plan-option-price span,
.reservation-journey .plan-option-price small {
    color: var(--reservation-muted);
    font-size: 0.8rem;
}

.reservation-journey .plan-option-price strong {
    color: var(--reservation-accent-strong);
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.1;
}

.reservation-journey .plan-option-select-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.4rem;
    min-height: 2.4rem;
    padding: 0.45rem 0.75rem;
    border-radius: 12px;
    color: var(--reservation-accent-strong);
    background: rgba(200, 154, 106, 0.1);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.reservation-journey .selected-plan-card .plan-option-select-label {
    color: #fff;
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
}

.reservation-journey .price-selection-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
}

.reservation-journey .price-selection-actions .btn {
    min-height: 3.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 1.25rem;
    border-radius: 14px;
}

@media (min-width: 992px) {

    .reservation-journey.prix-chambres,
    .reservation-journey.page-extras,
    .reservation-journey.checkout-reservation,
    .reservation-journey.prix-chambres .price-chambre-content,
    .reservation-journey.page-extras .price-chambre-content,
    .reservation-journey.checkout-reservation .price-chambre-content,
    .reservation-journey.prix-chambres .price-chambre-content>.row,
    .reservation-journey.page-extras .price-chambre-content>.row,
    .reservation-journey.checkout-reservation .price-chambre-content>.row {
        overflow: visible;
    }

    .reservation-journey .price-chambre-content>.row.align-items-start {
        align-items: stretch !important;
    }

    .reservation-journey .price-chambre-content>.row>.chambre-infos-column {
        align-self: stretch !important;
    }

    .reservation-journey.prix-chambres .chambre-infos,
    .reservation-journey.page-extras .chambre-infos,
    .reservation-journey.checkout-reservation .chambre-infos {
        position: sticky !important;
        top: 1rem;
        align-self: flex-start;
        overflow-y: auto;
        height: max-content;
        z-index: 3;
    }

    .reservation-journey .price-chambre-content .chambre-infos.chambre-infos-sticky,
    .reservation-journey.page-extras .chambre-infos.chambre-infos-sticky {
        position: sticky;
        top: 1rem;
        align-self: flex-start;
        z-index: 3;
    }

    .reservation-journey.all-chambre-disponible #chambres-container .chambre-disponible {
        overflow: visible;
    }

    .reservation-journey.all-chambre-disponible #chambres-container .option-chambre-disponible.chambre-infos-sticky {
        position: sticky;
        top: 1rem;
        align-self: flex-start;
        z-index: 2;
    }
}

/* Extras selection page */
.reservation-journey .extras-reservation-content .extra-option-card {
    margin: 0 !important;
    border: 1px solid var(--reservation-border) !important;
    border-radius: 24px;
    background: var(--reservation-surface);
    box-shadow: var(--reservation-shadow);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.reservation-journey .extras-reservation-content .extra-option-card:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 154, 106, 0.42) !important;
    box-shadow: 0 26px 54px rgba(12, 24, 36, 0.13);
}

.reservation-journey .extras-reservation-content .extra-option-card__media {
    min-height: 215px;
    border-radius: 24px 0 0 24px;
}

.reservation-journey .extras-reservation-content .extra-option-card__media img {
    min-height: 215px;
}

.reservation-journey .extras-reservation-content .extra-option-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    padding: 1.35rem !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 240, 0.96));
}

.reservation-journey .extras-reservation-content .extrasName {
    margin: 0;
    color: var(--reservation-ink);
    font-size: 1.18rem;
    font-weight: 800;
}

.reservation-journey .extras-reservation-content .extra-option-description {
    margin-top: 0.55rem;
    margin-bottom: 0;
    color: var(--reservation-muted);
    line-height: 1.6;
}

.reservation-journey .extras-reservation-content .extra-option-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(169, 117, 67, 0.12);
}

.reservation-journey .extras-reservation-content .extrasPrix {
    display: block;
    color: var(--reservation-accent-strong);
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.1;
}

.reservation-journey .extras-reservation-content .btn-check-extras {
    width: auto;
    min-width: 9.5rem;
    min-height: 2.75rem;
    border-radius: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.reservation-journey .extras-reservation-content .btn-checked-extras {
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    box-shadow: 0 12px 24px rgba(169, 117, 67, 0.24);
}

.reservation-journey .extras-right-panel .extras-summary-media {
    margin: 0;
}

.reservation-journey .extras-right-panel .extras-summary-media .carousel {
    border-radius: 24px 24px 0 0;
    box-shadow: none;
}

.reservation-journey .extras-right-panel .extras-summary-media .carousel-item {
    min-height: 215px;
}

.reservation-journey .extras-right-panel .extras-summary-copy {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
    padding: 1.05rem 1.15rem 0;
}

.reservation-journey .extras-right-panel .extras-summary-copy .title-card-chambre {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 800;
}

.reservation-journey .extras-right-panel .extras-summary-copy .description-card-chambre {
    text-align: left;
    font-size: 0.92rem;
}

.reservation-journey .extras-right-panel .extras-capacity-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.8rem;
    padding: 0 1.15rem;
}

.reservation-journey .extras-right-panel .right-room-summary.prix-right-block {
    padding: 0;
    overflow: hidden;
}

.reservation-journey .extras-right-panel .right-room-summary>.room-summary-list {
    padding: 0 1.15rem !important;
}

.reservation-journey .extras-right-panel .right-room-summary>.room-summary-meta {
    margin: 1rem 1.15rem 1.15rem;
}

.reservation-journey .extras-right-panel .extras-capacity-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(169, 117, 67, 0.18);
    border-radius: 999px;
    background: rgba(200, 154, 106, 0.1);
    color: #6f4d2f;
    font-size: 0.82rem;
    font-weight: 800;
}

.reservation-journey .extras-cart-summary .cart {
    display: grid;
    gap: 0.75rem;
}

.reservation-journey .extras-cart-summary .extras-cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #3f2d16;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reservation-journey .extras-cart-summary .extras-cart-title span {
    color: var(--reservation-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.reservation-journey .extras-cart-summary .cart-content {
    display: grid;
    gap: 0.75rem;
    max-height: 260px;
    overflow: auto;
}

.reservation-journey .extras-cart-summary .extras-box {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    margin-top: 0;
    padding: 0.75rem;
    border: 1px solid rgba(169, 117, 67, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
}

.reservation-journey .extras-cart-summary .cart-img {
    width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 12px;
}

.reservation-journey .extras-cart-summary .detail-box {
    min-width: 0;
}

.reservation-journey .extras-cart-summary .extras-title {
    color: var(--reservation-ink);
    font-size: 0.86rem;
    font-weight: 800;
    text-align: left;
    text-transform: none;
}

.reservation-journey .extras-cart-summary .cart-qty-line {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.reservation-journey .extras-cart-summary .cart-qty-input {
    width: 56px;
    height: 30px;
    border-radius: 10px;
}

.reservation-journey .extras-cart-summary .extras-total-row {
    align-items: center;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    background: rgba(200, 154, 106, 0.1);
}

.reservation-journey .extras-cart-summary .extras-total-row span {
    color: #6f5b42;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reservation-journey .extras-cart-summary .extras-total-row strong {
    color: var(--reservation-accent-strong);
    font-size: 1rem;
    font-weight: 900;
}

.reservation-journey .extras-cart-summary .extras-empty-summary {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px dashed rgba(169, 117, 67, 0.28);
    border-radius: 16px;
    background: rgba(200, 154, 106, 0.08);
}

.reservation-journey .extras-cart-summary .cart-container.d-block+.extras-empty-summary {
    display: none;
}

.reservation-journey .extras-cart-summary .extras-empty-summary strong {
    display: block;
    color: #3f2d16;
    font-size: 0.9rem;
    font-weight: 800;
}

.reservation-journey .extras-cart-summary .extras-empty-summary p {
    color: var(--reservation-muted);
    font-size: 0.82rem;
}

.reservation-journey .extras-cart-summary form {
    display: grid;
}

.reservation-journey .checkout-reservation .card {
    background: var(--reservation-surface);
    border: 1px solid var(--reservation-border);
    box-shadow: var(--reservation-shadow);
    border-radius: 24px;
}

.reservation-journey .checkout-reservation .card-header {
    background: linear-gradient(135deg, rgba(200, 154, 106, 0.14), rgba(255, 255, 255, 0.96));
    border-bottom: 1px solid var(--reservation-border);
    border-radius: 24px 24px 0 0;
}

.reservation-journey .checkout-reservation .card-body {
    padding: clamp(1rem, 2vw, 1.4rem);
}

.reservation-journey .payment-methods .payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.reservation-journey .payment-methods .payment-option {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.reservation-journey .payment-methods label.payment-option {
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.reservation-journey .payment-methods .payment-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.reservation-journey .payment-methods .payment-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    min-height: 132px;
    padding: 16px 16px 14px;
    border-radius: 14px;
    border: 1.5px solid #e7d9cc;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
    color: var(--reservation-ink);
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(69, 44, 17, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
        background-color 0.2s ease;
}

.reservation-journey .payment-methods .payment-card::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 2px solid #d7c5b5;
    background: #fff;
    transition: all 0.2s ease;
}

.reservation-journey .payment-methods .payment-option:hover .payment-card {
    transform: translateY(-2px);
    border-color: #d8b799;
    box-shadow: 0 14px 28px rgba(69, 44, 17, 0.12);
}

.reservation-journey .payment-methods .payment-input:focus-visible+.payment-card {
    outline: 3px solid rgba(172, 119, 71, 0.25);
    outline-offset: 2px;
}

.reservation-journey .payment-methods .payment-input:checked+.payment-card {
    border-color: var(--reservation-accent);
    background: linear-gradient(180deg, #ffffff 0%, #f7ede4 100%);
    box-shadow: 0 18px 30px rgba(172, 119, 71, 0.18);
    transform: translateY(-1px);
}

.reservation-journey .payment-methods .payment-input:checked+.payment-card::after {
    border-color: var(--reservation-accent);
    background: var(--reservation-accent);
    box-shadow: 0 0 0 4px rgba(172, 119, 71, 0.18);
}

.reservation-journey .payment-methods .payment-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    box-shadow: inset 0 -6px 12px rgba(0, 0, 0, 0.15);
}

.reservation-journey .payment-methods .payment-title {
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.2px;
}

.reservation-journey .payment-methods .payment-meta {
    font-size: 0.86rem;
    color: #7a6858;
}

.reservation-journey .payment-methods .payment-input:checked+.payment-card .payment-title {
    color: var(--reservation-accent-strong);
}

.reservation-journey .payment-icon-stripe {
    background: linear-gradient(135deg, #635bff 0%, #4a44d1 100%);
}

.reservation-journey .payment-icon-paypal {
    background: linear-gradient(135deg, #009cde 0%, #003087 100%);
}

.reservation-journey .payment-icon-bank {
    background: linear-gradient(135deg, #1b9c85 0%, #0f7a68 100%);
}

.reservation-journey .payment-icon-cmi {
    background: linear-gradient(135deg, #ff6f61 0%, #e2493b 100%);
}

.reservation-journey .payment-icon-onsite {
    background: linear-gradient(135deg, #d4a34a 0%, #b67d24 100%);
}

.reservation-journey .title-infos-client {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
}

.reservation-journey .title-infos-client::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 68px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
}

.reservation-journey .extras-disponible .imageExtras img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.reservation-journey .page-extras .carousel,
.reservation-journey .room-details .carousel,
.reservation-journey .chambre-infos .carousel {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 18px 30px rgba(12, 24, 36, 0.08);
}

.reservation-journey .page-extras .description-chambre,
.reservation-journey .page-extras .description-card-chambre,
.reservation-journey .room-details .description-chambre,
.reservation-journey .room-details .description-card-chambre,
.reservation-journey .chambre-infos .description-chambre,
.reservation-journey .chambre-infos .description-card-chambre {
    text-align: center;
}

.reservation-journey .room-summary-card,
.reservation-journey .reservation-summary-card,
.reservation-journey .extras-summary-card {
    position: sticky;
    top: 2rem;
    align-self: flex-start;
}

.reservation-journey .page-extras .list-extras {
    padding-right: 0;
}

.reservation-journey .extras-summary-card {
    padding: 1.4rem;
    margin-top: 0 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98));
    border: 1px solid var(--reservation-border) !important;
    border-radius: 24px;
    box-shadow: var(--reservation-shadow);
}

.reservation-journey .extras-summary-card>.row {
    margin: 0;
    gap: 1rem;
}

.reservation-journey .extras-summary-card>.row>[class*="col-"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.reservation-journey .page-extras .chambre {
    position: sticky;
    top: 2rem;
    align-self: flex-start;
    padding: 1.4rem;
    margin-top: 0 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98));
    border: 1px solid var(--reservation-border) !important;
    border-radius: 24px;
    box-shadow: var(--reservation-shadow);
}

.reservation-journey .page-extras .chambre>.row {
    margin: 0;
    gap: 1rem;
}

.reservation-journey .page-extras .chambre>.row>[class*="col-"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Checkout reservation page */
.reservation-journey.checkout-reservation .checkout-reservation-content {
    row-gap: 1.5rem;
}

.reservation-journey.checkout-reservation .checkout-form-panel .container {
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 237, 0.94));
    border: 1px solid rgba(169, 117, 67, 0.16) !important;
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(12, 24, 36, 0.08);
}

.reservation-journey.checkout-reservation .checkout-section-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.reservation-journey.checkout-reservation .checkout-section-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    box-shadow: 0 14px 26px rgba(169, 117, 67, 0.2);
}

.reservation-journey.checkout-reservation .checkout-section-icon i {
    font-size: 1.25rem;
}

.reservation-journey.checkout-reservation .checkout-section-head .title-infos-client {
    margin: 0;
    font-weight: 800;
}

.reservation-journey.checkout-reservation .checkout-field-label {
    display: inline-flex;
    margin-bottom: 0.4rem;
    color: #6f5b42;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reservation-journey.checkout-reservation .form-client .form-control {
    min-height: 3.25rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.reservation-journey.checkout-reservation .form-client textarea.form-control {
    min-height: 8rem;
    resize: vertical;
}

.reservation-journey.checkout-reservation .payment-methods {
    margin-bottom: 0;
}

.reservation-journey.checkout-reservation .checkout-right-panel {
    display: grid;
    gap: 1rem;
    height: max-content;
}

.reservation-journey.checkout-reservation .checkout-right-panel .checkout-room-summary {
    padding: 0;
    overflow: hidden;
}

.reservation-journey.checkout-reservation .checkout-summary-media {
    margin: 0;
}

.reservation-journey.checkout-reservation .checkout-summary-media .carousel {
    border-radius: 24px 24px 0 0;
    box-shadow: none;
}

.reservation-journey.checkout-reservation .checkout-summary-media .carousel-item {
    min-height: 215px;
}

.reservation-journey.checkout-reservation .checkout-room-list {
    display: grid;
    gap: 0.85rem;
    padding: 1.05rem 1.15rem 0 !important;
}

.reservation-journey.checkout-reservation .checkout-room-list .room-summary-item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    min-height: 4.75rem;
    padding: 0.85rem;
    border: 1.5px solid rgba(169, 117, 67, 0.15);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
}

.reservation-journey.checkout-reservation .checkout-room-list .room-summary-image-box {
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(200, 154, 106, 0.12), rgba(200, 154, 106, 0.08));
    border: 1px solid rgba(169, 117, 67, 0.12);
}

.reservation-journey.checkout-reservation .checkout-room-list .room-summary-image-empty {
    width: 100%;
    height: 100%;
    color: rgba(169, 117, 67, 0.45);
    font-size: 1.25rem;
}

.reservation-journey.checkout-reservation .checkout-room-list .room-summary-content {
    min-width: 0;
    flex: 1 1 auto;
}

.reservation-journey.checkout-reservation .checkout-room-list .room-summary-type {
    color: #2f251a;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
}

.reservation-journey.checkout-reservation .checkout-room-list .room-summary-plan {
    margin-top: 0.25rem;
    color: var(--reservation-accent-strong);
    font-size: 0.84rem;
    font-weight: 700;
}

.reservation-journey.checkout-reservation .checkout-room-list .room-summary-plan small {
    color: #8a7559;
    font-weight: 600;
}

.reservation-journey.checkout-reservation .checkout-capacity-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.95rem 1.15rem 0;
}

.reservation-journey.checkout-reservation .checkout-capacity-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(169, 117, 67, 0.18);
    border-radius: 999px;
    background: rgba(200, 154, 106, 0.1);
    color: #6f4d2f;
    font-size: 0.82rem;
    font-weight: 800;
}

.reservation-journey.checkout-reservation .checkout-right-panel .room-summary-meta {
    margin: 1rem 1.15rem 1.15rem;
}

.reservation-journey.checkout-reservation .checkout-total-card .card-body {
    gap: 0.85rem;
}

.reservation-journey.checkout-reservation .checkout-total-card .extras-empty-summary {
    margin-bottom: 0;
}

.reservation-journey.checkout-reservation .checkout-total-card .price-counter-box__cta {
    white-space: normal;
}

.reservation-journey .masque {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 5px;
}

.reservation-journey .masque img {
    height: 390px !important;
    object-fit: cover;
}

.reservation-journey .extras-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding-bottom: 10px;

}

.reservation-journey .room-details .extras-box {
    border-bottom: none;
    padding: 0;
}

.reservation-journey .cart-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px;
}



.reservation-journey .extras-title {
    font-weight: 600;
    text-align: right;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--color-primary);
}

.reservation-journey .cart-qty-line {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
}

.reservation-journey .cart-qty-label {
    font-size: 12px;
    color: #7a6a5c;
}

.reservation-journey .cart-qty-input {
    width: 60px;
    height: 32px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border: 1px solid rgba(15, 36, 53, 0.12);
    border-radius: 14px;
    box-shadow: none;
}


.reservation-journey .cart-qty-input,
.reservation-journey .form-client .form-control,
.reservation-journey .reservation-info .form-control,
.reservation-journey .payment-methods .form-control,
.reservation-journey .room-details .form-control,
.reservation-journey .room-details textarea {
    border-radius: 14px;
    border: 1px solid rgba(15, 36, 53, 0.12);
    box-shadow: none;
}

.reservation-journey .form-client .form-control:focus,
.reservation-journey .reservation-info .form-control:focus,
.reservation-journey .payment-methods .form-control:focus,
.reservation-journey .room-details .form-control:focus,
.reservation-journey .room-details textarea:focus {
    border-color: rgba(200, 154, 106, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(200, 154, 106, 0.18);
}

.reservation-journey .payment-methods .alert-info {
    border-radius: 16px;
    border: 1px solid rgba(200, 154, 106, 0.18);
    background: rgba(200, 154, 106, 0.12);
    color: var(--reservation-ink);
}

.reservation-journey .extras-line-total {
    font-size: 13px;
    color: #6b4a2f;
    margin-top: 2px;
}

.reservation-journey .carousel[data-label]::before {
    position: absolute;
    top: 1.1rem;
    right: 4.65rem;
    content: '';
    background: var(--reservation-accent);
    height: 24px;
    width: 24px;
    transform: rotate(45deg);
    z-index: 4;
}

.reservation-journey .carousel[data-label]::after {
    z-index: 5;
    position: absolute;
    content: attr(data-label);
    top: 0.75rem;
    right: 0.9rem;
    padding: 0.6rem 0.95rem;
    min-width: 7rem;
    background: var(--reservation-accent);
    color: white;
    text-align: center;
    border-radius: 0 16px 0 16px;
    box-shadow: 0 18px 34px rgba(26, 35, 126, 0.2);
}

.reservation-journey .alert {
    border-radius: 18px;
    border-width: 1px;
    box-shadow: 0 10px 24px rgba(12, 24, 36, 0.08);
}

.reservation-journey .alert-danger {
    border-color: rgba(180, 82, 53, 0.2);
    background: rgba(180, 82, 53, 0.08);
    color: #8f3f24;
}

.reservation-journey .alert-warning {
    border-color: rgba(200, 154, 106, 0.22);
    background: rgba(200, 154, 106, 0.1);
    color: #6f4d2f;
}

.reservation-journey .alert-success {
    border-color: rgba(58, 130, 96, 0.18);
    background: rgba(58, 130, 96, 0.08);
    color: #276749;
}

.reservation-journey .btn-check-extras {
    min-width: 9rem;
}

.reservation-journey .btn-search-chambre-dispo svg path,
.reservation-journey .btn-header svg path {
    fill: currentColor;
}

.reservation-journey .row.form-control-chambre {
    align-items: center;
}

.reservation-journey .card-chamber-check,
.reservation-journey .chekout-btn,
.reservation-journey .option-chambre-disponible,
.reservation-journey .checkout-btn,
.reservation-journey .payment-methods .payment-grid {
    position: relative;
    z-index: 1;
}

.reservation-journey .infos-card-chambre-check {
    align-items: stretch;
}

.reservation-journey .infos-card-chambre-check__content,
.reservation-journey .infos-card-chambre-check__aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservation-journey .infos-card-chambre-check__content {
    padding: 2.4rem 0 2.4rem 2rem;
}

.reservation-journey .infos-card-chambre-check__aside,
.reservation-journey .chekout-btn {
    gap: 1.25rem;
    align-items: flex-end;
    justify-content: space-between;
    padding: 2rem 1.8rem;
}

.reservation-journey .chekout-btn>div {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
}

.reservation-journey .infos-card-chambre-check__price,
.reservation-journey .infos-card-chambre-check__action {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.reservation-journey .infos-card-chambre-check__action form,
.reservation-journey .chekout-btn form {
    display: flex;
    justify-content: flex-end;
}

.reservation-journey .infos-card-chambre-check .badget-prix {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    min-width: 11.5rem;
    padding: 1rem 1.2rem;
    box-shadow: 0 18px 34px rgba(169, 117, 67, 0.24);
}

.reservation-journey .infos-card-chambre-check .btn-chosir-price {
    min-width: 12rem;
}

.reservation-journey .card-chamber-check .text-primary,
.reservation-journey .card-chamber-check .fa-users,
.reservation-journey .card-chamber-check .fa-expand-arrows-alt,
.reservation-journey .card-chamber-check .fa-tag {
    color: var(--reservation-accent-strong) !important;
    font-size: 15px;
}

.reservation-journey .card-chamber-check .text-success,
.reservation-journey .card-chamber-check .fa-calculator,
.reservation-journey .card-chamber-check .fa-check-circle {
    color: #4f9162 !important;
    font-size: 15px;
}

.reservation-flow-offcanvas {
    z-index: 1400;
    border-left: 1px solid rgba(169, 117, 67, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98));
    box-shadow: -18px 0 40px rgba(12, 24, 36, 0.12);
}

.reservation-flow-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(169, 117, 67, 0.14);
}

.reservation-flow-offcanvas .form-check-label,
.reservation-flow-offcanvas .form-check-label svg,
.reservation-flow-offcanvas .form-check-label i {
    color: var(--reservation-ink);
    fill: currentColor;
}

#offcanvasScroll {
    z-index: 1400;
    border-left: 1px solid rgba(169, 117, 67, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98));
    box-shadow: -18px 0 40px rgba(12, 24, 36, 0.12);
}

#offcanvasScroll .offcanvas-header {
    border-bottom: 1px solid rgba(169, 117, 67, 0.14);
}

#offcanvasScroll .form-check-label,
#offcanvasScroll .form-check-label svg,
#offcanvasScroll .form-check-label i {
    color: var(--reservation-ink);
    fill: currentColor;
}

@media (max-width: 1540px) {
    .reservation-journey {
        padding: 0 4rem 5rem !important;
    }
}

@media (max-width: 1199.98px) {
    .reservation-journey {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .reservation-flow-hero__grid {
        grid-template-columns: 1fr;
    }

    .reservation-flow-stepper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .reservation-journey .check-chambre2 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .reservation-journey .form-check-chambreDisponible {
        padding: 1rem;
    }

    .reservation-flow-title {
        font-size: clamp(1.9rem, 5vw, 2.8rem);
    }

    .reservation-journey .infos-card-chambre-check__content,
    .reservation-journey .infos-card-chambre-check__aside,
    .reservation-journey .chekout-btn {
        padding: 1.5rem;
    }

    .reservation-journey #chambres-container .room-type-card__content {
        padding: 1.5rem !important;
    }

    .reservation-journey #chambres-container .room-type-card__aside {
        padding: 1.5rem !important;
        border-left: 0;
        border-top: 1px solid rgba(15, 36, 53, 0.08);
    }

    /* Adjust extras card layout for tablets */
    .reservation-journey .extras-disponible {
        flex-direction: column;
    }

    .reservation-journey .extras-disponible .imageExtras {
        width: 100%;
        border-radius: 24px 24px 0 0;
        margin-bottom: 0.5rem;
        min-height: 200px;
    }

    .reservation-journey .extras-disponible .card-chamber-check.extras {
        border-radius: 0 0 24px 24px;
    }

    .reservation-journey .price-chambre-content .chambre-infos .counter-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .reservation-flow-stepper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reservation-journey .availability-search-grid__fields {
        gap: 0.85rem;
    }

    .reservation-journey .availability-search-grid__field {
        flex-basis: 100%;
    }

    .reservation-journey .breadcrumb {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .reservation-journey .breadcrumb a {
        flex: 0 0 11.5rem;
        min-width: 11.5rem;
        min-height: 3.35rem;
    }

    .reservation-journey .breadcrumb a::after {
        top: -5px;
        right: -1.95rem;
        width: 4.6rem;
        height: 4.6rem;
    }

    .reservation-journey .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .reservation-journey .breadcrumb__desc {
        display: none;
    }

    .reservation-journey .chambre-disponible,
    .reservation-journey .extras-disponible,
    .reservation-journey .infos-card-chambre-check {
        margin-bottom: 1rem;
    }

    /* Extras card responsive adjustments */
    .reservation-journey .extras-disponible {
        flex-direction: column;
    }

    .reservation-journey .extras-disponible .imageExtras {
        width: 100%;
        border-radius: 24px 24px 0 0;
        margin-bottom: 0.5rem;
        min-height: 200px;
    }

    .reservation-journey .extras-disponible .card-chamber-check.extras {
        border-radius: 0 0 24px 24px;
        padding: 1.2rem;
    }

    .reservation-journey .extras-disponible .card-chamber-check.extras .row {
        flex-direction: column;
        gap: 0.75rem;
    }

    .reservation-journey .btn-check-extras {
        width: 100%;
    }

    .reservation-journey .extras-reservation-content .extra-option-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .reservation-journey .extras-reservation-content .btn-check-extras {
        width: 100%;
    }

    .reservation-journey .extras-right-panel .extras-summary-media .carousel-item {
        min-height: 190px;
    }

    .reservation-journey .carousel-item {
        min-height: 220px;
    }

    .reservation-journey .infos-card-chambre-check__price,
    .reservation-journey .infos-card-chambre-check__action,
    .reservation-journey .infos-card-chambre-check__action form {
        justify-content: flex-start;
    }

    .reservation-journey .price-chambre-content .chambre-infos,
    .reservation-journey .page-extras .chambre,
    .reservation-journey .chambre-infos-sticky {
        position: static !important;
        max-height: none;
        overflow-y: visible;
    }

    .reservation-journey #chambres-container .room-type-card__media .carousel-item {
        min-height: 220px;
    }

    .reservation-journey #chambres-container .room-type-card__content,
    .reservation-journey #chambres-container .room-type-card__aside {
        padding: 1.35rem !important;
    }

    .reservation-journey #chambres-container .room-type-card__description {
        min-height: 0;
        -webkit-line-clamp: 3;
    }

    .reservation-journey #chambres-container .room-type-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .reservation-journey #chambres-container .room-type-card__quantity {
        min-width: 0;
        width: 100%;
    }

    .reservation-journey #chambres-container .room-type-card__aside .price-section {
        padding: 0.9rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .header-reservation-tete {
        min-height: 21rem;
    }

    .infos-contact-header {
        margin-right: 0;
        font-size: 1rem;
    }

    .reservation-journey {
        padding: 0.75rem 0.75rem 3rem;
    }

    .reservation-flow-hero {
        border-radius: 22px;
        padding: 1.2rem;
    }

    .reservation-flow-stepper {
        grid-template-columns: 1fr;
    }

    .reservation-journey .form-check-chambreDisponible .form-control,
    .reservation-journey .daterangeIcons,
    .reservation-journey .btn-search-chambre-dispo {
        height: 3.75rem;
    }

    .reservation-journey .title-card-chambre {
        font-size: 1.2rem;
    }

    .reservation-journey .room-summary-card,
    .reservation-journey .reservation-summary-card,
    .reservation-journey .extras-summary-card {
        position: static;
    }

    .reservation-journey.checkout-reservation .checkout-form-panel .container {
        padding: 1rem;
    }

    .reservation-journey.checkout-reservation .checkout-summary-media .carousel-item {
        min-height: 160px;
    }

    .reservation-journey.checkout-reservation .checkout-section-head {
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    .reservation-journey .price-type-group__header {
        flex-direction: column;
    }

    .reservation-journey .price-type-group__meta {
        justify-content: flex-start;
        min-width: 0;
    }

    .reservation-journey .price-selection-actions {
        flex-wrap: wrap;
    }

    .reservation-journey .price-selection-actions .btn {
        flex: 1 1 14rem;
    }

    .reservation-journey .price-chambre-content .chambre-infos,
    .reservation-journey .price-chambre-content .chambre-infos.prix-right-panel,
    .reservation-journey .chambre-infos-sticky {
        position: static !important;
        max-height: none;
        overflow-y: visible;
    }
}

@media (max-width: 575.98px) {

    .reservation-journey .price-type-group__header,
    .reservation-journey .price-slot-card__header,
    .reservation-journey .price-plan-grid {
        padding: 1rem;
    }

    .reservation-journey .plan-option-head,
    .reservation-journey .plan-option-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .reservation-journey .plan-option-head {
        gap: 0.6rem;
        padding-right: 2rem;
    }

    .reservation-journey .plan-option-capacity {
        margin-top: 0;
    }

    .reservation-journey .plan-option-description {
        min-height: 0;
    }

    .reservation-journey .plan-option-select-label,
    .reservation-journey .price-selection-actions .btn {
        width: 100%;
    }
}

/* Floating Guest Counter Widget - Premium Light Style */
:root {
    --reservation-accent: #c89a6a;
    --reservation-accent-strong: #a97543;
    --reservation-ink: #0c1824;
    --reservation-muted: #5f6b74;
    --reservation-surface: rgba(255, 255, 255, 0.96);
    --reservation-border: rgba(169, 117, 67, 0.18);
    --reservation-shadow: 0 24px 56px rgba(10, 22, 36, 0.1);
}

.floating-guest-widget {
    position: sticky;
    top: 2rem;
    width: 100%;
    z-index: 10;
    border-radius: 20px;
    overflow: hidden;
    background: var(--reservation-surface);
    border: 1px solid var(--reservation-border) !important;
    box-shadow: var(--reservation-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-guest-widget:hover {
    box-shadow: 0 32px 64px rgba(12, 24, 36, 0.16);
}

.bg-theme-gold {
    background-color: var(--reservation-accent) !important;
}

.border-theme-gold {
    border-color: var(--reservation-accent) !important;
}

.text-gold {
    color: var(--reservation-accent) !important;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.custom-qty-group .btn-outline-gold {
    border-color: var(--reservation-accent);
    color: var(--reservation-accent);
    background: transparent;
    font-weight: bold;
    transition: all 0.2s ease;
}

.custom-qty-group .btn-outline-gold:hover {
    background-color: var(--reservation-accent);
    color: #fff;
}

.custom-qty-group input.border-gold {
    border-left: none;
    border-right: none;
    border-color: var(--reservation-accent) !important;
    background-color: rgba(200, 154, 106, 0.04) !important;
}

.btn-theme-gold {
    background: linear-gradient(135deg, var(--reservation-accent), var(--reservation-accent-strong));
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(200, 154, 106, 0.2);
}

.btn-theme-gold:hover:not(.disabled) {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(200, 154, 106, 0.3);
    color: #fff;
}

.btn-theme-gold.disabled {
    background: #d1d1d1 !important;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.status-box {
    transition: all 0.3s ease;
}

.bg-label-success {
    background-color: rgba(79, 145, 98, 0.1) !important;
    color: #4f9162 !important;
}

.bg-label-danger {
    background-color: rgba(180, 82, 53, 0.1) !important;
    color: #8f3f24 !important;
}

@media (max-width: 991px) {
    .floating-guest-widget {
        top: auto;
        bottom: 20px;
        right: 20px;
        transform: none;
        width: calc(100% - 40px);
        max-width: 320px;
    }

    .floating-guest-widget:hover {
        transform: none;
    }
}
