/* ==============================================
   BOOKING CALENDAR – Base structural styles only
   Edit this file freely — no !important used.
   Your custom CSS will always override these.
   ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */




.bc-outer-frame,
.bc-outer-frame * { box-sizing: border-box; }

.bc-outer-frame {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.bc-wrapper {
    background: #000;
    border: 0.3px solid #000;
    padding: 36px 48px 40px;
    font-family: 'jost', sans-serif;
    color: #e0e0e0;
    width: 100%;
}

.bc-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 70px;
    text-align: center;
    color: #fff;
    margin: 0 0 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.bc-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
}

.bc-form-col    { flex: 1 1 45%; min-width: 0; }
.bc-calendar-col{ flex: 1 1 55%; min-width: 0; }
.bc-field       { margin-bottom: 20px; }

.bc-field input,
.bc-field select,
.bc-field textarea {
    width: 100%;
    background: transparent !important;
    border: 1px solid #FCFCFC5C !important;
    color: #fff !important;
    padding: 10px !important;
    font-family: 'jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    outline: none;
    border-radius: 4px;
    height: 60px;
    display: block;
    -webkit-appearance: none;
    appearance: none;
}

.bc-field #bc-time option {
    color: #000;
}

.bc-field #bc-time option:hover {
    background: #1A73E8;
}

.bc-field textarea::placeholder {
    font-size: 24px;
    font-family: 'jost', sans-serif;
    line-height: 22px;
    color: #000;
}

.bc-field textarea {
    height: auto;
    min-height: 90px;
    padding-top: 12px;
    padding-bottom: 12px;
    resize: none;
    line-height: 1.5;
}

.bc-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%23777'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
    cursor: pointer;
}

.bc-field input:focus,
.bc-field select:focus,
.bc-field textarea:focus { border-color: #1e5bb5; }

.bc-field input::placeholder,
.bc-field textarea::placeholder { color: #ffffff;}

.bc-date-notice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 20px;
    margin: 10px 0 4px;
    color: #fff;
}

.bc-notice-checkbox {
    width: 20px;
    height: 20px;
    background: #1A73E8;
    border-radius: 3px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bc-notice-checkbox::after {
    content: '✓';
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.bc-response {
    margin: 8px 0;
    padding: 10px 14px;
    font-size: 14px ;
    border-radius: 3px;
}
.bc-response.success {
    background: rgba(30,120,60,.2);
    border-left: 3px solid #3da86a;
    color: #7de0aa;
}
.bc-response.error {
    background: rgba(160,30,30,.2);
    border-left: 3px solid #c0392b;
    color: #f08080;
}

.bc-submit-wrap { margin-top: 14px; }
.bc-submit-btn {
    display: block;
    width: 100%;
    background: #FF0000;
    color: #fff;
    border: none;
    padding: 13px 0;
    margin-top: 20px;
    font-family: 'jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .22em;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
}
.bc-submit-btn:hover    { background: #ffffff; color: #FF0000; border: 1px solid #FF0000; transition: background 0.5s, color 0.5s; }
.bc-submit-btn:disabled { background: #555; cursor: not-allowed; }

/* Calendar */
.bc-calendar {
    background: #f0f0f0;
    color: #111;
    padding: 16px 14px 12px;
    width: 100%;
}

.bc-cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bc-month-label {
    font-family: 'lato', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #828282;
}

.bc-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    padding: 0 6px;
    line-height: 30px;
}
.bc-nav-btn:hover { color: #1e5bb5; background: transparent; }

.bc-day-labels {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 4px;
}
.bc-day-labels span {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: .05em;
    padding: 3px 0;
}

.bc-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.bc-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    font-size: .82rem;
    font-weight: 400;
    cursor: pointer;
    border-radius: 50%;
    color: #333;
    user-select: none;
    background: transparent;
    border: none;
    transition: background .15s, color .15s;
}

.bc-day:hover:not(.bc-reserved):not(.bc-unavailable):not(.bc-past):not(.bc-empty) {
    background: #dce8fa;
    color: #000000;
    border-radius: 8px !important;
}

.bc-day.bc-selected {
    background: #1A73E8;
    color: #fff;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    border-radius: 8px !important;
}

.bc-day.bc-reserved  { background: #e3e3e3; color: #000; cursor: not-allowed; border-radius: 8px !important; }
.bc-day.bc-unavailable { background: #EE3739; color: #fff; cursor: not-allowed; border-radius: 8px !important; }
.bc-day.bc-past      { color: #ccc; cursor: default; border-radius: 8px !important; }
.bc-day.bc-today:not(.bc-selected) {
    border: 2px solid #1A73E8;
    border-radius: 8px !important;
    font-weight: 600;
    color: #1e5bb5;
}
.bc-day.bc-empty { cursor: default; }

.bc-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 14px;
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    font-family: 'jost', sans-serif;
}
.bc-legend-item     { display: flex; align-items: center; gap: 5px; }
.bc-legend-dot      { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.bc-legend-reserved    { background: #E8E9EA; }
.bc-legend-available   { background: #1A73E8; border: 1px solid #aaa; }
.bc-legend-unavailable { background: #EE3739; }

/* Guests locked field */
.bc-field-guests .bc-guests-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #0d0d0d;
    border: 1px solid #1e5bb5;
    border-radius: 4px;
    padding: 4px 12px 6px;
    min-height: 44px;
    justify-content: center;
}
.bc-guests-label {
    font-size: .58rem;
    color: #1e5bb5;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 1px;
    display: block;
}
.bc-field-guests input#bc-guests {
    border: none !important;
    background: transparent;
    padding: 0 !important;
    height: auto;
    font-size: .88rem;
    font-weight: 400;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    outline: none;
    cursor: not-allowed;
    border-radius: 0;
    -moz-appearance: textfield;
}
.bc-guests-badge {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .6rem;
    color: #1e5bb5;
    font-weight: 600;
}
.bc-guests-note { display: none; }

/* Step 2 – Review */
#bc-step-2 { background: #fff; padding: 32px 40px 40px; }
#bc-step-2 .bc-title {
    color: #000;
    font-family: 'jost', sans-serif;
    font-size: 50px;
    letter-spacing: -3px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: capitalize;
}

.bc-review-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 20px;
    border: none !important;
}

.bc-review-label {
    font-family: 'jost', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding: 20px 20px 20px 0;
    white-space: nowrap;
    width: 185px;
    vertical-align: middle;
}
.bc-review-value {
    font-family: 'jost', sans-serif;
    font-size: 20px;
    color: #000;
    padding: 8px 14px;
    text-align: left;
    vertical-align: middle;
    background: #EFEFEF;
}
tr.bc-review-row-message .bc-review-value {
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 48px;
}
.bc-review-total {
    font-size: 30px;
    font-family: 'jost', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 45px 0 30px;
}

.bc-payment-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.bc-pay-btn {
    width: 100%;
    padding: 12px 20px;
    font-family: 'jost', sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    border: none;
}
.bc-pay-outline { background: transparent; border: 0.3 solid #000; color: #000; }
.bc-pay-outline:hover { background: #FF0000; border: 0.3px solid #FF0000; color: #fff; }
.bc-pay-red     { background: #FF0000; color: #fff; }
.bc-pay-red:hover { background: #FF0000; }
.bc-pay-paypal  { background: #0070ba; color: #fff; }
.bc-pay-paypal:hover { background: #005ea6; }
.bc-pay-group-label {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: #888;
    text-align: center;
    margin: 6px 0 2px;
}

.bc-back-wrap { margin-top: 10px; }
.bc-back-btn {
    background: none;
    border: none;
    color: #1e5bb5;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}
.bc-back-btn:hover { color: #4d8ae0; }

/* Step 3 – Confirmed */
.bc-confirmed { text-align: center; padding: 60px 20px 80px; }
.bc-confirmed-icon {
    width: 72px; height: 72px;
    background: #1e5bb5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    margin: 0 auto 24px;
}
.bc-confirmed-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    letter-spacing: .2em;
    color: #fff;
    margin: 0 0 16px;
}
.bc-confirmed-msg { font-size: .9rem; color: #aaa; }

/* Responsive */
@media (max-width: 700px) {
    .bc-wrapper       { padding: 24px 20px; }
    .bc-inner         { flex-direction: column; gap: 24px; }
    .bc-form-col,
    .bc-calendar-col  { flex: 1 1 100%; width: 100%; }
    #bc-step-2        { padding: 24px 16px; }
}

.bc-outer-frame .bc-field input,
.bc-outer-frame .bc-field select,
.bc-outer-frame .bc-field textarea { font-size: 24px !important; }
.bc-outer-frame .bc-title           { font-size: 70px !important; }
.bc-outer-frame #bc-step-2 .bc-title{ font-size: 1.1rem !important; }
.bc-outer-frame .bc-day             { font-size: 24px !important; }
.bc-outer-frame .bc-month-label     { font-size: 20px !important; }
.bc-outer-frame .bc-day-labels span { font-size: 20px !important; }
.bc-outer-frame .bc-legend          { font-size: 24px !important; }
.bc-outer-frame .bc-review-label    { font-size: .82rem !important; }
.bc-outer-frame .bc-review-value    { font-size: .82rem !important; }
.bc-outer-frame .bc-pay-btn         { font-size: .75rem !important; }
.bc-outer-frame .bc-submit-btn      { font-size: 16px !important; }
.bc-outer-frame .bc-date-notice     { font-size: 20px !important; }


#bc-location {
    border: 1px solid #FCFCFC5C !important;
}