/* _content/AscapeKabanWebSite/Components/App.razor.rz.scp.css */
body[b-u2000ypbk5] {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}

.cardcustom[b-u2000ypbk5] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(17, 25, 40, 0.58);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.social-sidebar[b-u2000ypbk5] {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
    flex-wrap: wrap;
    gap: 0.5vh;
}

.social-link[b-u2000ypbk5] {
    color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 2vw ;
    padding: 0.5vw;
}




    .social-link:hover[b-u2000ypbk5] {
        background-color: var(--primary);
        border-radius:10px;
    }

/* Side Buttons */
.action-buttons[b-u2000ypbk5] {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.action-button[b-u2000ypbk5] {
    color: var(--light);
    padding: 1%;
    padding-left: unset;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-width: 2px;
    border-style: solid;
    border-left: none;
    border-radius: 10px;
    margin-left: unset;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    font-size: 1.5vw;
    white-space: nowrap;
    transition: transform 0.3s ease;
    padding:0.2vw;
    text-decoration:0.2vw;
}

    .action-button:hover[b-u2000ypbk5] {
        background-color: var(--primary);
        border-radius: 10px;
        border-bottom-left-radius: unset;
        border-top-left-radius: unset;
    }


@media (max-width: 768px) {

    .social-link[b-u2000ypbk5] {
        font-size: 4vh;
        padding: 0.6vw;
    }

    .action-button[b-u2000ypbk5] {
        font-size: 2.2vh;
    }

    .social-sidebar[b-u2000ypbk5] {
        gap: 2vh;
    }
    }
/* _content/AscapeKabanWebSite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b5lvbwyj0o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b5lvbwyj0o] {
    flex: 1;
}

.sidebar[b-b5lvbwyj0o] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b5lvbwyj0o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b5lvbwyj0o]  a, .top-row[b-b5lvbwyj0o]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b5lvbwyj0o]  a:hover, .top-row[b-b5lvbwyj0o]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b5lvbwyj0o]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-b5lvbwyj0o] {
        justify-content: space-between;
    }

    .top-row[b-b5lvbwyj0o]  a, .top-row[b-b5lvbwyj0o]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b5lvbwyj0o] {
        flex-direction: row;
    }

    .sidebar[b-b5lvbwyj0o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b5lvbwyj0o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b5lvbwyj0o]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b5lvbwyj0o], article[b-b5lvbwyj0o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b5lvbwyj0o] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-b5lvbwyj0o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AscapeKabanWebSite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tfe917gx1b] {
    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-tfe917gx1b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-tfe917gx1b] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tfe917gx1b] {
    font-size: 1.1rem;
}

.bi[b-tfe917gx1b] {
    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-tfe917gx1b] {
    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-tfe917gx1b] {
    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-tfe917gx1b] {
    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-tfe917gx1b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tfe917gx1b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tfe917gx1b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tfe917gx1b]  .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-tfe917gx1b]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-tfe917gx1b]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-tfe917gx1b] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-tfe917gx1b] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tfe917gx1b] {
        display: none;
    }

    .nav-scrollable[b-tfe917gx1b] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AscapeKabanWebSite/Components/Pages/About-us.razor.rz.scp.css */
.about-page[b-c5qctgkdeg] {
    color: var(--light) !important;
    background-color: var(--dark) !important;
}

.intro-section[b-c5qctgkdeg] {
    padding: 6rem 0;
    background-color: var(--dark) !important;
}

    .intro-section h2[b-c5qctgkdeg] {
        color: var(--primary) !important;
        margin-bottom: 2rem;
        font-family: var(--heading-font);
    }

    .intro-section .lead[b-c5qctgkdeg] {
        color: var(--light) !important;
        font-family: var(--body-font);
    }

.location-section[b-c5qctgkdeg] {
    padding: 6rem 0;
    background-color: var(--dark) !important;
}

    .location-section h2[b-c5qctgkdeg] {
        color: var(--primary) !important;
        font-family: var(--heading-font);
        margin-bottom: 2rem;
    }

.feature-list[b-c5qctgkdeg] {
    list-style: none;
    padding: 0;
}

    .feature-list li[b-c5qctgkdeg] {
        display: flex;
        align-items: center;
        margin-bottom: 1.5rem;
        color: var(--light) !important;
    }

    .feature-list i[b-c5qctgkdeg] {
        color: var(--primary) !important;
        font-size: 1.5rem;
        margin-right: 1rem;
    }

.amenities-section[b-c5qctgkdeg] {
    padding: 6rem 0;
    background-color: var(--primary) !important;
}

    .amenities-section h2[b-c5qctgkdeg] {
        color: var(--primary) !important;
        font-family: var(--heading-font);
        margin-bottom: 3rem;
    }

.amenity-card[b-c5qctgkdeg] {
    background-color: var(--dark) !important;
    padding: 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: var(--box-shadow);
}

    .amenity-card:hover[b-c5qctgkdeg] {
        transform: translateY(-10px);
    }

    .amenity-card i[b-c5qctgkdeg] {
        color: var(--primary) !important;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .amenity-card h3[b-c5qctgkdeg] {
        color: var(--primary) !important;
        font-family: var(--heading-font);
        margin-bottom: 1rem;
    }

.activities-section[b-c5qctgkdeg] {
    padding: 6rem 0;
    background-color: var(--dark) !important;
}

    .activities-section h2[b-c5qctgkdeg] {
        color: var(--primary) !important;
        font-family: var(--heading-font);
        margin-bottom: 3rem;
    }

.activity-card[b-c5qctgkdeg] {
    background-color: var(--dark) !important;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

    .activity-card img[b-c5qctgkdeg] {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .activity-card h3[b-c5qctgkdeg] {
        color: var(--primary) !important;
        font-family: var(--heading-font);
        padding: 1rem;
        margin: 0;
    }

    .activity-card p[b-c5qctgkdeg] {
        color: var(--light) !important;
        padding: 0 1rem 1rem;
        margin: 0;
    }

/* Animation classes */
.wow[b-c5qctgkdeg] {
    visibility: hidden;
}

.fadeInLeft[b-c5qctgkdeg], .fadeInRight[b-c5qctgkdeg], .fadeInUp[b-c5qctgkdeg] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInLeft-b-c5qctgkdeg {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight-b-c5qctgkdeg {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp-b-c5qctgkdeg {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/* _content/AscapeKabanWebSite/Components/Pages/Booking.razor.rz.scp.css */
.booking-bg[b-dordvf7j3b] {
    background-color: var(--dark);
    z-index: -1;
    
}


morf-card[b-dordvf7j3b] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}



.book-container[b-dordvf7j3b] {
    max-width: 600px;
    margin: auto;
    font-family: Arial, sans-serif;
    padding: 25px;
    border-radius: 10px;
    border: 1px;
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-image: url(img/A_carousel-3.webp);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    background-size: cover;
}

.book-form[b-dordvf7j3b] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    font-size: 2vh;
    color: black;
}

.label-text[b-dordvf7j3b] {
    font-size: 2vh;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.box-text[b-dordvf7j3b] {
    font-size: 2vh;
    color: var(--dark);
    font-family: 'Montserrat', sans-serif ;
    font-weight: bold;
}

.book-overlay[b-dordvf7j3b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.book-overlay-content[b-dordvf7j3b] {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.close-button[b-dordvf7j3b] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

.modal-overlay[b-dordvf7j3b] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    max-width: 550px;
    border-radius: 8px;
}

.modal-content[b-dordvf7j3b] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 20px;
    border-radius: 8px;
    max-width: 550px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.modal-body[b-dordvf7j3b] {
    margin: 15px 0;
    font-size: 1.1em;
}

.modal-actions[b-dordvf7j3b] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.switch[b-dordvf7j3b] {
    --secondary-container: #3a4b39;
    --primary: #84da89;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.7em;
    height: 1.8em;
}

    .switch input[b-dordvf7j3b] {
        display: none;
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-dordvf7j3b] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #313033;
    transition: .2s;
    border-radius: 30px;
}

    .slider[b-dordvf7j3b]:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.2em;
        bottom: 0.2em;
        background-color: #aeaaae;
        transition: .4s;
    }

input:checked + .slider[b-dordvf7j3b]::before {
    background-color: var(--primary);
}

input:checked + .slider[b-dordvf7j3b] {
    background-color: var(--secondary-container);
}

input:focus + .slider[b-dordvf7j3b] {
    box-shadow: 0 0 1px var(--secondary-container);
}

input:checked + .slider[b-dordvf7j3b]:before {
    transform: translateX(1.9em);
}

.spa-span[b-dordvf7j3b] {
    white-space: nowrap; /* Previne ruperea textului */
    font-size: 2vh; /* Dimensiunea textului se adaptează între 14px și 24px */
}

.book-form-spa[b-dordvf7j3b] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    white-space: nowrap; /* Previne ruperea textului */
    font-size: 2vh;
    color:var(--primary)
}
/* _content/AscapeKabanWebSite/Components/Pages/Calendar.razor.rz.scp.css */
.calendar-container[b-0q3svu7ugl] {
    max-width: 600px;
    margin: auto;
    font-family: Arial, sans-serif;
    padding: 25px;
    border-radius: 10px;
    border: 1px;
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-image: url(img/A_carousel-1.jpg);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    background-size: cover;
}

@media (max-width: 768px) {
    .calendar-container[b-0q3svu7ugl] {
        max-width: 95vw;
        padding: 40px;
    }
}
/* _content/AscapeKabanWebSite/Components/Shared/AboutSection.razor.rz.scp.css */


.bg-dark-gradient[b-am3du2sxqk] {
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

.feature-card[b-am3du2sxqk] {
    transition: transform 0.3s ease;
}

.hover-shadow:hover[b-am3du2sxqk] {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.gallery-item[b-am3du2sxqk] {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

    .gallery-item img[b-am3du2sxqk] {
        transition: transform 0.3s ease;
        height: 300px;
        object-fit: cover;
        max-width: 100%;
        height: auto;
    }

    .gallery-item:hover img[b-am3du2sxqk] {
        transform: scale(1.05);
    }

/* Existing code */
.gallery-caption[b-am3du2sxqk] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-caption[b-am3du2sxqk] {
    transform: translateY(0);
}

/* New code for mobile devices */
@media (max-width: 768px) {
    .gallery-caption[b-am3du2sxqk] {
        transform: translateY(0) !important;
    }
}

.section-header[b-am3du2sxqk] {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
}



.section-subheader[b-am3du2sxqk] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2b5876;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 2rem;
}

    .section-subheader[b-am3du2sxqk]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25rem;
        height: 2px;
        background: #4e4376;
    }
.description-container[b-am3du2sxqk] {
    position: relative;
}

.text-container[b-am3du2sxqk] {
    max-width: 100%;
    height: 500px;
    overflow-y: hidden;
    transition: all 0.4s ease-in-out;
    position: relative;
}

    .text-container:not(.expanded)[b-am3du2sxqk]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: linear-gradient(transparent, rgba(255,255,255,0.9));
    }

    .text-container.expanded[b-am3du2sxqk] {
        max-height: 800px;
        overflow-y: auto;
    }

.read-more-btn[b-am3du2sxqk] {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none !important;
}

    .read-more-btn:hover[b-am3du2sxqk] {
        transform: translateY(2px);
        color: #0d6efd !important;
    }

h1[b-am3du2sxqk] {
    font-size: 2.5em;
    color:var(--primary);
}

.highlight[b-am3du2sxqk] {
    font-weight: bold;
}

.section[b-am3du2sxqk] {
    margin-bottom: 20px;
    text-align: left;
}

ul[b-am3du2sxqk] {
    padding-left: 20px;
    color:var(--light);
}



.media[b-am3du2sxqk] {
    margin: 20px 0;
}

    .media img[b-am3du2sxqk], .media video[b-am3du2sxqk] {
        max-width: 100%;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
/* _content/AscapeKabanWebSite/Components/Shared/BookingSmall.razor.rz.scp.css */
.modal-overlay[b-ogfywhkpg5] {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    max-width: 550px;
    border-radius: 8px;
}
.modal-content[b-ogfywhkpg5]{
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 550px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.modal-body[b-ogfywhkpg5] {
    margin: 15px 0;
    font-size: 1.1em;
}
.modal-actions[b-ogfywhkpg5] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}
.btn[b-ogfywhkpg5] {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

    .btn.confirm[b-ogfywhkpg5] {
        background-color: #4CAF50;
        color: white;
    }

    .btn.cancel[b-ogfywhkpg5] {
        background-color: #f44336;
        color: white;
    }
/* _content/AscapeKabanWebSite/Components/Shared/CalendarSection.razor.rz.scp.css */

.calendar-header[b-omy1hw1wgq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 12px;
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.calendar-grid[b-omy1hw1wgq] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background-color: none;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.calendar-weekdays[b-omy1hw1wgq] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    color: var(--dark);
}

.calendar-days[b-omy1hw1wgq] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background-color: rgba(0, 0, 0, 0.1); /* Light transparent white */
    border: 2px solid rgba(255, 255, 255, 0.3); /* Subtle border */
    backdrop-filter: blur(5px); /* Frosted glass effect */
    padding-top: 20px;
    border-radius: 10px;
    padding:2px;
}

.calendar-day[b-omy1hw1wgq] {
    min-height: 50px;
    padding: 5px;
    border: 1px solid var(--dark);
    position: relative;
    cursor: pointer;
    border-radius:10px;

}

.available-day[b-omy1hw1wgq] {
    background-color: var(--available);
}

.busy-day[b-omy1hw1wgq] {
    background-color: var(--busy);
    cursor: not-allowed;
}

.start-day[b-omy1hw1wgq] {
    background: linear-gradient(-45deg, var(--busy) 50%, var(--available) 50%);
}

.end-day[b-omy1hw1wgq] {
    background: linear-gradient(+45deg,var(--busy) 50%, var(--available) 50%);
}

.start-day-selected[b-omy1hw1wgq] {
    background: linear-gradient(-45deg, #90caf9 50%, var(--busy) 50%) !important;
}

.end-day-selected[b-omy1hw1wgq] {
    background: linear-gradient(+45deg, #90caf9 50%, var(--busy) 50%) !important;
}

.start-day-selected-available[b-omy1hw1wgq] {
    background: linear-gradient(-45deg, #90caf9 50%, var(--available) 50%) !important;
}

.end-day-selected-available[b-omy1hw1wgq] {
    background: linear-gradient(+45deg, #90caf9 50%, var(--available) 50%) !important;
}

.other-month[b-omy1hw1wgq] {
    opacity: 0.5;
    
}

    .other-month .day-number[b-omy1hw1wgq] {
        position: absolute;
        top: 5px;
        right: 5px;
        color: var(--light);
    }

.day-number[b-omy1hw1wgq] {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    color: var(--dark);
}



.calendar-legend[b-omy1hw1wgq] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    padding: 15px;
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    text-decoration-color: var(--dark)
}

.legend-item[b-omy1hw1wgq] {
    display:grid;
    align-items: center;
    gap: 8px;
    color: var(--dark);
    font-weight: bold;
}

.color-box[b-omy1hw1wgq] {
    width: 20px;
    height: 20px;
    border: 1px solid var(--dark);
    border-radius: 3px;
}

    .color-box.available[b-omy1hw1wgq] {
        background-color: var(--available) ;
    }

    .color-box.busy[b-omy1hw1wgq] {
        background-color: var(--busy) ;
    }

.loading[b-omy1hw1wgq] {
    padding: 15px;
    text-align: center;
    color: #2196F3;
    font-weight: bold;
}

.error-message[b-omy1hw1wgq] {
    color: #d32f2f;
    padding: 15px;
    margin: 10px 0;
    background-color: #ffebee;
    border-radius: 4px;
    text-align: center;
}

button[b-omy1hw1wgq] {
    padding: 8px 20px;
    background-color: #2196F3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.2s;
}

    button:hover[b-omy1hw1wgq] {
        opacity: 0.9;
    }

.selected-range[b-omy1hw1wgq] {
    background-color: #90caf9 !important;
}

.hover-range-valid[b-omy1hw1wgq] {
    background-color: #bbdefb !important;
}

.hover-range-invalid[b-omy1hw1wgq] {
    background-color: #ffcdd2 !important;
}

.price-marker[b-omy1hw1wgq] {
    position: absolute;
    color: var(--dark);
    bottom: 1px;
    font-size: 11px;
    font-weight: bold;
    left: 1px;
}
.price-marker-end[b-omy1hw1wgq] {
    position: absolute;
    color: var(--dark);
    bottom: 1px;
    left: 1px;
    font-size: 11px;
    font-weight: bold;
}

.modal-overlay[b-omy1hw1wgq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-omy1hw1wgq] {
    padding:20px;
    max-width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: grid;
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}
.modal-body[b-omy1hw1wgq] {
    margin: 15px 0;
    font-size: 1.1em;
    max-width: 300px;
    border-radius: 5px;
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}
.modal-actions[b-omy1hw1wgq] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
   
}
.btn[b-omy1hw1wgq] {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

    .btn.confirm[b-omy1hw1wgq] {
        background-color: #4CAF50;
        color: white;
    }

    .btn.cancel[b-omy1hw1wgq] {
        background-color: #f44336;
        color: white;
    }

.price-summary[b-omy1hw1wgq] {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    max-width: 300px;
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.total-price[b-omy1hw1wgq] {
    font-weight: bold;
    font-size: 1.1em;
    color: #2c3e50;
}

.spa-days-selector[b-omy1hw1wgq] {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .spa-days-selector button[b-omy1hw1wgq] {
        padding: 2px 10px;
        border: 1px solid #ddd;
        background-color: #fff;
        opacity: 1; /* Always visible */
        visibility: visible; /* Always visible */
    }
    
/* _content/AscapeKabanWebSite/Components/Shared/GoogleReviews.razor.rz.scp.css */
/*.review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 20px;
    border-radius: 10px;
}*/

/*.review-content {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}*/

.testimonial[b-ftvkroh080] {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/A_carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel[b-ftvkroh080] {
    padding-left: 40px;
    padding-right: 40px;
}

    .testimonial-carousel .testimonial-item[b-ftvkroh080] {
        padding: 20px;
        height: 200px;
        backdrop-filter: blur(3px) saturate(64%);
        -webkit-backdrop-filter: blur(3px) saturate(64%);
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 20px !important;
        border: 1px solid rgba(255, 255, 255, 0.9);
        color: var(--light);
        /* Hide scrollbar for Chrome, Safari, and Edge */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
        .testimonial-carousel .testimonial-item[b-ftvkroh080]::-webkit-scrollbar {
            display: none;
        }

    .testimonial-carousel .owl-nav[b-ftvkroh080] {
        position: absolute;
        width: 100%;
        height: 40px;
        top: calc(50% - 20px);
        left: 0;
        display: flex;
        justify-content: space-between;
        z-index: 10;
    }

        .testimonial-carousel .owl-nav .owl-prev[b-ftvkroh080],
        .testimonial-carousel .owl-nav .owl-next[b-ftvkroh080] {
            position: relative;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            background: var(--primary);
            border-radius: 2px;
            font-size: 18px;
            transition: .5s;
        }

            .testimonial-carousel .owl-nav .owl-prev:hover[b-ftvkroh080],
            .testimonial-carousel .owl-nav .owl-next:hover[b-ftvkroh080] {
                color: var(--primary);
                background: #FFFFFF;
            }
.btn-review[b-ftvkroh080] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: var(--light);
    display: block;
    margin: 5px;
    padding: 5px;
    width: fit-content;
}

.btn-review:hover[b-ftvkroh080] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(255, 255, 255, 0.8);
    
}
/* _content/AscapeKabanWebSite/Components/Shared/Header.razor.rz.scp.css */
.my-logo[b-l1zbwo75hn] {
    z-index: 99;
    opacity: 100%;
    display: flex;
    max-width: 100%;
}

.header-cs[b-l1zbwo75hn] {
    border-radius: 15px;
    height: fit-content;
    opacity: 90%;
    position: relative;
    border-bottom: 5px solid var(--light);
    border-top: 5px solid var(--light);
}
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link[b-l1zbwo75hn] {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

    .navbar-dark .navbar-nav .nav-link:hover[b-l1zbwo75hn],
    .navbar-dark .navbar-nav .nav-link.active[b-l1zbwo75hn] {
        color: var(--primary);
    }

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link[b-l1zbwo75hn] {
        margin-right: 0;
    }

    .navbar-nav[b-l1zbwo75hn] {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: underline;
        text-decoration-color: var(--light);
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    }
    
    

}
/* _content/AscapeKabanWebSite/Components/Shared/HomeCarousel.razor.rz.scp.css */
.c-carousel[b-rry2yjgjl6] {
    height:700px;
    position: center;
}
.c-img[b-rry2yjgjl6] {
    height: 100%;
    object-fit: cover;
}
/* Hero Section */
.hero[b-rry2yjgjl6] {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

    .hero img[b-rry2yjgjl6] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-overlay[b-rry2yjgjl6] {
    position: absolute;
    inset: 0;
    /*background-color: rgba(41, 28, 14, 0.6);*/
}

.hero-content[b-rry2yjgjl6] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 1rem;
}

    .hero-content h1[b-rry2yjgjl6] {
        width: 60vw;
        margin-bottom: 1.5rem;
        color: var(--Light);
    }

    .hero-content p[b-rry2yjgjl6] {
        
        width: 80vw;
        color: var(--Light);
        margin-bottom: 2rem;
    }

.cta-button[b-rry2yjgjl6] {
    color: var(--light);
    padding: 0.75rem 2rem;
    text-decoration: none;
    font-weight: 600;
   
}

    .cta-button:hover[b-rry2yjgjl6] {
        background-color: var(--secondary);
    }

.morf-card[b-rry2yjgjl6] {
    backdrop-filter: blur(3px) saturate(64%);
    -webkit-backdrop-filter: blur(3px) saturate(64%);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.scroll-indicator[b-rry2yjgjl6] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--cream);
    animation: bounce 2s infinite;
}
/* _content/AscapeKabanWebSite/Components/Shared/IntroVideo.razor.rz.scp.css */
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.video-background[b-1qfmjp5if3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-foreground[b-1qfmjp5if3] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.video-overlay[b-1qfmjp5if3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.content[b-1qfmjp5if3] {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
    z-index: 2;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .video-background[b-1qfmjp5if3] {
        background: url('mobile-fallback.jpg') center/cover;
    }

    #yt-player[b-1qfmjp5if3] {
        display: none;
    }

    .content h1[b-1qfmjp5if3] {
        font-size: 2rem;
    }
}
