.booking-page-wrapper {
    position: relative;
    overflow: hidden;
}

.booking-cloud-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/general/whitesmoke.webp');
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: top center;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.escape-game-booking {
    padding-bottom: 50px;
    padding-top: 250px;
    position: relative;
}

.booking-character {
    position: absolute;
    width: 1000px;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
}

.booking-character--left {
    left: -380px;
    top: 120px;
}

.booking-character--right {
    right: -180px;
    top: 500px;
}

.escape-game-booking .container {
    position: relative;
    z-index: 2;
}

.escape-game-booking .breadcrum {
    margin-bottom: 20px;
}

.escape-game-booking .breadcrum p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.escape-game-booking .breadcrum a {
    color: #483c3c;
    text-decoration: none;
    transition: color 0.3s;
}

.escape-game-booking .breadcrum a:hover {
    color: #C19A59;
}

.escape-game-booking .breadcrum span {
    color: #999;
}

.booking-description {
    margin-bottom: 40px;
    text-align: center;
}

.booking-description h1 {
    color: #483c3c;
    font-family: 'Gelasio', serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.booking-separator {
    background-image: url('../images/general/separator.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.booking-description p {
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.booking-subtitle {
    color: #C19A59 !important;
    font-size: 18px !important;
    font-style: italic !important;
}

.booking-description strong {
    color: #483c3c;
}

.booking-widget-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}

.booking-widget-wrapper .forescape-catalog {
    min-height: 500px;
}

.f-room-slot-oncall {
    background: #483c3c !important;
    border-radius: 50% !important;
    color: #fff !important;
}

.f-room-slot-oncall svg {
    fill: #fff !important;
    color: #fff !important;
}

.f-room-slot-oncall svg path {
    fill: #fff !important;
}

.booking-faq {
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
}

.booking-faq-smoke-bg {
    position: absolute;
    top: -50%;
    right: -100px;
    width: 500px;
    height: 200%;
    background-image: url('../images/general/smoke-2-6.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
}

.booking-faq .container {
    position: relative;
    z-index: 1;
}

.booking-faq h2 {
    font-family: 'Gelasio', serif;
    font-size: 45px;
    color: #483c3c;
    text-align: center;
    margin-bottom: 10px;
}

.booking-decoration {
    display: block;
    margin: 0 auto 50px;
    height: 20px;
    opacity: 0.7;
}

.booking-faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    max-width: 1000px;
    margin: 0 auto;
}

.booking-faq-item {
    flex: 1 1 calc(33.333% - 1.25rem);
    min-width: 280px;
    background: #f5f3eb;
    border-radius: 12px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    border: 1px solid rgba(193, 154, 89, 0.15);
    transition: all 0.3s ease;
}

.booking-faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(72, 60, 60, 0.1);
}

.booking-faq-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #483c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.booking-faq-icon i {
    font-size: 1.1rem;
    color: #C19A59;
}

.booking-faq-item h3 {
    font-family: 'Gelasio', serif;
    font-size: 16px;
    color: #483c3c;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.booking-faq-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #464646;
    margin: 0;
    line-height: 1.7;
}

.booking-faq-contact {
    text-align: center;
    margin-top: 3rem;
}

.booking-faq-contact p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #464646;
    margin-bottom: 1.25rem;
}

.booking-faq-contact .btn {
    background: #483c3c;
    color: white;
    border-radius: 2rem;
    padding: 15px 30px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    display: inline-block;
}

.booking-faq-contact .btn:hover {
    background: #2d2424;
    transform: translateY(-2px);
    color: white;
}

@media (max-width: 1024px) {
    .escape-game-booking {
        padding-top: 250px;
    }

    .booking-description h1 {
        font-size: 36px;
    }

    .booking-description p {
        font-size: 14px;
    }

    .booking-character {
        width: 700px;
        opacity: 0.3;
    }

    .booking-faq h2 {
        font-size: 36px;
    }

    .booking-faq-item {
        flex: 1 1 calc(50% - 1.25rem);
    }
}

@media (max-width: 768px) {
    .escape-game-booking {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 250px;
    }

    .booking-description h1 {
        font-size: 28px;
    }

    .booking-description p {
        font-size: 12px;
    }

    .booking-character {
        display: none;
    }

    .booking-faq h2 {
        font-size: 28px;
    }

    .booking-faq-item {
        flex: 1 1 100%;
        min-width: unset;
    }
}

.booking-faq--contact-seul {
    padding-top: 0;
}

.booking-faq--contact-seul .booking-faq-contact {
    margin-top: 0;
}
