@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/RentoomBooking.SharedFrontend/RentoomBooking.SharedFrontend.9sbf1jn2sz.bundle.scp.css';

/* /Components/Features/AllApartments/Components/ApartmentListCard.razor.rz.scp.css */
.apartment-card-minimal[b-oetgudvoiz] {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.25s ease-out;
    overflow: hidden;
}

.apartment-card-minimal:hover[b-oetgudvoiz] {
    border-color: #1F5A41;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    color: inherit;
}

.card-layout[b-oetgudvoiz] {
    display: flex;
    height: 120px;
}

.image-section[b-oetgudvoiz] {
    width: 180px;
    height: 100%;
    flex-shrink: 0;
    background: #f5f5f5;
    overflow: hidden;
}

.image-section img[b-oetgudvoiz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-section[b-oetgudvoiz] {
    flex-grow: 1;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info[b-oetgudvoiz] {
    display: flex;
    flex-direction: column;
}

.apartment-name[b-oetgudvoiz] {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.15rem 0;
    color: #2c2c2c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.apartment-city[b-oetgudvoiz] {
    font-size: 0.8rem;
    color: #777;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

[b-oetgudvoiz] .icon-small {
    width: 11px;
    height: 11px;
    font-size: 11px;
    opacity: 0.6;
}

.action[b-oetgudvoiz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #1F5A41;
    font-weight: 600;
    font-size: 0.85rem;
}

.arrow[b-oetgudvoiz] {
    font-size: 1.2rem;
    line-height: 1;
    transition: transform 0.25s ease-out;
}

.apartment-card-minimal:hover .arrow[b-oetgudvoiz] {
    transform: translateX(6px);
}

/* Skeleton Loading */
.skeleton-image[b-oetgudvoiz] {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse[b-oetgudvoiz] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-pulse-b-oetgudvoiz 1.5s infinite linear;
}

@keyframes skeleton-pulse-b-oetgudvoiz {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@media (max-width: 768px) {
    .apartment-name[b-oetgudvoiz] {
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .card-layout[b-oetgudvoiz] {
        flex-direction: column;
        height: auto;
    }

    .image-section[b-oetgudvoiz] {
        width: 100%;
        height: 160px;
    }

    .content-section[b-oetgudvoiz] {
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .action[b-oetgudvoiz] {
        width: 100%;
        justify-content: space-between;
        padding-top: 0.75rem;
        border-top: 1px solid #f5f5f5;
    }

    .apartment-name[b-oetgudvoiz] {
        max-width: 100%;
        font-size: 1.1rem;
    }
}
/* /Components/Features/AllApartments/Components/ApartmentsNameSearchBar.razor.rz.scp.css */
.apartments-search-wrapper[b-i1skrrehsn] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.apartments-search-bar[b-i1skrrehsn] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #F7F7F7;
    border-radius: 999px;
    padding: 6px 12px 6px 20px;
    height: 64px;
    max-width: 925px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
}

.apartments-search-bar .item-icon[b-i1skrrehsn] {
    width: 22px;
    height: 22px;
    opacity: 0.8;
    flex-shrink: 0;
}

.apartments-search-bar .dark-icon path[b-i1skrrehsn] {
    stroke: #111827;
}

.apartments-search-input[b-i1skrrehsn] {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 500;
    padding-right: 4px;
}

.apartments-search-input[b-i1skrrehsn]::placeholder {
    color: #9CA3AF;
    font-weight: 400;
}

.clear-search-btn[b-i1skrrehsn] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #D1D5DB;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.clear-search-btn:hover[b-i1skrrehsn] {
    border-color: #111827;
    background-color: #F9FAFB;
}

.clear-search-btn svg[b-i1skrrehsn] {
    width: 16px;
    height: 16px;
}

.clear-search-btn path[b-i1skrrehsn] {
    stroke: #4B5563;
}

@media (max-width: 910px) {
    .apartments-search-bar[b-i1skrrehsn] {
        border-radius: 24px;
        height: 56px;
        padding: 6px 10px 6px 16px;
    }
}
/* /Components/Features/AllApartments/Pages/AllApartments.razor.rz.scp.css */
.apartments-grid[b-kcgv5r1etf] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.divider[b-kcgv5r1etf] {
    width: 40px;
    height: 2px;
    background: #1F5A41;
    margin: 1.25rem auto;
    opacity: 0.6;
}

.intro-text .lead[b-kcgv5r1etf] {
    color: #555;
    font-size: 1.1rem;
}
/* /Components/Features/Apartments/Components/Apartment.razor.rz.scp.css */
.apartment-card[b-b0z21776ob] {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    cursor: pointer;
    width: 100%;
    max-width: 100%;
}

.image-slider[b-b0z21776ob] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    height: 240px;
}

.image-slider[b-b0z21776ob]::-webkit-scrollbar {
    display: none;
}

.image-wrapper[b-b0z21776ob] {
    flex: 0 0 100%;
    height: 240px;
    scroll-snap-align: start;
}

.apartment-image[b-b0z21776ob] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.apartment-image-placeholder[b-b0z21776ob] {
    background: linear-gradient(135deg, #f2f2f2 0%, #e7e7e7 100%);
}

.apartment-info[b-b0z21776ob] {
    padding: 16px;
}

.apartment-info h2[b-b0z21776ob] {
    font-size: 1.4rem;
    margin-bottom: 8px;

    white-space: nowrap;
    overflow: hidden;         
    text-overflow: ellipsis;  

    display: block;
    width: 100%;
}
.apartment-details[b-b0z21776ob] {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    gap: 1rem;
}

.apartment-details li[b-b0z21776ob] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 6px 0;
}

[b-b0z21776ob] .icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #c9cfd8;
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' -25, 'opsz' 24;
}

.btn-reservation[b-b0z21776ob] {
    display: inline-block;
    padding: 10px 20px;
    background: #a56b3d;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}

.btn-reservation:hover[b-b0z21776ob] {
    background: #8a5630;
}

.apartment-button-wrapper[b-b0z21776ob] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.apartment-button-wrapper > :last-child[b-b0z21776ob] {
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .apartment-card[b-b0z21776ob] {
        max-width: 100%;
    }

    .apartment-info h2[b-b0z21776ob] {
        font-size: 1.2rem;
    }

    .apartment-details[b-b0z21776ob] {
        gap: 0.5rem;
    }

    .apartment-details li[b-b0z21776ob] {
        gap: 0.3rem;
    }

    [b-b0z21776ob] .icon {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }

    .btn-reservation[b-b0z21776ob] {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .apartment-button-wrapper[b-b0z21776ob] {
        align-items: center;
        justify-content: space-between;
    }
}

.loading-image[b-b0z21776ob] {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-image .skeleton[b-b0z21776ob] {
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            #f0f0f0 0%,
            #e0e0e0 50%,
            #f0f0f0 100%
    );
    background-size: 200% 100%;
    animation: skeleton-loading-b-b0z21776ob 1.5s infinite;
}

@keyframes skeleton-loading-b-b0z21776ob {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.apartment-price-info[b-b0z21776ob] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
}

.price-wrapper[b-b0z21776ob] {
    display: flex;
    flex-direction: column;
    line-height: 1.1rem;
}

.price[b-b0z21776ob] {
    font-size: 1.2rem;
}

.availability-status[b-b0z21776ob] {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
    max-width: 170px;
    color: #2f2f2f;
}

.availability-status.loading[b-b0z21776ob] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.non-offer[b-b0z21776ob] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mini-spinner[b-b0z21776ob] {
    width: 13px;
    height: 13px;
    border: 2px solid #d7c8b8;
    border-top-color: #945f28;
    border-radius: 50%;
    flex-shrink: 0;
    animation: mini-spinner-rotate-b-b0z21776ob 0.8s linear infinite;
}

@keyframes mini-spinner-rotate-b-b0z21776ob {
    to {
        transform: rotate(360deg);
    }
}

/*.nav-dot-wrapper {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: .4rem;*/
/*    margin-top: -1rem;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.nav-dot {*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    background: #dfdbd8;*/
/*    border-radius: 9999px;*/
/*    flex-shrink: 0;*/
/*}*/

.image-container[b-b0z21776ob] {
    position: relative;
    overflow: hidden;
}

.left-button[b-b0z21776ob] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background-color: #0c4128;
    z-index: 99;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    user-select: none;
}

.right-button[b-b0z21776ob] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #0c4128;
    z-index: 99;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    user-select: none;
}

.left-button:hover[b-b0z21776ob], .right-button:hover[b-b0z21776ob] {
    opacity: .85;
}

.image-counter[b-b0z21776ob] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.51);
}

.skeleton-text[b-b0z21776ob] {
    display: inline-block;
    background-color: #eee;
    border-radius: 4px;
    vertical-align: middle;
}
    
.skeleton-text.title[b-b0z21776ob] {
    height: 24px;
    width: 80%;
    margin-bottom: 8px;
}

.skeleton-text.address[b-b0z21776ob] {
    height: 16px;
    width: 60%;
}

.skeleton-text.mini[b-b0z21776ob] {
    height: 16px;
    width: 50px;
}

.non-offer-wrapper[b-b0z21776ob] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
}

.suggestion-labels-row[b-b0z21776ob] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    overflow: hidden;
}

.suggestion-label[b-b0z21776ob] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    font-size: 0.72rem;
    line-height: 1;
    padding: 5px 7px;
    border-radius: 999px;
    border: 1px solid #d4c6b6;
    background: #fbf4ec;
    color: #6c4a2d;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.suggestion-label:hover[b-b0z21776ob] {
    background: #f4e6d7;
    border-color: #c7a988;
    color: #5b3c23;
    text-decoration: none;
}
/* /Components/Features/Apartments/Components/ApartmentsMap.razor.rz.scp.css */
#map[b-wy63nib12l] {
    border-radius: 1rem;
}

.map-container[b-wy63nib12l] {
    width: 100%;
    margin: 1rem 0;
    height: 80vh; 
}

@media (max-width: 768px) {
    .map-container[b-wy63nib12l] {
        height: 75vh;
    }
}
/* /Components/Features/Apartments/Components/Filters.razor.rz.scp.css */
.selected-upsell-sidebar[b-1km5cnkf3r] {
    margin-bottom: 1rem;
}

.selected-upsell-sidebar .filter-option[b-1km5cnkf3r] {
    margin-bottom: 0.5rem;
}

.filters-container[b-1km5cnkf3r] {
    display: flex;
    flex-direction: column;
    border: 1px solid #C1C1C1;
    padding: 1rem;
    width: 250px;
    flex-shrink: 0;
    align-self: flex-start;
    border-radius: .5rem;
    background-color: white;
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.filters-container[b-1km5cnkf3r]::-webkit-scrollbar {
    width: 6px;
}
.filters-container[b-1km5cnkf3r]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.filters-container[b-1km5cnkf3r]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.filters-container[b-1km5cnkf3r]::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.filters-title[b-1km5cnkf3r] {
    width: 100%;
    text-align: center;
}

.filters[b-1km5cnkf3r] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.filter-option[b-1km5cnkf3r] {
    user-select: none;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .3rem;
    border-radius: .5rem;
    transition: .2s background-color ease;
    position: relative;
    cursor: pointer;
}

.filter-option:hover[b-1km5cnkf3r] {
    background-color: #f0f0f0;
}

.selected[b-1km5cnkf3r] {
    background-color: #e1c3b2;
}

.selected:hover[b-1km5cnkf3r] {
    background-color: #d4ae9a !important;
}

.selected[b-1km5cnkf3r]::before {
    content: "close";
    position: absolute;
    right: 10px;
    pointer-events: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e8d3c1;
    font-family: 'Material Symbols Rounded';
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: 'liga';
}

.filter-option:active[b-1km5cnkf3r], .filter-option:focus[b-1km5cnkf3r] {
    outline: none;
}

[b-1km5cnkf3r] .filter-icon {
    width: 35px;
    height: 35px;
    font-size: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[b-1km5cnkf3r] .filter-icon.small-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-left: 5px;
}

.text-skeleton[b-1km5cnkf3r] {
    display: inline-block;
    width: 100%;
    height: 2rem;
    margin-bottom: .5rem;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeleton-loading-b-1km5cnkf3r 1.5s infinite linear;
}

@keyframes skeleton-loading-b-1km5cnkf3r {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.map-filter[b-1km5cnkf3r] {
    width: 100%;
    min-height: 70px;
    border-radius: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.map-filter[b-1km5cnkf3r]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/maptorun.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: transform 0.5s ease;
}

.map-filter:hover[b-1km5cnkf3r]::before {
    transform: scale(1.1);
}

.map-filter-title[b-1km5cnkf3r] {
    font-weight: bold;
    font-size: .8rem;
    backdrop-filter: blur(5px);
    padding: .1rem .5rem;
    border-radius: 100rem;
}

.reset-button-wrapper[b-1km5cnkf3r] {
    width: 100%;
    display: flex;
    margin-top: 1rem;
}

@media (min-width: 800px) {
    .grid-2[b-1km5cnkf3r] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .grid-2 > .filter-option[b-1km5cnkf3r] {
        justify-content: center;
        gap: .3rem;
        padding: .1rem .2rem;
    }
}

.mobile-filter-trigger[b-1km5cnkf3r] {
    display: none;
}

.close-filters-btn[b-1km5cnkf3r] {
    display: none;
}

.mobile-filter-wrapper[b-1km5cnkf3r] {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.mobile-filter-trigger[b-1km5cnkf3r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-filter-trigger:hover[b-1km5cnkf3r] {
    background-color: #f9f9f9;
    border-color: #d0d0d0;
}

.trigger-content[b-1km5cnkf3r] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

[b-1km5cnkf3r] .trigger-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    opacity: 0.7;
}

.trigger-text[b-1km5cnkf3r] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
}

.filter-badge[b-1km5cnkf3r] {
    background-color: #945F28;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trigger-arrow[b-1km5cnkf3r] {
    color: #999;
}

.active-filters-pills[b-1km5cnkf3r] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}

.active-filters-pills[b-1km5cnkf3r]::-webkit-scrollbar {
    display: none;
}

.filter-pill[b-1km5cnkf3r] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #555;
    cursor: pointer;
}

.filter-pill:hover[b-1km5cnkf3r] {
    background-color: #e8e8e8;
}

.pill-remove[b-1km5cnkf3r] {
    font-size: 1.1rem;
    line-height: 1;
    color: #999;
}

@media (max-width: 800px) {
    .mobile-filter-wrapper[b-1km5cnkf3r] {
        display: flex;
    }

    .mobile-filter-trigger[b-1km5cnkf3r] {
        display: flex;
    }

    .filters-container[b-1km5cnkf3r] {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100vh;
        z-index: 9999 !important;

        background-color: white;
        padding: 2rem 1.5rem;
        border: none;
        border-radius: 0;

        flex-direction: column;
        overflow-y: auto;

        opacity: 0;
        visibility: hidden;
        transform: translateY(20px) scale(0.98);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
    }

    .filters-container.active[b-1km5cnkf3r] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: all;
    }

    .close-filters-btn[b-1km5cnkf3r] {
        display: flex;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        background: #f3f4f6;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #333;
        z-index: 100;
        transition: transform 0.2s ease;
    }

    .close-filters-btn:hover[b-1km5cnkf3r] {
        transform: rotate(90deg);
        background: #e5e7eb;
    }

    .filters-title[b-1km5cnkf3r] {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .filters[b-1km5cnkf3r] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .filter-option[b-1km5cnkf3r] {
        display: flex;
        width: 100%;
        padding: 0.8rem;
        background-color: #f9f9f9;
        border-radius: 0.5rem;
    }

    .reset-button-wrapper[b-1km5cnkf3r] {
        display: flex;
    }

    .price-filter[b-1km5cnkf3r] {
        display: block !important;
    }

    .selected[b-1km5cnkf3r]::before {
        display: block;
        right: 15px;
    }
}
/* /Components/Features/Apartments/Components/Images.razor.rz.scp.css */
.images-container[b-tk0m3xt017] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.images-wrapper[b-tk0m3xt017] {
    width: 100%;
    height: 40vh;
    display: flex;
    gap: .6rem;

}

.images-left[b-tk0m3xt017] {
    border-radius: .5rem;
    width: 70%;
    height: 100%;
    object-fit: cover;
}

.images-right[b-tk0m3xt017] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    width: 30%;
    height: 100%;
}

@media (max-width: 910px) {
    .images-right[b-tk0m3xt017] {
        display: none !important;
    }

    .images-left[b-tk0m3xt017] {
        width: 100% !important;
    }

    .images-wrapper[b-tk0m3xt017] {
        width: 100%;
        height: 25vh !important;
        display: flex;
        gap: .6rem;

    }
}

.images-right > img[b-tk0m3xt017] {
    border-radius: .5rem;
    width: 100%;
    flex: 1; 
    min-height: 0; 
    object-fit: cover;
}

.other-images[b-tk0m3xt017] {
    width: 100%;
    display: flex;
    gap: .6rem;
    overflow: scroll;
}

.other-image[b-tk0m3xt017] {
    width: 6rem;
    height: 4rem;
    border-radius: .5rem;
    flex-shrink: 0;
    overflow: hidden;
}

.other-image > img[b-tk0m3xt017] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- MODAL STYLES --- */
.images-container[b-tk0m3xt017] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.images-wrapper[b-tk0m3xt017] {
    width: 100%;
    height: 40vh;
    display: flex;
    gap: 1rem;
}

.images-left[b-tk0m3xt017] {
    border-radius: .5rem;
    width: 70%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.images-right[b-tk0m3xt017] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 30%;
    height: 100%;
}

.images-right > img[b-tk0m3xt017] {
    border-radius: .5rem;
    width: 100%;
    flex: 1;
    min-height: 0;
    object-fit: cover;
    cursor: pointer;
}

.other-images[b-tk0m3xt017] {
    width: 100%;
    display: flex;
    gap: .6rem;
    overflow-x: auto;
    padding-bottom: 10px;
}

.other-image[b-tk0m3xt017] {
    flex-shrink: 0;
    width: 6rem;
    height: 4rem;
    border-radius: .5rem;
    overflow: hidden;
    cursor: pointer;
}

.other-image > img[b-tk0m3xt017] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modal-overlay[b-tk0m3xt017] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.modal-content[b-tk0m3xt017] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: transparent !important;
}

.modal-main-view[b-tk0m3xt017] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
    max-height: 80vh;
}

.modal-image[b-tk0m3xt017] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.5);
}

.thumbnails-container[b-tk0m3xt017] {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    margin-top: 15px;
    padding: 0 20px;
}

.thumbnail-image[b-tk0m3xt017] {
    height: 60px;
    width: 90px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.thumbnail-image:hover[b-tk0m3xt017] {
    opacity: 0.8;
}

.thumbnail-image.active[b-tk0m3xt017] {
    opacity: 1;
    border-color: white;
    transform: scale(1.05);
}

.nav-btn[b-tk0m3xt017] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    font-size: 24px;
    user-select: none;
    z-index: 10;
}

.nav-btn:hover[b-tk0m3xt017] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.prev-btn[b-tk0m3xt017] { left: 20px; }
.next-btn[b-tk0m3xt017] { right: 20px; }

.close-btn[b-tk0m3xt017] {
    position: absolute;
    top: 20px;
    right: 30px;
    background: transparent;
    color: white;
    border: none;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 20;
    line-height: 1;
}

.close-btn:hover[b-tk0m3xt017] {
    opacity: 1;
}

@media (max-width: 768px) {
    .nav-btn[b-tk0m3xt017] {
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.5);
    }
    .prev-btn[b-tk0m3xt017] { left: 10px; }
    .next-btn[b-tk0m3xt017] { right: 10px; }
    .thumbnails-container[b-tk0m3xt017] { justify-content: flex-start; }
}


.skeleton[b-tk0m3xt017] {
    background-color: #e0e0e0;
    background-image: linear-gradient(
            90deg,
            #e0e0e0 0px,
            #f5f5f5 50%,
            #e0e0e0 100%
    );
    background-size: 200% 100%;
    animation: skeleton-loading-b-tk0m3xt017 1.5s infinite ease-in-out;
    border-radius: .5rem;
}

@keyframes skeleton-loading-b-tk0m3xt017 {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-right-item[b-tk0m3xt017] {
    width: 100%;
    flex: 1;
    min-height: 0;
}
/* /Components/Features/Apartments/Pages/Apartments.razor.rz.scp.css */
.apartments-container[b-s1qcnslafu] {
    width: 100%;
    min-height: 80vh;
    background-color: #F7F7F7;
}

.apartments-search-wrapper[b-s1qcnslafu] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3rem;
    /*position: sticky;*/
    /*top: 100px;*/
    /*z-index: 999;*/
}

.apartments-items[b-s1qcnslafu] {
    padding: 2rem 1rem;
    display: flex;
    gap: 1rem;
}

@media (max-width: 800px) {
    .apartments-items[b-s1qcnslafu] {
        flex-direction: column;
        padding: 1rem 1rem;
    }
}

.apartments-items-container[b-s1qcnslafu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 2rem;
    width: 100%;
}

@media (max-width: 1400px) {
    .apartments-items-container[b-s1qcnslafu] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 600px) {
    .apartments-items-container[b-s1qcnslafu] {
        grid-template-columns: 1fr;
    }
}

.apartments-items-wrapper[b-s1qcnslafu] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.apartments-items-map[b-s1qcnslafu] {
    width: 100%;
    min-height: 80vh;
}

.text-button-wrapper[b-s1qcnslafu] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-buttons-wrapper[b-s1qcnslafu] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem .3rem;
    border-radius: 1000rem;
    background-color: #A97949;
    color: white;
}

.view-button[b-s1qcnslafu] {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.view-button-active[b-s1qcnslafu] {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000rem;
    background-color: #945F28;
    cursor: pointer;
}

.loading-text[b-s1qcnslafu] {
    text-align: center;
}
/* /Components/Features/Contact/Pages/Contact.razor.rz.scp.css */
.main-wrapper[b-3ssrq05gvc] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.contact-grid[b-3ssrq05gvc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    width: 100%;
}

@media (min-width: 992px) {
    .contact-grid[b-3ssrq05gvc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem;
        align-items: start;
    }
}

.contact-card[b-3ssrq05gvc] {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.card-title[b-3ssrq05gvc] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1e1e1e;
    word-wrap: break-word;
}

.company-details address[b-3ssrq05gvc] {
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid #d4af37;
    word-break: break-word;
}

.tax-info[b-3ssrq05gvc] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.tax-row[b-3ssrq05gvc] {
    color: #444;
    white-space: nowrap;
}

.bank-title[b-3ssrq05gvc] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.bank-account[b-3ssrq05gvc] {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 0.8rem;
    overflow: hidden;
    max-width: 100%;
}

.currency-badge[b-3ssrq05gvc] {
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #fff;
    font-size: 0.9rem;
    min-width: 60px;
    text-align: center;
    flex-shrink: 0;
}

.currency-badge.pln[b-3ssrq05gvc] {
    background-color: #d4af37;
}

.currency-badge.eur[b-3ssrq05gvc] {
    background-color: #1e4e3c;
}

.iban[b-3ssrq05gvc] {
    flex-grow: 1;
    padding: 0 1rem;
    font-family: monospace;
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.copy-btn[b-3ssrq05gvc] {
    background: none;
    border: none;
    border-left: 1px solid #e0e0e0;
    padding: 0 1rem;
    cursor: pointer;
    font-size: 1.2rem;
    height: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.copy-btn:hover[b-3ssrq05gvc] {
    background-color: #f0f0f0;
}

.swift[b-3ssrq05gvc] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666;
    word-break: break-all;
}

.form-subtitle[b-3ssrq05gvc] {
    margin-bottom: 1.5rem;
    color: #666;
}

.custom-form-layout[b-3ssrq05gvc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.custom-textarea[b-3ssrq05gvc] {
    width: 100%;
    min-height: 140px;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.custom-textarea:focus[b-3ssrq05gvc] {
    border-color: #d4af37;
}

.checkbox-wrapper[b-3ssrq05gvc] {
    display: flex;
    gap: 10px;
    align-items: start;
    font-size: 0.85rem;
    color: #555;
    margin: 0.5rem 0 1rem 0;
}

.checkbox-wrapper input[b-3ssrq05gvc] {
    margin-top: 3px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-wrapper label[b-3ssrq05gvc] {
    line-height: 1.4;
}

.checkbox-wrapper a[b-3ssrq05gvc] {
    color: #d4af37;
    text-decoration: none;
}

.btn-wrapper[b-3ssrq05gvc] {
    width: 100%;
}

.form-feedback[b-3ssrq05gvc] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.form-feedback.success[b-3ssrq05gvc] {
    color: #1f5a41;
}

.form-feedback.error[b-3ssrq05gvc] {
    color: #b42318;
}

@media (max-width: 991px) {
    .main-wrapper[b-3ssrq05gvc] {
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    .contact-card[b-3ssrq05gvc] {
        padding: 1.25rem;
    }

    .card-title[b-3ssrq05gvc] {
        font-size: 1.5rem;
    }

    .bank-account[b-3ssrq05gvc] {
        flex-wrap: wrap;
    }

    .currency-badge[b-3ssrq05gvc] {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .iban[b-3ssrq05gvc] {
        width: 100%;
        padding: 0.8rem;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
        white-space: normal;
        word-break: break-all;
    }

    .copy-btn[b-3ssrq05gvc] {
        width: 100%;
        border-left: none;
        padding: 0.8rem;
        background-color: #fcfcfc;
    }
}
/* /Components/Features/Cooperation/Components/AboutUs.razor.rz.scp.css */
.about-container[b-gx2alrg8l2] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

.about-title[b-gx2alrg8l2] {
    text-align: center;
    color: #1F5A41;
    font-size: 2.2rem;
    margin-bottom: 5px;
}
/* /Components/Features/Cooperation/Components/AboutUsInfoItem.razor.rz.scp.css */
.item[b-2zqdxos6xd] {
    width: 100%;
    display: flex;
    padding: 2rem 0;
    position: relative;
}

.reverse[b-2zqdxos6xd] {
    flex-direction: row-reverse;
}

.item-img[b-2zqdxos6xd] {
    width: 60%;
    border-radius: 25px;
    object-fit: cover;
    transform: scaleY(1.15);
    z-index: 1;
}

.item-section[b-2zqdxos6xd] {
    background-color: white;
    border-radius: 25px;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.5rem;
    margin-left: -10rem;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.item-section-reverse[b-2zqdxos6xd] {
    background-color: white;
    border-radius: 25px;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.5rem;
    margin-right: -10rem;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.item-title[b-2zqdxos6xd] {
    
}

.item-description[b-2zqdxos6xd] {
    
}
/* /Components/Features/Cooperation/Components/Advantages.razor.rz.scp.css */
.advantages-container[b-bvtims2vzb] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

.advantages-title[b-bvtims2vzb] {
    text-align: center;
    color: #1F5A41;
    font-size: 2.2rem;
    margin-bottom: 5px;
}

.advantages-wrapper[b-bvtims2vzb] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
}

.advantage-section[b-bvtims2vzb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    border: 1px solid #8B9B8C;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    border-radius: 20px;
}

.advantage-section > h3[b-bvtims2vzb] {
    text-align: center;
}

.advantage-section > p[b-bvtims2vzb] {
    text-align: center;
}
/* /Components/Features/Cooperation/Components/Form.razor.rz.scp.css */
.form-container[b-w6hsvtqted] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

.form-title[b-w6hsvtqted] {
    text-align: center;
    color: #1F5A41;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.form-wrapper[b-w6hsvtqted] {
    width: 100%;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.form-image-wrapper[b-w6hsvtqted] {
    flex: 1;
    border-radius: 2rem;
    overflow: hidden;
}

.image[b-w6hsvtqted] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-inputs-container[b-w6hsvtqted] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    width: 100%;
    border: solid grey 1px;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    gap: 1rem;
}

.form-names[b-w6hsvtqted] {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.custom-textarea[b-w6hsvtqted] {
    width: 100%;
    min-height: 140px;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.custom-textarea:focus[b-w6hsvtqted] {
    border-color: #d4af37;
}

.checkbox-wrapper[b-w6hsvtqted] {
    display: flex;
    gap: 10px;
    align-items: start;
    font-size: 0.85rem;
    color: #555;
    margin: 0.5rem 0 0;
}

.checkbox-wrapper input[b-w6hsvtqted] {
    margin-top: 3px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-wrapper label[b-w6hsvtqted] {
    line-height: 1.4;
}

.checkbox-wrapper a[b-w6hsvtqted] {
    color: #d4af37;
    text-decoration: none;
}

.btn-wrapper[b-w6hsvtqted] {
    width: 100%;
}

.form-feedback[b-w6hsvtqted] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.form-feedback.success[b-w6hsvtqted] {
    color: #1f5a41;
}

.form-feedback.error[b-w6hsvtqted] {
    color: #b42318;
}

@media (max-width: 600px) {
    .form-wrapper[b-w6hsvtqted] {
        flex-direction: column;
    }   
    
}
/* /Components/Features/Cooperation/Pages/Cooperation.razor.rz.scp.css */
.cooperation-container[b-5kz1g05rxz] {
    width: 100%;
    min-height: 80vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
/* /Components/Features/Errors/Components/UnderConstruction.razor.rz.scp.css */
.under-construction-container[b-o0gykw5s5n]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}
/* /Components/Features/Home/Components/ApartmentsSection.razor.rz.scp.css */
.apartments-section-container[b-9vev6sb2i9] {
    width: 100%;
    padding: 0 1rem;
}

.apartments-section-container-text[b-9vev6sb2i9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #1F5A41;
}

.city-title[b-9vev6sb2i9] {
    text-align: center;
    color: #1F5A41;
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .city-title[b-9vev6sb2i9] {
        font-size: 1.8rem;
    }
}

.city-subtitle[b-9vev6sb2i9] {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

.apartment-slide-col[b-9vev6sb2i9] {
    width: 24%;
    flex: 0 0 24%;

    box-sizing: border-box;
    padding: 0 10px;
}

@media (max-width: 850px) {
    .apartment-slide-col[b-9vev6sb2i9] {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
}

.loading-state[b-9vev6sb2i9] {
    width: 100%;
    height: 20vh;
    background: #1F5A41;
}
/* /Components/Features/Home/Components/CitySection.razor.rz.scp.css */
.city-container[b-ugc354a12b] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #333;
}

.city-header[b-ugc354a12b] {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.city-title[b-ugc354a12b] {
    color: #1F5A41;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
    width: 70%;
}

@media (max-width: 900px) {
    .city-title[b-ugc354a12b] {
        font-size: 1.8rem;
        width: 100%;
    }
}

.city-subtitle[b-ugc354a12b] {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}

.city-content[b-ugc354a12b] {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: space-between;
}

.city-image-wrapper[b-ugc354a12b] {
    flex: 1;
    min-width: 0;
}

.city-image[b-ugc354a12b] {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.city-text-column[b-ugc354a12b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.city-text-block[b-ugc354a12b] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.city-text-block:first-child[b-ugc354a12b] {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.city-text-block h3[b-ugc354a12b] {
    color: #1F5A41;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

.city-text-block p[b-ugc354a12b] {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

@media (max-width: 900px) {
    .city-content[b-ugc354a12b] {
        flex-direction: column;
        gap: 40px;
    }

    .city-title[b-ugc354a12b] {
        font-size: 2rem;
    }

    .city-image-wrapper[b-ugc354a12b],
    .city-text-column[b-ugc354a12b] {
        width: 100%;
    }
}
/* /Components/Features/Home/Components/ContactSection.razor.rz.scp.css */
.contact-container[b-y6audzbmpy] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    gap: 1rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.contact-title[b-y6audzbmpy] {
    text-align: center;
    color: #1F5A41;
    font-size: 2.2rem;
    margin-bottom: 5px;
}

@media (max-width: 900px) {
    .contact-title[b-y6audzbmpy] {
        font-size: 1.8rem;
    }
}

.contact-subtitle[b-y6audzbmpy] {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

.contact-content[b-y6audzbmpy] {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

.contact-img[b-y6audzbmpy] {
    width: 750px;
    max-width: 100%;
    height: 450px;
    border-radius: 3rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-form[b-y6audzbmpy] {
    flex: 1;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input:not([type="checkbox"])[b-y6audzbmpy] {
    padding: .5rem 1rem;
    border-radius: .5rem;
    border: 1px solid #8B9B8C;
}

.contact-form-buttons[b-y6audzbmpy] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    justify-content: space-between;
}

.contact-checkbox-wrapper[b-y6audzbmpy] {
    display: flex;
    align-items: flex-start; 
    gap: 0.75rem;
    cursor: pointer; 
}

.contact-checkbox-wrapper input[type="checkbox"][b-y6audzbmpy] {
    flex-shrink: 0; 
    width: 1.2rem; 
    height: 1.2rem;
    margin-top: 0.1rem; 
    cursor: pointer;
    accent-color: #1F5A41; 
}

.contact-check-text[b-y6audzbmpy] {
    color: #1F5A41;
    font-size: 13px;
    user-select: none;
    line-height: 1.4; 
}

@media (max-width: 760px) {
    .contact-content[b-y6audzbmpy] {
        flex-direction: column;
    }

    .contact-form input:not([type="checkbox"])[b-y6audzbmpy] {
        width: 100%;
    }

    .contact-img[b-y6audzbmpy] {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 2rem;
    }
}
/* /Components/Features/Home/Components/HeroSection.razor.rz.scp.css */
.hero-container[b-6acf1vrtgr] {
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: white;

    background-image:
            linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
            url("assets/images/hero-bg.jpeg");
    background-size: cover; 
    background-position: center 60%; 
    background-repeat: no-repeat; 
}

@media (max-width: 700px) {
    .hero-container[b-6acf1vrtgr] {
        height: 70vh;
    }
}

.hero-container[b-6acf1vrtgr]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}

.hero-text[b-6acf1vrtgr] {
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* /Components/Features/Home/Components/HomePartnersSection.razor.rz.scp.css */
.home-partners-section[b-4671val9ng] {
    background-color: transparent; /* Inherits #F7F7F7 from .home-container */
    padding: 40px 0; /* Vertical padding */
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.home-partners-container[b-4671val9ng] {
    width: 100%; /* Stretches to full screen width */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-partners-header[b-4671val9ng] {
    text-align: center;
    margin-bottom: 20px;
    max-width: 800px;
    padding: 0 24px;
}

.home-partners-title[b-4671val9ng] {
    color: #1F5A41;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.home-partners-subtitle[b-4671val9ng] {
    color: #666;
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.5;
}

.home-partners-carousel-wrapper[b-4671val9ng] {
    width: 100%;
}

/* Partner Card wrapper size inside SimpleCarousel track */
.partner-card-wrapper[b-4671val9ng] {
    width: 180px; /* Reduced to match height, making cards perfect 180x180 squares */
    box-sizing: border-box;
    scroll-snap-align: start;
    padding: 10px 0;
}

/* Completely transparent card container with no border, shadow, or background */
.partner-card[b-4671val9ng] {
    background: transparent;
    border: none;
    border-radius: 0;
    height: 180px; /* Matches wrapper width for a square layout */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-card-link[b-4671val9ng] {
    text-decoration: none;
    display: block;
    width: 100%;
}

/* Force image to maintain natural aspect ratio and round its corners */
.partner-card-img[b-4671val9ng] {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 16px;
    transition: all 0.2s ease;
}

/* Hover effects */
.partner-card:hover[b-4671val9ng] {
    transform: scale(1.08);
}

/* Theme overrides for SimpleCarousel in partners context */
.home-partners-carousel-wrapper[b-4671val9ng]  .carousel-outer-wrapper.partners-theme .carousel-list-wrapper {
    gap: 12px; /* Small, clean spacing between cards */
    padding: 10px 4px;
}

.home-partners-carousel-wrapper[b-4671val9ng]  .carousel-outer-wrapper.partners-theme .carousel-nav-buttons {
    margin-top: 24px;
}

.home-partners-carousel-wrapper[b-4671val9ng]  .carousel-outer-wrapper.partners-theme .nav-btn {
    border-color: #eaeaea;
    color: #1F5A41;
}

.home-partners-carousel-wrapper[b-4671val9ng]  .carousel-outer-wrapper.partners-theme .nav-btn:hover {
    background: #1F5A41;
    color: #ffffff;
    border-color: #1F5A41;
}

@media (max-width: 768px) {
    .home-partners-section[b-4671val9ng] {
        padding: 24px 0;
    }

    .home-partners-title[b-4671val9ng] {
        font-size: 1.8rem;
    }

    .partner-card-wrapper[b-4671val9ng] {
        width: 120px; /* Perfect square width on mobile */
    }

    .partner-card[b-4671val9ng] {
        height: 120px; /* Perfect square height on mobile */
    }
}
/* /Components/Features/Home/Components/Opinion.razor.rz.scp.css */
.option-container[b-jym0w0paka] {
    background-color: #ffffff;
    width: 450px; /* Fixed width for consistency on desktop */
    max-width: 85vw; /* Don't exceed screen width on smaller viewports */
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
    scroll-snap-align: start;
    box-sizing: border-box;
}

.option-top[b-jym0w0paka] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.option-image-wrapper[b-jym0w0paka] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
}

.option-top-content[b-jym0w0paka] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
}

.option-top-content p[b-jym0w0paka] {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.2;
}

.stars[b-jym0w0paka] {
    display: flex;
    gap: .2rem;
}

.stars img[b-jym0w0paka] {
    width: 1.2rem;
}

.option-content[b-jym0w0paka] {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.option-content[b-jym0w0paka]::before {
    content: '"';
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    line-height: 0;
    vertical-align: -0.4rem;
    margin-right: 4px;
}

.option-content[b-jym0w0paka]::after {
    content: '"';
    color: #000; 
    font-size: 1rem;
    font-weight: bold;
    line-height: 0;
    vertical-align: -0.4rem;
    margin-left: 4px;
}

@media (max-width: 450px) {
    .option-top[b-jym0w0paka] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .option-top-content[b-jym0w0paka] {
        align-items: center;
    }

    .option-content[b-jym0w0paka] {
        text-align: center;
    }
}
/* /Components/Features/Home/Components/OpinionsSection.razor.rz.scp.css */
.opinions-title[b-c4gox8yg3a] {
    text-align: center;
    color: #1F5A41;
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 900px) {
    .opinions-title[b-c4gox8yg3a] {
        font-size: 1.8rem;
    }
}

.options-slider-wrapper[b-c4gox8yg3a] {
    width: 100%;
    padding: 0 1rem;
}
/* /Components/Features/Home/Components/Package.razor.rz.scp.css */
.package-container[b-ch9tohg5wb] {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.package-content[b-ch9tohg5wb] {
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

.package-content h2[b-ch9tohg5wb] {
    font-size: 3rem;
}

@media (max-width: 910px) {
    .package-content h2[b-ch9tohg5wb] {
        font-size: 2rem;
    }
}
/* /Components/Features/Home/Components/PackagesSection.razor.rz.scp.css */
.packages-section-wrapper[b-2j6z414smy] {
    width: 100%;
    margin: 0;
    padding: 0;
}

[b-2j6z414smy] .slider-item-wrapper {
    padding: 0 !important;
}

[b-2j6z414smy] .slider-dots {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

[b-2j6z414smy] .dot {
    background: rgba(255, 255, 255, 0.5);
}

[b-2j6z414smy] .dot.active {
    background: #fff;
}
/* /Components/Features/Home/Components/StatsSection.razor.rz.scp.css */
.stats[b-hk7f3mhq91] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 1rem;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
    text-align: center;
}

.stat[b-hk7f3mhq91] {
    flex: 1 1 200px;
    margin: 1rem;
    color: #20553E;
}

.stat h2[b-hk7f3mhq91] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.stat[b-hk7f3mhq91]  .icon {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 32px;
}

.stat p[b-hk7f3mhq91] {
    font-size: 1rem;
    margin: 0;
}

.stat-content[b-hk7f3mhq91] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
/* /Components/Features/Home/Components/UpsellPackage.razor.rz.scp.css */
.upsell-package-container[b-c0pnjvp7pp] {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    margin: 0 auto;
}

.package-badge[b-c0pnjvp7pp] {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1F5A41;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.9rem;
    z-index: 2;
}

.package-content[b-c0pnjvp7pp] {
    color: white;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 2;
}

.package-title[b-c0pnjvp7pp] {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.package-description[b-c0pnjvp7pp] {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.package-pricing[b-c0pnjvp7pp] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.price-label[b-c0pnjvp7pp] {
    font-size: 0.9rem;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 1px;
}

.price-value[b-c0pnjvp7pp] {
    font-size: 1.8rem;
    font-weight: 700;
}

.price-unit[b-c0pnjvp7pp] {
    font-size: 1rem;
    opacity: 0.8;
}

.package-actions[b-c0pnjvp7pp] {
    margin-top: 1rem;
}

@media (max-width: 910px) {
    .upsell-package-container[b-c0pnjvp7pp] {
        height: 400px;
        padding: 1.5rem;
    }

    .package-title[b-c0pnjvp7pp] {
        font-size: 1.75rem;
    }

    .package-description[b-c0pnjvp7pp] {
        font-size: 0.95rem;
    }

    .price-value[b-c0pnjvp7pp] {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .upsell-package-container[b-c0pnjvp7pp] {
        height: 350px;
        padding: 1.25rem;
    }

    .package-title[b-c0pnjvp7pp] {
        font-size: 1.5rem;
    }
    
    .package-description[b-c0pnjvp7pp] {
        -webkit-line-clamp: 3;
    }
}
/* /Components/Features/Home/Components/WhyRentoomSection.razor.rz.scp.css */
.rentoom-container[b-8pzde2mjlf] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #333;
}

.rentoom-header[b-8pzde2mjlf] {
    text-align: center;
    margin-bottom: 60px;
}

.rentoom-title[b-8pzde2mjlf] {
    color: #1F5A41;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.rentoom-subtitle[b-8pzde2mjlf] {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 900px) {
    .rentoom-title[b-8pzde2mjlf] {
        font-size: 1.8rem;
    }
}

.rentoom-content[b-8pzde2mjlf] {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: space-between;
}

.rentoom-text-column[b-8pzde2mjlf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rentoom-text-block[b-8pzde2mjlf] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rentoom-text-block h3[b-8pzde2mjlf] {
    color: #1F5A41;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

.rentoom-text-block p[b-8pzde2mjlf] {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.rentoom-image-wrapper[b-8pzde2mjlf] {
    flex: 1;
    min-width: 0;
}

.rentoom-image[b-8pzde2mjlf] {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 900px) {
    .rentoom-content[b-8pzde2mjlf] {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .rentoom-title[b-8pzde2mjlf] {
        font-size: 2rem;
    }

    .rentoom-image-wrapper[b-8pzde2mjlf],
    .rentoom-text-column[b-8pzde2mjlf] {
        width: 100%;
    }
}
/* /Components/Features/Home/Pages/Home.razor.rz.scp.css */
.home-container[b-9ehfp9p3ix] {
    width: 100%;
    min-height: 80vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
/* /Components/Features/Reservation/Pages/Reservation.razor.rz.scp.css */
.reservation-container[b-53zgyn5oxm] {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.reservation-container[b-53zgyn5oxm]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px; 
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}

.reservation-wrapper[b-53zgyn5oxm] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 1rem;
    align-items: center;
    padding-top: 120px;
}

.apartment-details[b-53zgyn5oxm] {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    gap: 1rem;
}

.apartment-details li[b-53zgyn5oxm] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 6px 0;
}

[b-53zgyn5oxm] .icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #c9cfd8;
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' -25, 'opsz' 24;
}

hr[b-53zgyn5oxm] {
    width: 100%;
}

.preview[b-53zgyn5oxm] {
    width: 100%;
    display: flex;
    gap: 1rem;
}

.image-wrapper[b-53zgyn5oxm] {
    flex: 1;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #1F5A41;
}

.apartment-image[b-53zgyn5oxm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container[b-53zgyn5oxm] {
    position: relative;

}

.left-button[b-53zgyn5oxm] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background-color: #0c4128;
    z-index: 99;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    user-select: none;
}

.right-button[b-53zgyn5oxm] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #0c4128;
    z-index: 99;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    user-select: none;
}

.left-button:hover[b-53zgyn5oxm], .right-button:hover[b-53zgyn5oxm] {
    opacity: .85;
}

.image-counter[b-53zgyn5oxm] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.51);
}

.loading-image[b-53zgyn5oxm] {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-image .skeleton[b-53zgyn5oxm] {
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            #f0f0f0 0%,
            #e0e0e0 50%,
            #f0f0f0 100%
    );
    background-size: 200% 100%;
    animation: skeleton-loading-b-53zgyn5oxm 1.5s infinite;
}

@keyframes skeleton-loading-b-53zgyn5oxm {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.map[b-53zgyn5oxm] {
    flex: 1;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #1F5A41;
}

@media (max-width: 910px) {
    .image-wrapper[b-53zgyn5oxm] {
        height: 270px;
        flex: none;
    }

    .map[b-53zgyn5oxm] {
        height: 135px;
        flex: none;
    }

    .preview[b-53zgyn5oxm] {
        flex-direction: column;
        gap: 1rem;
    }
}

.header-text[b-53zgyn5oxm] {
    color: #1F5A41;
}

.addon-list-container[b-53zgyn5oxm] {
    border: 1px solid #e0e0e0;
    background-color: white;
    width: 100%;
    border-radius: 5px;
}

.addon-item[b-53zgyn5oxm] {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addon-item:last-child[b-53zgyn5oxm] {
    border-bottom: none;
}

.addon-label[b-53zgyn5oxm] {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    width: 100%;
}

.addon-checkbox[b-53zgyn5oxm] {
    margin-right: 15px;
}

.addon-name[b-53zgyn5oxm] {

}

.summary[b-53zgyn5oxm] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summary-wrapper[b-53zgyn5oxm] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 910px) {
    .summary-wrapper[b-53zgyn5oxm] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

.summary-info[b-53zgyn5oxm] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-text[b-53zgyn5oxm] {
    color: #1F5A41;
    font-size: 1.4rem;
}

.price-text[b-53zgyn5oxm] {
    color: #A97949;
    font-size: 1.4rem;
}

.confirm-wrapper[b-53zgyn5oxm] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.alert[b-53zgyn5oxm] {
    width: 100%;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1F5A41;
    border-radius: 5px;
    color: #1F5A41;
    font-weight: bold;
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/AiFaqSection.razor.rz.scp.css */
.ai-faq-container[b-1blq4i6mtr] {
    margin: 2.5rem 0;
    width: 100%;
}

.faq-title[b-1blq4i6mtr] {
    font-size: 1.4rem;
    color: #1f5a41;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.faq-list[b-1blq4i6mtr] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.faq-item[b-1blq4i6mtr] {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}

.faq-item:hover[b-1blq4i6mtr] {
    border-color: #1f5a41;
}

.faq-question[b-1blq4i6mtr]::-webkit-details-marker {
    display: none;
}

.faq-question[b-1blq4i6mtr] {
    list-style: none;
}

.faq-question[b-1blq4i6mtr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    user-select: none;
    margin: 0;
}

.faq-chevron[b-1blq4i6mtr] {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    color: #1f5a41;
}

.faq-chevron svg[b-1blq4i6mtr] {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.faq-answer[b-1blq4i6mtr] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f9f9f9;
}

.faq-answer-content[b-1blq4i6mtr] {
    padding: 0 1.2rem 1.2rem 1.2rem;
    line-height: 1.6;
    color: #555;
    font-size: 0.95rem;
}

.faq-item[open] .faq-answer[b-1blq4i6mtr] {
    max-height: 500px;
}

.faq-item[open] .faq-question .faq-chevron[b-1blq4i6mtr] {
    transform: rotate(180deg);
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/AiHighlightsGrid.razor.rz.scp.css */
.ai-highlights-container[b-fl94ae153d] {
    margin: 1.5rem 0;
    width: 100%;
}

.highlights-grid[b-fl94ae153d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-item[b-fl94ae153d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #f0f7f4;
    padding: 0.5rem 0.85rem;
    border-radius: 50px;
    border: 1px solid #d1e7dd;
    transition: all 0.2s ease;
}

.highlight-item:hover[b-fl94ae153d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(31, 90, 65, 0.1);
}

.highlight-icon[b-fl94ae153d] {
    display: flex;
    align-items: center;
    color: #1f5a41;
    flex-shrink: 0;
}

.highlight-icon svg[b-fl94ae153d] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.highlight-text[b-fl94ae153d] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f5a41;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .highlights-grid[b-fl94ae153d] {
        gap: 0.5rem;
    }
    
    .highlight-item[b-fl94ae153d] {
        padding: 0.4rem 0.75rem;
    }
    
    .highlight-text[b-fl94ae153d] {
        font-size: 0.8rem;
    }
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/ApartmentAddonSelector.razor.rz.scp.css */
.addon-list-container[b-gd5gmmq9qz] {
    width: 100%;
    display: flex;
    padding: 10px 0;
}

.addon-list-wrapper[b-gd5gmmq9qz] {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

.addons-wrapper[b-gd5gmmq9qz] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.addon-item[b-gd5gmmq9qz] {
    flex: 1 1 320px;
    max-width: 100%;
}

.addon-label[b-gd5gmmq9qz] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: 
        "info price"
        "info quantity";
    column-gap: 1.5rem;
    row-gap: 4px;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    height: 100%;
}

.addon-label:hover[b-gd5gmmq9qz] {
    background-color: #d7f1e5;
    border-color: #abefd0;
}

.addon-info-col[b-gd5gmmq9qz] {
    grid-area: info;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.addon-name[b-gd5gmmq9qz] {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    line-height: 1.3;
}

.price-box[b-gd5gmmq9qz] {
    grid-area: price;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    white-space: nowrap;
}

.addon-price[b-gd5gmmq9qz] {
    white-space: nowrap;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    line-height: 1;
}

.addon-checkbox[b-gd5gmmq9qz] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #8b7344;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    outline: none;
    vertical-align: middle;
}

.addon-checkbox:checked[b-gd5gmmq9qz] {
    background-color: #4a6755;
    border-color: #8b7344;
}

.addon-checkbox:checked[b-gd5gmmq9qz]::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.addon-quantity-col[b-gd5gmmq9qz] {
    grid-area: quantity;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 36px;
}

.addon-quantity-col.empty[b-gd5gmmq9qz] {
    display: none;
}

.quantity-selector[b-gd5gmmq9qz] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F7F5F0;
    border-radius: 50px;
    padding: 4px;
    width: 104px;
    height: 36px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

.quantity-btn[b-gd5gmmq9qz] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    color: #333;
    font-size: 18px;
}

.quantity-value[b-gd5gmmq9qz] {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    width: 30px;
}

.upsell-title-group[b-gd5gmmq9qz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.upsell-icon[b-gd5gmmq9qz] {
    background: #c8ffc8;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.upsell-main-title[b-gd5gmmq9qz] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.skeleton-row[b-gd5gmmq9qz] {
    display: flex;
    padding: 1rem;
    gap: 15px;
    align-items: center;
}

.skeleton-box[b-gd5gmmq9qz] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-gd5gmmq9qz 1.5s infinite;
    display: block;
    border-radius: 4px;
}

@keyframes skeleton-loading-b-gd5gmmq9qz {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/ApartmentAiDescription.razor.rz.scp.css */
.ai-description-container[b-bi2izucop7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}

/* Intro Section - Tightened */
.ai-intro-content[b-bi2izucop7] {
    margin-bottom: 1rem;
}

.ai-h1[b-bi2izucop7] {
    font-size: 1.75rem;
    color: #1f5a41;
    margin: 0 0 0.5rem 0;
    line-height: 1.1;
    font-weight: 800;
}

.ai-short-description[b-bi2izucop7] {
    font-size: 1.05rem;
    /*font-weight: 400;*/
    color: #555;
    line-height: 1.5;
    border-left: 3px solid #1f5a41;
    padding-left: 1rem;
    margin: 0.75rem 0;
}

/* Highlights */
.ai-highlights-section[b-bi2izucop7] {
    margin-bottom: 1.5rem;
    width: 100%;
    overflow: hidden; /* Prevent horizontal scroll from any stray elements */
}

/* Collapsible Wrapper - No fade, clean cut */
.ai-details-wrapper[b-bi2izucop7] {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.ai-details-wrapper.collapsed[b-bi2izucop7] {
    max-height: 200px; /* Stronger cut-off */
}

.ai-details-wrapper.expanded[b-bi2izucop7] {
    max-height: 8000px;
}

/* Main Description */
.ai-main-description[b-bi2izucop7] {
    line-height: 1.6;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.ai-main-description ::v-deep p[b-bi2izucop7] {
    margin-bottom: 1rem;
}

/* Amenities - Compact Elegant Grid */
.amenities-section[b-bi2izucop7] {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #fcfcfc;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.section-title[b-bi2izucop7] {
    font-size: 1.1rem;
    color: #1f5a41;
    margin-bottom: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.amenities-grid[b-bi2izucop7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.75rem 1.25rem;
}

.amenity-item[b-bi2izucop7] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #444;
}

.amenity-check[b-bi2izucop7] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f5a41;
    flex-shrink: 0;
    margin-top: 2px;
}

.amenity-check .material-symbols-outlined[b-bi2izucop7] {
    font-size: 18px;
    line-height: 1;
}

.amenity-check svg[b-bi2izucop7] {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.amenity-name[b-bi2izucop7] {
    line-height: 1.3;
}

/* FAQ */
.faq-section[b-bi2izucop7] {
    margin-top: 2rem;
}

/* Action Button - Minimalist */
.ai-expand-btn-wrapper[b-bi2izucop7] {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.5rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
}

.read-more-btn[b-bi2izucop7] {
    background: none;
    border: none;
    color: #1f5a41;
    padding: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.read-more-btn:hover[b-bi2izucop7] {
    color: #2a7a58;
}

.chevron[b-bi2izucop7] {
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.chevron.up[b-bi2izucop7] {
    transform: rotate(-135deg);
}

/* RWD - Responsive Design */
@media (max-width: 992px) {
    .amenities-grid[b-bi2izucop7] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 768px) {
    .ai-h1[b-bi2izucop7] {
        font-size: 1.5rem;
    }

    .amenities-section[b-bi2izucop7] {
        padding: 1rem;
    }

    .amenities-grid[b-bi2izucop7] {
        grid-template-columns: 1fr 1fr;
    }

    .ai-expand-btn-wrapper[b-bi2izucop7] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .amenities-grid[b-bi2izucop7] {
        grid-template-columns: 1fr;
    }
    
    .ai-h1[b-bi2izucop7] {
        font-size: 1.3rem;
    }
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/ApartmentDescription.razor.rz.scp.css */
.apartment-wrapper[b-74b9brbmrt] {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.apartment-wrapper.collapsed[b-74b9brbmrt] {
    max-height: 900px;
}

.apartment-wrapper.expanded[b-74b9brbmrt] {
    max-height: none;
    overflow: visible;
}

.description-wrapper h4[b-74b9brbmrt] {
    font-size: 1.1rem;
    color: #1F5A41;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.long-description[b-74b9brbmrt] {
    line-height: 1.6;
    color: #333;
    font-size: 0.95rem;
}

.amenities-wrapper[b-74b9brbmrt] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 2rem 0;
}

.amenity[b-74b9brbmrt] {
    padding: .5rem 1rem;
    border: 1px solid #1F5A41;
    border-radius: 10px;
    color: #333;
}

.wrapper-shadow[b-74b9brbmrt] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(247,247,247,0), rgba(247,247,247,1));
    pointer-events: none;
    z-index: 10;
}

.read-more-btn[b-74b9brbmrt] {
    align-self: center;
    background: none;
    color: #1F5A41;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}

.read-more-btn:hover[b-74b9brbmrt] {
    background-color: #e6f0eb;
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/ApartmentHero.razor.rz.scp.css */
.apartment-text-wrapper[b-dbm6n45iab] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.apartment-title-address h2[b-dbm6n45iab] {
    font-size: 2.25rem;
    margin: 0 0 0.5rem 0;
    color: #1F5A41;
}

.apartment-title-address span[b-dbm6n45iab] {
    color: #666;
    font-size: 1rem;
}

.apartment-details[b-dbm6n45iab] {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.5rem;
}

.apartment-details li[b-dbm6n45iab] {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #333;
    font-size: 1rem;
}

.apartment-details[b-dbm6n45iab]  .icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #c9cfd8;
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' -25, 'opsz' 24;
}

.hero-images-spacer[b-dbm6n45iab] {
    margin-top: 2.5rem;
}

@media (max-width: 768px) {
    .apartment-text-wrapper[b-dbm6n45iab] {
        align-items: flex-start;
    }
    
    .apartment-title-address h2[b-dbm6n45iab] {
        font-size: 1.75rem;
    }
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/ApartmentLocationMap.razor.rz.scp.css */
.map-card-wrapper[b-nggaekivg2] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    overflow: hidden;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
}

.map-top-section[b-nggaekivg2] {
    width: 100%;
    height: 200px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.map-bottom-section[b-nggaekivg2] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.map-address-row[b-nggaekivg2] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.map-pin-icon[b-nggaekivg2] {
    width: 38px;
    height: 38px;
    background-color: #f3f2ef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a1a1a;
    flex-shrink: 0;
}

.map-pin-icon svg[b-nggaekivg2] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.map-address-details[b-nggaekivg2] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.map-street-name[b-nggaekivg2] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
}

.map-city-name[b-nggaekivg2] {
    font-size: 0.85rem;
    color: #777;
    font-weight: 500;
}

.map-action-row[b-nggaekivg2] {
    display: flex;
    width: 100%;
    gap: 0.8rem;
}

.map-google-btn[b-nggaekivg2], .map-secondary-btn[b-nggaekivg2] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #222;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.map-google-btn:hover[b-nggaekivg2], .map-secondary-btn:hover[b-nggaekivg2] {
    background-color: #f9f9f9;
    border-color: #ccc;
    color: #000;
}

.map-google-btn svg[b-nggaekivg2], .map-secondary-btn svg[b-nggaekivg2] {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
}

@media (max-width: 910px) {
    .desktop-only-map[b-nggaekivg2] {
        display: none !important;
    }
    
    .mobile-only-map[b-nggaekivg2] {
        display: flex !important;
        flex-direction: column;
        margin-bottom: 1rem;
    }
}

@media (min-width: 911px) {
    .mobile-only-map[b-nggaekivg2] {
        display: none !important;
    }
    
    .desktop-only-map[b-nggaekivg2] {
        display: flex !important;
    }
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/ApartmentOfferSelector.razor.rz.scp.css */
.summary-offer-price-wrapper[b-36r36wlvlp] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.summary-offer-price[b-36r36wlvlp] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .7rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
    gap: .5rem;
    box-shadow: 0 0 8px rgba(139, 115, 68, 0.3);
    box-sizing: border-box;
    transition: all 0.2s;
}

.summary-offer-price.selected-offer[b-36r36wlvlp] {
    border: #0c4128 2px solid;
}

.summary-offer-price b[b-36r36wlvlp] {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #333;
}

.summary-offer-price small[b-36r36wlvlp] {
    color: #666;
    display: block;
    margin-bottom: 0.5rem;
}

.summary-offer-price-button[b-36r36wlvlp] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.summary-offer-price-button-price b[b-36r36wlvlp] {
    font-size: 1.4rem;
    color: #1F5A41;
}

.summary-offer-price-old[b-36r36wlvlp] {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.85rem;
    color: #888;
    text-decoration: line-through;
    line-height: 1.1;
}

.stay-summary-text[b-36r36wlvlp] {
    font-size: 0.75rem;
    color: #888;
    font-weight: normal;
}

/* Placeholder for date selection */
.placeholder-offer[b-36r36wlvlp] {
    cursor: pointer;
    border: 1px solid #eee;
    background-color: #fcfcfc;
    text-align: center;
    padding: 2.5rem 1.5rem;
    margin-top: 2rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.placeholder-offer:hover[b-36r36wlvlp] {
    border-color: #1F5A41;
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 90, 65, 0.1);
}

.placeholder-icon[b-36r36wlvlp] {
    margin-bottom: 1rem;
    color: #1F5A41;
    opacity: 0.9;
}

.placeholder-icon svg[b-36r36wlvlp] {
    width: 42px;
    height: 42px;
}

.placeholder-title[b-36r36wlvlp] {
    font-size: 1.15rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 700;
}

.placeholder-desc[b-36r36wlvlp] {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 280px;
}

.summary-suggestion-list[b-36r36wlvlp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.summary-suggestion-chip[b-36r36wlvlp] {
    border: 1px solid #d7c6b1;
    background: #f8f2eb;
    color: #5a3f28;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.summary-suggestion-chip:hover[b-36r36wlvlp] {
    border-color: #945f28;
}

.summary-suggestion-chip.selected[b-36r36wlvlp] {
    background: #945f28;
    color: #fff;
    border-color: #945f28;
}

.summary-suggestion-loading[b-36r36wlvlp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b4a2c;
    font-weight: 600;
}

.mini-spinner[b-36r36wlvlp] {
    width: 14px;
    height: 14px;
    border: 2px solid #d7c8b8;
    border-top-color: #945f28;
    border-radius: 50%;
    animation: mini-spinner-rotate-b-36r36wlvlp 0.8s linear infinite;
    flex-shrink: 0;
}

@keyframes mini-spinner-rotate-b-36r36wlvlp {
    to { transform: rotate(360deg); }
}

@media (max-width: 576px) {
    .btn-offer-mobile[b-36r36wlvlp] {
        height: 30px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
        min-width: 0 !important;
    }

    .placeholder-offer[b-36r36wlvlp] {
        padding: 2rem 1rem;
        margin-top: 1.5rem;
    }

    .placeholder-title[b-36r36wlvlp] {
        font-size: 1.05rem;
    }
}
/* /Components/Features/ReservationWorkflow/Components/ApartmentPage/ApartmentStickySummary.razor.rz.scp.css */
.info-box[b-wjs196a65t] {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.info-box-content[b-wjs196a65t] {
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.info-box-content[b-wjs196a65t]::-webkit-scrollbar {
    width: 6px;
}

.info-box-content[b-wjs196a65t]::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.reservation-info[b-wjs196a65t] {
    width: 100%;
    flex: 0 0 auto;
    border: none;
    background-color: #ffffff;
    border-radius: 12px;
}

.reservation-header[b-wjs196a65t] {
    background-color: #945F28;
    color: white;
    padding: .5rem 1.2rem;
}

.header-label[b-wjs196a65t] {
    font-size: 0.9rem;
    opacity: 0.9;
    display: block;
}

.price-value[b-wjs196a65t] {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0.2rem;
    color: white;
}

.reservation-body[b-wjs196a65t] {
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-row[b-wjs196a65t] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.info-icon[b-wjs196a65t] {
    width: 38px;
    height: 38px;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    flex-shrink: 0;
}

.info-icon svg[b-wjs196a65t] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.info-content[b-wjs196a65t] {
    display: flex;
    flex-direction: column;
}

.info-title[b-wjs196a65t] {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.info-text[b-wjs196a65t] {
    font-size: 0.95rem;
    color: #333;
    font-weight: bold;
}

.no-offers-wrapper[b-wjs196a65t] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.alert-box.warning[b-wjs196a65t] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 0.8rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.9rem;
}

.alert-box.warning svg[b-wjs196a65t] {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}

.suggest-offer-card[b-wjs196a65t] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background-color: #fdfbf9;
    border: 1px dashed #945F28;
    padding: 0.8rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.suggest-offer-card:hover[b-wjs196a65t] {
    background-color: #f4eee7;
    border-style: solid;
}

.suggest-icon[b-wjs196a65t] {
    color: #945F28;
    display: flex;
    align-items: center;
}

.suggest-icon svg[b-wjs196a65t] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.suggest-content[b-wjs196a65t] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.suggest-title[b-wjs196a65t] {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
}

.suggest-dates[b-wjs196a65t] {
    font-weight: bold;
    color: #333;
    font-size: 0.95rem;
}

.suggest-action[b-wjs196a65t] {
    color: #945F28;
    display: flex;
    align-items: center;
}

.suggest-action svg[b-wjs196a65t] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.mini-spinner[b-wjs196a65t] {
    width: 14px;
    height: 14px;
    border: 2px solid #d7c8b8;
    border-top-color: #945f28;
    border-radius: 50%;
    animation: mini-spinner-rotate-b-wjs196a65t 0.8s linear infinite;
    flex-shrink: 0;
}

@keyframes mini-spinner-rotate-b-wjs196a65t {
    to { transform: rotate(360deg); }
}

@media (max-width: 910px) {
    .info-box[b-wjs196a65t] {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        top: auto;
        background-color: #fff;
        border-top: 1px solid #ddd;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 1000;
        border-radius: 12px 12px 0 0;
        max-height: none;
        overflow: visible;
    }

    .mobile-sticky-header[b-wjs196a65t] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 0.6rem 1rem;
        background-color: #945F28;
        color: white;
        cursor: pointer;
        border-radius: 12px 12px 0 0;
    }

    .mobile-price-group[b-wjs196a65t] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        flex-shrink: 0;
    }

    .mobile-price-group .label[b-wjs196a65t] {
        font-size: 0.75rem;
        opacity: 0.85;
        line-height: 1;
        color: rgba(255,255,255,0.9);
    }

    .mobile-price-group .price[b-wjs196a65t] {
        font-size: 1.15rem;
        font-weight: bold;
        line-height: 1.2;
        color: white;
    }

    .mobile-action-btn[b-wjs196a65t] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        flex: 1;
        min-width: 0;
    }

    .mobile-action-btn button[b-wjs196a65t] {
        background-color: white !important;
        color: #945F28 !important;
        border: none !important;
        font-weight: 700;
        border-radius: 50px;
        padding: 6px 14px !important;
        white-space: nowrap;
        text-align: center;
        line-height: 1.2;
        font-size: 0.85rem;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .info-box-content[b-wjs196a65t] {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
        background: white;
    }

    .info-box.mobile-expanded .info-box-content[b-wjs196a65t] {
        max-height: 80vh;
        overflow-y: auto;
    }

    .chevron[b-wjs196a65t] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
        transition: transform 0.3s ease;
        flex-shrink: 0;
        color: white;
    }

    .chevron.rotated[b-wjs196a65t] {
        transform: rotate(180deg);
    }

    .chevron svg[b-wjs196a65t] {
        width: 24px;
        height: 24px;
        fill: white;
    }
    
    .desktop-only[b-wjs196a65t] {
        display: none !important;
    }
}

.mobile-only-map-container[b-wjs196a65t] {
    display: none;
}

@media (max-width: 910px) {
    .mobile-only-map-container[b-wjs196a65t] {
        display: block;
        padding: 1rem;
        border-top: 1px solid #eee;
    }
}

@media (min-width: 911px) {
    .mobile-sticky-header[b-wjs196a65t] {
        display: none;
    }
}
/* /Components/Features/ReservationWorkflow/Components/MapPopup.razor.rz.scp.css */
.modal-backdrop[b-inlgqi6xs5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-card[b-inlgqi6xs5] {
    width: 90%;
    max-width: 1200px;
    height: 85vh;
    height: 85dvh;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.animate-pop-in[b-inlgqi6xs5] {
    animation: popIn-b-inlgqi6xs5 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes popIn-b-inlgqi6xs5 {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header[b-inlgqi6xs5] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-inlgqi6xs5] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.close-btn[b-inlgqi6xs5] {
    background: #f3f4f6;
    color: #4b5563;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.close-btn:hover[b-inlgqi6xs5] {
    background: #e5e7eb;
    color: #111827;
    transform: rotate(90deg);
}

.close-btn svg[b-inlgqi6xs5] {
    width: 24px;
    height: 24px;
}

.map-wrapper[b-inlgqi6xs5] {
    width: 100%;
    flex-grow: 1;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

@media (max-width: 800px) {
    .modal-card[b-inlgqi6xs5] {
        width: 100%;
        height: 100%;
        height: 100dvh;
        border-radius: 0;
        padding: 1rem;
    }

    .modal-title[b-inlgqi6xs5] {
        font-size: 1.25rem;
    }

    .close-btn[b-inlgqi6xs5] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/Features/ReservationWorkflow/Components/SummaryBox.razor.rz.scp.css */
.order-wrapper[b-kb7orcu08s] {
    width: 35%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 110px;
    justify-content: center;
    align-self: flex-start;
    height: fit-content;
    gap: 1rem;
}

.button[b-kb7orcu08s] {
    width: 100%;
    background-color: #1F5A41;
    color: white;
    padding: .5rem;
    border: none;
    border-radius: .6rem;
}

.summary-box[b-kb7orcu08s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin: auto;
}

.summary-box-title[b-kb7orcu08s] {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.63);
    margin: 0;
}

.summary-box-dates[b-kb7orcu08s] {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

.summary-box-prices[b-kb7orcu08s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.summary-box-prices-text[b-kb7orcu08s] {
    display: flex;
    justify-content: space-between;
}

[b-kb7orcu08s] .editform-width {
    width: 65% !important;
}

.form-wrapper-title[b-kb7orcu08s] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.form-wrapper-title-icon-wrapper[b-kb7orcu08s] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(39, 198, 119, 0.43);
    border-radius: 1rem;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.form-wrapper-title-icon-wrapper[b-kb7orcu08s]  .form-wrapper-title-icon {
    width: 70%;
    height: 70%;
    font-size: 42px;
}

.form-wrapper-title-text[b-kb7orcu08s] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-wrapper-title-text > p[b-kb7orcu08s] {
    margin: 0;
    margin-top: 0.1rem;
}

@media (max-width: 915px) {
    .order-wrapper[b-kb7orcu08s] {
        width: 100%;
        position: static;
    }

    .summary-box[b-kb7orcu08s] {
        width: 100%;
        padding: 1.2rem;
    }

    .form-wrapper-title-icon-wrapper[b-kb7orcu08s] {
        width: 45px;
        height: 45px;
        border-radius: 0.8rem;
    }

    .summary-box-title[b-kb7orcu08s] {
        font-size: 0.8rem;
    }

    .summary-box-dates[b-kb7orcu08s] {
        font-size: 0.95rem;
    }

    .summary-box-prices-text[b-kb7orcu08s] {
        font-size: 0.95rem;
    }
}
/* /Components/Features/ReservationWorkflow/Pages/ApartmentPage.razor.rz.scp.css */
.apartment-container[b-0lqvtpqgg9] {
    width: 100%;
    min-height: 80vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding-bottom: 2rem;
}

.main-wrapper[b-0lqvtpqgg9] {
    max-width: 1440px;
    width: 97%;
    display: flex;
    gap: 1.5rem;
}

.left-container[b-0lqvtpqgg9] {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
}

.right-container[b-0lqvtpqgg9] {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
    align-self: flex-start;
    position: sticky;
    top: 100px;
    z-index: 10;
    height: calc(100vh - 120px);
}

.not-found-wrapper[b-0lqvtpqgg9] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 2rem;
    background: #f9f9f9;
}

.not-found-card[b-0lqvtpqgg9] {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.not-found-icon[b-0lqvtpqgg9] {
    color: #e74c3c;
    margin-bottom: 1.5rem;
}

.not-found-icon svg[b-0lqvtpqgg9] {
    width: 64px;
    height: 64px;
}

.not-found-card h2[b-0lqvtpqgg9] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #333;
}

.not-found-card p[b-0lqvtpqgg9] {
    color: #666;
    line-height: 1.5;
}

/* Modal styles */
.search-modal-overlay[b-0lqvtpqgg9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center; 
    z-index: 1000;
    padding: 10px;
    backdrop-filter: blur(4px);
}

.search-modal-content[b-0lqvtpqgg9] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    position: relative;
    max-height: 95vh;
    overflow-y: visible; 
}

.search-modal-header[b-0lqvtpqgg9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.search-modal-header h3[b-0lqvtpqgg9] {
    margin: 0;
    font-size: 1.25rem;
}

.close-modal-btn[b-0lqvtpqgg9] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    color: #666;
}

.additional-price[b-0lqvtpqgg9] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d7f1e5;
    color: #0c4128;
    font-weight: bold;
    padding: .2rem 1rem;
    border-radius: .5rem;
    border: #0c4128 solid 1px;
}

.header-text[b-0lqvtpqgg9] {
    color: #1F5A41;
    margin: 2rem 0 1rem 0;
    font-weight: 700;
}

.text-lg[b-0lqvtpqgg9] {
    font-size: 2.5rem;
}

@media (max-width: 910px) {
    .main-wrapper[b-0lqvtpqgg9] {
        flex-direction: column;
        width: 95%;
    }

    .left-container[b-0lqvtpqgg9] {
        width: 100%;
        padding: 0;
    }

    .right-container[b-0lqvtpqgg9] {
        width: 100%;
        margin: 0;
        position: static;
        top: auto;
        height: auto;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .apartment-container[b-0lqvtpqgg9] {
        padding: 0 0 0px 0;
    }

    .main-wrapper[b-0lqvtpqgg9] {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    .not-found-card[b-0lqvtpqgg9] {
        padding: 2rem 1.5rem;
    }

    .search-modal-overlay[b-0lqvtpqgg9] {
        align-items: flex-start; 
        padding-top: 5vh;        
    }

    .search-modal-content[b-0lqvtpqgg9] {
        padding: 1.25rem;      
        width: 95%;            
        overflow-y: visible;   
    }

    .search-modal-header[b-0lqvtpqgg9] {
        margin-bottom: 1rem;
    }
}
/* /Components/Features/ReservationWorkflow/Pages/ClientInfo.razor.rz.scp.css */
.payment-container[b-al41ahsnqw] {
    position: relative;
    width: 100%;
    /*min-height: 80vh;*/
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.payment-container[b-al41ahsnqw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}

.payment-wrapper[b-al41ahsnqw] {
    max-width: 1440px;
    width: 97%;
    display: flex;
    gap: 2rem;
    padding-top: 120px;
    padding-bottom: 80px;
}

.form-wrapper[b-al41ahsnqw] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.form-wrapper-title[b-al41ahsnqw] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.form-wrapper-title-icon-wrapper[b-al41ahsnqw] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(39, 198, 119, 0.43);
    border-radius: 1rem;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.form-wrapper-title-icon-wrapper[b-al41ahsnqw]  .form-wrapper-title-icon {
    width: 70%;
    height: 70%;
    font-size: 42px;
}

.form-wrapper-title-text[b-al41ahsnqw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-wrapper-title-text > h3[b-al41ahsnqw] {
    margin: 0;
}

.form-wrapper-title-text > p[b-al41ahsnqw] {
    margin: 0;
    font-size: 1rem;
    color: #555;
}

.form-item[b-al41ahsnqw] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.form-two-items[b-al41ahsnqw] {
    width: 100%;
    display: flex;
    gap: 1rem;
}

.form-item > h4[b-al41ahsnqw] {
    color: #1F5A41;
}

.addon-label[b-al41ahsnqw] {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.addon-checkbox[b-al41ahsnqw] {
    margin-right: 15px;
}

.order-wrapper[b-al41ahsnqw] {
    width: 35%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 110px;
    justify-content: center;
    align-self: flex-start;
    height: fit-content;
    gap: 1rem;
}

.summary-box[b-al41ahsnqw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    width: 500px;
    margin: auto;
}

.summary-box-title[b-al41ahsnqw] {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.63);
}

.summary-box-dates[b-al41ahsnqw] {
    font-size: 1rem;
    font-weight: bold;
}

.summary-box-prices[b-al41ahsnqw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.summary-box-prices-text[b-al41ahsnqw] {
    display: flex;
    justify-content: space-between;
}

.client-form-section[b-al41ahsnqw] {
    width: 65%;
}

.input-wrapper[b-al41ahsnqw] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.download-nip-button[b-al41ahsnqw] {
    cursor: pointer;
    border-bottom: 1px solid #000000;
}

.mobile-sticky-action[b-al41ahsnqw] {
    display: none;
}

/* --- GLOBALNY STYL INPUTÓW (.custom-input) --- */
.custom-input[b-al41ahsnqw] {
    display: flex;
    align-items: center;
    border: 1px solid #9aa59b;
    border-radius: 12px;
    padding: 4px 12px; /* Lepszy padding boczny */
    width: 100%;
    height: 43px;
    background: white;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

/* Efekt focus dla własnego kontenera */
.custom-input:focus-within[b-al41ahsnqw] {
    border-color: #1F5A41;
}

.input-icon[b-al41ahsnqw] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

/* Reset stylów dla inputów i selectów zagnieżdżonych w .custom-input */
.custom-input input[b-al41ahsnqw],
.custom-input select[b-al41ahsnqw] {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #333;
}

/* Dodatkowy styl pod kątem kastomowego selecta */
.prefix-select[b-al41ahsnqw] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding-right: 18px !important; /* Robi miejsce na strzałkę */
}

/* Układ podziału telefonu: [Kraj] [Numer telefonu] */
.phone-grid-container[b-al41ahsnqw] {
    display: grid;
    grid-template-columns: 120px 1fr; /* Na desktopie select ma równo 120px */
    gap: 1rem;
    width: 100%;
}


/* --- DOSTOSOWANIE POD URZĄDZENIA MOBILNE (910px) --- */
@media (max-width: 915px) {
    .client-form-section[b-al41ahsnqw] {
        width: 100% !important;
    }

    .payment-wrapper[b-al41ahsnqw] {
        flex-direction: column-reverse; /* SummaryBox on top */
        padding-top: 120px; /* Increased to avoid menu overlap on mobile */
        padding-bottom: 120px; /* Space for the floating button */
    }

    .form-wrapper[b-al41ahsnqw] {
        width: 100%;
        padding: 1.2rem;
        gap: 1.5rem;
        display: flex;
        flex-direction: column;
    }

    .order-wrapper[b-al41ahsnqw] {
        width: 100%;
        position: static;
        margin-bottom: 1rem;
    }

    /* Zmniejszenie ikony i tekstu nagłówka */
    .form-wrapper-title-icon-wrapper[b-al41ahsnqw] {
        width: 45px;
        height: 45px;
        border-radius: 0.8rem;
    }

    .form-wrapper-title-text h3[b-al41ahsnqw] {
        font-size: 1.25rem;
    }

    .form-wrapper-title-text p[b-al41ahsnqw] {
        font-size: 0.85rem;
        margin-top: 0;
    }

    /* Wymuszamy aby np. Imię i Nazwisko spadały jedno pod drugie na małych ekranach */
    .form-two-items[b-al41ahsnqw] {
        flex-direction: column;
        gap: 1rem;
    }

    /* Wyjątek: Telefon zostawiamy w jednej linii, zmniejszając minimalnie selecta */
    .phone-grid-container[b-al41ahsnqw] {
        display: grid;
        grid-template-columns: 125px 1fr; /* Select na mobile ma 100px szerokości */
        gap: 0.6rem; /* Mniejszy odstęp między nimi */
    }

    [b-al41ahsnqw] .editform-width {
        width: 100% !important;
    }

    .summary-box[b-al41ahsnqw] {
        width: 100%;
    }

    .mobile-sticky-action[b-al41ahsnqw] {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #945F28;
        padding: 0.8rem 1.2rem;
        box-shadow: 0 -4px 15px rgba(0,0,0,0.15);
        z-index: 2000; /* High z-index to stay on top of everything */
        border-radius: 16px 16px 0 0;
    }
}
/* /Components/Features/ReservationWorkflow/Pages/Fail.razor.rz.scp.css */
.summary-container[b-566w2pxpfe]
{
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.summary-container[b-566w2pxpfe]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}

.status-card[b-566w2pxpfe] {
    background: #ffffff;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 520px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.state-content[b-566w2pxpfe] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-icon-wrapper[b-566w2pxpfe] {
    width: 72px;
    height: 72px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.alert-icon-wrapper[b-566w2pxpfe] {
    background: #fff4eb;
    border: 1px solid #fed7aa;
}

[b-566w2pxpfe] .status-icon {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.spinner-container[b-566w2pxpfe] {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.loading-spinner[b-566w2pxpfe] {
    width: 48px;
    height: 48px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e67e22;
    border-radius: 50%;
    animation: spin-b-566w2pxpfe 1s linear infinite;
}

h2[b-566w2pxpfe] {
    margin: 0 0 12px 0;
}

.message[b-566w2pxpfe] {
    margin: 0 0 12px 0;
    color: #374151;
    line-height: 1.6;
}

.sub-message[b-566w2pxpfe] {
    color: #9ca3af;
    font-size: 14px;
    margin: 0;
}

.error-box[b-566w2pxpfe] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-primary[b-566w2pxpfe] {
    margin-top: 24px;
    background-color: #e67e22;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-primary:hover[b-566w2pxpfe] {
    background-color: #d35400;
}

@keyframes spin-b-566w2pxpfe {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* /Components/Features/ReservationWorkflow/Pages/Payment.razor.rz.scp.css */
.payment-view-container[b-yb0juxus3p] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f9fafb;
    padding: 20px;
}

.status-card[b-yb0juxus3p] {
    background: #ffffff;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 480px;
    text-align: center;
}

.state-content[b-yb0juxus3p] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-spinner[b-yb0juxus3p] {
    width: 48px;
    height: 48px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e67e22;
    border-radius: 50%;
    animation: spin-b-yb0juxus3p 1s linear infinite;
    margin-bottom: 24px;
}

@keyframes spin-b-yb0juxus3p {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.icon-circle[b-yb0juxus3p] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.icon-circle.error[b-yb0juxus3p] {
    background-color: #fef2f2;
    color: #ef4444;
}

h2[b-yb0juxus3p] {
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.message[b-yb0juxus3p] {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.sub-message[b-yb0juxus3p] {
    color: #9ca3af;
    font-size: 14px;
    margin: 0;
}

.btn-primary[b-yb0juxus3p] {
    margin-top: 32px;
    background-color: #e67e22;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-primary:hover[b-yb0juxus3p] {
    background-color: #d35400;
}
/* /Components/Features/ReservationWorkflow/Pages/Success.razor.rz.scp.css */
.summary-container[b-ld0fsicd95]
{
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.summary-container[b-ld0fsicd95]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}

.status-card[b-ld0fsicd95] {
    background: #ffffff;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 480px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.state-content[b-ld0fsicd95] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spinner-container[b-ld0fsicd95] {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.loading-spinner[b-ld0fsicd95] {
    width: 48px;
    height: 48px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e67e22;
    border-radius: 50%;
    animation: spin-b-ld0fsicd95 1s linear infinite;
}

.sub-message[b-ld0fsicd95] {
    color: #9ca3af;
    font-size: 14px;
    margin: 0;
}

.btn-primary[b-ld0fsicd95] {
    margin-top: 24px;
    background-color: #e67e22;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-primary:hover[b-ld0fsicd95] {
    background-color: #d35400;
}

@keyframes spin-b-ld0fsicd95 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.summary-wrapper[b-ld0fsicd95] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
    position: relative;
    display: flex;
    gap: 2rem;
    padding-top: 120px;
}
/* /Components/Features/ReservationWorkflow/Pages/Summary.razor.rz.scp.css */
.summary-container[b-6ymddpqwjq] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.summary-container[b-6ymddpqwjq]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}

.summary-wrapper[b-6ymddpqwjq] {
    max-width: 1440px;
    width: 97%;
    display: flex;
    gap: 2rem;
    padding-top: 120px;
    padding-bottom: 80px;
}

.main-section[b-6ymddpqwjq] {
    width: 65%;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.status-section[b-6ymddpqwjq] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.form-wrapper-title[b-6ymddpqwjq] {
    display: flex;
    gap: 1rem;
}

.form-wrapper-title-icon-wrapper[b-6ymddpqwjq] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(39, 198, 119, 0.43);
    border-radius: 1rem;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.form-wrapper-title-icon-wrapper[b-6ymddpqwjq]  .form-wrapper-title-icon {
    width: 70%;
    height: 70%;
    font-size: 42px;
}

.form-wrapper-title-text[b-6ymddpqwjq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-wrapper-title-text > h3[b-6ymddpqwjq] {
    margin: 0;
}

.form-wrapper-title-text > p[b-6ymddpqwjq] {
    margin: 0;
    margin-top: 0.1rem;
}

.rounded-full[b-6ymddpqwjq] {
    border-radius: 9999rem;
}

.pending-bg[b-6ymddpqwjq] {
    background-color: #FDF6EC;
    border: 1px solid #E9A23B;
}

.pending-icon-color[b-6ymddpqwjq] {
    background-color: #FBEEDA !important;
}

.pending-text-color[b-6ymddpqwjq] {
    color: #E9A23B;
}

.info-bg[b-6ymddpqwjq] {
    background-color: #EFF6FF;
    border: 1px solid #93C5FD;
}

.info-icon-color[b-6ymddpqwjq] {
    background-color: #DBEAFE !important;
}

.info-text-color[b-6ymddpqwjq] {
    color: #1D4ED8;
}

.danger-bg[b-6ymddpqwjq] {
    background-color: #FEF2F2;
    border: 1px solid #FCA5A5;
}

.danger-icon-color[b-6ymddpqwjq] {
    background-color: #FEE2E2 !important;
}

.danger-text-color[b-6ymddpqwjq] {
    color: #991B1B;
}

.success-bg[b-6ymddpqwjq] {
    background-color: #F0FDF4;
    border: 1px solid #BBF7D0;
}

.success-icon-color[b-6ymddpqwjq] {
    background-color: #DCFCE7 !important;
}

.success-text-color[b-6ymddpqwjq] {
    color: #166534;
}

.status-box[b-6ymddpqwjq] {
    display: flex;
    gap: 1rem;
    align-items: center;
    border-radius: 1rem;
    padding: 1rem;
}

.status-box-text h4[b-6ymddpqwjq] {
    margin: 0 0 0.25rem 0;
}

.email-status-box .status-box-text span[b-6ymddpqwjq] {
    display: block;
}

.payment-secondary-action-label[b-6ymddpqwjq] {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6B7280;
    margin: -0.75rem 0 -1rem;
}

.staywell-trigger-button[b-6ymddpqwjq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    position: relative;
    box-shadow: 0 0 0 0 rgba(31, 90, 65, 0.34);
    animation: staywellPulse-b-6ymddpqwjq 2.4s ease-in-out infinite, staywellNudge-b-6ymddpqwjq 5.5s ease-in-out infinite;
}

[b-6ymddpqwjq] .staywell-trigger-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    flex-shrink: 0;
}

[b-6ymddpqwjq] .status-icon {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

@keyframes staywellPulse-b-6ymddpqwjq {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(31, 90, 65, 0.14);
        filter: brightness(1);
    }
    45% {
        box-shadow: 0 0 0 8px rgba(31, 90, 65, 0.08);
        filter: brightness(1.04);
    }
    60% {
        box-shadow: 0 0 0 3px rgba(31, 90, 65, 0.14);
        filter: brightness(1.06);
    }
}

@keyframes staywellNudge-b-6ymddpqwjq {
    0%, 82%, 100% {
        transform: translateX(0);
    }
    86% {
        transform: translateX(-1px);
    }
    89% {
        transform: translateX(2px);
    }
    92% {
        transform: translateX(-2px);
    }
    95% {
        transform: translateX(1px);
    }
}

.staywell-popup-wrapper[b-6ymddpqwjq] {
    position: relative;
    width: 100%;
}

.staywell-mobile-direct-link[b-6ymddpqwjq] {
    display: none;
    margin-top: 8px;
    color: #1F5A41;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
}

.staywell-popup[b-6ymddpqwjq] {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: min(620px, calc(100vw - 48px));
    background: #ffffff;
    border: 1px solid #d8e5de;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
    padding: 16px 14px 16px;
    z-index: 20;
}

.staywell-popup[b-6ymddpqwjq]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-top: 1px solid #d8e5de;
    border-left: 1px solid #d8e5de;
    transform: translateX(-50%) rotate(45deg);
}

.staywell-popup-close[b-6ymddpqwjq] {
    position: absolute;
    top: 6px;
    right: 8px;
    border: none;
    background: transparent;
    color: #4b5563;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.staywell-popup-content[b-6ymddpqwjq] {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 14px;
    align-items: center;
}

.staywell-popup-col[b-6ymddpqwjq] {
    min-width: 0;
}

.staywell-qr-col[b-6ymddpqwjq] {
    display: flex;
    justify-content: center;
}

.staywell-qr[b-6ymddpqwjq] {
    width: 180px;
    height: 180px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 10px;
}

.staywell-description-col[b-6ymddpqwjq] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.staywell-popup-title[b-6ymddpqwjq] {
    font-size: 1rem;
    color: #111827;
}

.staywell-popup-description[b-6ymddpqwjq] {
    margin: 0;
    color: #374151;
    line-height: 1.45;
    font-size: 0.92rem;
}

.staywell-popup-link[b-6ymddpqwjq] {
    display: none;
    align-self: flex-start;
    color: #1F5A41;
    font-weight: 600;
    text-decoration: none;
}

.staywell-popup-description-desktop[b-6ymddpqwjq] {
    display: inline;
}

.staywell-popup-description-mobile[b-6ymddpqwjq] {
    display: none;
}

.staywell-popup-link-desktop[b-6ymddpqwjq] {
    display: inline;
}

.staywell-popup-link-mobile[b-6ymddpqwjq] {
    display: none;
}

.staywell-popup-link:hover[b-6ymddpqwjq] {
    text-decoration: underline;
}

.guest-info[b-6ymddpqwjq] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.box-text[b-6ymddpqwjq] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0;
}

[b-6ymddpqwjq] .box-text-icon {
    width: 40px;
    height: 40px;
    font-size: 40px;
    flex-shrink: 0;
}

.box-text-title[b-6ymddpqwjq] {
    font-size: 1.4rem;
    margin: 0;
}

.guest-details-grid[b-6ymddpqwjq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.guest-detail-item[b-6ymddpqwjq] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-6ymddpqwjq] {
    color: #6B7280;
    font-size: 14px;
    margin-bottom: 4px;
}

.detail-value[b-6ymddpqwjq] {
    color: #111827;
    font-weight: 500;
    font-size: 16px;
}

.spinner[b-6ymddpqwjq] {
    width: 44px;
    height: 44px;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    animation: spin-b-6ymddpqwjq 0.9s linear infinite;
}

@keyframes spin-b-6ymddpqwjq {
    to {
        transform: rotate(360deg);
    }
}

.payment-success-card[b-6ymddpqwjq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.info-icon-wrapper[b-6ymddpqwjq] {
    background-color: rgba(59, 130, 246, 0.25);
    border-radius: 999rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}

.success-title[b-6ymddpqwjq] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
}

.customer-term-row[b-6ymddpqwjq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa;
    padding: 11px 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.customer-term-row:hover[b-6ymddpqwjq] {
    background-color: #f1f3f5;
    border-color: #dee2e6;
}

.customer-term-row-select-all[b-6ymddpqwjq] {
    padding: 12px 16px;
    border-style: dashed;
    border-color: #c3d5d0;
    background-color: #f4f8f7;
}

.customer-terms-group[b-6ymddpqwjq] {
    margin-left: 28px;
}

.term-checkbox-wrapper[b-6ymddpqwjq] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.custom-checkbox[b-6ymddpqwjq] {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #007bff;
}

.term-label[b-6ymddpqwjq] {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #495057;
    cursor: pointer;
    user-select: none;
}

.required-star[b-6ymddpqwjq] {
    color: #dc3545;
    font-weight: bold;
    margin-left: 4px;
}

.term-link-icon[b-6ymddpqwjq] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-left: 12px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .term-link-icon:hover[b-6ymddpqwjq] {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        background: #f59000;
    }

@media (max-width: 800px), (hover: none) and (pointer: coarse) {
    .summary-wrapper[b-6ymddpqwjq] {
        flex-direction: column;
    }

    .main-section[b-6ymddpqwjq] {
        width: 100%;
    }

    .status-section[b-6ymddpqwjq],
    .guest-info[b-6ymddpqwjq] {
        padding: 1.2rem;
        gap: 1.5rem;
    }

    .form-wrapper-title-icon-wrapper[b-6ymddpqwjq] {
        width: 45px;
        height: 45px;
        border-radius: 0.8rem;
    }

    .form-wrapper-title-text h3[b-6ymddpqwjq] {
        font-size: 1.15rem;
    }

    .form-wrapper-title-text p[b-6ymddpqwjq] {
        font-size: 0.9rem;
    }

    [b-6ymddpqwjq] .box-text-icon {
        width: 32px;
        height: 32px;
        font-size: 32px;
    }

    .box-text-title[b-6ymddpqwjq] {
        font-size: 1.2rem;
    }

    .guest-details-grid[b-6ymddpqwjq] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .customer-terms-group[b-6ymddpqwjq] {
        margin-left: 12px;
    }

    .custom-checkbox[b-6ymddpqwjq] {
        margin-top: 1px;
    }

    .info-icon-wrapper[b-6ymddpqwjq] {
        width: 60px;
        height: 60px;
    }

    .success-title[b-6ymddpqwjq] {
        font-size: 20px;
    }

    .status-box[b-6ymddpqwjq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .status-box.paid-status-box[b-6ymddpqwjq],
    .status-box.email-status-box[b-6ymddpqwjq] {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
    }

    .status-box.paid-status-box .status-box-text[b-6ymddpqwjq],
    .status-box.email-status-box .status-box-text[b-6ymddpqwjq] {
        flex: 1;
        min-width: 0;
    }

    .status-box.paid-status-box .status-box-text h4[b-6ymddpqwjq],
    .status-box.email-status-box .status-box-text h4[b-6ymddpqwjq] {
        margin-bottom: 0.2rem;
        line-height: 1.2;
    }

    .status-box .form-wrapper-title-icon-wrapper[b-6ymddpqwjq] {
        width: 40px;
        height: 40px;
    }

    .staywell-popup[b-6ymddpqwjq] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100vw - 32px);
        max-width: 520px;
        max-height: calc(100vh - 32px);
        overflow: auto;
        z-index: 40;
    }

    .staywell-popup[b-6ymddpqwjq]::before {
        display: none;
    }

    .staywell-popup-content[b-6ymddpqwjq] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .staywell-qr-col[b-6ymddpqwjq] {
        display: none;
    }

    .staywell-mobile-direct-link[b-6ymddpqwjq] {
        display: none;
    }

    .staywell-popup-link[b-6ymddpqwjq] {
        display: inline-flex;
    }

    .staywell-popup-description-desktop[b-6ymddpqwjq] {
        display: none;
    }

    .staywell-popup-description-mobile[b-6ymddpqwjq] {
        display: inline;
    }

    .staywell-popup-link-desktop[b-6ymddpqwjq] {
        display: none;
    }

    .staywell-popup-link-mobile[b-6ymddpqwjq] {
        display: inline;
    }
}

.state-content[b-6ymddpqwjq] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-spinner[b-6ymddpqwjq] {
    width: 48px;
    height: 48px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e67e22;
    border-radius: 50%;
    animation: spin-b-6ymddpqwjq 1s linear infinite;
    margin-bottom: 24px;
}

@keyframes spin-b-6ymddpqwjq {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.status-card[b-6ymddpqwjq] {
    background: #ffffff;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 480px;
    text-align: center;
}
/* /Components/Features/Statute/Pages/Statute.razor.rz.scp.css */
.statute-container[b-rdk7l4d721] {
    width: 100%;
    min-height: 80vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.statute-container[b-rdk7l4d721]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
}

.main-wrapper[b-rdk7l4d721] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.statute-content[b-rdk7l4d721] {
    background: transparent;
    padding: 0; 
    border-radius: 0; 
    box-shadow: none; 
}

.statute-section h2[b-rdk7l4d721] {
    font-size: 1.8rem;
    color: #222; 
    margin-bottom: 30px;
    margin-top: 10px;
    border-bottom: none;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.statute-section p[b-rdk7l4d721] {
    font-size: 1.05rem;
    line-height: 1.7; 
    color: #444;
    margin-bottom: 20px;
    text-align: justify; 
}

.statute-section ul[b-rdk7l4d721] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.statute-section ul li[b-rdk7l4d721] {
    font-size: 1rem;
    color: #444;
    margin-bottom: 12px;
    padding-left: 15px;
    border-left: 3px solid #007bff; 
    line-height: 1.5;
}

.statute-section a[b-rdk7l4d721] {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.statute-section a:hover[b-rdk7l4d721] {
    color: #0056b3;
    text-decoration: underline;
}

.warning-text[b-rdk7l4d721] {
    background-color: #fdf2f2;
    border-left: 4px solid #dc3545;
    padding: 15px 20px;
    color: #632328;
    margin: 25px 0;
    border-radius: 4px; 
}

@media (max-width: 768px) {
    .main-wrapper[b-rdk7l4d721] {
        padding: 2rem 1rem;
    }

    .statute-section h2[b-rdk7l4d721] {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .statute-section p[b-rdk7l4d721] {
        font-size: 1rem;
        text-align: left;
    }
}

.other-statutes[b-rdk7l4d721] {
    display: flex;
    flex-direction: column;
}

hr[b-rdk7l4d721] {
    width: 100%;
    height: 1px;
}
/* /Components/Features/TorunLocation/Pages/TorunLocation.razor.rz.scp.css */
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-g6eybq0b35] {
    background-color: #20553E; 
    color: #ffffff;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 900px) {
    .footer[b-g6eybq0b35] {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        gap: 3rem;
    }
}

.footer-content[b-g6eybq0b35] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    font-size: 24px;
}

@media (min-width: 900px) {
    .footer-content[b-g6eybq0b35] {
        flex-direction: row;
    }
}

.footer-section-logo[b-g6eybq0b35] {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex: 1;
}

.footer-section[b-g6eybq0b35] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 900px) {
    .footer-section[b-g6eybq0b35] {
        align-items: start;
        text-align: left;
    }
}

.footer-section-description[b-g6eybq0b35] {
    flex: 2;
    padding-right: 1rem;
}

.footer-logo[b-g6eybq0b35] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    width: 188px;
    height: 188px;
}

.logo-img[b-g6eybq0b35] {
    width: 100%;
    height: 100%;
}

.logo-text[b-g6eybq0b35] {
    font-weight: bold;
    font-size: 1.25rem;
}

.footer-description[b-g6eybq0b35] {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-description[b-g6eybq0b35] {
        text-align: left;
    }
}

.footer-title[b-g6eybq0b35] {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.footer-text[b-g6eybq0b35] {
    font-size: 0.875rem;
    margin-top: 4px;
}

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

.footer-link[b-g6eybq0b35] {
    text-decoration: underline;
    color: #ffffff;
    font-size: 0.875rem;
}

.footer-link:hover[b-g6eybq0b35] {
    color: #d1d5db; 
}

.footer-social[b-g6eybq0b35] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .footer-social[b-g6eybq0b35] {
        align-items: center;
        flex-direction: column;
    }
}

.social-icon[b-g6eybq0b35] {
    width: 45px;
    height: 45px;
}

.footer-bottom[b-g6eybq0b35] {
    background-color: #20553E;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 0.75rem;
    /*MS Change: was-> padding: 8px 0;*/
    padding: 8px 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*MS: addded: gap:4px*/
    gap: 4px;
}


/*below section added by MS :)*/

.footer-env[b-g6eybq0b35] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-env-label[b-g6eybq0b35] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 2px 6px;
}

.footer-env-details[b-g6eybq0b35] {
    font-size: 0.65rem;
    text-align: center;
    word-break: break-word;
}

/*end of section added by MS :)*/


.border-b-r[b-g6eybq0b35] {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .border-b-r[b-g6eybq0b35] {
        border-bottom: 0;
        border-right: 2px solid #ffffff;
        padding-bottom: 0;
    }

    /* added by ms: */
    .footer-bottom[b-g6eybq0b35] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 8px 24px;
        text-align: left;
    }

    .footer-env[b-g6eybq0b35] {
        justify-content: flex-start;
    }

    .footer-env-details[b-g6eybq0b35] {
        text-align: left;
    }
    /*end of added by ms*/
}

.all-apartments-link[b-g6eybq0b35],
.all-apartments-link:hover[b-g6eybq0b35],
.all-apartments-link:visited[b-g6eybq0b35],
.all-apartments-link:active[b-g6eybq0b35],
.all-apartments-link:focus[b-g6eybq0b35] {
    color: rgba(255, 255, 255, 0.5);   
    font-size: .6rem;
    font-weight: 400;
    cursor: pointer;
}

.all-apartments-link:hover[b-g6eybq0b35] {
    text-decoration: underline;
}


/* /Components/Layout/FooterV2.razor.rz.scp.css */
/* FooterV2.razor.css */

.footer-v2[b-h53lzdtqr9] {
    background: radial-gradient(circle at 50% 100%, #1d4e37 0%, #0e271c 100%);
    color: #ffffff;
    padding: 60px 24px 40px 24px;
    font-family: inherit;
    width: 100%;
    align-self: stretch; /* Forces full width alignment inside flex container (.layout) */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.footer-v2-container[b-h53lzdtqr9] {
    max-width: 1400px; /* Matches rest of page width alignment */
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.footer-v2-main[b-h53lzdtqr9] {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
}

/* Left Side: About & Partners Box */
.footer-v2-about[b-h53lzdtqr9] {
    flex: 0 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-v2-description[b-h53lzdtqr9] {
    font-size: 0.875rem; /* Mniejszy tekst */
    line-height: 1.6;
    font-weight: 400; /* Regularny styl */
    color: #ffffff;
    margin: 0;
    text-wrap: pretty;
}

.footer-v2-description-bold[b-h53lzdtqr9] {
    font-weight: 700; /* Pogrubione tylko pierwsze zdanie */
}

/* Red Partner Box Container */
.footer-v2-partners-container[b-h53lzdtqr9] {
    width: 100%;
    max-width: 600px; /* Limits slider width to match aesthetic proportions */
    overflow: hidden;
}

.footer-v2-partners-title[b-h53lzdtqr9] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

/* Right Side: 2x2 grid layout on desktop */
.footer-v2-nav[b-h53lzdtqr9] {
    flex: 0 1 45%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Układ 2x2 */
    gap: 32px 48px; /* Odstępy w pionie i poziomie */
}

.footer-v2-col[b-h53lzdtqr9] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.footer-v2-title[b-h53lzdtqr9] {
    font-size: 0.95rem; /* Zmniejszony nagłówek */
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.footer-v2-contact-group[b-h53lzdtqr9] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 6px;
}

.footer-v2-contact-group:last-of-type[b-h53lzdtqr9] {
    margin-bottom: 0;
}

.footer-v2-label[b-h53lzdtqr9] {
    font-size: 0.75rem; /* Zmniejszona etykieta */
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

.footer-v2-list[b-h53lzdtqr9] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px; /* Mniejsze odstępy między linkami */
}

.footer-v2-link[b-h53lzdtqr9] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem; /* Zmniejszone czcionki linków */
    line-height: 1.4;
    transition: opacity 0.2s ease;
}

.footer-v2-link:hover[b-h53lzdtqr9] {
    opacity: 0.8;
}

/* Underlines on contact details (mockup style) */
.footer-v2-contact-link[b-h53lzdtqr9] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Bottom area with logo */
.footer-v2-bottom[b-h53lzdtqr9] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-v2-logo-wrapper[b-h53lzdtqr9] {
    width: 100%;
    max-width: 600px; /* Zmniejszone logo dla lepszych proporcji */
    display: flex;
    justify-content: center;
}

.footer-v2-logo-img[b-h53lzdtqr9] {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
}

/* --- RWD Media Queries --- */

@media (max-width: 1024px) {
    .footer-v2-main[b-h53lzdtqr9] {
        flex-direction: column;
        gap: 48px;
        margin-bottom: 48px;
    }
    
    .footer-v2-about[b-h53lzdtqr9] {
        width: 100%;
        max-width: 100%;
    }

    .footer-v2-description[b-h53lzdtqr9] {
        max-width: 100%;
    }

    .footer-v2-nav[b-h53lzdtqr9] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .footer-v2[b-h53lzdtqr9] {
        padding: 48px 16px 32px 16px;
    }

    .footer-v2-main[b-h53lzdtqr9] {
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-v2-partners-box[b-h53lzdtqr9] {
        font-size: 1.5rem;
        padding: 16px 10px;
        width: 100%;
        max-width: 100%;
    }

    .footer-v2-nav[b-h53lzdtqr9] {
        grid-template-columns: 1fr; /* 1 kolumna na mobile */
        gap: 24px;
    }

    .footer-v2-title[b-h53lzdtqr9] {
        margin-bottom: 12px;
    }

    .footer-v2-bottom[b-h53lzdtqr9] {
        padding-top: 32px;
    }

    .footer-v2-logo-wrapper[b-h53lzdtqr9] {
        max-width: 90%;
    }
}

.footer-v2-social-link[b-h53lzdtqr9] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-v2-social-icon[b-h53lzdtqr9] {
    width: 14px;
    height: 14px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.footer-v2-social-link:hover .footer-v2-social-icon[b-h53lzdtqr9] {
    transform: scale(1.1);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-tchuoy1i7y] {
    --environment-banner-offset: 0px;
    width: 100%;
    min-height: 50vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.layout--has-environment-banner[b-tchuoy1i7y] {
    --environment-banner-offset: 40px;
}

.layout-container[b-tchuoy1i7y] {
    width: 100%;
    max-width: 1920px;
}

.menu[b-tchuoy1i7y] {
    width: 100%;
    position: fixed;
    top: var(--environment-banner-offset);
    z-index: 1000;
    /*padding: 1rem 1rem;*/
}
/* /Components/Layout/Menu.razor.rz.scp.css */
nav[b-gqrvbbpxpa] {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    z-index: 1000;
    max-width: 1920px;
}

.scrolled-nav[b-gqrvbbpxpa] {
    background-color: #F7F7F7;
    /*color: #1F5A41 !important;*/
}

ul[b-gqrvbbpxpa] {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    text-decoration: none;
    list-style: none;
    margin: 0;
}

.menu-icon[b-gqrvbbpxpa] {
    cursor: pointer;
    user-select: none;
}

[b-gqrvbbpxpa] .menu-gicon {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

[b-gqrvbbpxpa] .menu-gicon-top {
    color: #ffffff;
}

[b-gqrvbbpxpa] .menu-gicon-scrolled {
    color: #1f5a41;
}

@media (max-width: 1050px) {
    ul[b-gqrvbbpxpa] {
        display: none;
    }

    .menu-button[b-gqrvbbpxpa] {
        display: none;
    }
    
    .fb[b-gqrvbbpxpa] {
        display: none !important;
    }

    .ig[b-gqrvbbpxpa] {
        display: none !important;
    }
}

@media (min-width: 1050px) {
    [b-gqrvbbpxpa] .burger {
        display: none !important;
    }
}

li[b-gqrvbbpxpa] {
    margin-right: auto;
}

.bar[b-gqrvbbpxpa] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mobile-nav[b-gqrvbbpxpa] {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #20553E;
    z-index: -1;
}
/* /Components/Shared/AppError.razor.rz.scp.css */
.app-error[b-0v5p5posd6] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    width: min(100%, 42rem);
    padding: 0.95rem 1rem;
    border: 1px solid rgba(145, 54, 54, 0.16);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 248, 244, 0.96), rgba(255, 253, 250, 0.98));
    box-shadow: 0 18px 45px rgba(75, 37, 24, 0.08);
    color: #5a3127;
}

.app-error--inline[b-0v5p5posd6] {
    margin: 0 0 1rem 0;
}

.app-error--floating[b-0v5p5posd6] {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1100;
}

.app-error__icon[b-0v5p5posd6] {
    display: grid;
    place-items: center;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4c7aa, #f0a37d);
    color: #7b2717;
}

.app-error__icon svg[b-0v5p5posd6] {
    width: 1.2rem;
    height: 1.2rem;
}

.app-error__body[b-0v5p5posd6] {
    min-width: 0;
    flex: 1;
}

.app-error__title[b-0v5p5posd6] {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.98rem;
    line-height: 1.2;
}

.app-error__message[b-0v5p5posd6] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(90, 49, 39, 0.9);
}

.app-error__close[b-0v5p5posd6] {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: rgba(90, 49, 39, 0.7);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.1rem;
}

.app-error__close:hover[b-0v5p5posd6] {
    color: #5a3127;
}

@media (max-width: 768px) {
    .app-error--floating[b-0v5p5posd6] {
        left: 1rem;
        right: 1rem;
        top: 1rem;
        width: auto;
    }
}
/* /Components/Shared/Button.razor.rz.scp.css */
.custom-button[b-jy4q8y1fgp] {
    border-radius: 999px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #945F28;
    outline: none;
    border: 0;
    color: white !important;
    padding: 0 2rem;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

.custom-button:not(.secondary):not(.tertiary):hover[b-jy4q8y1fgp] {
    background-color: #A66E38 !important;
}

.secondary:hover[b-jy4q8y1fgp] {
    background-color: #f8f9fa !important;
}

.tertiary:hover[b-jy4q8y1fgp] {
    background-color: #277051 !important;
}

.custom-button.ripple-active[b-jy4q8y1fgp]::after {
    content: "";
    position: absolute;
    top: var(--ripple-y, 50%);
    left: var(--ripple-x, 50%);
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    animation: ripple-b-jy4q8y1fgp 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-b-jy4q8y1fgp {
    0% {
        transform: translate(-50%, -50%) scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(100, 100);
        opacity: 0;
    }
}

.secondary.ripple-active[b-jy4q8y1fgp]::after {
    background: rgba(31, 90, 65, 0.2);
}

.secondary[b-jy4q8y1fgp] {
    background-color: white !important;
    border: 1px solid #8B9B8C;
    color: #1F5A41 !important;
}

.tertiary[b-jy4q8y1fgp] {
    background-color: #1F5A41 !important;
    border: 1px solid #8B9B8C;
    color: white !important;
}

.custom-button.small[b-jy4q8y1fgp] {
    height: 34px;
    padding: 0 1rem;
    font-size: 0.85rem;
}

.disabled[b-jy4q8y1fgp], .custom-button:disabled[b-jy4q8y1fgp] {
    background-color: #7a7a7a !important;
    border: 1px solid #8B9B8C;
    color: white !important;
    cursor: not-allowed;
    pointer-events: none;
}

.custom-button.busy[b-jy4q8y1fgp] {
    cursor: wait;
    pointer-events: none;
    opacity: 0.8;
}

.spinner[b-jy4q8y1fgp] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin-b-jy4q8y1fgp 1s linear infinite;
    margin-right: 8px;
    display: inline-block;
}

.secondary .spinner[b-jy4q8y1fgp] {
    border: 2px solid rgba(31, 90, 65, 0.2);
    border-top: 2px solid #1F5A41;
}

@keyframes spin-b-jy4q8y1fgp {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* /Components/Shared/ChangeGlobal.razor.rz.scp.css */
.language-switcher-container[b-opy80kznsz] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.language-switcher-button[b-opy80kznsz] {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 6px 16px;
    /* Domyślny stan (jasny/biały) */
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.language-code[b-opy80kznsz] {
    font-weight: 400;
    font-size: 16px;
    color: white;
    transition: color 0.3s ease;
}

.language-icon[b-opy80kznsz]  .language-gicon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-right: 8px;
    display: block;
}

.language-icon[b-opy80kznsz]  .language-gicon-top {
    color: #ffffff;
}

.language-icon[b-opy80kznsz]  .language-gicon-scrolled {
    color: #1f5a41;
}

.language-switcher-button.scrolled[b-opy80kznsz] {
    border-color: #0c4128; 
}

.language-switcher-button.scrolled .language-code[b-opy80kznsz] {
    color: #0c4128; 
}

.language-switcher-button:hover[b-opy80kznsz] {
    background-color: rgba(40, 167, 69, 0.05);
}

.language-dropdown[b-opy80kznsz] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1000;
    padding: 4px;
    min-width: 180px;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #2b1a12;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.language-dropdown button[b-opy80kznsz] {
    width: 100%;
    padding: 8px 12px;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    transition: background-color 0.15s;
}

.language-dropdown button:hover[b-opy80kznsz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.language-dropdown button.active[b-opy80kznsz] {
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.2);
}
/* /Components/Shared/DatePickerRange.razor.rz.scp.css */
.date-range-container[b-bk2wx7wcu9] {
    display: flex;
    align-items: center;
    border: 1px solid #9aa59b;
    border-radius: 12px;
    padding: 4px 8px;
    width: 300px;
    height: 43px;
    background: white;
}

.date-range-icon[b-bk2wx7wcu9] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.date-range-input-wrapper[b-bk2wx7wcu9] {
    display: flex;
    align-items: center;
    flex: 1;
}

.date-separator[b-bk2wx7wcu9] {
    width: 1px;
    height: 16px;
    background-color: #9aa59b;
    margin: 0 8px;
}

.date-input[b-bk2wx7wcu9] {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: transparent;
    font-family: inherit;
    color: #000;
}
/* /Components/Shared/HeaderSection.razor.rz.scp.css */
.header-section[b-7vb6y3mqy0] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    padding: 4.5rem;
    overflow: hidden; 
    box-sizing: border-box;
}

.header-shadow[b-7vb6y3mqy0] {
    position: relative;
}

.header-shadow[b-7vb6y3mqy0]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.15) 40%,
            rgba(0, 0, 0, 0) 100%
    );
}

.skeleton-bg[b-7vb6y3mqy0] {
    background: linear-gradient(
            90deg,
            #cccccc 25%,
            #e6e6e6 37%,
            #cccccc 63%
    );
    background-size: 400% 100%;
    animation: skeleton-loading-b-7vb6y3mqy0 1.4s ease-in-out infinite;
}

@keyframes skeleton-loading-b-7vb6y3mqy0 {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.header-section h1[b-7vb6y3mqy0],
.header-section h2[b-7vb6y3mqy0],
.header-section .h1-style[b-7vb6y3mqy0] {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}
/* /Components/Shared/Input.razor.rz.scp.css */
.custom-input[b-8xziguhjgp] {
    display: flex;
    align-items: center;
    border: 1px solid #9aa59b;
    border-radius: 12px;
    padding: 4px 8px;
    width: 150px;
    height: 43px;
    background: white;
}

.input-icon[b-8xziguhjgp] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.custom-input input[b-8xziguhjgp] {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: transparent;
    width: 100%;
}

@media (max-width: 910px) {
    .custom-input[b-8xziguhjgp] {
        width: 100%;
    }
}
/* /Components/Shared/InputWithModal.razor.rz.scp.css */
.custom-input[b-z91kr17fen] {
    display: flex;
    align-items: center;
    border: 1px solid #9aa59b;
    border-radius: 12px;
    padding: 4px 8px;
    width: 150px;
    height: 43px;
    background: white;
}

.input-icon[b-z91kr17fen] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.custom-input input[b-z91kr17fen] {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: transparent;
    width: 100%;
}

@media (max-width: 910px) {
    .dropdown-wrapper[b-z91kr17fen] {
        width: 100%;
    }

    .custom-input[b-z91kr17fen] {
        width: 100%;
    }
}

.dropdown-modal[b-z91kr17fen] {
    position: absolute;
    margin-top: 4px;
    width: 100%;
    background: white;
    border: 1px solid #9aa59b;
    border-radius: 12px;
    padding: 8px;
    z-index: 10;
}

.dropdown-modal > *[b-z91kr17fen] {
    margin-bottom: 6px;
}

.dropdown-modal > *:last-child[b-z91kr17fen] {
    margin-bottom: 0;
}

.dropdown-wrapper[b-z91kr17fen] {
    position: relative;
    display: inline-block;
}

.dropdown-modal[b-z91kr17fen] {
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #9aa59b;
    border-radius: 12px;
    padding: 8px;
    z-index: 999;
    display: inline-block;
    min-width: 100px;
    width: 150%;
}

.dropdown-modal > *[b-z91kr17fen] {
    margin-bottom: 6px;
}

.dropdown-modal > *:last-child[b-z91kr17fen] {
    margin-bottom: 0;
}

@media (max-width: 910px) {
    .dropdown-wrapper[b-z91kr17fen] {
        width: 100%;
    }

    .custom-input[b-z91kr17fen] {
        width: 100%;
    }

    .dropdown-modal[b-z91kr17fen] {
        width: 100%;      
        left: 0;          
        transform: none;  
        min-width: unset; 
    }
}
/* /Components/Shared/PartnersSlider.razor.rz.scp.css */
/* PartnersSlider.razor.css */

.partners-slider[b-o0fztxfo7w] {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* Left and right inner-shadow overlays to create a premium fade-in/out effect */
.partners-slider[b-o0fztxfo7w]::before,
.partners-slider[b-o0fztxfo7w]::after {
    content: "";
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 10; /* High z-index to guarantee they render on top of moving cards */
    pointer-events: none;
    border-radius: 10px;
}

/*.partners-slider::before {*/
/*    left: 0;*/
/*    background: linear-gradient(to right, rgba(14, 39, 28, 0.60) 0%, rgba(18, 53, 37, 0) 100%);*/
/*}*/

/*.partners-slider::after {*/
/*    right: 0;*/
/*    background: linear-gradient(to left, rgba(14, 39, 28, 0.60) 0%, rgba(18, 53, 37, 0) 100%);*/
/*}*/

.slider-track[b-o0fztxfo7w] {
    display: flex;
    width: max-content;
    align-items: center;
    animation: scroll-partners-b-o0fztxfo7w 60s linear infinite;
    position: relative;
    z-index: 1; /* Rendered below the overlays */
}

/* Pause the animation on hover so the user can easily interact */
.partners-slider:hover .slider-track[b-o0fztxfo7w] {
    animation-play-state: paused;
}

.partner-item-link[b-o0fztxfo7w] {
    text-decoration: none;
    display: inline-block;
}

.partner-item-wrapper[b-o0fztxfo7w] {
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.partner-item-link .partner-item-wrapper[b-o0fztxfo7w] {
    cursor: pointer;
}

.partner-item-link:hover .partner-item-wrapper[b-o0fztxfo7w] {
    transform: scale(1.06);
}

.partner-img[b-o0fztxfo7w] {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px; /* Round the image corners directly */
    user-select: none;
    pointer-events: none;
}

/* Infinite scrolling animation */
@keyframes scroll-partners-b-o0fztxfo7w {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* /Components/Shared/PricesPickerRange.razor.rz.scp.css */
.price-range-container[b-rmbxkzndqw] {
    display: flex;
    align-items: center;
    border: 1px solid #9aa59b;
    border-radius: 12px;
    padding: 4px 8px;
    height: 43px;
    background: white;
}

.price-range-icon[b-rmbxkzndqw] {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.price-range-input-wrapper[b-rmbxkzndqw] {
    display: flex;
    align-items: center;
    flex: 1;
}

.price-separator[b-rmbxkzndqw] {
    width: 1px;
    height: 16px;
    background-color: #9aa59b;
    margin: 0 8px;
}

.price-input[b-rmbxkzndqw] {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: transparent;
    font-family: inherit;
    color: #000;
}
/* /Components/Shared/SearchBar.razor.rz.scp.css */
.search-wrapper[b-qnr5vu2ccf] {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    position: relative !important;
}

.sticky[b-qnr5vu2ccf] {
    position: sticky !important;
    top: 200px !important;
    z-index: 40 !important;
}

.modern-search-bar[b-qnr5vu2ccf] {
    display: flex !important;
    align-items: center !important;
    background-color: #F7F7F7 !important;
    border-radius: 999px !important;
    padding: 6px 6px 6px 24px !important;
    height: 64px !important;
    max-width: 925px !important;
    width: 100% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #E5E7EB !important;
    overflow: visible !important; /* Critical: allow the guest modal to show outside the bar */
}

.search-item[b-qnr5vu2ccf] {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    position: relative !important;
}

.search-item:hover[b-qnr5vu2ccf] {
    background-color: #EFEFEF !important;
}

.date-item[b-qnr5vu2ccf] {
    flex: 1.5 !important;
}

.guest-item[b-qnr5vu2ccf] {
    flex: 1 !important;
}

.item-content[b-qnr5vu2ccf] {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.item-icon[b-qnr5vu2ccf] {
    width: 22px !important;
    height: 22px !important;
    opacity: 0.8 !important;
}

.dark-icon path[b-qnr5vu2ccf] {
    stroke: #111827 !important;
}

.item-texts[b-qnr5vu2ccf] {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.item-label[b-qnr5vu2ccf] {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    color: #4B5563 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 2px !important;
    line-height: 1 !important;
}

.item-value[b-qnr5vu2ccf] {
    font-size: 0.95rem !important;
    color: #111827 !important;
    font-weight: 500 !important;
}

/* Zastąpienie wbudowanego w Bootstrapa .placeholder */
.empty-text[b-qnr5vu2ccf] {
    color: #9CA3AF !important;
    font-weight: 400 !important;
    font-size: 0.95rem !important;
}

.divider[b-qnr5vu2ccf] {
    width: 1px !important;
    height: 32px !important;
    background-color: #D1D5DB !important;
    margin: 0 8px !important;
}

.guest-modal[b-qnr5vu2ccf] {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #E5E7EB !important;
    padding: 24px !important;
    width: 320px !important;
    z-index: 50 !important;
    cursor: default !important;
}

.stepper-row[b-qnr5vu2ccf] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.stepper-label[b-qnr5vu2ccf] {
    display: flex !important;
    flex-direction: column !important;
}

.stepper-title[b-qnr5vu2ccf] {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #111827 !important;
}

.stepper-controls[b-qnr5vu2ccf] {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.stepper-btn[b-qnr5vu2ccf] {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 1px solid #D1D5DB !important;
    background-color: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    outline: none !important;
}

.stepper-btn:hover:not(:disabled)[b-qnr5vu2ccf] {
    border-color: #111827 !important;
}

.stepper-btn:disabled[b-qnr5vu2ccf] {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

.stepper-icon path[b-qnr5vu2ccf] {
    stroke: #111827 !important;
}

.stepper-value[b-qnr5vu2ccf] {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #111827 !important;
    width: 16px !important;
    text-align: center !important;
}

.stepper-divider[b-qnr5vu2ccf] {
    border: none !important;
    border-top: 1px solid #E5E7EB !important;
    margin: 20px 0 !important;
}

.modal-backdrop[b-qnr5vu2ccf] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 45 !important;
    background-color: transparent !important;
}

.full-width-picker[b-qnr5vu2ccf] {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.full-trigger[b-qnr5vu2ccf] {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

@media (max-width: 910px) {
    .modern-search-bar[b-qnr5vu2ccf] {
        flex-direction: column !important;
        align-items: stretch !important;
        border-radius: 24px !important;
        padding: 8px !important;
        height: auto !important;
        gap: 4px !important;
    }

    .divider[b-qnr5vu2ccf] {
        width: calc(100% - 32px) !important;
        height: 1px !important;
        margin: 0 auto !important;
    }

    .search-item[b-qnr5vu2ccf] {
        border-radius: 16px !important;
        padding: 12px 16px !important;
        height: auto !important;
    }

    .guest-modal[b-qnr5vu2ccf] {
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}
/* /Components/Shared/SimpleCarousel.razor.rz.scp.css */
.carousel-outer-wrapper[b-r6ifov4gs5] {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.carousel-main-container[b-r6ifov4gs5] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.carousel-nav-buttons[b-r6ifov4gs5] {
    display: flex;
    justify-content: center;
    order: 2;
    margin-top: 15px;
    gap: 12px;
}

.nav-btn[b-r6ifov4gs5] {
    border: 1px solid #e0e0e0;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-btn:hover[b-r6ifov4gs5] {
    background: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.carousel-list-wrapper[b-r6ifov4gs5] {
    display: flex;
    flex-direction: row;
    gap: 24px;
    overflow-x: auto;
    padding: 16px 8px; /* Extra padding to avoid cutting off card shadows */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    order: 1;
    scroll-snap-type: x mandatory;
    box-sizing: border-box;
}

.carousel-list-wrapper[b-r6ifov4gs5]::-webkit-scrollbar {
    display: none;
}

.carousel-list-wrapper[b-r6ifov4gs5]  > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

@media (max-width: 768px) {
    .carousel-nav-buttons[b-r6ifov4gs5] {
        display: flex;
    }

    .carousel-list-wrapper[b-r6ifov4gs5] {
        gap: 16px;
        padding-left: 1rem;
    }

    .nav-btn[b-r6ifov4gs5] {
        width: 44px;
        height: 44px;
    }
}
/* /Components/Shared/Slider.razor.rz.scp.css */
.slider-container[b-gwbzi5fof1] {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-track[b-gwbzi5fof1] {
    display: flex;
    align-items: stretch;
}

.slide-transition[b-gwbzi5fof1] {
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.slider-item-wrapper[b-gwbzi5fof1] {
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 0.75rem;
}

.slider-item-wrapper > *[b-gwbzi5fof1] {
    width: 100%;
    height: 100%;
}

.slider-dots[b-gwbzi5fof1] {
    text-align: center;
    margin-top: 1rem;
}

.dot[b-gwbzi5fof1] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    border: none;
    background: #ccc;
    cursor: pointer;
    padding: 0;
}

.dot.active[b-gwbzi5fof1] {
    background: #A97949;
}
