/* Modal Overlay */
.custom-checkout-modal-content * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: "Sora", "Poppins", "Segoe UI", sans-serif !important;
    color: var(--cb-ink) !important;
}

/* Mobile final overrides: footer + cart stacking */
@media (max-width: 768px) {
    .custom-checkout-modal-content {
        --cb-footer-height: 64px;
    }

    .custom-checkout-bottom-stack {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 50 !important;
        pointer-events: auto !important;
    }

    .custom-checkout-custom-footer {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 40 !important;
        border-radius: 16px 16px 0 0 !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    }

    .custom-footer-content {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: calc(var(--cb-footer-height, 64px) + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 39 !important;
    }

    .custom-checkout-right-section {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: calc(var(--cb-footer-height, 64px) + env(safe-area-inset-bottom, 0px)) !important;
        height: var(--cb-sheet-peek, 68px) !important;
        max-height: var(--cb-sheet-peek, 68px) !important;
        transform: translateY(0) !important;
        overflow: hidden !important;
        pointer-events: auto !important;
        z-index: 45 !important;
        transition: height 0.35s ease, max-height 0.35s ease, box-shadow 0.35s ease !important;
    }

    .custom-checkout-right-section.active {
        height: calc(100vh - var(--cb-footer-height, 64px)) !important;
        max-height: calc(100vh - var(--cb-footer-height, 64px)) !important;
        overflow-y: auto !important;
    }

    .custom-checkout-order-summary {
        display: flex !important;
        pointer-events: auto !important;
    }

    .custom-checkout-mobile-continue {
        display: flex !important;
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        bottom: calc(
            var(--cb-sheet-peek, 68px) + var(--cb-footer-height, 64px) + 10px
        ) !important;
        z-index: 60 !important;
        pointer-events: auto !important;
    }

    .custom-checkout-mobile-continue button {
        width: 100% !important;
        max-width: 260px !important;
    }

    .custom-checkout-modal-content.cb-cart-expanded .custom-checkout-mobile-continue {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
    }

    .custom-checkout-main-container {
        padding-bottom: calc(var(--cb-bottom-stack-height, 0px) + 24px) !important;
    }
}

@media (max-width: 768px) {
    .custom-checkout-step-3-section-title,
    .custom-checkout-step-4-title {
        font-size: 0.92rem !important;
    }
    .custom-checkout-step-3-refund-option {
        font-size: 0.84rem !important;
    }
    .custom-checkout-step-3-refund-details,
    .custom-checkout-step-3-refund-details li {
        font-size: 0.74rem !important;
    }
    .custom-checkout-step-4-checkbox {
        font-size: 0.76rem !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        flex-wrap: wrap !important;
    }
    .custom-checkout-step-4-checkbox input {
        width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
    }
    .custom-checkout-step-4-details h3 {
        font-size: 0.9rem !important;
    }
    .custom-checkout-step-4-info p {
        font-size: 0.78rem !important;
    }
}

@media (max-width: 768px) {
    .custom-checkout-mobile-continue {
        bottom: calc(var(--cb-sheet-peek, 68px) + 72px) !important;
    }
    .custom-checkout-step[data-step="2"] .custom-checkout-booking-card,
    .custom-checkout-step[data-step="2"] .custom-checkout-participant-box,
    .custom-checkout-step[data-step="2"] .custom-checkout-pickup-dropoff {
        background: #fffdfb !important;
        border: 1px solid rgba(243, 107, 42, 0.14) !important;
        border-radius: 16px !important;
        padding: 14px !important;
        box-shadow: 0 10px 22px rgba(44, 29, 18, 0.12) !important;
        margin-bottom: 14px !important;
    }
    .custom-checkout-step[data-step="2"] .custom-checkout-participant-box {
        padding: 14px 14px 10px !important;
    }
}

@media (max-width: 768px) {
    .custom-checkout-bottom-stack {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 40 !important;
        pointer-events: auto !important;
    }

    .custom-checkout-custom-footer {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 30 !important;
        border-radius: 16px 16px 0 0 !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    }

    .custom-footer-content {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: calc(var(--cb-footer-height, 0px) + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 29 !important;
    }

    .custom-checkout-right-section {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: calc(var(--cb-footer-height, 0px) + env(safe-area-inset-bottom, 0px)) !important;
        height: var(--cb-sheet-peek, 68px) !important;
        max-height: var(--cb-sheet-peek, 68px) !important;
        transform: translateY(0) !important;
        overflow: hidden !important;
        pointer-events: auto !important;
        z-index: 35 !important;
        transition: height 0.35s ease, max-height 0.35s ease, box-shadow 0.35s ease !important;
    }

    .custom-checkout-right-section.active {
        height: calc(100vh - var(--cb-footer-height, 0px)) !important;
        max-height: calc(100vh - var(--cb-footer-height, 0px)) !important;
        overflow-y: auto !important;
    }

    .custom-checkout-order-summary {
        pointer-events: auto !important;
    }

    .custom-checkout-mobile-continue {
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        bottom: calc(
            var(--cb-sheet-peek, 68px) + var(--cb-footer-height, 0px) + 10px
        ) !important;
        z-index: 45 !important;
        pointer-events: auto !important;
    }

    .custom-checkout-modal-content.cb-cart-expanded .custom-checkout-mobile-continue {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
    }

    .custom-checkout-main-container {
        padding-bottom: calc(var(--cb-bottom-stack-height, 0px) + 24px) !important;
    }
}

@media (max-width: 768px) {
    .custom-checkout-modal-content {
        padding-top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    }
    .custom-checkout-bottom-stack {
        pointer-events: auto !important;
    }
    .custom-checkout-header-controls {
        padding-top: calc(env(safe-area-inset-top, 0px) + 6px) !important;
        padding-bottom: 8px !important;
    }
    .custom-checkout-header::before {
        margin-left: 4px !important;
    }
    .custom-checkout-progress-bar {
        justify-content: flex-end !important;
    }
    .custom-checkout-progress-step-container {
        justify-content: flex-end !important;
        padding-right: 4px !important;
    }
    .custom-checkout-booking-summary,
    .custom-checkout-pickup-dropoff,
    .custom-checkout-participant-box {
        border-bottom: 1px solid rgba(243, 107, 42, 0.12) !important;
        padding-bottom: 14px !important;
        margin-bottom: 18px !important;
    }
    .custom-checkout-booking-card {
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .custom-checkout-booking-title {
        font-size: 0.9rem !important;
        line-height: 1.35 !important;
    }
    .custom-checkout-booking-info {
        font-size: 0.72rem !important;
        gap: 6px 10px !important;
    }
    .custom-checkout-booking-info p,
    .custom-checkout-booking-info strong {
        font-size: 0.72rem !important;
    }
    .custom-checkout-pickup-dropoff-section {
        gap: 12px !important;
    }
    .custom-pickup-section,
    .custom-dropoff-section {
        padding: 12px !important;
        border-radius: 12px !important;
        box-shadow: 0 8px 16px rgba(44, 29, 18, 0.08) !important;
    }
    .custom-pickup-title,
    .custom-dropoff-title {
        font-size: 0.9rem !important;
        margin-bottom: 6px !important;
    }
    .custom-included-label {
        font-size: 0.7rem !important;
        padding: 2px 6px !important;
    }
    .custom-form-label {
        font-size: 0.78rem !important;
        margin-bottom: 4px !important;
    }
    .custom-form-input,
    .custom-form-input-secondary {
        padding: 8px 10px !important;
        font-size: 0.84rem !important;
        border-radius: 10px !important;
    }
    .custom-dropoff-toggle-label {
        font-size: 0.82rem !important;
        padding: 8px 12px !important;
    }
    .custom-checkout-step-3-section-title,
    .custom-checkout-step-4-title {
        font-size: 0.95rem !important;
        margin-bottom: 6px !important;
    }
    .custom-checkout-step-3-divider,
    .custom-checkout-step-4-divider {
        width: 40px !important;
        height: 2px !important;
        margin: 6px 0 12px !important;
    }
    .custom-checkout-step-3-refund-box {
        margin-bottom: 16px !important;
        padding: 12px !important;
    }
    .custom-checkout-step-4-image {
        display: none !important;
    }
    .custom-checkout-step-4-booking-card {
        padding: 12px 0 !important;
        gap: 8px !important;
    }
    .custom-checkout-step-4-details h3 {
        font-size: 0.9rem !important;
        margin-bottom: 6px !important;
    }
    .custom-checkout-expanded-content {
        padding-top: 8px !important;
    }
    .custom-checkout-custom-footer {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 40 !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
        border-radius: 16px 16px 0 0 !important;
    }
    .custom-footer-content {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: calc(var(--cb-footer-height, 0px) + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 39 !important;
        max-height: 0 !important;
    }
    .custom-footer-content.is-open {
        max-height: 60vh !important;
    }
    .custom-checkout-right-section {
        bottom: calc(var(--cb-footer-height, 0px) + env(safe-area-inset-bottom, 0px)) !important;
        height: var(--cb-sheet-peek, 68px) !important;
        max-height: var(--cb-sheet-peek, 68px) !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
        transition: height 0.4s ease, max-height 0.4s ease, box-shadow 0.4s ease !important;
    }
    .custom-checkout-right-section.active {
        height: calc(100vh - var(--cb-footer-height, 0px)) !important;
        max-height: calc(100vh - var(--cb-footer-height, 0px)) !important;
        transform: translateY(0) !important;
        overflow-y: auto !important;
    }
    .custom-checkout-right-section .custom-checkout-promo-box {
        padding-bottom: calc(var(--cb-footer-height, 0px) + 24px) !important;
    }
    .custom-checkout-mobile-continue {
        bottom: calc(var(--cb-sheet-peek, 68px) + var(--cb-footer-height, 0px) + 10px) !important;
    }
}
.custom-checkout-modal-overlay {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(24, 18, 14, 0.55) !important;
    backdrop-filter: blur(3px);
    z-index: 999999 !important;
    padding: calc(var(--cb-modal-offset, 0px) + 20px) 0 32px !important;
    overflow-x: hidden;
}
/* Modal Content */
.custom-checkout-modal-content {
    --cb-sand: #fff6f0;
    --cb-surface: #ffffff;
    --cb-ink: #231f1a;
    --cb-muted: #6f6258;
    --cb-accent: #f36b2a;
    --cb-accent-strong: #e85b18;
    --cb-border: #f0ddd2;
    --cb-shadow: 0 18px 50px rgba(44, 29, 18, 0.18);
    --cb-shadow-soft: 0 10px 24px rgba(44, 29, 18, 0.08);
    --cb-focus: 0 0 0 3px rgba(243, 107, 42, 0.22);
    background: linear-gradient(180deg, #fffaf7 0%, #ffffff 55%) !important;
    width: 94% !important;
    max-width: 1180px !important;
    border-radius: 18px !important;
    box-shadow: var(--cb-shadow) !important;
    padding: 28px 34px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-height: calc(100vh - var(--cb-modal-offset, 0px) - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    box-sizing: border-box !important;
    -webkit-overflow-scrolling: touch;
}
.cb-checkout-open,
.cb-checkout-open body,
.cb-checkout-open html {
    overflow: hidden !important;
    overflow-x: hidden !important;
}
.custom-checkout-modal-content.cb-modal-hidden {
    opacity: 0 !important;
    transform: translateY(14px) scale(0.98) !important;
    pointer-events: none !important;
}
.cb-checkout-open .custom-checkout-modal-overlay,
.cb-checkout-open .custom-checkout-modal-content {
    filter: none !important;
    pointer-events: auto !important;
}
.cb-checkout-open header.site-header,
.cb-checkout-open #masthead,
.cb-checkout-open .site-header,
.cb-checkout-open header,
.cb-checkout-open .elementor-location-header,
.cb-checkout-open .ast-header,
.cb-checkout-open .main-header,
.cb-checkout-open .header-wrapper,
.cb-checkout-open .header-container,
.cb-checkout-open .top-bar,
.cb-checkout-open .navbar {
    display: none !important;
}
.cb-modal-ghost {
    position: fixed !important;
    z-index: 10060 !important;
    margin: 0 !important;
    pointer-events: none !important;
    background: #fff7f2 !important;
    box-shadow: var(--cb-shadow) !important;
    border-radius: 18px !important;
    transition: top 0.45s ease, left 0.45s ease, width 0.45s ease,
        height 0.45s ease, border-radius 0.45s ease, opacity 0.45s ease !important;
    overflow: hidden !important;
}
.custom-checkout-modal-content::-webkit-scrollbar {
    width: 12px;
    /* Width of vertical scrollbar */
}
.custom-checkout-modal-content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    /* Rounds the track at the top and bottom */
}
.custom-checkout-modal-content::-webkit-scrollbar-thumb {
    background-color: rgba(243, 107, 42, 0.25);
    border-radius: 20px;
    /* Gives the scrollbar thumb rounded ends */
    border: 3px solid #fff;
    /* Adds some padding to create a circular effect */
}
.custom-checkout-modal-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(243, 107, 42, 0.4);
    /* Darker when hovering */
}
/* Header Controls */
.custom-checkout-header-controls {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 16px !important;
}
.custom-checkout-back-arrow {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-left: 2px solid var(--cb-accent) !important;
    border-bottom: 2px solid var(--cb-accent) !important;
    transform: rotate(45deg) !important;
    margin-right: 8px !important;
    /* Space between arrow and text */
}
.custom-checkout-header-controls .custom-checkout-back-button {
    color: var(--cb-accent-strong) !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
}
.custom-checkout-header-controls .custom-checkout-dropdown-container {
    display: flex !important;
    gap: 20px !important;
    margin: 0 10px !important;
}
.custom-checkout-header-controls .custom-checkout-currency-dropdown {
    padding: 8px 32px !important;
    font-size: 0.95rem !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    cursor: pointer !important;
    color: var(--cb-ink) !important;
}
.custom-checkout-close-btn {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: var(--cb-accent-strong) !important;
    border-radius: 12px !important;
    justify-content: center !important;
    display: flex !important;
    background-color: #fff1e8 !important;
    padding: 10px !important;
    border: 1px solid #f2d8c9 !important;
    width: 38px !important;
    height: 38px !important;
    align-items: center !important;
}
.custom-checkout-close-btn:hover {
    background-color: #ffe2d2 !important;
}
/* Header and Progress Bar */
#checkoutHeader {
    display: flex !important;
}
.custom-checkout-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 18px !important;
}
.custom-checkout-logo {
    display: none !important;
}
.custom-checkout-progress-bar {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding-top: 14px !important;
}
.custom-checkout-progress-step-container {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    position: relative !important;
    --cb-progress: 0%;
}
.custom-checkout-progress-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
}
.custom-checkout-progress-step-container .custom-checkout-progress-step:first-child {
    align-items: flex-start !important;
    text-align: left !important;
}
.custom-checkout-progress-step-container .custom-checkout-progress-step:last-child {
    align-items: flex-end !important;
    text-align: right !important;
}
.step-count {
    background-color: #fff !important;
    height: 24px !important;
    width: 24px !important;
    border-radius: 50% !important;
    color: var(--cb-muted) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 12px !important;
    border: 2px solid var(--cb-border) !important;
    box-shadow: 0 6px 14px rgba(44, 29, 18, 0.08) !important;
    position: relative !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.step-description {
    margin-top: 6px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    max-width: 220px !important;
    text-align: center !important;
    line-height: 1.25 !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-progress-line {
    flex-grow: 1 !important;
    height: 2px !important;
    background: rgba(243, 107, 42, 0.18) !important;
    margin-top: 12px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
}
.custom-checkout-progress-line::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: var(--cb-progress) !important;
    background: linear-gradient(
        90deg,
        var(--cb-accent) 0%,
        var(--cb-accent-strong) 100%
    ) !important;
    border-radius: 999px !important;
    transition: width 0.45s ease !important;
}
.custom-checkout-active .step-count {
    background: linear-gradient(
        135deg,
        var(--cb-accent),
        var(--cb-accent-strong)
    ) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.08) !important;
    box-shadow: 0 0 0 4px rgba(243, 107, 42, 0.18) !important;
}
.custom-checkout-progress-step.custom-checkout-active .step-count::after {
    content: "" !important;
    position: absolute !important;
    inset: -6px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(243, 107, 42, 0.35) !important;
    animation: cb-step-pulse 1.6s ease-out infinite !important;
}
.custom-checkout-active+.custom-checkout-progress-line {
    background-color: rgba(243, 107, 42, 0.2) !important;
}
.custom-checkout-active~.custom-checkout-progress-step .step-count {
    background-color: #fff5ee !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-active~.custom-checkout-progress-line {
    background-color: rgba(243, 107, 42, 0.15) !important;
}
.custom-checkout-progress-step.custom-checkout-active .step-description {
    color: var(--cb-ink) !important;
}
.custom-checkout-progress-step.custom-checkout-completed .step-description {
    opacity: 0.75 !important;
}
@keyframes cb-step-pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .step-description {
        font-size: 0.8rem !important;
        max-width: 140px !important;
    }
}
/* Scrollable Main Container */
.custom-checkout-main-container {
    display: flex !important;
    gap: 32px !important;
    position: relative !important;
    align-items: stretch !important;
    margin-top: 22px !important;
}
.custom-checkout-step {
    transition: opacity 0.35s ease, transform 0.35s ease !important;
}
.custom-checkout-left-section {
    order: 2 !important;
    flex: 1 1 0 !important;
    overflow-y: auto !important;
    padding-right: 10px !important;
    /* scroll-behavior: smooth !important; */
    scrollbar-width: none !important;
}
/* Booking Summary */
.custom-checkout-booking-summary {
    margin-bottom: 20px !important;
}
.custom-checkout-booking-card {
    display: flex !important;
    align-items: center !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 14px !important;
    background-color: var(--cb-surface) !important;
    padding: 16px !important;
    gap: 15px !important;
    box-shadow: var(--cb-shadow-soft) !important;
}
.custom-checkout-booking-image {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}
.custom-checkout-booking-details {
    flex: 1 !important;
}
.custom-checkout-booking-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: var(--cb-ink) !important;
}
.custom-checkout-booking-info {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 0.88rem !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-booking-info p {
    margin: 0 !important;
    text-align: center !important;
}
.custom-checkout-booking-info strong {
    color: var(--cb-ink) !important;
    font-weight: 600 !important;
}
.custom-checkout-section-title {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin: 20px 0 10px !important;
    color: var(--cb-ink) !important;
}
.custom-checkout-experience-box {
    border: 1px solid var(--cb-border) !important;
    border-radius: 14px !important;
    padding: 18px !important;
    margin: 15px 0 !important;
    background-color: var(--cb-surface) !important;
    box-shadow: var(--cb-shadow-soft) !important;
}
.custom-checkout-experience-header {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 10px !important;
}
.custom-checkout-experience-img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}
.custom-checkout-experience-details h3 {
    font-size: 1rem !important;
    margin: 0 !important;
    color: var(--cb-ink) !important;
    font-weight: 700 !important;
}
.custom-checkout-experience-details span {
    font-size: 0.86rem !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-checkbox-container {
    display: flex !important;
    align-items: center !important;
    margin: 10px 0 !important;
    gap: 10px !important;
}
.custom-checkout-checkbox-label {
    font-size: 0.9rem !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-experience-box p{
    font-size: 14px !important;
    margin: 10px 0 0 0 !important;
}
.custom-checkout-experience-description {
    font-size: 0.85rem !important;
    color: var(--cb-muted) !important;
    margin-top: 5px !important;
}
.custom-checkout-participant-box {
    border: 1px solid var(--cb-border) !important;
    padding: 18px !important;
    border-radius: 14px !important;
    background-color: var(--cb-surface) !important;
    margin: 20px 0 !important;
    box-shadow: var(--cb-shadow-soft) !important;
}
.custom-checkout-participant-inputs {
    /* display: flex !important;
    gap: 20px !important; */
    padding: 10px 0px !important;
}
.custom-checkout-participant-inputs .custom-checkout-form-group {
    flex: 1 !important;
}
.custom-checkout-participant-inputs label {
    display: block !important;
    margin-bottom: 5px !important;
    font-size: 0.9rem !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-participant-inputs input {
    width: 100% !important;
    padding: 11px 12px !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
    background-color: #fff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.custom-checkout-participant-inputs input:focus {
    border-color: var(--cb-accent) !important;
    box-shadow: var(--cb-focus) !important;
}
.custom-checkout-continue-btn {
    text-align: right !important;
    margin-top: 20px !important;
}
.custom-checkout-continue-btn button {
    background: linear-gradient(
        135deg,
        var(--cb-accent),
        var(--cb-accent-strong)
    ) !important;
    color: white !important;
    border: none !important;
    padding: 12px 36px !important;
    border-radius: 999px !important;
    font-size: 1.05rem !important;
    cursor: pointer !important;
    box-shadow: 0 10px 20px rgba(243, 107, 42, 0.25) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.custom-checkout-continue-btn button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(243, 107, 42, 0.3) !important;
}
/* Step 3: Section Title */
.custom-checkout-step-3-section-title {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: var(--cb-ink) !important;
    margin-bottom: 10px !important;
}
.custom-checkout-step-3-divider {
    width: 72px !important;
    height: 4px !important;
    background-color: var(--cb-accent) !important;
    border-radius: 999px !important;
    margin: 10px 0 20px !important;
}
/* Step 3: Refund Box */
.custom-checkout-step-3-refund-box {
    border: 1px solid var(--cb-border) !important;
    border-radius: 14px !important;
    background-color: var(--cb-surface) !important;
    margin: 15px 0 !important;
    padding: 16px !important;
    cursor: pointer !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}
.custom-checkout-step-3-refund-box.has-error {
    border-color: #e24b3c !important;
    box-shadow: 0 0 0 3px rgba(226, 75, 60, 0.12) !important;
}
.custom-checkout-step-3-error {
    color: #e24b3c !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    margin-top: 6px !important;
    min-height: 18px !important;
}
.custom-checkout-step-3-refund-box:hover {
    box-shadow: var(--cb-shadow-soft) !important;
    transform: translateY(-2px);
}
.custom-checkout-step-3-refund-option {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--cb-ink) !important;
}
.custom-checkout-step-3-refund-header {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 10px !important;
}
.custom-checkout-step-3-refund-title {
    color: var(--cb-ink) !important;
}
.custom-checkout-step-3-refund-price {
    color: var(--cb-muted) !important;
    font-weight: 400 !important;
}
.custom-checkout-step-3-refund-details {
    margin-top: 15px !important;
    font-size: 0.9rem !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-step-3-refund-details ul {
    margin: 10px 0 !important;
    padding-left: 20px !important;
}
.custom-checkout-step-3-refund-details li {
    margin-bottom: 5px !important;
}
.custom-checkout-step-3-terms-link {
    color: var(--cb-accent-strong) !important;
    text-decoration: none !important;
}
.custom-checkout-step-3-terms-link:hover {
    text-decoration: underline !important;
}
.custom-checkout-step-3-powered-by {
    margin-top: 10px !important;
    font-size: 0.8rem !important;
    color: var(--cb-muted) !important;
}
/* Step 3: Radio Button Customization */
.custom-checkout-step-3-refund-option input[type="radio"] {
    margin-right: 10px !important;
    transform: scale(1.2) !important;
    cursor: pointer !important;
}
/* Style the list container */
.custom-checkout-step-3-refund-details ul {
    list-style: none !important;
    padding: 0 !important;
}
.custom-checkout-step-3-refund-details li {
    position: relative !important;
    padding-left: 35px !important;
    /* Space for the checkmark */
    margin-bottom: 10px !important;
    font-size: 0.9rem !important;
    color: var(--cb-ink) !important;
}
/* Add custom rounded checkmark before each list item */
.custom-checkout-step-3-refund-details li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 60% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #fff1e8 !important;
    /* Light green background */
    border-radius: 50% !important;
    /* border: 2px solid #28a745 !important ; */
    /* Green border */
}
.custom-checkout-step-3-refund-details li::after {
    content: '' !important;
    position: absolute !important;
    left: 6px !important;
    /* Position inside the circle */
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    width: 6px !important;
    height: 12px !important;
    border: solid var(--cb-accent-strong) !important;
    /* Green checkmark */
    border-width: 0 2px 2px 0 !important;
    background-color: transparent !important;
}
/* Step 3: Continue Button */
.custom-checkout-step-3-continue-btn {
    text-align: right !important;
    margin-top: 20px !important;
}
.custom-checkout-step-3-continue-btn button {
    background: linear-gradient(
        135deg,
        var(--cb-accent),
        var(--cb-accent-strong)
    ) !important;
    color: white !important;
    border: none !important;
    padding: 12px 36px !important;
    border-radius: 999px !important;
    font-size: 1.05rem !important;
    cursor: pointer !important;
    box-shadow: 0 10px 20px rgba(243, 107, 42, 0.25) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.custom-checkout-step-3-continue-btn button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(243, 107, 42, 0.3) !important;
}
/* Step 4: General Title and Divider */
.custom-checkout-step-4-title {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: var(--cb-ink) !important;
    margin-bottom: 10px !important;
}
.custom-checkout-step-4-booking-summary {
    margin-bottom: 22px !important;
}
.custom-checkout-step-4-booking-summary + .custom-checkout-step-4-title {
    margin-top: 18px !important;
}
.custom-checkout-step-4-divider {
    width: 72px !important;
    height: 4px !important;
    background-color: var(--cb-accent) !important;
    border-radius: 999px !important;
    margin: 10px 0 20px !important;
}
/* Booking Summary */
.custom-checkout-step-4-booking-card {
    display: flex !important;
    align-items: center !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 14px !important;
    background-color: var(--cb-surface) !important;
    padding: 16px !important;
    gap: 15px !important;
    box-shadow: var(--cb-shadow-soft) !important;
}
.custom-checkout-step-4-image {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}
.custom-checkout-step-4-details h3 {
    font-size: 1rem !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
.custom-checkout-step-4-info p {
    font-size: 0.9rem !important;
    color: var(--cb-muted) !important;
    margin: 5px 0 !important;
}
/* Confirmation Checkboxes */
.custom-checkout-step-4-confirmation {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}
.custom-checkout-step-4-checkbox {
    display: flex !important;
    align-items: center !important;
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
    color: var(--cb-ink) !important;
    gap: 10px !important;
    white-space: normal !important;
    flex-wrap: wrap !important;
}
.custom-checkout-step-4-checkbox input {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    flex: 0 0 20px !important;
}
.custom-checkout-step-4-link {
    color: var(--cb-accent-strong) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.custom-checkout-step-4-link:hover {
    text-decoration: underline !important;
}
/* Confirm Button */
.custom-checkout-step-4-button-container {
    text-align: center !important;
    margin-top: 20px !important;
}
.custom-checkout-step-4-button {
    width: 100% !important;
    background-color: #f1e7df !important;
    color: var(--cb-muted) !important;
    border: none !important;
    padding: 12px !important;
    border-radius: 999px !important;
    font-size: 1.1rem !important;
    cursor: not-allowed !important;
}
.custom-checkout-step-4-button:disabled {
    background-color: #f1e7df !important;
    color: var(--cb-muted) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}
.custom-checkout-step-4-button.custom-checkout-active {
    background: linear-gradient(
        135deg,
        var(--cb-accent),
        var(--cb-accent-strong)
    ) !important;
    color: #fff !important;
    cursor: pointer !important;
    box-shadow: 0 10px 20px rgba(243, 107, 42, 0.25) !important;
}
.custom-checkout-step-4-button.custom-checkout-active:disabled {
    background-color: #f1e7df !important;
    color: var(--cb-muted) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}
.custom-checkout-step-4-button.custom-checkout-active:hover {
    box-shadow: 0 12px 24px rgba(243, 107, 42, 0.3) !important;
}
.custom-checkout-input-error {
    border: 2px solid #e24b3c !important;
    outline: none !important;
}
.custom-checkout-input-error:focus {
    border-color: #c63b2e !important;
}
.custom-checkout-right-section {
    order: 1 !important;
    flex: 0 0 32% !important;
    max-width: 34% !important;
    position: sticky !important;
    top: 12px !important;
    align-self: flex-start !important;
    margin-bottom: 28px !important;
}
/* Contact Section */
.custom-checkout-contact-section h2 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: var(--cb-ink) !important;
}
.custom-checkout-divider {
    width: 40px !important;
    height: 3px !important;
    margin-top: 8px !important;
    margin-bottom: 14px !important;
    background: var(--cb-accent) !important;
    border-radius: 999px !important;
}
.custom-checkout-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px 24px !important;
    padding: 6px 2px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin-top: 12px !important;
    box-shadow: none !important;
}
.custom-checkout-form-group label {
    font-size: 0.9rem !important;
    color: var(--cb-muted);
    margin-bottom: 8px !important;
    display: block !important;
}
.custom-checkout-form-group input,
.custom-checkout-form-group select {
    padding: 12px 16px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    width: 100% !important;
    font-size: 0.95rem !important;
    background-color: #f7f3f0 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.custom-checkout-form-group input:focus,
.custom-checkout-form-group select:focus {
    border-color: var(--cb-accent) !important;
    box-shadow: var(--cb-focus) !important;
}
.custom-checkout-modal-content .iti {
    width: 100% !important;
}
.custom-checkout-modal-content .iti__flag-container {
    left: 12px !important;
}
.custom-checkout-modal-content .iti__selected-flag {
    display: flex !important;
    align-items: center !important;
}
.custom-checkout-modal-content #custom-phone-code-picker {
    padding-left: 78px !important;
}
.custom-checkout-phone-input {
    display: flex !important;
    align-items: center !important;
}
.custom-checkout-phone-icon {
    padding: 11px 12px !important;
    background: #f7f3f0 !important;
    border: 1px solid transparent !important;
    border-radius: 14px 0 0 14px !important;
    color: var(--cb-muted) !important;
}
.custom-checkout-phone-input input {
    flex: 1 !important;
    border-left: none !important;
    border-radius: 0 14px 14px 0 !important;
}
.custom-checkout-email-news {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px !important;
}
.custom-checkout-email-news input {
    width: auto !important;
}
/* Promo Box */
.custom-checkout-promo-box {
    border: 1px solid #f1d2bf !important;
    padding: 16px !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff7f1 0%, #fff2ea 100%) !important;
    font-family: "Sora", "Poppins", "Segoe UI", sans-serif !important;
    box-shadow: var(--cb-shadow-soft) !important;
    border-top: 2px solid var(--cb-accent) !important;
}
/* Promo Header */
.custom-checkout-promo-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 5px !important;
    gap: 12px !important;
}
.custom-checkout-promo-header h3 {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: var(--cb-ink) !important;
    flex: 1 !important;
}
.custom-checkout-promo-price {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--cb-accent-strong) !important;
    margin-left: 10px !important;
    margin-right: 6px !important;
    white-space: nowrap !important;
}
.custom-checkout-promo-code {
    margin: 10px 0px !important;
}
.custom-checkout-close-icon {
    background: #fff1e8 !important;
    border: 1px solid #f2d8c9 !important;
    font-size: 1.05rem !important;
    color: var(--cb-accent-strong) !important;
    cursor: pointer !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    flex-shrink: 0 !important;
}
.custom-checkout-close-icon:hover {
    color: var(--cb-accent-strong) !important;
    box-shadow: 0 6px 14px rgba(243, 107, 42, 0.18) !important;
    transform: translateY(-1px) scale(1.04) !important;
}
/* Promo Date */
.custom-checkout-promo-date {
    font-size: 0.72rem !important;
    color: var(--cb-muted) !important;
    margin-bottom: 10px !important;
}
.custom-checkout-promo-rate {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: var(--cb-muted) !important;
    margin: 4px 0 6px !important;
}
.custom-checkout-promo-item {
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(243, 107, 42, 0.12) !important;
    overflow: visible !important;
}
.custom-checkout-promo-item:last-of-type {
    border-bottom: none !important;
}
.custom-checkout-promo-item hr {
    display: none !important;
}
.custom-checkout-promo-showmore {
    color: var(--cb-accent-strong) !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
}
.custom-checkout-promo-showmore:hover {
    text-decoration: underline !important;
}
/* Promo Input */
.custom-checkout-promo-input {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.custom-checkout-promo-input input {
    flex: 1 !important;
    padding: 10px 12px !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 10px !important;
    font-size: 0.9rem !important;
    background-color: #fff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.custom-checkout-promo-input input:focus {
    border-color: var(--cb-accent) !important;
    box-shadow: var(--cb-focus) !important;
}
.custom-checkout-promo-input button {
    padding: 10px 16px !important;
    background-color: #f1e7df !important;
    color: var(--cb-muted) !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: not-allowed !important;
    font-size: 1rem !important;
}
.custom-checkout-promo-input button:enabled {
    background: linear-gradient(
        135deg,
        var(--cb-accent),
        var(--cb-accent-strong)
    ) !important;
    color: #fff !important;
    cursor: pointer !important;
}
.custom-checkout-promo-input button:enabled:hover {
    box-shadow: 0 10px 20px rgba(243, 107, 42, 0.25) !important;
}
/* Promo Total */
.custom-checkout-promo-total p {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 0.92rem !important;
    margin: 10px 0 !important;
    color: var(--cb-ink) !important;
}
.custom-checkout-promo-total span {
    font-weight: bold !important;
}
.custom-checkout-total-price {
    font-size: 1.1rem !important;
    color: var(--cb-ink) !important;
    font-weight: 700 !important;
}
/* Continue Button */
.custom-checkout-continue-btn {
    text-align: right !important;
    margin: 30px 0 !important;
}
.custom-checkout-continue-btn button {
    background: linear-gradient(
        135deg,
        var(--cb-accent),
        var(--cb-accent-strong)
    ) !important;
    color: white !important;
    border: none !important;
    padding: 12px 36px !important;
    border-radius: 999px !important;
    font-size: 1.05rem !important;
    cursor: pointer !important;
    box-shadow: 0 10px 20px rgba(243, 107, 42, 0.25) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.custom-checkout-continue-btn button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(243, 107, 42, 0.3) !important;
}
/* Footer */
.custom-checkout-custom-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 28px 18px !important;
    border-top: 1px solid var(--cb-border) !important;
    font-size: 12px !important;
    background-color: #fff5ee !important;
    margin: 18px -28px -22px !important;
    border-radius: 0 0 18px 18px !important;
}
.custom-checkout-footer-powered {
    display: flex !important;
}
.custom-checkout-footer-links a {
    color: var(--cb-accent-strong) !important;
    text-decoration: none !important;
    margin-right: 20px !important;
}
.custom-checkout-footer-links a:hover {
    text-decoration: underline !important;
}
.custom-checkout-footer-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 12px;
}
.custom-checkout-footer-link {
    text-decoration: none;
    color: var(--cb-accent-strong);
    font-weight: 600;
    font-size: 0.85rem;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.custom-checkout-footer-link:hover {
    text-decoration: underline;
}
.custom-checkout-footer-powered img {
    width: 75px !important;
    height: auto !important;
    object-fit: contain !important;
}
.custom-checkout-floating-continue {
    position: fixed !important;
    left: 50% !important;
    bottom: 40px !important;
    transform: translateX(-50%) !important;
    z-index: 10080 !important;
    display: none !important;
}
.custom-checkout-floating-continue button {
    background: linear-gradient(
        135deg,
        var(--cb-accent),
        var(--cb-accent-strong)
    ) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 26px !important;
    border-radius: 999px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: 0 12px 24px rgba(243, 107, 42, 0.28) !important;
}
@media (max-width: 768px) {
    .custom-checkout-floating-continue {
        display: none !important;
    }
}
.custom-checkout-pickup-dropoff {
    /* display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important; */
    margin-bottom: 20px !important;
}
.custom-checkout-pickup-dropoff-section{
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important;
}
.custom-dropoff-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 4px 0 18px !important;
}
.custom-dropoff-toggle-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: var(--cb-ink) !important;
    background: #fff7f2 !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 999px !important;
    padding: 10px 16px !important;
    box-shadow: var(--cb-shadow-soft) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.custom-dropoff-toggle-label:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(44, 29, 18, 0.12) !important;
}
.custom-dropoff-toggle-text {
    white-space: nowrap;
}
.custom-dropoff-toggle-switch {
    position: relative !important;
    width: 44px !important;
    height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
}
.custom-dropoff-toggle-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
}
.custom-dropoff-toggle-slider {
    position: absolute !important;
    inset: 0 !important;
    background: #eddad0 !important;
    border-radius: 999px !important;
    transition: background 0.25s ease, box-shadow 0.25s ease !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
}
.custom-dropoff-toggle-slider::before {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 3px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(44, 29, 18, 0.2) !important;
    transition: transform 0.25s ease !important;
}
.custom-dropoff-toggle-switch input:checked + .custom-dropoff-toggle-slider {
    background: linear-gradient(135deg, var(--cb-accent), var(--cb-accent-strong)) !important;
    box-shadow: 0 6px 14px rgba(243, 107, 42, 0.28) !important;
}
.custom-dropoff-toggle-switch input:checked + .custom-dropoff-toggle-slider::before {
    transform: translateX(20px);
}
.custom-pickup-section,
.custom-dropoff-section {
    flex: 1 !important;
    background: var(--cb-surface) !important;
    padding: 18px !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 14px !important;
    box-shadow: var(--cb-shadow-soft) !important;
}
.custom-pickup-title,
.custom-dropoff-title {
    font-size: 1.1em !important;
    font-weight: 700 !important;
    color: var(--cb-ink) !important;
    margin-bottom: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.custom-included-label {
    font-size: 0.9em !important;
    color: var(--cb-muted) !important;
    background: #f7e9df !important;
    padding: 3px 8px !important;
    border-radius: 5px !important;
}
.custom-form-group {
    margin-bottom: 20px !important;
    position: relative !important;
}
.custom-form-label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    color: var(--cb-ink) !important;
}
.custom-dropdown-wrapper {
    position: relative !important;
}
.custom-form-input {
    width: 100% !important;
    padding: 11px 12px !important;
    font-size: 0.95rem !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 10px !important;
    font-family: inherit !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.custom-form-input:focus {
    border-color: var(--cb-accent) !important;
    outline: none !important;
    box-shadow: var(--cb-focus) !important;
}
.custom-dropdown-options {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    left: 0 !important;
    width: 100% !important;
    background-color: white !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    max-height: 180px !important;
    overflow-y: auto !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1000 !important;
    display: none !important;
    /* Hidden by default */
}
.custom-dropdown-options.show {
    display: block !important;
}
.custom-dropdown-options li {
    padding: 10px !important;
    font-size: 0.9rem !important;
    color: #333 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}
.custom-dropdown-options li:hover {
    background-color: #fff1e8 !important;
}
/* Add arrow styles for dropdown */
.custom-form-input::-webkit-input-placeholder {
    font-style: italic !important;
    color: #888 !important;
}
.custom-dropdown-wrapper::after {
    content: '▼' !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    color: var(--cb-muted) !important;
    font-size: 0.8em !important;
}
/* Style the secondary input fields */
.custom-form-input-secondary {
    width: 100% !important;
    padding: 10px 12px !important;
    font-size: 0.9rem !important;
    border: 1px solid var(--cb-border) !important;
    border-radius: 10px !important;
    margin-top: 10px !important;
}
.custom-form-input-secondary:focus {
    border-color: var(--cb-accent) !important;
    outline: none !important;
    box-shadow: var(--cb-focus) !important;
}
.custom-footer-content {
    margin-top: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease, opacity 0.3s ease,
        margin-top 0.3s ease, padding 0.3s ease !important;
}
.custom-footer-content.is-open {
    margin-top: 20px !important;
    padding: 20px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),
        0 2px 3px 0 rgba(0, 0, 0, 0.19) !important;
    border: 1px solid #ddd !important;
    max-height: 900px !important;
    opacity: 1 !important;
}
.custom-footer-content h2 {
    font-size: 1.5rem !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}
.custom-footer-content h3 {
    font-size: 1.2rem !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}
.custom-footer-content h4 {
    font-size: 1rem !important;
    margin-top: 15px !important;
    font-weight: bold !important;
}
.custom-footer-content ul {
    list-style-type: disc !important;
    margin-left: 40px !important;
    padding: 0px 10px !important;
}
.custom-footer-content ul ul {
    list-style-type: circle !important;
    margin-left: 20px !important;
}
.custom-footer-content li {
    margin-bottom: 10px !important;
}
.custom-footer-content p {
    margin-bottom: 15px !important;
    color: #555 !important;
}
.checkbox-container {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 8px 0 !important;
}
.checkbox-container input[type="checkbox"] {
    margin: 0 !important;
    width: 16px !important;
    height: 16px !important;
}
.checkbox-container label {
    font-size: 14px !important;
    color: #333 !important;
    cursor: pointer !important;
}
.custom-checkout-expanded-content {
    display: block !important;
    margin-top: 16px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid #ddd !important;
    max-height: 0;
    opacity: 0 !important;
    overflow: hidden !important;
    transform: translateY(-6px) !important;
    transition: max-height 0.35s ease, opacity 0.35s ease,
        transform 0.35s ease !important;
}
.custom-checkout-expanded-content.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    max-height: 600px !important;
}
.custom-checkout-info-row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 8px !important;
    font-size: 0.95rem !important;
}
.custom-checkout-info-row span {
    color: #333 !important;
}
.info-price {
    font-weight: bold !important;
}
.custom-checkout-promo-showmore {
    display: block !important;
    margin-top: 8px !important;
    color: var(--cb-accent-strong) !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    cursor: pointer !important;
}
.custom-checkout-promo-showmore::after {
    content: "" !important;
}
.custom-checkout-promo-showmore:hover {
    color: var(--cb-accent) !important;
}
.custom-checkout-promo-showmore.expanded::after {
    content: "" !important;
}
/* circle steps starts here */
#circlebar {
    display: none !important;
}
#circlebar {
    justify-content: flex-end !important;
}
.custom-checkout-progress-circle {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background-color: #fff2e7 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
}
.progress-circle-content {
    background-color: #fff !important;
    border-radius: 50% !important;
    width: 60% !important;
    height: 60% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1;
}
#progressStepText {
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--cb-ink) !important;
}
.circular-progress-fill {
    content: "";
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    position: absolute !important;
    background: conic-gradient(var(--cb-accent) 0%,
            var(--cb-accent) var(--progress-degree, 0deg),
            #fff2e7 var(--progress-degree, 0deg),
            #fff2e7 360deg) !important;
}
/* circle steps ends here */
@media (max-width: 900px) {
    #circlebar {
        display: none !important;
    }
    .custom-checkout-logo {
        height: 50px !important;
        width: 18% !important;
    }
    #HidePromoCode {
        display: unset !important;
    }
    /* Hide Promo Code Section */
    #promoCode {
        display: none !important;
    }
    #progressBar {
        display: flex !important;
    }
    /* Adjust Modal Content */
    .custom-checkout-modal-content {
        padding: 16px !important;
    }
    .custom-checkout-header-controls,
    .custom-checkout-header {
        align-items: center !important;
    }
    /* Adjust Booking Card */
    .custom-checkout-booking-card {
        align-items: center !important;
        text-align: center !important;
    }
    .custom-checkout-booking-info p {
        margin: 8px 0 !important;
    }
    /* Left Section Responsiveness */
    .custom-checkout-left-section {
        padding: 10px !important;
    }
    /* Adjust Form Inputs */
    .custom-checkout-form-group input,
    .custom-checkout-form-group select {
        /* width: 100% !important; */
        margin: 10px 0 !important;
    }
    .custom-checkout-contact-grid {
        display: block !important;
    }
    .custom-checkout-main-container {
        flex-direction: column !important;
    }
    /* .custom-checkout-right-section {
        display: none !important;
       
    } */
    .custom-checkout-continue-btn,
    .custom-checkout-step-4-button-container {
        width: 100% !important;
    }
    /* Footer Links Responsive */
    .custom-checkout-footer-links {
        display: flex;
        gap: 10px;
        text-align: center;
        flex-wrap: wrap;
    }
    .custom-checkout-footer-powered {
        justify-content: center;
    }
}
#HidePromoCode {
    display: none;
}
@media (max-width: 480px) {
    .custom-checkout-logo {
        height: 50px !important;
        width: 25% !important;
    }
    .custom-checkout-custom-footer {
        display: grid !important;
    }
    .custom-checkout-footer-links a {
        margin: 0px !important;
    }
    .custom-checkout-footer-powered {
        margin-top: 10px !important;
    }
    .custom-checkout-right-section {
        padding: 5px !important;
    }
    .custom-checkout-pickup-dropoff {
        display: grid !important;
        justify-content: unset !important;
    }
    .custom-checkout-step-4-booking-card {
        margin: 10px 0px !important;
    }
}   
/* Custom CSS for the Checkout Page Ends Here */
.custom-bokun-tour-guide-card {
    border: 1px solid var(--cb-border) !important;
    border-radius: 14px !important;
    padding: 18px !important;
    font-family: "Sora", "Poppins", "Segoe UI", sans-serif !important;
    background: var(--cb-surface) !important;
    box-shadow: var(--cb-shadow-soft) !important;
    margin: 10px 0px !important;
}
.custom-bokun-top {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
}
.custom-bokun-title {
    font-weight: 700 !important;
    font-size: 17px !important;
    color: var(--cb-ink) !important;
}
.custom-bokun-price {
    font-size: 17px !important;
    color: var(--cb-accent-strong) !important;
    font-weight: 700 !important;
}
.custom-bokun-description {
    margin: 10px 0 !important;
    color: var(--cb-muted) !important;
}
.custom-bokun-quantity-controls {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.custom-bokun-quantity-button {
    border: 1px solid var(--cb-accent) !important;
    color: var(--cb-accent-strong) !important;
    background-color: transparent !important;
    height: 35px;
    width: 35px;
    border-radius: 50% !important;
    cursor: pointer !important;
    font-size: 18px !important;
    line-height: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-bokun-quantity-button:hover {
    background-color: rgba(243, 107, 42, 0.12) !important;
}
.custom-bokun-quantity-input {
    width: 30px !important;
    text-align: center !important;
    border: 1px solid #ffffff !important;
}

.custom-traveller-checkboxes {
    display: flex !important;
    gap: 10px !important;
}

.custom-traveller-checkboxes label {
    padding: 2px 5px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;

}

.custom-traveller-checkboxes label:hover {
    background-color: #6363632b;
}

@media (max-width: 768px) {
    .custom-checkout-modal-overlay {
        padding: 0 !important;
    }
    .custom-checkout-modal-content {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        margin: 0 !important;
        padding: 18px 18px 0 !important;
        border-radius: 0 !important;
    }
    .custom-checkout-bottom-stack {
        position: sticky !important;
        bottom: 0 !important;
        z-index: 6 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin: 0 -16px 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }
    .custom-checkout-bottom-stack .custom-checkout-mobile-continue {
        order: 1 !important;
    }
    .custom-checkout-bottom-stack .custom-checkout-right-section {
        order: 2 !important;
    }
    .custom-checkout-bottom-stack .custom-checkout-custom-footer {
        order: 3 !important;
    }
    .custom-checkout-bottom-stack .custom-checkout-right-section,
    .custom-checkout-bottom-stack .custom-checkout-custom-footer {
        position: relative !important;
        bottom: auto !important;
    }
    .custom-checkout-mobile-continue {
        display: flex !important;
        justify-content: center !important;
        background: transparent !important;
        padding: 8px 16px 10px !important;
        position: sticky !important;
        bottom: 12px !important;
        z-index: 7 !important;
        pointer-events: auto !important;
    }
    .custom-checkout-mobile-continue button {
        width: 100% !important;
        max-width: 220px !important;
        background: linear-gradient(
            135deg,
            var(--cb-accent),
            var(--cb-accent-strong)
        ) !important;
        color: #fff !important;
        border: none !important;
        padding: 12px 22px !important;
        border-radius: 999px !important;
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        box-shadow: 0 12px 24px rgba(243, 107, 42, 0.28) !important;
        opacity: 0.96 !important;
    }
    .custom-checkout-mobile-continue button:disabled,
    .custom-checkout-mobile-continue button.is-disabled {
        background: #f1e7df !important;
        color: var(--cb-muted) !important;
        box-shadow: none !important;
        cursor: not-allowed !important;
        opacity: 0.85 !important;
    }
    /* Make right section stick to bottom inside modal */
    .custom-checkout-right-section {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
        background: #fff7f2 !important;
        z-index: 5 !important;
        box-shadow: 0 -6px 20px rgba(44, 29, 18, 0.12) !important;
        border-top: 1px solid var(--cb-border) !important;
        transition: max-height 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease !important;
        will-change: max-height, transform !important;
        max-height: 60px !important; /* Default collapsed height */
        overflow: hidden !important;
        border-radius: 16px 16px 0 0 !important;
        margin: 0 !important;
        order: 2 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-self: stretch !important;
        order: 2 !important;
        box-sizing: border-box !important;
    }

    /* Order Summary button at bottom */
    .custom-checkout-order-summary {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 15px !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        background: #fff7f2 !important;
        border-top: 1px solid var(--cb-border) !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Expand Upwards */
    .custom-checkout-right-section.active {
        max-height: 100vh !important; /* Expand upwards smoothly */
        overflow-y: auto !important;
        transform: translateY(-6px) !important;
        box-shadow: 0 -12px 24px rgba(44, 29, 18, 0.18) !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        z-index: 20 !important;
    }

    /* Hide the promo box initially */
    .custom-checkout-promo-box {
        display: none !important;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    /* When active, show promo box smoothly */
    .custom-checkout-right-section.active .custom-checkout-promo-box {
        display: block !important;
        opacity: 1;
    }

    /* Rotate icon when expanded */
    .custom-checkout-toggle-summary {
        transition: transform 0.3s ease-in-out !important;
    }
    .custom-checkout-right-section.active .custom-checkout-toggle-summary {
        transform: rotate(180deg) !important;
    }
    .custom-checkout-toggle-summary{
        background-color: var(--cb-accent-strong) !important;
        padding: 3px 10px !important;
    }
    .custom-checkout-main-container {
        padding-bottom: calc(var(--cb-bottom-stack-height, 0px) + 12px) !important;
        margin-top: 12px !important;
        flex: 1 1 auto !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    .custom-checkout-left-section {
        padding-bottom: 24px !important;
        padding-right: 0 !important;
        overflow: visible !important;
        order: 1 !important;
        max-width: 100% !important;
    }
    .custom-checkout-right-section {
        max-width: 100% !important;
    }
    .custom-checkout-custom-footer {
        position: sticky !important;
        bottom: 0 !important;
        z-index: 4 !important;
        background: #fff7f2 !important;
        margin: 0 !important;
        padding: 10px 14px 14px !important;
        border-top: 1px solid rgba(240, 221, 210, 0.8) !important;
        border-radius: 0 0 16px 16px !important;
        order: 3 !important;
    }
    #progressBar {
        display: flex !important;
    }
    #circlebar {
        display: none !important;
    }
    .custom-checkout-progress-step-container {
        justify-content: space-between !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        padding: 4px 2px 10px !important;
    }
    .custom-checkout-progress-line {
        display: block !important;
        flex: 1 1 auto !important;
        margin: 0 4px !important;
        height: 2px !important;
    }
    .custom-checkout-progress-step .step-description {
        display: none !important;
    }
    .custom-checkout-progress-step .step-count {
        width: 22px !important;
        height: 22px !important;
        font-size: 11px !important;
        border-width: 1.5px !important;
        box-shadow: none !important;
    }
    .custom-checkout-continue-btn,
    .custom-checkout-step-3-continue-btn,
    .custom-checkout-step-4-button-container {
        display: none !important;
    }
}

.custom-checkout-order-summary{
    display: none;
}


@media (max-width: 560px) {
    .custom-checkout-modal-overlay {
        padding: 0 !important;
    }
    .custom-checkout-modal-content {
        width: 100vw !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh !important;
        padding: 16px 16px 0 !important;
        border-radius: 0 !important;
    }
    .custom-checkout-header {
        justify-content: flex-start !important;
    }
    #checkoutHeader {
        justify-content: flex-start !important;
    }
    .custom-checkout-progress-step-container {
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        margin-left: auto !important;
    }
    #progressBar {
        display: flex !important;
    }
    #circlebar {
        display: none !important;
    }
    .custom-checkout-progress-line {
        display: block !important;
        flex: 1 1 auto !important;
        margin: 0 4px !important;
        height: 2px !important;
    }
    .custom-checkout-progress-step .step-description {
        display: none !important;
    }
    .custom-checkout-progress-step .step-count {
        width: 22px !important;
        height: 22px !important;
        font-size: 11px !important;
        border-width: 1.5px !important;
        box-shadow: none !important;
    }
    .custom-checkout-header-controls {
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: calc(env(safe-area-inset-top, 0px) + 12px) 0 10px !important;
    }
    .custom-checkout-header-controls .custom-checkout-back-button {
        order: 1 !important;
    }
    .custom-checkout-header-controls .custom-checkout-dropdown-container {
        order: 2 !important;
        margin-left: auto !important;
    }
    .custom-checkout-header-controls .custom-checkout-close-button {
        order: 3 !important;
    }
    .custom-checkout-progress-circle {
        width: 64px !important;
        height: 64px !important;
    }
    .custom-checkout-main-container {
        gap: 14px !important;
    }
    .custom-checkout-contact-section h2 {
        font-size: 1.05rem !important;
    }
    .custom-checkout-section-title {
        font-size: 1.1rem !important;
        margin: 16px 0 8px !important;
    }
    .custom-checkout-form-group label {
        font-size: 0.84rem !important;
        margin-bottom: 6px !important;
    }
    .custom-checkout-form-group input,
    .custom-checkout-form-group select {
        padding: 12px 14px !important;
        border-radius: 12px !important;
        font-size: 0.92rem !important;
        background: #fff !important;
        border: 1px solid var(--cb-border) !important;
    }
    .custom-checkout-contact-section h2 {
        font-size: 1.05rem !important;
    }
    .custom-checkout-section-title {
        font-size: 1.1rem !important;
    }
    .custom-checkout-form-group label {
        font-size: 0.82rem !important;
        margin-bottom: 6px !important;
    }
    .custom-checkout-form-group input,
    .custom-checkout-form-group select {
        padding: 10px 12px !important;
        border-radius: 12px !important;
        font-size: 0.9rem !important;
    }
    .custom-checkout-left-section,
    .custom-checkout-right-section {
        width: 100% !important;
        max-width: 100% !important;
    }
    .custom-checkout-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .custom-checkout-contact-grid .custom-checkout-form-group {
        margin-bottom: 10px !important;
    }
    .custom-checkout-booking-card,
    .custom-checkout-step-4-booking-card {
        margin: 10px 0 !important;
        padding: 14px !important;
        gap: 12px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .custom-checkout-booking-title {
        font-size: 0.95rem !important;
        line-height: 1.35 !important;
    }
    .custom-checkout-booking-image,
    .custom-checkout-step-4-image {
        width: 72px !important;
        height: 72px !important;
    }
    .custom-checkout-booking-info {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px 12px !important;
        justify-content: flex-start !important;
        font-size: 0.82rem !important;
        line-height: 1.3 !important;
    }
    .custom-checkout-booking-info p {
        text-align: left !important;
    }
    .custom-checkout-step-4-details h3 {
        margin-bottom: 6px !important;
    }
    .custom-checkout-step-4-info p {
        margin: 3px 0 !important;
    }
    /*#custom-phone-code-picker {*/
    /*    width: 58dvh !important;*/
    /*}*/
    .custom-checkout-pickup-dropoff-section{
        flex-direction: column !important ;
    }
    .custom-dropoff-toggle {
        display: flex !important;
        width: 100% !important;
        margin: 6px 0 16px !important;
    }
    .custom-dropoff-toggle-label {
        width: 100% !important;
        justify-content: space-between !important;
    }
}

@media (max-width: 768px) {
    .custom-checkout-bottom-stack.is-expanded .custom-checkout-mobile-continue {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
        max-height: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    .custom-checkout-modal-content.cb-cart-expanded .custom-checkout-progress-step-container {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-6px) !important;
    }
}

@media (max-width: 768px) {
    .custom-checkout-modal-content {
        background: #fff9f6 !important;
        padding: 18px 16px 120px !important;
        --cb-sheet-peek: 68px;
    }
    .custom-checkout-header {
        justify-content: space-between !important;
        align-items: center !important;
        padding: 2px 0 6px !important;
        margin: 0 2px !important;
    }
    .custom-checkout-header::before {
        content: "Order Checkout" !important;
        font-size: 1.02rem !important;
        font-weight: 700 !important;
        color: var(--cb-ink) !important;
        letter-spacing: 0.01em !important;
        margin-left: 2px !important;
    }
    .custom-checkout-logo {
        display: none !important;
    }
    .custom-checkout-header-controls {
        padding: calc(env(safe-area-inset-top, 0px) + 12px) 0 8px !important;
    }
    .custom-checkout-header-controls .custom-checkout-back-button {
        font-size: 0.82rem !important;
    }
    .custom-checkout-progress-bar {
        justify-content: flex-end !important;
        padding-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .custom-checkout-progress-step-container {
        justify-content: flex-end !important;
        gap: 8px !important;
        margin-left: auto !important;
    }
    .custom-checkout-progress-line {
        display: none !important;
    }
    .step-count {
        width: 26px !important;
        height: 6px !important;
        font-size: 0 !important;
        color: transparent !important;
        border-radius: 999px !important;
        border: none !important;
        background: rgba(243, 107, 42, 0.16) !important;
    }
    .custom-checkout-progress-step.custom-checkout-active .step-count,
    .custom-checkout-progress-step.custom-checkout-completed .step-count {
        background: var(--cb-accent-strong) !important;
    }
    .custom-checkout-step {
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 12px 0 20px !important;
        box-shadow: none !important;
    }
    .custom-checkout-contact-section h2,
    .custom-checkout-section-title {
        font-size: 0.92rem !important;
    }
    .custom-checkout-section-title {
        margin: 0 0 6px !important;
    }
    .custom-checkout-divider {
        width: 26px !important;
        height: 2px !important;
        margin: 4px 0 8px !important;
    }
    .custom-checkout-contact-grid {
        gap: 10px !important;
    }
    .custom-checkout-form-group label {
        font-size: 0.74rem !important;
        margin-bottom: 3px !important;
    }
    .custom-checkout-form-group input,
    .custom-checkout-form-group select {
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid rgba(243, 107, 42, 0.18) !important;
        padding: 8px 0 !important;
        border-radius: 0 !important;
        font-size: 0.84rem !important;
        box-shadow: none !important;
    }
    .custom-checkout-booking-card,
    .custom-checkout-step-4-booking-card {
        border-radius: 16px !important;
        padding: 14px !important;
        background: linear-gradient(135deg, #fff6ef 0%, #fffdfb 100%) !important;
        border: 1px solid rgba(243, 107, 42, 0.18) !important;
        box-shadow: 0 12px 22px rgba(44, 29, 18, 0.08) !important;
    }
    .custom-checkout-booking-info {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px 12px !important;
        font-size: 0.74rem !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }
    .custom-checkout-booking-info p {
        text-align: left !important;
    }
    .custom-dropoff-toggle-label {
        background: #ffffff !important;
    }
    .custom-checkout-participant-box {
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 10px 0 6px !important;
        box-shadow: none !important;
    }
    .custom-checkout-participant-inputs {
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid rgba(243, 107, 42, 0.12) !important;
        border-radius: 0 !important;
        padding: 10px 0 12px !important;
        margin-top: 10px !important;
    }
    .custom-checkout-participant-inputs:last-of-type {
        border-bottom: 0 !important;
    }
    .custom-checkout-participant-inputs h3 {
        font-size: 0.82rem !important;
        margin: 0 0 8px !important;
        color: var(--cb-ink) !important;
    }
    .custom-checkout-participant-inputs .custom-form-child-section {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
    .custom-checkout-participant-inputs .custom-checkout-form-group {
        margin: 0 !important;
    }
    .custom-checkout-participant-inputs .custom-checkout-form-group.field-dob {
        grid-column: 1 / 2 !important;
        justify-self: start !important;
    }
    .custom-checkout-step-3-refund-box {
        border-radius: 16px !important;
        padding: 14px !important;
        border: 1px solid rgba(243, 107, 42, 0.16) !important;
        background: linear-gradient(180deg, #fff8f2 0%, #fffdfb 100%) !important;
        box-shadow: 0 10px 18px rgba(44, 29, 18, 0.08) !important;
    }
    .custom-checkout-step-3-refund-option {
        font-size: 0.88rem !important;
        gap: 8px !important;
        align-items: flex-start !important;
    }
    .custom-checkout-step-3-refund-details {
        margin-top: 10px !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
    }
    .custom-checkout-step-3-refund-details li {
        font-size: 0.74rem !important;
    }
    .custom-checkout-booking-card {
        align-items: flex-start !important;
        gap: 12px !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    .custom-checkout-booking-image {
        display: none !important;
    }
    .custom-checkout-booking-details {
        width: 100% !important;
    }
    .custom-checkout-booking-title {
        text-align: left !important;
        margin-bottom: 6px !important;
    }
    .custom-checkout-booking-info {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px 12px !important;
        align-items: start !important;
        font-size: 0.74rem !important;
    }
    .custom-checkout-booking-info p {
        text-align: left !important;
        font-size: 0.74rem !important;
    }
    .custom-checkout-booking-info strong {
        display: block !important;
        font-size: 0.74rem !important;
    }
    .custom-checkout-booking-summary {
        margin-bottom: 16px !important;
    }
    .custom-checkout-bottom-stack {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        z-index: 20 !important;
        pointer-events: none !important;
    }
    .custom-checkout-mobile-continue {
        display: flex !important;
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        bottom: calc(var(--cb-sheet-peek) + 14px) !important;
        justify-content: center !important;
        z-index: 25 !important;
        pointer-events: auto !important;
        padding: 0 !important;
    }
    .custom-checkout-mobile-continue button {
        width: 100% !important;
        max-width: 260px !important;
        background: linear-gradient(135deg, var(--cb-accent-strong), var(--cb-accent)) !important;
        color: #fff !important;
        border: none !important;
        padding: 12px 18px !important;
        border-radius: 999px !important;
        font-weight: 700 !important;
        box-shadow: 0 16px 26px rgba(243, 107, 42, 0.28) !important;
    }
    .custom-checkout-mobile-continue button:disabled,
    .custom-checkout-mobile-continue button.is-disabled {
        background: #f1e7df !important;
        color: var(--cb-muted) !important;
        box-shadow: none !important;
        cursor: not-allowed !important;
        opacity: 0.85 !important;
    }
    .custom-checkout-modal-content.cb-cart-expanded .custom-checkout-mobile-continue {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(12px) !important;
    }
    .custom-checkout-right-section {
        pointer-events: auto !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 78vh !important;
        max-height: 78vh !important;
        border-radius: 20px 20px 0 0 !important;
        background: #fffdfb !important;
        border-top: 1px solid rgba(243, 107, 42, 0.18) !important;
        box-shadow: 0 -18px 30px rgba(44, 29, 18, 0.16) !important;
        transform: translateY(calc(100% - var(--cb-sheet-peek))) !important;
        transition: transform 0.4s ease !important;
        overflow: hidden !important;
        z-index: 30 !important;
    }
    .custom-checkout-right-section {
        pointer-events: none !important;
    }
    .custom-checkout-right-section.active {
        transform: translateY(0) !important;
        overflow-y: auto !important;
        border-radius: 20px 20px 0 0 !important;
        pointer-events: auto !important;
    }
    .custom-checkout-order-summary {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 18px 18px 14px !important;
        background: #fff7f2 !important;
        border-bottom: 1px solid rgba(243, 107, 42, 0.12) !important;
        border-radius: 20px 20px 0 0 !important;
        font-weight: 700 !important;
        letter-spacing: 0.01em !important;
        position: relative !important;
        top: 0 !important;
        z-index: 2 !important;
        pointer-events: auto !important;
    }
    .custom-checkout-order-summary::before {
        content: "" !important;
        position: absolute !important;
        left: 50% !important;
        top: 8px !important;
        width: 36px !important;
        height: 4px !important;
        border-radius: 999px !important;
        background: rgba(243, 107, 42, 0.25) !important;
        transform: translateX(-50%) !important;
    }
    .custom-checkout-order-summary span {
        font-size: 0.86rem !important;
    }
    .custom-checkout-order-summary .summary-price {
        font-weight: 700 !important;
        color: var(--cb-accent-strong) !important;
        margin-left: 6px !important;
        white-space: nowrap !important;
    }
    .custom-checkout-toggle-summary {
        background: rgba(243, 107, 42, 0.16) !important;
        border: none !important;
        width: 34px !important;
        height: 28px !important;
        border-radius: 10px !important;
        font-size: 0.9rem !important;
    }
    .custom-checkout-promo-box {
        border: none !important;
        padding: 12px 18px 18px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-top: 0 !important;
    }
    .custom-checkout-promo-item {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(243, 107, 42, 0.12) !important;
    }
    .custom-checkout-promo-header h3 {
        font-size: 0.9rem !important;
    }
    .custom-checkout-promo-price {
        font-size: 0.95rem !important;
    }
    .custom-checkout-promo-total p {
        font-size: 0.86rem !important;
    }
    .custom-checkout-custom-footer {
        background: #fffdfb !important;
        border-top: 1px solid rgba(243, 107, 42, 0.12) !important;
        padding: 12px 18px 18px !important;
        border-radius: 0 !important;
        font-size: 0.72rem !important;
        position: sticky !important;
        bottom: 0 !important;
        z-index: 3 !important;
    }
    .custom-footer-content {
        display: block !important;
        max-height: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.35s ease, opacity 0.3s ease !important;
        background: #fffdfb !important;
        border-top: 1px solid rgba(243, 107, 42, 0.12) !important;
        padding: 0 18px !important;
    }
    .custom-footer-content.is-open {
        max-height: 45vh !important;
        opacity: 1 !important;
        padding: 12px 18px 18px !important;
        overflow-y: auto !important;
    }
    .custom-footer-content .content-section {
        display: none !important;
    }
    .custom-footer-content .content-section.is-active {
        display: block !important;
    }
    .custom-checkout-main-container {
        padding-bottom: calc(var(--cb-bottom-stack-height, 0px) + 24px) !important;
    }
    .custom-checkout-modal-content.cb-cart-expanded .custom-checkout-main-container,
    .custom-checkout-modal-content.cb-cart-expanded .custom-checkout-left-section {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Mobile final overrides: footer + cart stacking (last wins) */
@media (max-width: 768px) {
    .custom-checkout-modal-content {
        --cb-footer-height: 64px;
    }

    .custom-checkout-bottom-stack {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 50 !important;
        pointer-events: auto !important;
    }

    .custom-checkout-custom-footer {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 40 !important;
        border-radius: 16px 16px 0 0 !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    }

    .custom-footer-content {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: calc(var(--cb-footer-height, 64px) + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 39 !important;
    }

    .custom-checkout-right-section {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: calc(var(--cb-footer-height, 64px) + env(safe-area-inset-bottom, 0px)) !important;
        height: var(--cb-sheet-peek, 68px) !important;
        max-height: var(--cb-sheet-peek, 68px) !important;
        transform: translateY(0) !important;
        overflow: hidden !important;
        pointer-events: auto !important;
        z-index: 45 !important;
        transition: height 0.35s ease, max-height 0.35s ease, box-shadow 0.35s ease !important;
    }

    .custom-checkout-right-section.active {
        height: calc(100vh - var(--cb-footer-height, 64px)) !important;
        max-height: calc(100vh - var(--cb-footer-height, 64px)) !important;
        overflow-y: auto !important;
    }

    .custom-checkout-order-summary {
        display: flex !important;
        pointer-events: auto !important;
    }

    .custom-checkout-mobile-continue {
        display: flex !important;
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        bottom: calc(
            var(--cb-sheet-peek, 68px) + var(--cb-footer-height, 64px) + 10px
        ) !important;
        z-index: 60 !important;
        pointer-events: auto !important;
    }

    .custom-checkout-mobile-continue button {
        width: 100% !important;
        max-width: 260px !important;
    }

    .custom-checkout-modal-content.cb-cart-expanded .custom-checkout-mobile-continue {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
    }

    .custom-checkout-main-container {
        padding-bottom: calc(var(--cb-bottom-stack-height, 0px) + 24px) !important;
    }
}
