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

/* /Components/Features/AboutUs/Pages/AboutUs.razor.rz.scp.css */
.about-container[b-hn7wbfdgrj] {
    width: 100%;
    min-height: 80vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.main-wrapper[b-hn7wbfdgrj] {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.stats[b-hn7wbfdgrj] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    padding: 2rem 0;
}

.stat-item[b-hn7wbfdgrj] {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 2rem;
    flex: 1 1 220px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-item:hover[b-hn7wbfdgrj] {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.stat-icon[b-hn7wbfdgrj] {
    width: 48px;
    height: 48px;
    background-color: rgba(31, 90, 65, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1F5A41;
}

.stat-item h3[b-hn7wbfdgrj] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 0.5rem 0;
    line-height: 1;
}

.stat-item h3 .accent[b-hn7wbfdgrj] {
    color: #1F5A41;
    font-size: 0.6em;
    font-weight: 700;
    margin-left: 2px;
}

.stat-item small[b-hn7wbfdgrj] {
    font-size: 0.95rem;
    color: #6B7280;
    font-weight: 400;
    line-height: 1.4;
}

.history-mission[b-hn7wbfdgrj] {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    padding: 2rem 0;
    max-width: 1290px;
}

.hm-card[b-hn7wbfdgrj] {
    flex: 1;
    border-radius: 24px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
    position: relative;
    min-height: 300px;
}

.hm-card-dark[b-hn7wbfdgrj] {
    background-color: #111816;
    color: #ffffff;
}

.hm-card-dark .hm-arrow[b-hn7wbfdgrj] {
    color: #6B7280;
}

.hm-card-dark .hm-content p[b-hn7wbfdgrj] {
    color: #D1D5DB;
}

.hm-card-light[b-hn7wbfdgrj] {
    background-color: #F8FAF9;
    border: 1px solid #E5E7EB;
    color: #111827;
}

.hm-card-light .hm-arrow[b-hn7wbfdgrj] {
    color: #9CA3AF;
}

.hm-card-light .hm-content p[b-hn7wbfdgrj] {
    color: #4B5563;
}

.hm-header[b-hn7wbfdgrj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hm-title-group[b-hn7wbfdgrj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hm-icon-circle[b-hn7wbfdgrj] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1F5A41;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hm-card h2[b-hn7wbfdgrj] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.hm-content p[b-hn7wbfdgrj] {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 800px) {
    .history-mission[b-hn7wbfdgrj] {
        flex-direction: column;
    }

    .hm-card[b-hn7wbfdgrj] {
        min-height: auto;
    }
}

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

.team[b-hn7wbfdgrj] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 2rem 0;
}

.team-card[b-hn7wbfdgrj] {
    flex: 1 1 300px;
    max-width: 400px;
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.team-card:hover[b-hn7wbfdgrj] {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-image-container[b-hn7wbfdgrj] {
    width: 100%;
    height: 400px;
    position: relative;
}

.card-img[b-hn7wbfdgrj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.card-overlay[b-hn7wbfdgrj] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.card-overlay h3[b-hn7wbfdgrj] {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.role-badge[b-hn7wbfdgrj] {
    background-color: #1F5A41;
    color: #ffffff;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.card-content[b-hn7wbfdgrj] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex-grow: 1;
    justify-content: space-between;
}

.card-content p[b-hn7wbfdgrj] {
    color: #4B5563;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.team-button-wrapper[b-hn7wbfdgrj] {
    width: 100%;
}

.btn-call[b-hn7wbfdgrj] {
    background-color: #111827;
    color: #ffffff;
    border: none;
    padding: 0.85rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    width: 100%;
}

.btn-call:hover[b-hn7wbfdgrj] {
    background-color: #000000;
}

@media (max-width: 800px) {
    .team[b-hn7wbfdgrj] {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        padding: 1rem 0;
    }

    .team-card[b-hn7wbfdgrj] {
        width: 100%;
        max-width: 90%;
        flex: none;
    }

    .card-image-container[b-hn7wbfdgrj] {
        height: 280px;
    }

    .card-overlay[b-hn7wbfdgrj] {
        padding: 2rem 1.25rem 1.25rem 1.25rem;
    }

    .card-overlay h3[b-hn7wbfdgrj] {
        font-size: 1.5rem;
    }

    .card-content[b-hn7wbfdgrj] {
        padding: 1.25rem;
        gap: 1rem;
    }

    .card-content p[b-hn7wbfdgrj] {
        font-size: 0.95rem;
    }
}
/* /Components/Features/AllApartments/Pages/AllApartments.razor.rz.scp.css */
/* /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-wrapper[b-b0z21776ob] {
    width: 100%;
    height: 240px;
}

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

.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;
}

.icon[b-b0z21776ob] {
    width: 30px;
    height: 30px;
}

.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;
    }

    .icon[b-b0z21776ob] {
        width: 24px;
        height: 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;
    
}

.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;
}
/* /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: "";
    position: absolute;
    right: 10px;
    pointer-events: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e8d3c1;
    background-image: url('assets/svgs/filter/x-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

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

.filter-icon[b-1km5cnkf3r] {
    width: 35px;
    height: 35px;
}

.filter-icon.small-icon[b-1km5cnkf3r] {
    width: 20px;
    height: 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;
}

.trigger-icon[b-1km5cnkf3r] {
    width: 20px;
    height: 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;
}

@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%;
}

@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/Opinion.razor.rz.scp.css */
.option-container[b-jym0w0paka] {
    background-color: #ffffff;
    max-width: 500px;
    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; 
}

.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 img.icon[b-hk7f3mhq91] {
    display: block;
    width: 32px;
    height: 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;
}

.icon[b-53zgyn5oxm] {
    width: 30px;
    height: 30px;
}

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/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 > img[b-kb7orcu08s] {
    width: 70%;
}

.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: 800px) {
    .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: 2rem;
}

.left-container[b-0lqvtpqgg9] {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.apartment-wrapper[b-0lqvtpqgg9] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    color: #333;
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

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

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

.wrapper-shadow[b-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    background-color: #e6f0eb;
}

.apartment-text-wrapper[b-0lqvtpqgg9] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

.image-wrapper[b-0lqvtpqgg9] {
    flex: 2;
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1F5A41;
}

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

.image-container[b-0lqvtpqgg9] {
    position: relative;
}

.left-button[b-0lqvtpqgg9], .right-button[b-0lqvtpqgg9] {
    position: absolute;
    top: 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[b-0lqvtpqgg9] { left: 0; }
.right-button[b-0lqvtpqgg9] { right: 0; }
.left-button:hover[b-0lqvtpqgg9], .right-button:hover[b-0lqvtpqgg9] { opacity: .85; }

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

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

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

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

.apartment-map-wrapper[b-0lqvtpqgg9] {
    width: 100%;
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

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

.amenity[b-0lqvtpqgg9] {
    padding: .5rem 1rem;
    border: 1px solid #1F5A41;
    border-radius: 10px;
}

.description-wrapper[b-0lqvtpqgg9] {
    width: 100%;
    margin-top: 2rem;
}

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

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

.icon[b-0lqvtpqgg9] {
    width: 30px;
    height: 30px;
}

.apartment-button-wrapper[b-0lqvtpqgg9] {
    position: sticky;
    right: 0;
    bottom: 1rem;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.info-box[b-0lqvtpqgg9] {
    width: 30%;
    max-height: calc(100vh - 140px);
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    align-self: flex-start;
    height: auto;
}

.info-box > div[b-0lqvtpqgg9] {
    flex-shrink: 0;
}

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

.info-box[b-0lqvtpqgg9]::-webkit-scrollbar-track {
    background: transparent;
}

.info-box[b-0lqvtpqgg9]::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 10px;
}

.info-box[b-0lqvtpqgg9]::-webkit-scrollbar-thumb:hover {
    background: #945F28;
}

.mobile-sticky-header[b-0lqvtpqgg9], .mobile-only-row[b-0lqvtpqgg9] {
    display: none;
}

.desktop-only[b-0lqvtpqgg9], .desktop-only-map[b-0lqvtpqgg9] {
    display: block;
}

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

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

    .info-box[b-0lqvtpqgg9] {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: unset;
        max-height: none;
        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;
        overflow: visible;
    }

    .reservation-info[b-0lqvtpqgg9] {
        border-radius: 0;
        box-shadow: none;
    }

    .desktop-only[b-0lqvtpqgg9], .desktop-only-map[b-0lqvtpqgg9] {
        display: none !important;
    }

    .mobile-only-row[b-0lqvtpqgg9] {
        display: flex;
    }

    .mobile-sticky-header[b-0lqvtpqgg9] {
        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-0lqvtpqgg9] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        flex-shrink: 0;
    }

    .mobile-price-group .label[b-0lqvtpqgg9] {
        font-size: 0.75rem;
        opacity: 0.85;
        line-height: 1;
    }

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

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

    .mobile-action-btn button[b-0lqvtpqgg9] {
        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%;
    }

    .chevron[b-0lqvtpqgg9] {
        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, background-color 0.2s ease;
        cursor: pointer;
        flex-shrink: 0;
    }

    .chevron:active[b-0lqvtpqgg9] {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .chevron svg[b-0lqvtpqgg9] {
        width: 24px;
        height: 24px;
        fill: white;
    }

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

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

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

    .reservation-body[b-0lqvtpqgg9] {
        padding: 1rem;
    }

    .info-row[b-0lqvtpqgg9] {
        margin-bottom: 0.8rem;
    }

    .info-icon[b-0lqvtpqgg9] {
        width: 36px;
        height: 36px;
    }

    .info-icon svg[b-0lqvtpqgg9] {
        width: 18px;
        height: 18px;
    }

    .apartment-wrapper[b-0lqvtpqgg9] {
        padding: 0;
    }

    .image-wrapper[b-0lqvtpqgg9] {
        height: 270px;
        flex: none;
    }

    .map[b-0lqvtpqgg9] {
        height: 200px;
        flex: none;
    }

    .apartment-map-wrapper[b-0lqvtpqgg9] {
        flex-direction: column;
        gap: 1rem;
    }
}

.mobile-only-map[b-0lqvtpqgg9] {
    display: none !important;
}

.desktop-only-map[b-0lqvtpqgg9] {
    display: flex !important;
}

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

    .desktop-only-map[b-0lqvtpqgg9] {
        display: none !important;
    }
}

.reservation-info[b-0lqvtpqgg9] {
    width: 100%;
    flex: 0 0 auto;
    border: none;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

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

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

.header-price[b-0lqvtpqgg9] {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0.2rem;
}

.reservation-body[b-0lqvtpqgg9] {
    padding: 1rem 1.2rem;
}

.info-row[b-0lqvtpqgg9] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.info-icon[b-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

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

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

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

.info-text.missing-data[b-0lqvtpqgg9] {
    color: #cc0000;
}

.divider[b-0lqvtpqgg9] {
    border: none;
    border-top: 1px solid #eee;
    margin: .5rem 0;
}

.offers-container[b-0lqvtpqgg9] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.offer-card[b-0lqvtpqgg9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.8rem;
    background-color: #fff;
    transition: all 0.2s;
}

.offer-card:hover[b-0lqvtpqgg9] {
    border-color: #945F28;
    box-shadow: 0 2px 8px rgba(148, 95, 40, 0.15);
}

.offer-details[b-0lqvtpqgg9] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.offer-title[b-0lqvtpqgg9] {
    font-weight: bold;
    color: #333;
    font-size: 0.85rem;
}

.offer-price-tag[b-0lqvtpqgg9] {
    font-weight: bold;
    color: #945F28;
    font-size: 1.1rem;
}

.offer-action[b-0lqvtpqgg9] {
    flex-shrink: 0;
}

.no-offers-wrapper[b-0lqvtpqgg9] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.alert-box[b-0lqvtpqgg9] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
}

.alert-box.warning[b-0lqvtpqgg9] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

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

.suggest-offer-card[b-0lqvtpqgg9] {
    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-offers-list[b-0lqvtpqgg9] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

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

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

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

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

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

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

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

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

.suggest-offer-card.loading[b-0lqvtpqgg9] {
    opacity: 0.7;
    cursor: default;
    border-color: #ccc;
}

.map[b-0lqvtpqgg9] {
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1F5A41;
    margin-top: 1rem;
}

.offer-price[b-0lqvtpqgg9] {
    width: 100%;
    padding: .5rem .8rem;
    border-radius: .7rem;
    background-color: #dadada;
}

.offer-price-wrapper[b-0lqvtpqgg9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.header-text[b-0lqvtpqgg9] {
    color: #1F5A41;
}

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

.addon-list-container[b-0lqvtpqgg9] {
    width: 100%;
    display: flex;
    padding: 10px 0;
}

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

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

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

.addon-label[b-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    background-color: #d7f1e5;
    border-color: #abefd0;
}

.addon-label:has(.addon-checkbox:checked)[b-0lqvtpqgg9] {
    background-color: #d7f1e5;
    border-color: #abefd0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.06);
}

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

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

.addon-subtext[b-0lqvtpqgg9] {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

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

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

.addon-checkbox[b-0lqvtpqgg9] {
    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;
    pointer-events: none;
}

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

.addon-checkbox:checked[b-0lqvtpqgg9]::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-0lqvtpqgg9] {
    grid-area: quantity;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 36px;
}

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

.quantity-selector[b-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    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;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.quantity-btn span[b-0lqvtpqgg9] {
    margin-top: -2px;
    display: block;
}

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

.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;
}

.summary-offer-price-wrapper[b-0lqvtpqgg9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.summary-offer-price[b-0lqvtpqgg9] {
    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);
}

.summary-offer-price-button-price[b-0lqvtpqgg9] {
    font-size: 1.4rem;
}

.summary-offer-price-button[b-0lqvtpqgg9] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

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

.summary-suggestion-chip[b-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    border-color: #945f28;
}

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

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

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

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

.selected-offer[b-0lqvtpqgg9] {
    border: #0c4128 2px solid;
}

@media (max-width: 1010px) {
    .text-lg[b-0lqvtpqgg9] {
        font-size: 1.7rem;
    }
}
.suggest-offer[b-0lqvtpqgg9] {
    width: 100%;
    padding: .5rem .8rem;
    border-radius: .7rem;
    background-color: #dadada;
    display: flex;
    flex-direction: column;
    margin-top: .4rem;
    cursor: pointer;
}

.skeleton-row[b-0lqvtpqgg9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}

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

.map-card-wrapper[b-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    width: 100%;
    height: 200px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.map-top-section > div[b-0lqvtpqgg9],
.map-top-section iframe[b-0lqvtpqgg9] {
    width: 100%;
    height: 100%;
    display: block;
}

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

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

.map-pin-icon[b-0lqvtpqgg9] {
    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-0lqvtpqgg9] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

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

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

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

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

.map-google-btn[b-0lqvtpqgg9], .map-secondary-btn[b-0lqvtpqgg9] {
    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-0lqvtpqgg9], .map-secondary-btn:hover[b-0lqvtpqgg9] {
    background-color: #f9f9f9;
    border-color: #ccc;
    color: #000;
}

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

.upsell-title-group[b-0lqvtpqgg9] {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 90px);
    margin-bottom: 1rem;
}

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

.upsell-main-title[b-0lqvtpqgg9] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .addon-item[b-0lqvtpqgg9] {
        flex: 1 1 100%;
        min-width: unset;
    }

    .addon-label[b-0lqvtpqgg9] {
        column-gap: 12px;
        padding: 12px;
    }

    .addon-name[b-0lqvtpqgg9] {
        font-size: 14px;
    }

    .price-box[b-0lqvtpqgg9] {
        gap: 8px;
    }

    .addon-quantity-col:not(.empty)[b-0lqvtpqgg9] {
        height: auto;
    }

    .quantity-selector[b-0lqvtpqgg9] {
        width: 95px;
        height: 30px;
        background-color: #f0f0f0;
        margin-top: 2px;
    }

    .quantity-btn[b-0lqvtpqgg9] {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
}
/* /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 > img[b-al41ahsnqw] {
    width: 70%;
}

.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;
}

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

.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: 910px) {
    .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%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* /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%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.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);
}

.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 > img[b-6ymddpqwjq] {
    width: 70%;
}

.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;
}

.button-pending[b-6ymddpqwjq] {
    width: 100%;
    background-color: #166534;
    color: #fff;
    padding: 1rem;
    border: #002b67 solid 1px;
    border-radius: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

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

.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;
}

.box-text-icon[b-6ymddpqwjq] {
    width: 40px;
    height: 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;
    }

    .box-text-icon[b-6ymddpqwjq] {
        width: 32px;
        height: 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/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/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;
}

@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) {
    .burger[b-gqrvbbpxpa] {
        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/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;
}

.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] {
    background-color: #7a7a7a !important;
    border: 1px solid #8B9B8C;
    color: white !important;
}
/* /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 img[b-opy80kznsz] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: block;
}

.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: 80px;
    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: center;
    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; 
}

.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; }
}
/* /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/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;
}

.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;
}

.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;
}

.search-btn[b-qnr5vu2ccf] {
    background-color: #945F28 !important;
    border: none !important;
    border-radius: 999px !important;
    height: 100% !important;
    padding: 0 28px !important;
    margin-left: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
    outline: none !important;
}

.search-btn:hover[b-qnr5vu2ccf] {
    background-color: #7E5022 !important;
}

.search-btn:active[b-qnr5vu2ccf] {
    transform: scale(0.97) !important;
}

.search-icon path[b-qnr5vu2ccf] {
    stroke: #FFFFFF !important;
}

.search-btn-text[b-qnr5vu2ccf] {
    color: #FFFFFF !important;
    font-size: 1rem !important;
    font-weight: 600 !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;
    }

    .search-btn[b-qnr5vu2ccf] {
        margin-left: 0 !important;
        margin-top: 4px !important;
        justify-content: center !important;
        padding: 16px !important;
        height: 54px !important;
        border-radius: 16px !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: 22px;
    overflow-x: auto;
    padding: 5px 2px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    order: 1;
}

.carousel-list-wrapper[b-r6ifov4gs5]::-webkit-scrollbar {
    display: none;
}

.carousel-list-wrapper[b-r6ifov4gs5]  > * {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .carousel-nav-buttons[b-r6ifov4gs5] {
        display: flex;
    }

    .carousel-list-wrapper[b-r6ifov4gs5] {
        gap: 12px;
    }

    .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;
}
