/* /Layout/Footer.razor.rz.scp.css */
.footer-rabbit[b-jtc3vwn4mg] {
    background: #171515;
    color: #eee;
    padding: 90px 0 0;
    border-top: 4px solid #b08b42;
}

.footer-title[b-jtc3vwn4mg] {
    font-family: 'Ultra', serif;
    color: #d8b45d;
    margin-bottom: 25px;
}

.footer-links[b-jtc3vwn4mg] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-jtc3vwn4mg] {
        margin-bottom: 15px;
    }

    .footer-links a[b-jtc3vwn4mg] {
        color: #ddd;
        text-decoration: none;
        transition: .3s;
    }

        .footer-links a:hover[b-jtc3vwn4mg] {
            color: #d8b45d;
            padding-left: 8px;
        }

#footerMap[b-jtc3vwn4mg] {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.35);
}

.footer-bottom[b-jtc3vwn4mg] {
    margin-top: 80px;
    padding: 25px;
    text-align: center;
    background: #111;
}

    .footer-bottom a[b-jtc3vwn4mg] {
        color: #d8b45d;
        text-decoration: none;
    }
/* /Layout/Hero.razor.rz.scp.css */
/* CSS for Hero component */
/* ==========================================================
   HERO
========================================================== */

.hero-section[b-8mf5dzxhnp] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(rgba(10,10,10,.60), rgba(10,10,10,.80)), url("https://therabbithole.blob.core.windows.net/home/Hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-overlay[b-8mf5dzxhnp] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,.03), rgba(0,0,0,.35));
    z-index: 1;
}

.hero-section .container[b-8mf5dzxhnp] {
    position: relative;
    z-index: 2;
}

.hero-title[b-8mf5dzxhnp] {
    font-family: 'Ultra', serif;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    line-height: 1.05;
    color: #d8b45d;
    margin-bottom: 25px;
    text-shadow: 0 8px 30px rgba(0,0,0,.45);
}

.hero-subtitle[b-8mf5dzxhnp] {
    font-family: 'Lavishly Yours', cursive;
    font-size: 2.2rem;
    color: white;
    margin-bottom: 10px;
}

.hero-text[b-8mf5dzxhnp] {
    max-width: 650px;
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(255,255,255,.95);
}

.scroll-indicator[b-8mf5dzxhnp] {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    color: white;
    font-size: 2rem;
    animation: HeroBounce-b-8mf5dzxhnp 2s infinite;
}

    .scroll-indicator i[b-8mf5dzxhnp] {
        opacity: .85;
    }

@keyframes HeroBounce-b-8mf5dzxhnp {

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

    50% {
        transform: translateY(-12px);
    }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:991px) {

    .hero-section[b-8mf5dzxhnp] {
        min-height: 85vh;
        background-attachment: scroll;
    }

    .hero-title[b-8mf5dzxhnp] {
        font-size: 3.5rem;
    }

    .hero-subtitle[b-8mf5dzxhnp] {
        font-size: 1.8rem;
    }

    .hero-text[b-8mf5dzxhnp] {
        font-size: 1.05rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-uomawj4hb2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-uomawj4hb2], article[b-uomawj4hb2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.rabbit-menu[b-fvg2ltw0aw] {
    position: fixed;
    inset: 0;
    background: #050505;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.menu-background[b-fvg2ltw0aw] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(80,30,80,.5), #000 70%);
}

.menu-content[b-fvg2ltw0aw] {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.menu-title[b-fvg2ltw0aw] {
    font-family: Ultra;
    color: #d8b45d;
    margin-bottom: 40px;
}

.menu-link[b-fvg2ltw0aw] {
    font-size: 2rem;
    color: white;
    text-decoration: none;
    opacity: 1;
}
.close-menu[b-fvg2ltw0aw] {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 500;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}


.menu-background[b-fvg2ltw0aw]::before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120,55,170,.35), rgba(120,55,170,.08), transparent 70%);
    filter: blur(120px);
    animation: glowPulse-b-fvg2ltw0aw 8s ease-in-out infinite;
}
@keyframes glowPulse-b-fvg2ltw0aw {

    0%,100% {
        transform: translate(-50%,-50%) scale(1);
    }

    50% {
        transform: translate(-50%,-50%) scale(1.15);
    }
}
.menu-background[b-fvg2ltw0aw]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(white 1px,transparent 1px);
    background-size: 80px 80px;
    opacity: .08;
    animation: starsMove-b-fvg2ltw0aw 90s linear infinite;
}
@keyframes starsMove-b-fvg2ltw0aw {

    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-400px);
    }
}
.fog[b-fvg2ltw0aw] {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(140,80,170,.10), transparent 70%);
    filter: blur(90px);
    animation: fogMove-b-fvg2ltw0aw 22s ease-in-out infinite alternate;
}
@keyframes fogMove-b-fvg2ltw0aw {

    from {
        transform: translate(-8%,-5%) scale(1);
    }

    to {
        transform: translate(8%,5%) scale(1.3);
    }
}

.noise[b-fvg2ltw0aw] {
    position: absolute;
    inset: 0;
    background: url("/images/noise.png");
    opacity: .05;
    mix-blend-mode: screen;
    animation: noise .35s infinite;
}

.menu-background[b-fvg2ltw0aw] {
    background: radial-gradient(circle at center, rgba(110,50,140,.5), rgba(35,15,50,.9) 40%, #000 85%);
}

/* ==========================================================
   VOLUMETRIC LIGHT
========================================================== */

.light-rays[b-fvg2ltw0aw] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1800px;
    height: 1800px;
    transform: translate(-50%,-50%) rotate(15deg);
    opacity: .18;
    pointer-events: none;
    filter: blur(18px);
    background: repeating-conic-gradient( from 0deg, rgba(220,190,255,.06) 0deg, rgba(220,190,255,.015) 2deg, transparent 5deg, transparent 16deg );
    animation: rotateRays-b-fvg2ltw0aw 80s linear infinite, pulseRays-b-fvg2ltw0aw 8s ease-in-out infinite;
}

.light-rays-two[b-fvg2ltw0aw] {
    transform: translate(-50%,-50%) rotate(85deg);
    opacity: .12;
    animation-duration: 120s,10s;
}

.light-rays-three[b-fvg2ltw0aw] {
    transform: translate(-50%,-50%) rotate(160deg);
    opacity: .08;
    animation-duration: 160s,12s;
}
@keyframes rotateRays-b-fvg2ltw0aw {

    from {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    to {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@keyframes pulseRays-b-fvg2ltw0aw {

    0%,100% {
        opacity: .10;
    }

    50% {
        opacity: .18;
    }
}
.menu-background[b-fvg2ltw0aw]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.20), rgba(180,90,255,.20), rgba(120,40,180,.12), transparent 75%);
    filter: blur(40px);
}
@keyframes rabbitHolePulse-b-fvg2ltw0aw {

    0%,100% {
        transform: translate(-50%,-50%) scale(1);
    }

    50% {
        transform: translate(-50%,-50%) scale(1.08);
    }
}


.glow[b-fvg2ltw0aw] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.18), rgba(180,90,255,.18), rgba(100,30,160,.12), transparent 75%);
    filter: blur(50px);
}

/*alice */
#alice[b-fvg2ltw0aw] {
    position: absolute;
    left: 50%;
    top:  0px;
    width: 120px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 25;
    opacity: 0;
    filter: drop-shadow(0 0 15px rgba(255,255,255,.15));
}

    #alice img[b-fvg2ltw0aw] {
        width: 100%;
        display: block;
    }


.menu-trigger[b-fvg2ltw0aw] {
    width: 90px;
    height: 70px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-trigger:hover #catFace[b-fvg2ltw0aw] {
        transform: scale(1.08);
    }
/* /Pages/ContactUs.razor.rz.scp.css */
/* CSS for ContactUs component */
.contact-hero[b-8xi3ac7nd0] {
    background: linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)), url('/images/contacthero.jpg') center/cover;
    padding: 140px 0;
}

.contact-card[b-8xi3ac7nd0] {
    background: #1b1b1b;
    border: 1px solid rgba(212,180,93,.15);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}

.section-title[b-8xi3ac7nd0] {
    color: #d8b45d;
    font-family: 'Ultra', serif;
}

.rabbit-input[b-8xi3ac7nd0] {
    background: #111;
    border: 1px solid #444;
    color: #fff;
}

    .rabbit-input:focus[b-8xi3ac7nd0] {
        background: #111;
        color: #fff;
        border-color: #d8b45d;
        box-shadow: 0 0 0 .25rem rgba(216,180,93,.15);
    }

    .rabbit-input[b-8xi3ac7nd0]::placeholder {
        color: #999;
    }

.form-label[b-8xi3ac7nd0] {
    color: #d8b45d;
    font-weight: 600;
}

.map-wrapper[b-8xi3ac7nd0] {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}

    .map-wrapper iframe[b-8xi3ac7nd0] {
        width: 100%;
        height: 450px;
        border: 0;
    }

/* /Pages/Gallery.razor.rz.scp.css */
/* CSS for Gallery component */
.gallery-item[b-khzu87u8cd] {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,.25);
    transition: .35s ease;
}

    .gallery-item:hover[b-khzu87u8cd] {
        transform: translateY(-8px);
    }

.gallery-image[b-khzu87u8cd] {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: .5s ease;
}

.gallery-item:hover .gallery-image[b-khzu87u8cd] {
    transform: scale(1.08);
}
/* /Pages/Memberships.razor.rz.scp.css */
/* CSS for Memberships component */
/* Membership Cards */

.membership-card[b-w9qbv794px] {
    background: #1b1b1b;
    border: 1px solid rgba(216,180,93,.15);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    transition: .3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
}

    .membership-card:hover[b-w9qbv794px] {
        transform: translateY(-8px);
        border-color: #d8b45d;
        box-shadow: 0 20px 45px rgba(0,0,0,.35);
    }

    .membership-card i[b-w9qbv794px] {
        color: #d8b45d;
    }

    .membership-card h4[b-w9qbv794px] {
        color: #d8b45d;
        font-family: 'Ultra', serif;
        margin-bottom: 20px;
    }

    .membership-card p[b-w9qbv794px] {
        color: #d5d5d5;
        margin-bottom: 0;
    }


/* Pricing Table */

.table-dark[b-w9qbv794px] {
    background: #171515;
    border-radius: 18px;
    overflow: hidden;
}

    .table-dark thead[b-w9qbv794px] {
        background: #b08b42;
        color: #111;
    }

    .table-dark th[b-w9qbv794px] {
        border: none;
        font-weight: 700;
        padding: 18px;
    }

    .table-dark td[b-w9qbv794px] {
        padding: 18px;
        border-color: rgba(255,255,255,.08);
        vertical-align: middle;
    }

    .table-dark tbody tr:hover[b-w9qbv794px] {
        background: rgba(176,139,66,.12);
    }


/* Highlight Pricing */

.price[b-w9qbv794px] {
    color: #d8b45d;
    font-weight: 700;
    font-size: 1.2rem;
}


/* Final Notice */

.notice-card[b-w9qbv794px] {
    background: linear-gradient(180deg,#1b1b1b,#111);
    border: 2px solid #b08b42;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

    .notice-card h3[b-w9qbv794px] {
        color: #d8b45d;
        font-family: 'Ultra', serif;
    }

    .notice-card p[b-w9qbv794px] {
        color: #ddd;
    }
/* /Pages/Rules.razor.rz.scp.css */
/* CSS for Rules component */
