.booking-page-active {
    background: #171111;
}

.booking-page-active #spinner {
    display: none !important;
    pointer-events: none !important;
}

.booking-page-active .sticky-top {
    background:
        linear-gradient(90deg, rgba(34, 22, 18, 0.34), rgba(34, 22, 18, 0.14)),
        url("../image/nav-menu-bg.png") center / cover no-repeat,
        linear-gradient(90deg, rgba(52, 34, 28, 0.92), rgba(82, 56, 45, 0.86) 48%, rgba(130, 94, 70, 0.82)) !important;
}

.booking-page-active .sticky-top > .container-fluid,
.booking-page-active #navbarCollapse {
    background: transparent !important;
    border-bottom: 0;
}

.booking-page-active .navbar {
    min-height: 86px;
}

.booking-page-active .navbar .nav-link,
.booking-page-active .navbar .dropdown-toggle {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 700;
}

.booking-page-active .navbar .nav-link:hover,
.booking-page-active .navbar .nav-link.active {
    color: #ff4a96 !important;
}

.booking-page-active .navbar .btn-primary {
    box-shadow: 0 16px 34px rgba(255, 64, 140, 0.34);
}

.booking-page-active .footer,
.booking-page-active .copyright,
.booking-page-active .back-to-top {
    display: none;
}

.booking-svg-sprite {
    height: 0;
    position: absolute;
    width: 0;
}

.booking-page-shell {
    background:
        linear-gradient(90deg, rgba(16, 10, 9, 0.72), rgba(35, 20, 16, 0.58)),
        url("../img/appointment-background.jpg") center / cover no-repeat;
    color: #fff;
    min-height: 100vh;
    overflow: hidden;
    padding: 36px 18px 56px;
    position: relative;
}

.booking-page-shell::before {
    background:
        radial-gradient(circle at 7% 28%, rgba(255, 160, 80, 0.22), transparent 24%),
        radial-gradient(circle at 84% 8%, rgba(255, 74, 150, 0.16), transparent 26%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.booking-page-shell__overlay {
    background: rgba(10, 7, 7, 0.24);
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.booking-layout {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.8fr) minmax(360px, 0.9fr);
    margin: 0 auto;
    max-width: 1620px;
    position: relative;
    z-index: 1;
}

.booking-card {
    background: linear-gradient(145deg, rgba(58, 39, 33, 0.66), rgba(32, 23, 21, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(22px);
}

.booking-card--form {
    min-width: 0;
    padding: 34px 38px 30px;
}

.booking-eyebrow {
    color: #ff4a96;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.booking-card h1,
.booking-hours h2 {
    color: #fff;
    font-family: "PT Serif", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
}

.booking-progress {
    counter-reset: steps;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 24px 0 28px;
    padding: 0;
}

.booking-progress__step {
    align-items: center;
    color: rgba(255, 255, 255, 0.62);
    display: flex;
    gap: 12px;
    min-width: 0;
    position: relative;
}

.booking-progress__step:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.22);
    content: "";
    height: 2px;
    left: calc(100% - 20px);
    position: absolute;
    right: -18px;
    top: 50%;
}

.booking-progress__step span {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 800;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.booking-progress__step.is-active {
    color: #fff;
}

.booking-progress__step.is-active span,
.booking-progress__step.is-complete span {
    background: #ff4a96;
    border-color: #ff4a96;
    box-shadow: 0 10px 28px rgba(255, 74, 150, 0.35);
}

.booking-progress__step.is-complete {
    color: rgba(255, 255, 255, 0.86);
}

.booking-form {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.service-carousel,
.booking-section,
.slot-selector {
    max-width: 100%;
    min-width: 0;
}

.booking-section h2,
.service-carousel h2,
.slot-selector h2 {
    color: rgba(255, 255, 255, 0.96);
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.service-carousel-header,
.slot-selector__header {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.carousel-controls {
    display: flex;
    gap: 8px;
}

.carousel-arrow {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 26px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    width: 38px;
}

.carousel-arrow:hover:not(:disabled) {
    background: rgba(255, 74, 150, 0.88);
    transform: translateY(-1px);
}

.carousel-arrow:disabled {
    cursor: default;
    opacity: 0.35;
}

.service-carousel-wrap {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.service-carousel-wrap::before,
.service-carousel-wrap::after {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 56px;
    z-index: 2;
}

.service-carousel-wrap::before {
    background: linear-gradient(90deg, rgba(44, 30, 27, 0.88), transparent);
    left: 0;
}

.service-carousel-wrap::after {
    background: linear-gradient(270deg, rgba(44, 30, 27, 0.88), transparent);
    right: 0;
}

.service-carousel-track {
    display: flex;
    gap: 16px;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.service-carousel-track::-webkit-scrollbar {
    display: none;
}

.service-carousel-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}

.service-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    display: grid;
    flex: 0 0 calc((100% - 32px) / 3);
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr) 30px;
    min-height: 74px;
    padding: 12px 14px;
    scroll-snap-align: start;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-card:hover,
.service-card:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 74, 150, 0.68);
    outline: none;
    transform: translateY(-2px);
}

.service-card.is-selected {
    background: linear-gradient(145deg, rgba(255, 74, 150, 0.42), rgba(116, 45, 76, 0.34));
    border-color: #ff4a96;
    box-shadow: 0 0 0 3px rgba(255, 74, 150, 0.22), 0 18px 38px rgba(255, 74, 150, 0.26);
    transform: translateY(-1px);
}

.service-card__title {
    display: -webkit-box;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.22;
    overflow: hidden;
    text-wrap: balance;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.service-card__icon-wrap {
    align-items: center;
    color: #ff74b1;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.service-card__icon-wrap img {
    display: block;
    height: 38px;
    object-fit: contain;
    width: 38px;
}

.service-card__check {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: transparent;
    display: inline-flex;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: 30px;
}

.service-card__check img {
    display: block;
    height: 16px;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.2s ease;
    width: 16px;
}

.service-card.is-selected .service-card__check {
    background: #fff;
    border-color: #fff;
    color: #ff4a96;
    transform: scale(1);
}

.service-card.is-selected .service-card__check img {
    opacity: 1;
}


.service-carousel-progress {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    height: 4px;
    overflow: hidden;
}

.service-carousel-progress span {
    background: #ff4a96;
    border-radius: inherit;
    display: block;
    height: 100%;
    transform-origin: left center;
    width: 0;
}

.booking-label {
    color: rgba(255, 255, 255, 0.92);
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
}

.booking-date-control {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    display: flex;
    min-height: 56px;
    overflow: hidden;
    padding: 0 18px 0 52px;
    position: relative;
}

.booking-date-control:focus-within,
.booking-field:focus-within .booking-input,
.booking-field--textarea:focus-within .booking-input {
    border-color: #ff4a96;
    box-shadow: 0 0 0 3px rgba(255, 74, 150, 0.16);
}

.booking-date-input {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    height: 100%;
    inset: 0;
    outline: 0;
    padding: 0 18px 0 52px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.booking-date-input::-webkit-datetime-edit,
.booking-date-input::-webkit-date-and-time-value {
    color: transparent;
}

.booking-date-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.booking-date-display {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.booking-input-icon {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    color: rgba(255, 255, 255, 0.68);
    display: inline-flex;
    font-size: 0;
    height: 24px;
    justify-content: center;
    left: 18px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.booking-input-icon svg {
    height: 22px;
    width: 22px;
}

.booking-input-icon img {
    display: block;
    height: 22px;
    object-fit: contain;
    width: 22px;
}

.booking-field:nth-child(1) .booking-input-icon {
    background-image: url("../image/booking-icons/user.png");
}

.booking-field:nth-child(2) .booking-input-icon {
    background-image: url("../image/booking-icons/mail.png");
}

.booking-field:nth-child(3) .booking-input-icon {
    background-image: url("../image/booking-icons/phone.png");
}

.slot-selector {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 20px 0;
}

.slot-selector__header {
    align-items: flex-start;
}

.slot-selector__header small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    text-align: right;
}

.slot-loading {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.82);
    padding: 14px 16px;
}

.slot-groups {
    display: grid;
    gap: 16px;
}

.slot-group {
    display: grid;
    gap: 10px;
}

.slot-group h3 {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}

.slot-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.slot-button {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    min-height: 46px;
    min-width: 74px;
    padding: 10px 14px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.slot-button:hover:not(:disabled),
.slot-button:focus-visible,
.slot-button.is-selected {
    background: #ff4a96;
    border-color: #ff4a96;
    outline: none;
    transform: translateY(-1px);
}

.slot-button:disabled {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.34);
    cursor: not-allowed;
    text-decoration: line-through;
}

.booking-field-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.booking-field {
    position: relative;
}

.booking-field label {
    color: rgba(255, 255, 255, 0.88);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.booking-field label span {
    color: rgba(255, 255, 255, 0.56);
    font-weight: 600;
}

.booking-field .booking-input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    color: #fff !important;
    min-height: 54px;
    padding-left: 52px;
}

.booking-field--textarea {
    margin-top: 14px;
}

.booking-field--textarea .booking-input {
    min-height: 92px;
    padding: 16px;
}

.booking-input::placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.booking-input.is-invalid {
    border-color: #ff8c8c !important;
}

.booking-error,
.booking-alert {
    color: #ffd1d1;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
}

.booking-alert {
    background: rgba(180, 30, 55, 0.22);
    border: 1px solid rgba(255, 130, 150, 0.28);
    border-radius: 12px;
    padding: 12px 14px;
}

.booking-alert p {
    margin: 0;
}

.booking-empty-state {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    padding: 18px;
}

.booking-submit {
    background: linear-gradient(135deg, #ff4a96, #f0367f);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(255, 74, 150, 0.28);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    min-height: 62px;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-submit:hover:not(:disabled),
.booking-submit:focus-visible {
    box-shadow: 0 22px 50px rgba(255, 74, 150, 0.38);
    outline: none;
    transform: translateY(-1px);
}

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

.booking-trust {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-trust div {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    display: grid;
    gap: 3px;
    min-height: 100px;
    padding: 14px;
}

.booking-trust span {
    align-items: center;
    background: rgba(255, 74, 150, 0.16);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 50%;
    color: #ff74b1;
    display: inline-flex;
    font-size: 0;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    margin-bottom: 4px;
    width: 30px;
}

.booking-trust div:nth-child(1) span {
    background-image: url("../image/booking-icons/shield.png");
}

.booking-trust div:nth-child(2) span {
    background-image: url("../image/booking-icons/calendar.png");
}

.booking-trust div:nth-child(3) span {
    background-image: url("../image/booking-icons/lock.png");
}

.booking-trust strong {
    font-size: 14px;
    line-height: 1.22;
}

.booking-trust small {
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.35;
}

.booking-hours {
    align-self: start;
    padding: 34px;
    position: sticky;
    top: 110px;
}

.booking-hours__title {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 24px;
}

.booking-hours__title span {
    align-items: center;
    background: url("../image/booking-icons/clock.png") center / 25px 25px no-repeat;
    border: 2px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.booking-hours__title svg {
    display: none;
}

.today-hours {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    margin-bottom: 18px;
    padding: 20px;
}

.today-hours p {
    color: #ff74b1;
    font-weight: 900;
    margin: 0 0 8px;
}

.today-hours div {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.today-hours strong {
    font-family: "PT Serif", serif;
    font-size: 30px;
    line-height: 1.1;
}

.today-hours small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 10px;
}

.status-badge {
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
    white-space: nowrap;
}

.status-badge.is-open {
    background: rgba(106, 195, 100, 0.18);
    border: 1px solid rgba(106, 195, 100, 0.36);
    color: #b6f0a8;
}

.status-badge.is-closed {
    background: rgba(255, 120, 120, 0.16);
    border: 1px solid rgba(255, 120, 120, 0.34);
    color: #ffd1d1;
}

.weekly-hours {
    display: grid;
    gap: 2px;
}

.weekly-hours__row {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 12px 16px;
}

.weekly-hours__row.is-today {
    background: rgba(255, 74, 150, 0.22);
    border-color: rgba(255, 74, 150, 0.28);
    border-radius: 10px;
    color: #ff7fb9;
}

.weekly-hours__row strong {
    color: inherit;
    white-space: nowrap;
}

.booking-contact {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    gap: 18px;
    margin-top: 28px;
    padding-top: 28px;
}

.booking-contact__mark {
    align-items: center;
    background: #ff4a96 url("../image/booking-icons/lotus-outline-brown.png") center / 46px 34px no-repeat;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.booking-contact__mark svg {
    display: none;
}

.booking-contact strong,
.booking-contact a,
.booking-contact small {
    display: block;
}

.booking-contact strong {
    font-family: "PT Serif", serif;
    font-size: 26px;
}

.booking-contact a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 22px;
    margin-top: 6px;
}

.booking-contact small {
    color: rgba(255, 255, 255, 0.62);
    margin-top: 4px;
}

@media (max-width: 1199px) {
    .booking-layout {
        grid-template-columns: 1fr;
        max-width: 980px;
    }

    .booking-hours {
        position: static;
    }

    .service-card {
        flex-basis: calc((100% - 16px) / 2);
    }
}

@media (max-width: 767px) {
    .booking-page-active .navbar {
        min-height: 72px;
    }

    .booking-page-active .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .booking-page-shell {
        min-height: 100vh;
        padding: 28px 12px 36px;
    }

    .booking-card--form,
    .booking-hours {
        border-radius: 14px;
        padding: 22px 18px;
    }

    .booking-card h1,
    .booking-hours h2 {
        font-size: 36px;
    }

    .booking-progress {
        gap: 8px;
        margin: 18px 0 24px;
    }

    .booking-progress__step {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .booking-progress__step:not(:last-child)::after {
        left: 36px;
        right: -8px;
        top: 16px;
    }

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

    .carousel-controls {
        display: none;
    }

    .service-card {
        flex-basis: 100%;
        gap: 10px;
        grid-template-columns: 40px minmax(0, 1fr) 28px;
        min-height: 72px;
        padding: 12px;
    }

    .service-card__title {
        font-size: 14px;
    }

    .service-carousel-wrap::before,
    .service-carousel-wrap::after {
        width: 30px;
    }

    .slot-selector__header,
    .today-hours div {
        align-items: flex-start;
        flex-direction: column;
    }

    .slot-selector__header small {
        text-align: left;
    }

    .booking-field-grid,
    .booking-trust {
        grid-template-columns: 1fr;
    }

    .slot-button {
        flex: 1 1 78px;
        min-height: 50px;
    }

    .weekly-hours__row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .booking-contact {
        align-items: flex-start;
    }

    .booking-contact strong {
        font-size: 23px;
    }

    .booking-contact a {
        font-size: 18px;
    }
}
