@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap";

*,
::before,
::after {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box
}

body,
html {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.booking-manager-page {
    background-color: #faf8f5
}

.bm-booking-top {
    top: 0
}

#bm-booking-app {
    max-width: 672px;
    margin: 0 auto;
    padding: 40px 16px
}

.bm-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: normal;
    margin: 8px 0;
    color: #002a52;
    font-weight: 700
}

.bm-step-count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px
}

.bm-step-count svg {
    width: 20px;
    height: 20px;
    color: #eaa85d
}

.bm-step-count span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11263b80;
    text-transform: uppercase;
    letter-spacing: 1.4px
}

.bm-header p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #11263b99;
    font-weight: 400;
    margin-bottom: 32px
}

.bm-header p strong {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bolder;
    color: #002a52;
}

.bm-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    background-color: #FFFFFF;
    border: 2px solid #e0dad1;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
}

.bm-card:hover {
    border-color: #002a524d;
}

.bm-card.selected {
    border: 2px solid #002a52;
    background: #002a520d;
}

.bm-left {
    width: 50%;
}

.bm-left h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #002A52;
    margin: 0;
}

.bm-left span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11263b99;
    margin-top: 2px;
}

.bm-right {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
}

.bm-badge {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
}

.bm-badge.green {
    background: #427b4a1a;
    color: #427b4a;
}

.bm-badge.red {
    background: #fef2f2;
    color: #e7000b;
}

.bm-card-full {
    opacity: .6;
    cursor: not-allowed;
    background: #f8f8f8;
}

.bm-card-full:hover {
    transform: none;
    box-shadow: none;
    border-color: #ddd;
}

.bm-card-full .bm-left h3,
.bm-card-full .bm-left span {
    color: #888;
}

.bm-price {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #11263b80;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 400;
}

.bm-card-footer {
    display: none;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d9d9d9;
}

.bm-card.selected .bm-card-footer {
    display: block;
}

.bm-selected-label {
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #002a52;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.bm-selected-label svg {
    width: 16px;
    height: 16px;
    color: #002a52;
}

.bm-button {
    width: 100%;
    height: 56px;
    background: #002a52;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 8px;
}

.bm-button span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.bm-button svg {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
}

.bm-button:disabled {
    opacity: .4;
    cursor: not-allowed
}

.bm-button:hover {
    background-color: #ffffff;
    color: #002a52;
}

.bm-button:hover span,
.bm-button:hover svg {
    color: #002a52;
}


.bm-counter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    margin-bottom: 32px;
}

.bm-counter button {
    width: 45px;
    height: 45px;
    font-size: 24px;
    cursor: pointer
}

.participant {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px
}

.participant input,
.participant select {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px
}

#confirm-booking:disabled {
    opacity: .5;
    cursor: not-allowed
}

#confirm-booking:not(:disabled) {
    opacity: 1;
    cursor: pointer
}

.bm-alert {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px
}

.bm-alert-warning {
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #664d03
}

.bm-alert-warning p {
    margin: 0;
}

.bm-booking-nav {
    background: #002a52;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    gap: 25px
}

.bm-home-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #ffffffb3 !important;
    font-size: 14px
}

.bm-home-link svg {
    width: 16px;
    height: 16px
}

.bm-home-link span {
    font-size: 14px;
    line-height: 20px
}

.bm-home-link:hover {
    color: #fff
}

.bm-booking-brand {
    display: flex;
    align-items: center;
    gap: 16px
}

.bm-booking-brand .site-branding {
    max-width: 40px;
    width: 100%;
    height: 40px
}

.bm-booking-brand img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff
}

.bm-booking-brand span {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.bm-progress {
    height: 4px;
    background: #eee
}

.bm-progress-bar {
    width: 33.33%;
    height: 100%;
    background: #eaa85d;
    transition: 0.35s
}

/*==========================================
Participant Card
==========================================*/

.participant-card {
    background: #ffffff;
    border: 1px solid #e0dad1;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 32px;
    transition: .3s ease;
}

.participant-header {
    margin-bottom: 16px;
}

.participant-header h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #002a52;
}

.participant-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.participant-card .bm-field {
    display: flex;
    flex-direction: column;
}

.participant-card label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #11263b99;
}

.participant-card input[type="text"],
.participant-card select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e0dad1;
    border-radius: 4px;
    background: #faf8f5;
    font-size: 14px;
    line-height: 20px;
    color: #11263B;
    transition: .25s ease;
    outline: none;
}

.participant-card input::placeholder {
    color: #11263b40;
}

.participant-card input:focus {
    color: #002a524d;
    outline: none;
    border-color: #002a52;

}

/*==========================================
Select
==========================================*/

.participant-card select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px;
}

/*==========================================
Animation
==========================================*/

.participant-card {
    animation: participantFade .25s ease;
}

@keyframes participantFade {

    from {

        opacity: 0;

        transform: translateY(10px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

.bm-counter-header h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #002a52;
    margin: 0;
    font-weight: 600;
    margin-bottom: 12px;
}

.bm-counter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.bm-counter button {
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    color: #002a52;
    border: 2px solid #002a52;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s;
    padding: 0;
}

.bm-counter button:hover {
    transform: scale(1.08);
    background: #0f315b;
}

#participant-count {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    line-height: normal;
    color: #002a52;
    text-align: center;
    font-weight: 700;
    background: transparent;
    border: 0;
    width: 50px;
    padding: 0;
}

.bm-counter-info {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #11263b80;
    margin: 0;
}

.bm-counter-info strong {
    color: #11263b80;
    font-weight: 400;
}

.bm-summary-card {
    padding: 20px;
    background-color: #efebe7;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.bm-summary-price {
    color: #11263b99;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.bm-summary-desc {
    color: #11263b66;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.bm-summary-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bm-summary-right span {
    color: #11263b99;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.bm-summary-right strong,
.bm-summary-right strong span {
    color: #002a52;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}

/*==================================================
STEP 3
==================================================*/

#bm-step-3 {
    animation: participantFade .25s ease;
}

#bm-step-3 .bm-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
}

#bm-step-3 .bm-field {
    display: flex;
    flex-direction: column;
}


#bm-step-3 .bm-field label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #002a52;
    margin-bottom: 4px;
}

#bm-step-3 .bm-field input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e0dad1;
    border-radius: 4px;
    background: #faf8f5;
    font-size: 14px;
    line-height: 20px;
    color: #11263B;
    transition: .25s ease;
    outline: none;
}

#bm-step-3 .bm-field input:focus {
    color: #11263B;
    outline: none;
    border-color: #002a52;
}

#bm-step-3 .bm-field input::placeholder {
    color: #11263b40;
}

.bm-summary-box {
    padding: 20px;
    background-color: #efebe7;
    border-radius: 16px;
    margin-bottom: 24px;
    border: 0 solid #e0dad1;
}

.bm-summary-box h3 {
    font-size: 16px;
    line-height: 24px;
    color: #002a52;
    font-weight: 600;
    margin-bottom: 12px;
}

.bm-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.bm-summary-item span {
    font-size: 14px;
    line-height: 24px;
    color: #11263b99;
    font-weight: 400;
}

.bm-summary-item strong {
    font-size: 14px;
    line-height: 24px;
    color: #002a52;
    font-weight: 600;
}

.bm-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #e0dad1;
}

.bm-total-row span {
    font-size: 16px;
    line-height: 24px;
    color: #002a52;
    font-weight: 600;
}

.bm-total-row strong {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.bm-terms label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.bm-terms label span {
    color: #11263bb3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.bm-terms label a {
    text-decoration: underline;
    color: #002a52;
}

.bm-terms label input {
    accent-color: #002a52;
    margin-top: 4px;
    width: 16px;
    height: 16px;
}

#confirm-booking {
    gap: 0;
}

@media (max-width: 767px) {
    .participant-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .bm-left {
        width: 46%;
    }
}


.bm-success-box {
    max-width: 544px;
    padding: 64px 16px;
    margin: 0 auto;
    text-align: center;

}

.bm-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #427b4a1a;
    display: flex;
    align-items: center;
    justify-content: center;

}

.bm-success-icon svg {
    color: #427b4a;
    width: 40px;
    height: 40px;
}

.bm-success-title {
    font-size: 36px;
    line-height: normal;
    font-weight: 700;
    color: #0B2D56;
    margin-bottom: 16px;
    font-family: "Playfair Display", serif;
}

.bm-success-message {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #11263bb3;
    margin-bottom: 8px;
}

.bm-success-message strong {
    color: #11263bb3;
    font-weight: bold;

}

.bm-success-email {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #11263bb3;
    margin-bottom: 32px;
}

.bm-success-email strong {
    color: #11263bb3;
    font-weight: bold;
}

.bm-summary-card-box {
    display: block;
    margin-bottom: 24px;
}

.bm-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.bm-summary-label {
    color: #11263b99;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.bm-summary-value {
    color: #002a52;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.bm-summary-divider {
    height: 1px;
    background: #e0dad1;
    margin: 8px 0;
}

.bm-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bm-summary-total span {
    color: #002a52;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.bm-summary-total strong {
    color: #eaa85d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}



.bm-success-notice {
    width: 100%;
    margin: 0 auto 32px;
    background: #eaa85d1a;
    border: 1px solid #eaa85d33;
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 4px;
    color: #11263bb3;
}

.bm-notice-icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eaa85d;
    margin-top: 2px;
}

.bm-notice-icon svg {
    width: 16px;
    height: 16px;
    color: #eaa85d;

}

.bm-success-notice span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11263bb3;
}

.bm-success-home-btn {
    width: fit-content;
    margin: 0 auto;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

/*
.bm-success-home-btn:hover {
    background: #002f5f;
    color: #ffffff;
    text-decoration: none;
} */


.bm-selected-activity-card {
    background-color: #FFFFFF;
    border: 2px solid #e0dad1;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
}

.bm-selected-activity-content h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #002A52;
    margin: 0;
}

.bm-selected-activity-content .bm-selected-activity-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11263b99;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0px;
}

.bm-selected-activity-content .bm-activity-session-info {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #11263b80;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 400;
}

.bm-selected-activity-card .bm-button {
    margin-top: 16px;
}

