/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q2v2vusuys] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q2v2vusuys] {
    flex: 1;
}

.sidebar[b-q2v2vusuys] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-q2v2vusuys] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q2v2vusuys]  a, .top-row[b-q2v2vusuys]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q2v2vusuys]  a:hover, .top-row[b-q2v2vusuys]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q2v2vusuys]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-q2v2vusuys] {
        justify-content: space-between;
    }

    .top-row[b-q2v2vusuys]  a, .top-row[b-q2v2vusuys]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q2v2vusuys] {
        flex-direction: row;
    }

    .sidebar[b-q2v2vusuys] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q2v2vusuys] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q2v2vusuys]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q2v2vusuys], article[b-q2v2vusuys] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-q2v2vusuys] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-q2v2vusuys] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-froxlyyhft] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-froxlyyhft] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-froxlyyhft] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-froxlyyhft] {
    font-size: 1.1rem;
}

.bi[b-froxlyyhft] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-froxlyyhft] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-froxlyyhft] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-froxlyyhft] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-froxlyyhft] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-froxlyyhft] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-froxlyyhft] {
        padding-bottom: 1rem;
    }

    .nav-item[b-froxlyyhft]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-froxlyyhft]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-froxlyyhft]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-froxlyyhft] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-froxlyyhft] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-froxlyyhft] {
        display: none;
    }

    .nav-scrollable[b-froxlyyhft] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4ayq7ipp2m],
.components-reconnect-repeated-attempt-visible[b-4ayq7ipp2m],
.components-reconnect-failed-visible[b-4ayq7ipp2m],
.components-pause-visible[b-4ayq7ipp2m],
.components-resume-failed-visible[b-4ayq7ipp2m],
.components-rejoining-animation[b-4ayq7ipp2m] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-retrying[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-failed[b-4ayq7ipp2m],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4ayq7ipp2m] {
    display: block;
}


#components-reconnect-modal[b-4ayq7ipp2m] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4ayq7ipp2m 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4ayq7ipp2m 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4ayq7ipp2m 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4ayq7ipp2m]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4ayq7ipp2m 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4ayq7ipp2m {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4ayq7ipp2m {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4ayq7ipp2m {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4ayq7ipp2m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4ayq7ipp2m] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4ayq7ipp2m] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4ayq7ipp2m] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4ayq7ipp2m] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4ayq7ipp2m] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4ayq7ipp2m] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4ayq7ipp2m 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4ayq7ipp2m] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4ayq7ipp2m {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* General Body Styles */
:root[b-ibaz3sgpgr] {
    --snap-bg-color: #000;
    --snap-text-color: #fff;
    --snap-placeholder-color: #888; /* Grey color for placeholders */
}

/* Slideshow */
.snap-slideshow[b-ibaz3sgpgr] {
    padding: 0 20px;
    position: relative;
    height: 250px; /* Match image height */
}

.snap-slide[b-ibaz3sgpgr] {
    position: relative;
    width: 100%;
    height: 100%;
}

.snap-slideshow-image[b-ibaz3sgpgr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.snap-slideshow-image.active[b-ibaz3sgpgr] {
    opacity: 1;
}

.snap-placeholder-image[b-ibaz3sgpgr] {
    display: block;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}

.snap-slide-caption[b-ibaz3sgpgr] {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}

/* Marquee */
.snap-marquee[b-ibaz3sgpgr] {
    white-space: nowrap;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}

.snap-marquee div[b-ibaz3sgpgr] {
    display: flex;
    width: 200%; /* Ensure it's wide enough for a seamless loop */
    /* Start positioned off-screen to the right so it scrolls into view */
    transform: translateX(50%);
    animation: marquee-b-ibaz3sgpgr 15s linear infinite;
    will-change: transform;
}

.snap-marquee span[b-ibaz3sgpgr] {
    font-weight: bold;
    flex-shrink: 0;
    padding-right: 50px; /* Space between repeated text */
}

@keyframes marquee-b-ibaz3sgpgr {
    /* move the inner container from off-screen right to fully left for continuous loop */
    0% { transform: translateX(50%); }
    100% { transform: translateX(-50%); }
}

/* Gallery */
.snap-gallery[b-ibaz3sgpgr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
}

.snap-gallery-item .snap-placeholder-image[b-ibaz3sgpgr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

/* Booking Button */
.snap-booking-container[b-ibaz3sgpgr] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.snap-booking-now[b-ibaz3sgpgr] {
    background-color: var(--snap-text-color);
    color: var(--snap-bg-color);
    padding: 15px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.snap-booking-now span[b-ibaz3sgpgr] {
    font-size: 1.5rem;
}

/* Page-specific overrides or extensions */
@media (min-width: 768px) {
    .snap-slideshow[b-ibaz3sgpgr], .snap-gallery[b-ibaz3sgpgr] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .snap-gallery[b-ibaz3sgpgr] {
        grid-template-columns: repeat(4, 1fr);
    }

    .snap-gallery-item:nth-child(1)[b-ibaz3sgpgr] {
        grid-column: span 2;
        grid-row: span 2;
    }
    
    .snap-gallery-item:nth-child(4)[b-ibaz3sgpgr] {
        grid-column: span 2;
    }

    .snap-booking-container[b-ibaz3sgpgr] {
        margin-top: -100px;
        padding-right: 40px;
    }
}
/* /Components/Pages/Order.razor.rz.scp.css */
.order-page-container[b-6j7cv8uz4c] {
    padding: 28px 20px 40px;
}

.order-hero[b-6j7cv8uz4c] {
    margin-bottom: 24px;
}

.order-location[b-6j7cv8uz4c] {
    margin: 0 0 8px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.78);
}

.order-title[b-6j7cv8uz4c] {
    margin: 0;
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 800;
}

.service-carousel-section[b-6j7cv8uz4c] {
    margin-bottom: 28px;
}

.service-carousel[b-6j7cv8uz4c] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 146px;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.service-carousel[b-6j7cv8uz4c]::-webkit-scrollbar {
    display: none;
}

.service-card[b-6j7cv8uz4c] {
    border: 0;
    background: #fff;
    color: #111;
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    scroll-snap-align: start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover[b-6j7cv8uz4c] {
    transform: translateY(-2px);
}

.service-card.selected[b-6j7cv8uz4c] {
    box-shadow: 0 0 0 2px #fff, 0 18px 30px rgba(0, 0, 0, 0.35);
}

.service-preview[b-6j7cv8uz4c] {
    position: relative;
    aspect-ratio: 1 / 1.22;
    border-radius: 14px;
    padding: 9px;
    overflow: hidden;
}

.preview-photo-frame[b-6j7cv8uz4c] {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 12px;
    padding: 7px;
    box-sizing: border-box;
}

.preview-photo-surface[b-6j7cv8uz4c] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    overflow: hidden;
}

.preview-subject[b-6j7cv8uz4c] {
    position: absolute;
    left: 50%;
    bottom: 13%;
    width: 46%;
    height: 36%;
    transform: translateX(-50%);
    border-radius: 48% 48% 30% 30%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 -18px 0 rgba(0, 0, 0, 0.1);
}

.preview-subject[b-6j7cv8uz4c]::before,
.preview-subject[b-6j7cv8uz4c]::after {
    content: "";
    position: absolute;
    top: -22%;
    width: 28%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
}

.preview-subject[b-6j7cv8uz4c]::before {
    left: 12%;
}

.preview-subject[b-6j7cv8uz4c]::after {
    right: 12%;
}

.red-curtain[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #4a0208 0%, #1f0000 100%);
}

.red-curtain .preview-photo-surface[b-6j7cv8uz4c] {
    background: repeating-linear-gradient(90deg, #5b0b11 0 14px, #8f1820 14px 28px);
}

.ivory[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #efe6d6 0%, #d8cab5 100%);
}

.ivory .preview-photo-surface[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #f7f2e8 0%, #ddd0bc 100%);
}

.pastel-pin[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #ffe5ef 0%, #f8bfd4 100%);
}

.pastel-pin .preview-photo-surface[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #ffd8ea 0%, #ef9ebd 100%);
}

.mist-grey[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #edf0f4 0%, #c8d0d9 100%);
}

.mist-grey .preview-photo-surface[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #e8edf2 0%, #aeb9c5 100%);
}

.neutral-grey[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #d8d8d8 0%, #9f9f9f 100%);
}

.neutral-grey .preview-photo-surface[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #cecece 0%, #8f8f8f 100%);
}

.american-yearbook[b-6j7cv8uz4c] {
    background: linear-gradient(180deg, #bcdff8 0%, #7dc0f2 100%);
}

.american-yearbook .preview-photo-surface[b-6j7cv8uz4c] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0 18%, transparent 18% 100%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.35) 0 18%, transparent 18% 100%),
        linear-gradient(180deg, #a5daf8 0%, #69b8ee 100%);
}

.american-yearbook .preview-subject[b-6j7cv8uz4c] {
    width: 60%;
    height: 40%;
    border-radius: 26px;
}

.spotlight[b-6j7cv8uz4c] {
    background: radial-gradient(circle at center, #2a2a2a 0%, #020202 70%);
}

.spotlight .preview-photo-surface[b-6j7cv8uz4c] {
    background:
        radial-gradient(circle at 50% 22%, rgba(255, 247, 208, 0.92) 0 18%, rgba(255, 247, 208, 0) 48%),
        radial-gradient(circle at 50% 100%, rgba(143, 22, 32, 0.85) 0 32%, rgba(143, 22, 32, 0) 68%),
        linear-gradient(180deg, #151515 0%, #040404 100%);
}

.service-card-footer[b-6j7cv8uz4c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 2px 2px;
}

.service-name[b-6j7cv8uz4c] {
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.service-icon[b-6j7cv8uz4c] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.selected-service-pill[b-6j7cv8uz4c] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
}

.order-timeslot-section[b-6j7cv8uz4c] {
    margin-top: 28px;
    background: #fff;
    color: #000;
    border-radius: 24px;
    padding: 22px 18px 26px;
}

.timeslot-title[b-6j7cv8uz4c] {
    margin: 0 0 18px;
    font-size: 1.1rem;
    font-weight: 800;
}

.order-booking-layout[b-6j7cv8uz4c] {
    display: grid;
    grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.calendar-panel[b-6j7cv8uz4c] {
    width: 100%;
    max-width: 340px;
    padding: 10px 12px 12px;
    border-radius: 18px;
    background: #f7f7f7;
    border: 1px solid #ececec;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar {
    width: 100%;
    min-width: 0;
    font-size: 1.08rem;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-header {
    min-height: auto;
    padding: 0 0 2px;
    margin-bottom: 0;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-header .e-title {
    margin-bottom: 0;
    line-height: 1.2;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content th,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content td {
    padding: 3px;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content span {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-day-header {
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 294px;
    min-width: 210px;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content table,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-day-header table {
    margin: 0 auto !important;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content th,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content td {
    padding: 0;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content span,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-day-header span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-header,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-footer-container {
    background: transparent;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-header .e-title,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-header .e-day,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content td,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content th {
    color: #111;
}

.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content td.e-selected span.e-day,
.calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content td.e-focused-date.e-selected span.e-day {
    background: #111;
    color: #fff;
    border-radius: 8px;
}

.timeslot-panel-title[b-6j7cv8uz4c] {
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5c5c5c;
}

.timeslot-panel[b-6j7cv8uz4c]  > div:first-child {
    margin-top: 12px !important;
}

.timeslot-panel[b-6j7cv8uz4c]  > div:nth-child(2) {
    max-width: none !important;
}

.package-addons-section[b-6j7cv8uz4c] {
    margin-top: 24px;
}

.package-addons-title[b-6j7cv8uz4c] {
    margin: 0 0 14px;
    font-size: 1rem;
    font-weight: 800;
}

.package-groups[b-6j7cv8uz4c] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.package-group-card[b-6j7cv8uz4c] {
    padding: 14px;
    border-radius: 18px;
    background: #fafafa;
    border: 1px solid #ededed;
}

.package-group-title[b-6j7cv8uz4c] {
    margin: 0 0 10px;
    font-size: 0.96rem;
    font-weight: 800;
}

.package-addon-list[b-6j7cv8uz4c] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.package-addon-item[b-6j7cv8uz4c] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
}

.package-addon-text[b-6j7cv8uz4c] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.package-addon-name[b-6j7cv8uz4c] {
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1.3;
}

.package-addon-note[b-6j7cv8uz4c] {
    font-size: 0.72rem;
    color: #6b6b6b;
    line-height: 1.3;
}

.package-addon-price[b-6j7cv8uz4c] {
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.package-addon-icon[b-6j7cv8uz4c] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.order-actions[b-6j7cv8uz4c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
}

.order-action-button[b-6j7cv8uz4c] {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.order-action-button:hover[b-6j7cv8uz4c] {
    transform: translateY(-1px);
}

.order-action-button-secondary[b-6j7cv8uz4c] {
    background: #ececec;
    color: #111;
}

.order-action-button-primary[b-6j7cv8uz4c] {
    background: #111;
    color: #fff;
}

@media (max-width: 640px) {
    .package-groups[b-6j7cv8uz4c] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .order-page-container[b-6j7cv8uz4c] {
        padding: 16px 12px 40px;
    }

    .order-hero[b-6j7cv8uz4c] {
        margin-bottom: 16px;
        padding: 0 4px;
    }

    .order-location[b-6j7cv8uz4c] {
        font-size: 0.9rem;
        margin-bottom: 4px;
    }

    .order-title[b-6j7cv8uz4c] {
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .service-carousel-section[b-6j7cv8uz4c] {
        margin-bottom: 20px;
    }

    .service-carousel[b-6j7cv8uz4c] {
        grid-auto-columns: 30vw;
        gap: 8px;
        padding: 2px 0 8px;
    }

    .service-card[b-6j7cv8uz4c] {
        padding: 6px;
        gap: 6px;
        min-width: 0;
        width: 100%;
    }

    .service-preview[b-6j7cv8uz4c] {
        aspect-ratio: 1 / 1.15;
        border-radius: 12px;
        padding: 6px;
    }

    .service-name[b-6j7cv8uz4c] {
        font-size: 0.65rem;
        line-height: 1.1;
    }

    .service-icon[b-6j7cv8uz4c] {
        width: 18px;
        height: 18px;
        font-size: 0.85rem;
    }

    .selected-service-pill[b-6j7cv8uz4c] {
        font-size: 0.8rem;
        padding: 6px 12px;
        margin-top: 6px;
    }

    .order-timeslot-section[b-6j7cv8uz4c] {
        margin-top: 20px;
        padding: 16px 12px 20px;
    }

    .timeslot-title[b-6j7cv8uz4c] {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .order-booking-layout[b-6j7cv8uz4c] {
        grid-template-columns: minmax(110px, 140px) minmax(0, 1fr);
        gap: 6px;
    }

    .calendar-panel[b-6j7cv8uz4c] {
        padding: 6px;
        max-width: 140px;
    }

    .calendar-panel[b-6j7cv8uz4c]  .e-calendar {
        font-size: 0.75rem;
    }

    .calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-header .e-title {
        font-size: 0.8rem;
    }

    .calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content span,
    .calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-day-header span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 0.65rem;
    }

    .calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content,
    .calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-day-header {
        max-width: 140px;
        min-width: 110px;
    }

    .calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-content table,
    .calendar-panel[b-6j7cv8uz4c]  .e-calendar .e-day-header table {
        width: 100%;
        table-layout: fixed;
    }

    .timeslot-panel-title[b-6j7cv8uz4c] {
        font-size: 0.75rem;
        margin-bottom: 6px;
    }

    .timeslot-panel[b-6j7cv8uz4c]  > div:first-child {
        margin-top: 6px !important;
    }

    .timeslot-panel[b-6j7cv8uz4c]  > div:nth-child(2) {
        max-width: none !important;
    }

    .timeslot-panel[b-6j7cv8uz4c]  > div:nth-child(2) > div {
        gap: 4px !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .timeslot-panel[b-6j7cv8uz4c]  div[style*="background"] {
        padding: 4px 2px !important;
        font-size: 0.6rem !important;
        border-radius: 4px !important;
        min-height: auto !important;
        line-height: 1.1 !important;
    }

    .package-addons-section[b-6j7cv8uz4c] {
        margin-top: 12px;
    }

    .package-addons-title[b-6j7cv8uz4c] {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .package-group-card[b-6j7cv8uz4c] {
        padding: 10px;
        border-radius: 12px;
    }

    .package-group-title[b-6j7cv8uz4c] {
        font-size: 0.85rem;
        margin-bottom: 8px;
    }

    .package-addon-item[b-6j7cv8uz4c] {
        gap: 8px;
    }

    .package-addon-name[b-6j7cv8uz4c] {
        font-size: 0.75rem;
        line-height: 1.2;
    }

    .package-addon-note[b-6j7cv8uz4c] {
        font-size: 0.65rem;
    }

    .package-addon-price[b-6j7cv8uz4c] {
        font-size: 0.75rem;
    }

    .package-addon-icon[b-6j7cv8uz4c] {
        width: 20px;
        height: 20px;
        font-size: 0.85rem;
    }

    .order-actions[b-6j7cv8uz4c] {
        margin-top: 16px;
        gap: 10px;
    }

    .order-action-button[b-6j7cv8uz4c] {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 400px) {
    .order-booking-layout[b-6j7cv8uz4c] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .calendar-panel[b-6j7cv8uz4c] {
        max-width: 100%;
    }

    .service-carousel[b-6j7cv8uz4c] {
        grid-auto-columns: 45vw;
    }
}

@media (min-width: 768px) {
    .order-page-container[b-6j7cv8uz4c] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .service-carousel[b-6j7cv8uz4c] {
        grid-auto-columns: minmax(150px, 1fr);
    }

    .order-booking-layout[b-6j7cv8uz4c] {
        gap: 20px;
    }
}
/* /Components/Pages/PilihStudio.razor.rz.scp.css */
.pilih-studio-container[b-v91ssrzedy] {
    background-color: #fff !important;
    color: #000 !important;
    min-height: 100vh;
}

/* Header Override */
.snap-header[b-v91ssrzedy] {
    background-color: #fff;
    color: #000;
}

.snap-logo[b-v91ssrzedy] {
    color: #000;
}

.snap-nav-toggle .snap-bar[b-v91ssrzedy] {
    background-color: #000;
}

/* Page Content */
.pilih-studio-content[b-v91ssrzedy] {
    padding: 40px 20px;
}

.pilih-studio-title[b-v91ssrzedy] {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 5px;
    color: #000;
}

.pilih-studio-subtitle[b-v91ssrzedy] {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000;
}

/* Carousel / Horizontal Scroll */
.pilih-studio-carousel[b-v91ssrzedy] {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 10px 0 30px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}

.pilih-studio-carousel[b-v91ssrzedy]::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

.carousel-item[b-v91ssrzedy] {
    flex: 0 0 85%; /* Shows a bit of the next item */
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    scroll-snap-align: center;
    overflow: hidden;
    display: block;
    color: inherit;
}

.carousel-item img[b-v91ssrzedy] {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    margin: 10px;
    width: calc(100% - 20px);
}

.item-details[b-v91ssrzedy] {
    padding: 0 20px 20px 20px;
}

.item-header[b-v91ssrzedy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.item-name[b-v91ssrzedy] {
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
}

.item-price[b-v91ssrzedy] {
    font-weight: bold;
    font-size: 0.9rem;
}

.item-features[b-v91ssrzedy] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
}

/* Back Button */
.back-btn-container[b-v91ssrzedy] {
    padding: 20px 0;
}

.back-btn[b-v91ssrzedy] {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* Footer Section with Marquee */
.snap-marquee-footer[b-v91ssrzedy] {
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 0;
    background-color: #000;
    color: #fff;
}

.snap-marquee-footer div[b-v91ssrzedy] {
    display: flex;
    width: 200%;
    /* run marquee from right -> left */
    /* Start positioned off-screen to the right so it scrolls into view */
    transform: translateX(50%);
    animation: marquee-rtl-b-v91ssrzedy 15s linear infinite;
    will-change: transform;
}

.snap-marquee-footer span[b-v91ssrzedy] {
    font-weight: bold;
    padding-right: 50px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

/* Keyframes for marquee animation: move the inner container left by 50% so
   the repeated content appears to scroll continuously. */
@keyframes marquee-rtl-b-v91ssrzedy {
    /* start off-screen to the right (50% of the inner width),
       then move fully left so the duplicated content scrolls continuously */
    0% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Footer Override */
.snap-footer[b-v91ssrzedy] {
    background-color: #000;
    color: #fff;
    padding: 30px 20px;
}

/* Desktop Overrides */
@media (min-width: 768px) {
    .pilih-studio-carousel[b-v91ssrzedy] {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        overflow-x: visible;
        padding: 0;
    }

    .carousel-item[b-v91ssrzedy] {
        flex: none;
    }

    .pilih-studio-content[b-v91ssrzedy] {
        padding-left: 40px;
        padding-right: 40px;
    }
}
/* /Components/Pages/Studios.razor.rz.scp.css */
.snap-page-container[b-npuzvtpy29] {
    background-color: #fff !important;
    color: #000 !important;
}

/* Header Override */
.snap-header[b-npuzvtpy29] {
    background-color: #fff;
    color: #000;
}

.snap-logo[b-npuzvtpy29] {
    color: #000;
}

.snap-nav-toggle .snap-bar[b-npuzvtpy29] {
    background-color: #000;
}

.studios-page-container[b-npuzvtpy29] {
    padding-bottom: 40px;
}

.studios-title[b-npuzvtpy29] {
    text-align: left;
    padding: 40px 20px 20px 20px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #000;
}

.studios-grid[b-npuzvtpy29] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 15px;
}

/* Studio Card */
.studio-card[b-npuzvtpy29] {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.studio-card img[b-npuzvtpy29] {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
}

.studio-card-content[b-npuzvtpy29] {
    padding: 12px;
    flex-grow: 1;
}

.studio-card-title[b-npuzvtpy29] {
    font-weight: 800;
    font-size: 0.75rem;
    margin-bottom: 4px;
    color: #000;
    text-transform: uppercase;
}

.studio-card-address[b-npuzvtpy29] {
    font-size: 0.6rem;
    color: #777;
    line-height: 1.3;
}

/* Desktop Styles */
@media (min-width: 768px) {
    .studios-grid[b-npuzvtpy29] {
        grid-template-columns: repeat(4, 1fr);
    }
}
