/* _content/EcasaWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wvey48blzq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wvey48blzq] {
    flex: 1;
}

.sidebar[b-wvey48blzq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wvey48blzq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wvey48blzq]  a, .top-row[b-wvey48blzq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wvey48blzq]  a:hover, .top-row[b-wvey48blzq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wvey48blzq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wvey48blzq] {
        justify-content: space-between;
    }

    .top-row[b-wvey48blzq]  a, .top-row[b-wvey48blzq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wvey48blzq] {
        flex-direction: row;
    }

    .sidebar[b-wvey48blzq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wvey48blzq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wvey48blzq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wvey48blzq], article[b-wvey48blzq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wvey48blzq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wvey48blzq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EcasaWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5jm8fns0ut] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5jm8fns0ut] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5jm8fns0ut] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5jm8fns0ut] {
    font-size: 1.1rem;
}

.bi[b-5jm8fns0ut] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5jm8fns0ut] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5jm8fns0ut] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5jm8fns0ut] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5jm8fns0ut] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5jm8fns0ut] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5jm8fns0ut] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5jm8fns0ut]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5jm8fns0ut]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5jm8fns0ut]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5jm8fns0ut] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5jm8fns0ut] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5jm8fns0ut] {
        display: none;
    }

    .nav-scrollable[b-5jm8fns0ut] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/EcasaWeb/Components/Layout/WebLayout.razor.rz.scp.css */
.web-layout[b-58ludnn383] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-58ludnn383] {
    flex: 1;
}

.navbar[b-58ludnn383] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand[b-58ludnn383] {
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-link[b-58ludnn383] {
    font-weight: 500;
}

footer[b-58ludnn383] {
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
}
/* _content/EcasaWeb/Components/Pages/Web/Contacts.razor.rz.scp.css */
.page-header[b-ue6lqcy85g] {
    background-image: url('/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    margin-bottom: 0;
}

.page-header .overlay[b-ue6lqcy85g] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 70, 103, 0.9), rgba(0, 185, 229, 0.8));
    pointer-events: none;
    z-index: 1;
}

.page-header .container[b-ue6lqcy85g], .page-header .row[b-ue6lqcy85g], .page-header .col-12[b-ue6lqcy85g] {
    position: relative;
    z-index: 2;
}


.contact-icon[b-ue6lqcy85g] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(1, 70, 103, 0.1);
    border-radius: 50%;
    margin-right: 1rem;
}

.contact-icon i[b-ue6lqcy85g] {
    font-size: 1.25rem;
}

.social-links .social-link[b-ue6lqcy85g] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(1, 70, 103, 0.1);
    color: var(--bs-primary);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links .social-link:hover[b-ue6lqcy85g] {
    background-color: var(--bs-primary);
    color: white;
    transform: translateY(-2px);
}

.social-links .social-link i[b-ue6lqcy85g] {
    font-size: 1.25rem;
}

.map-container[b-ue6lqcy85g] {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.map-container iframe[b-ue6lqcy85g] {
    display: block;
}

/* Form styles */
.form-floating > .form-control[b-ue6lqcy85g],
.form-floating > .form-select[b-ue6lqcy85g] {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > textarea.form-control[b-ue6lqcy85g] {
    height: auto;
}

.form-floating > label[b-ue6lqcy85g] {
    padding: 1rem 0.75rem;
}

.form-check-input:checked[b-ue6lqcy85g] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus[b-ue6lqcy85g] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(1, 70, 103, 0.25);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .page-header[b-ue6lqcy85g] {
        padding: 60px 0;
    }

    .card-body[b-ue6lqcy85g] {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .page-header[b-ue6lqcy85g] {
        padding: 40px 0;
    }

    .contact-icon[b-ue6lqcy85g] {
        width: 32px;
        height: 32px;
    }

    .contact-icon i[b-ue6lqcy85g] {
        font-size: 1rem;
    }

    .social-links .social-link[b-ue6lqcy85g] {
        width: 32px;
        height: 32px;
    }

    .social-links .social-link i[b-ue6lqcy85g] {
        font-size: 1rem;
    }
} 
/* _content/EcasaWeb/Components/Pages/Web/CookiePolicy.razor.rz.scp.css */
.page-header[b-gx66s8s5z9] {
    background-image: url('/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    margin-bottom: 0;
}

.page-header .overlay[b-gx66s8s5z9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 70, 103, 0.9), rgba(0, 185, 229, 0.8));
    pointer-events: none;
    z-index: 1;
}

.page-header .container[b-gx66s8s5z9], .page-header .row[b-gx66s8s5z9], .page-header .col-12[b-gx66s8s5z9] {
    position: relative;
    z-index: 2;
}

.cookie-content[b-gx66s8s5z9] {
    line-height: 1.6;
}

.cookie-section[b-gx66s8s5z9] {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 2rem;
}

.cookie-section:last-child[b-gx66s8s5z9] {
    border-bottom: none;
    padding-bottom: 0;
}

.section-header[b-gx66s8s5z9] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header i[b-gx66s8s5z9] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.section-content[b-gx66s8s5z9] {
    padding-left: 2.25rem;
}

.cookie-type-card[b-gx66s8s5z9] {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

.cookie-type-card:hover[b-gx66s8s5z9] {
    background-color: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cookie-type-header[b-gx66s8s5z9] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.cookie-type-header i[b-gx66s8s5z9] {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.management-item[b-gx66s8s5z9] {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.management-item:hover[b-gx66s8s5z9] {
    background-color: #e9ecef;
    transform: translateY(-2px);
}

.management-item i[b-gx66s8s5z9] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.consent-info[b-gx66s8s5z9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.consent-step[b-gx66s8s5z9] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-number[b-gx66s8s5z9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.step-content h6[b-gx66s8s5z9] {
    margin-bottom: 0.5rem;
    color: var(--bs-primary);
}

.alert-info[b-gx66s8s5z9] {
    background-color: rgba(1, 70, 103, 0.1);
    border-color: rgba(1, 70, 103, 0.2);
    color: #014667;
}

.alert-info i[b-gx66s8s5z9] {
    color: #014667;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .page-header[b-gx66s8s5z9] {
        padding: 60px 0;
    }

    .card-body[b-gx66s8s5z9] {
        padding: 1.5rem;
    }

    .section-content[b-gx66s8s5z9] {
        padding-left: 1.5rem;
    }

    .cookie-type-card[b-gx66s8s5z9] {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .page-header[b-gx66s8s5z9] {
        padding: 40px 0;
    }

    .section-header[b-gx66s8s5z9] {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .section-header i[b-gx66s8s5z9] {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .section-content[b-gx66s8s5z9] {
        padding-left: 0;
    }

    .cookie-type-header[b-gx66s8s5z9] {
        flex-direction: column;
        text-align: center;
    }

    .cookie-type-header i[b-gx66s8s5z9] {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .management-item[b-gx66s8s5z9] {
        flex-direction: column;
        text-align: center;
    }

    .management-item i[b-gx66s8s5z9] {
        margin-right: 0;
        margin-bottom: 0.5rem;
        align-self: center;
    }

    .consent-step[b-gx66s8s5z9] {
        flex-direction: column;
        text-align: center;
    }

    .step-number[b-gx66s8s5z9] {
        align-self: center;
    }
} 
/* _content/EcasaWeb/Components/Pages/Web/FinancialConsultationPage.razor.rz.scp.css */
.page-header[b-0qqd86bq5u] {
    background-image: url('/images/hero-bg.jpg'); /* Using hero background for now, can be replaced with financial-specific image */
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    margin-bottom: 0;
}

.page-header .overlay[b-0qqd86bq5u] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 70, 103, 0.9), rgba(0, 185, 229, 0.8));
    pointer-events: none;
    z-index: 1;
}

.page-header .container[b-0qqd86bq5u], .page-header .row[b-0qqd86bq5u], .page-header .col-12[b-0qqd86bq5u] {
    position: relative;
    z-index: 2;
}

.page-header h1[b-0qqd86bq5u] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header .lead[b-0qqd86bq5u] {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.proposal-icon[b-0qqd86bq5u] {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(1, 70, 103, 0.1);
    border-radius: 50%;
    color: var(--bs-primary);
}

.proposal-icon i[b-0qqd86bq5u] {
    font-size: 2.5rem;
}

/* Form styles */
.form-floating > .form-control[b-0qqd86bq5u],
.form-floating > .form-select[b-0qqd86bq5u] {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > textarea.form-control[b-0qqd86bq5u] {
    height: auto;
}

.form-floating > label[b-0qqd86bq5u] {
    padding: 1rem 0.75rem;
}

.form-check-input:checked[b-0qqd86bq5u] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus[b-0qqd86bq5u] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(1, 70, 103, 0.25);
}

/* Section headers */
h3.h5[b-0qqd86bq5u] {
    color: var(--bs-primary);
    position: relative;
    padding-bottom: 0.5rem;
}

h3.h5[b-0qqd86bq5u]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--bs-secondary);
}

/* Card styling */
.card[b-0qqd86bq5u] {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: box-shadow 0.15s ease-in-out;
}

.card:hover[b-0qqd86bq5u] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Radzen form styling */
.rz-textbox[b-0qqd86bq5u],
.rz-numeric[b-0qqd86bq5u],
.rz-dropdown[b-0qqd86bq5u],
.rz-textarea[b-0qqd86bq5u] {
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rz-textbox:focus[b-0qqd86bq5u],
.rz-numeric:focus[b-0qqd86bq5u],
.rz-dropdown:focus[b-0qqd86bq5u],
.rz-textarea:focus[b-0qqd86bq5u] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(1, 70, 103, 0.25);
}

.rz-button[b-0qqd86bq5u] {
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
}

.rz-button:hover[b-0qqd86bq5u] {
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

/* Success alert styling */
.alert-success[b-0qqd86bq5u] {
    border: none;
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
    border-radius: 0.5rem;
}

.alert-success i[b-0qqd86bq5u] {
    color: #198754;
}

/* Privacy checkbox styling */
.form-check[b-0qqd86bq5u] {
    margin-top: 1rem;
}

.form-check-label[b-0qqd86bq5u] {
    font-size: 0.9rem;
    line-height: 1.4;
}

.form-check-label a[b-0qqd86bq5u] {
    color: var(--bs-primary);
    text-decoration: none;
}

.form-check-label a:hover[b-0qqd86bq5u] {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .page-header[b-0qqd86bq5u] {
        padding: 60px 0;
    }

    .card-body[b-0qqd86bq5u] {
        padding: 1.5rem;
    }

    .proposal-icon[b-0qqd86bq5u] {
        width: 60px;
        height: 60px;
    }

    .proposal-icon i[b-0qqd86bq5u] {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .page-header[b-0qqd86bq5u] {
        padding: 40px 0;
    }

    .proposal-icon[b-0qqd86bq5u] {
        width: 50px;
        height: 50px;
    }

    .proposal-icon i[b-0qqd86bq5u] {
        font-size: 1.75rem;
    }

    .card-body[b-0qqd86bq5u] {
        padding: 1rem;
    }

    h3.h5[b-0qqd86bq5u] {
        font-size: 1.1rem;
    }
} 
/* _content/EcasaWeb/Components/Pages/Web/Home.razor.rz.scp.css */
.hero-section[b-034nhl7056] {
    background: linear-gradient(135deg, #014667 0%, #00b9e5 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.min-vh-75[b-034nhl7056] {
    min-height: 75vh;
}

.property-card:hover[b-034nhl7056] {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.search-box[b-034nhl7056] {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.search-box:hover[b-034nhl7056] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.search-box h3[b-034nhl7056] {
    color: #014667;
    font-weight: 600;
    position: relative;
}

.search-box h3[b-034nhl7056]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #014667, #00b9e5);
    border-radius: 2px;
}

.form-group[b-034nhl7056] {
    margin-bottom: 0;
}

.form-label[b-034nhl7056] {
    font-size: 0.95rem;
    color: #495057;
    transition: color 0.3s ease;
}

.form-label i[b-034nhl7056] {
    transition: transform 0.3s ease;
}

.form-group:hover .form-label[b-034nhl7056] {
    color: #014667;
}

.form-group:hover .form-label i[b-034nhl7056] {
    transform: scale(1.1);
}

.form-control[b-034nhl7056], .form-select[b-034nhl7056] {
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
}

.form-control:focus[b-034nhl7056], .form-select:focus[b-034nhl7056] {
    border-color: #014667;
    box-shadow: 0 0 0 0.2rem rgba(1, 70, 103, 0.25);
}

.form-control-lg[b-034nhl7056], .form-select-lg[b-034nhl7056] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.search-btn[b-034nhl7056] {
    background: linear-gradient(135deg, #014667 0%, #00b9e5 100%);
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}

.search-btn[b-034nhl7056]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.search-btn:hover[b-034nhl7056]::before {
    left: 100%;
}

.search-btn:hover[b-034nhl7056] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(1, 70, 103, 0.3);
}

.search-btn:active[b-034nhl7056] {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .hero-section[b-034nhl7056] {
        min-height: 80vh;
        background-attachment: scroll;
    }
    
    .search-box[b-034nhl7056] {
        margin: 0 1rem;
    }
    
    .search-box h3[b-034nhl7056] {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section[b-034nhl7056] {
        min-height: 70vh;
        padding: 2rem 0;
    }
    
    .search-box[b-034nhl7056] {
        padding: 1.5rem !important;
        margin: 0 0.5rem;
    }
    
    .search-box h3[b-034nhl7056] {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .form-control-lg[b-034nhl7056], .form-select-lg[b-034nhl7056] {
        padding: 0.625rem 0.875rem;
        font-size: 0.95rem;
    }
    
    .search-btn[b-034nhl7056] {
        padding: 0.625rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section[b-034nhl7056] {
        min-height: 60vh;
    }
    
    .search-box[b-034nhl7056] {
        padding: 1rem !important;
    }
    
    .search-box h3[b-034nhl7056] {
        font-size: 1.1rem;
    }
}

/* Map Section Styles */
.map-section[b-034nhl7056] {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.map-container[b-034nhl7056] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map-container iframe[b-034nhl7056] {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

/* Ensure no horizontal overflow */
body[b-034nhl7056] {
    overflow-x: hidden;
}

/* Container override for map section */
.map-section .container[b-034nhl7056] {
    max-width: none;
    padding: 0;
    margin: 0;
}
/* _content/EcasaWeb/Components/Pages/Web/Privacy.razor.rz.scp.css */
.page-header[b-6dnhdj6esh] {
    background-image: url('/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    margin-bottom: 0;
}

.page-header .overlay[b-6dnhdj6esh] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 70, 103, 0.9), rgba(0, 185, 229, 0.8));
    pointer-events: none;
    z-index: 1;
}

.page-header .container[b-6dnhdj6esh], .page-header .row[b-6dnhdj6esh], .page-header .col-12[b-6dnhdj6esh] {
    position: relative;
    z-index: 2;
}

.privacy-content[b-6dnhdj6esh] {
    line-height: 1.6;
}

.privacy-section[b-6dnhdj6esh] {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 2rem;
}

.privacy-section:last-child[b-6dnhdj6esh] {
    border-bottom: none;
    padding-bottom: 0;
}

.section-header[b-6dnhdj6esh] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header i[b-6dnhdj6esh] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.section-content[b-6dnhdj6esh] {
    padding-left: 2.25rem;
}

.right-item[b-6dnhdj6esh] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.right-item:hover[b-6dnhdj6esh] {
    background-color: #e9ecef;
    transform: translateY(-2px);
}

.right-item i[b-6dnhdj6esh] {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.alert-info[b-6dnhdj6esh] {
    background-color: rgba(1, 70, 103, 0.1);
    border-color: rgba(1, 70, 103, 0.2);
    color: #014667;
}

.alert-info i[b-6dnhdj6esh] {
    color: #014667;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .page-header[b-6dnhdj6esh] {
        padding: 60px 0;
    }

    .card-body[b-6dnhdj6esh] {
        padding: 1.5rem;
    }

    .section-content[b-6dnhdj6esh] {
        padding-left: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .page-header[b-6dnhdj6esh] {
        padding: 40px 0;
    }

    .section-header[b-6dnhdj6esh] {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .section-header i[b-6dnhdj6esh] {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .section-content[b-6dnhdj6esh] {
        padding-left: 0;
    }

    .right-item[b-6dnhdj6esh] {
        padding: 0.5rem;
    }

    .right-item i[b-6dnhdj6esh] {
        font-size: 1rem;
    }
} 
/* _content/EcasaWeb/Components/Pages/Web/PropertyDetails.razor.rz.scp.css */
.status-badge[b-b359ox0l5d] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.status-badge:hover[b-b359ox0l5d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.status-badge[b-b359ox0l5d]  i {
    font-size: 1.1rem;
}

.status-badge.disponibile[b-b359ox0l5d] {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
}

.status-badge.in-vendita[b-b359ox0l5d] {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    color: white;
}

.status-badge.in-affitto[b-b359ox0l5d] {
    background: linear-gradient(135deg, #2196F3, #1976D2);
    color: white;
}

.status-badge.venduta[b-b359ox0l5d] {
    background: linear-gradient(135deg, #f44336, #d32f2f);
    color: white;
}

.status-badge.affittata[b-b359ox0l5d] {
    background: linear-gradient(135deg, #9C27B0, #7B1FA2);
    color: white;
}

.status-badge.non-disponibile[b-b359ox0l5d] {
    background: linear-gradient(135deg, #9E9E9E, #757575);
    color: white;
}

.negotiation-badge[b-b359ox0l5d] {
    background: linear-gradient(135deg, #ffd700, #ffa500);
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.negotiation-badge:hover[b-b359ox0l5d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.negotiation-badge[b-b359ox0l5d]  i {
    font-size: 1.1rem;
    animation: pulse-b-b359ox0l5d 2s infinite;
}

@keyframes pulse-b-b359ox0l5d {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
/* _content/EcasaWeb/Components/Pages/Web/PropertyList.razor.rz.scp.css */
.page-header[b-0wgcnmokrj] {
    position: relative;
    background-image: url('/images/properties-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
    margin-bottom: 2rem;
}

.page-header .overlay[b-0wgcnmokrj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 70, 103, 0.9), rgba(0, 185, 229, 0.8));
    pointer-events: none;
    z-index: 1;
}

.page-header .container[b-0wgcnmokrj], .page-header .row[b-0wgcnmokrj], .page-header .col-12[b-0wgcnmokrj] {
    position: relative;
    z-index: 2;
}


.page-header .container[b-0wgcnmokrj] {
    position: relative;
    z-index: 1;
}

.page-header h1[b-0wgcnmokrj] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header .lead[b-0wgcnmokrj] {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.property-card[b-0wgcnmokrj] {
    transition: transform 0.2s ease-in-out;
}

.property-card:hover[b-0wgcnmokrj] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.property-card .card-img-top[b-0wgcnmokrj] {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.property-card .badge[b-0wgcnmokrj] {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}

/* Mobile Filters Overlay */
.mobile-filters-overlay[b-0wgcnmokrj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.mobile-filters-overlay.show[b-0wgcnmokrj] {
    opacity: 1;
    visibility: visible;
}

.mobile-filters-content[b-0wgcnmokrj] {
    background-color: white;
    width: 100%;
    max-width: 320px;
    height: 100%;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.mobile-filters-overlay.show .mobile-filters-content[b-0wgcnmokrj] {
    transform: translateX(0);
}

.mobile-filters-header[b-0wgcnmokrj] {
    position: sticky;
    top: 0;
    background-color: white;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.mobile-filters-body[b-0wgcnmokrj] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

/* Prevent body scroll when filters are open */
:global(body.filters-open)[b-0wgcnmokrj] {
    overflow: hidden;
}

.property-card .card-body .features-row[b-0wgcnmokrj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.badge-feature[b-0wgcnmokrj] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background-color: #f8f9fa !important;
    color: var(--bs-primary) !important;
    border: 1px solid #dee2e6;
    font-weight: 500;
    border-radius: 2rem;
    padding: 0.35em 0.9em;
    font-size: 1rem;
    white-space: nowrap;
    transition: background 0.2s;
}

.badge-feature i[b-0wgcnmokrj] {
    color: var(--bs-secondary);
    font-size: 1.1em;
}

@media (max-width: 991.98px) {
    .badge-feature[b-0wgcnmokrj] {
        font-size: 0.95rem;
        padding: 0.3em 0.7em;
    }
}

@media (max-width: 767.98px) {
    .property-card .card-body .features-row[b-0wgcnmokrj] {
        gap: 0.35rem;
    }
    .badge-feature[b-0wgcnmokrj] {
        font-size: 0.88rem;
        padding: 0.25em 0.6em;
    }
} 
/* _content/EcasaWeb/Components/Pages/Web/PropertyProposal.razor.rz.scp.css */
.page-header[b-rqxlib5zh2] {
    background-image: url('/images/proposal-header.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    margin-bottom: 0;
}

.page-header .overlay[b-rqxlib5zh2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 70, 103, 0.9), rgba(0, 185, 229, 0.8));
    pointer-events: none;
    z-index: 1;
}

.page-header .container[b-rqxlib5zh2], .page-header .row[b-rqxlib5zh2], .page-header .col-12[b-rqxlib5zh2] {
    position: relative;
    z-index: 2;
}


.proposal-icon[b-rqxlib5zh2] {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(1, 70, 103, 0.1);
    border-radius: 50%;
    color: var(--bs-primary);
}

.proposal-icon i[b-rqxlib5zh2] {
    font-size: 2.5rem;
}

/* Form styles */
.form-floating > .form-control[b-rqxlib5zh2],
.form-floating > .form-select[b-rqxlib5zh2] {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > textarea.form-control[b-rqxlib5zh2] {
    height: auto;
}

.form-floating > label[b-rqxlib5zh2] {
    padding: 1rem 0.75rem;
}

.form-check-input:checked[b-rqxlib5zh2] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus[b-rqxlib5zh2] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(1, 70, 103, 0.25);
}

/* Section headers */
h3.h5[b-rqxlib5zh2] {
    color: var(--bs-primary);
    position: relative;
    padding-bottom: 0.5rem;
}

h3.h5[b-rqxlib5zh2]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--bs-secondary);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .page-header[b-rqxlib5zh2] {
        padding: 60px 0;
    }

    .card-body[b-rqxlib5zh2] {
        padding: 1.5rem;
    }

    .proposal-icon[b-rqxlib5zh2] {
        width: 60px;
        height: 60px;
    }

    .proposal-icon i[b-rqxlib5zh2] {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .page-header[b-rqxlib5zh2] {
        padding: 40px 0;
    }

    .proposal-icon[b-rqxlib5zh2] {
        width: 50px;
        height: 50px;
    }

    .proposal-icon i[b-rqxlib5zh2] {
        font-size: 1.75rem;
    }
} 
/* _content/EcasaWeb/Components/Pages/Web/SearchResults.razor.rz.scp.css */
.page-header[b-83sbhe4qka] {
    position: relative;
    background-image: url('/images/properties-header.jpg'); /* Potrebbe servire un'immagine specifica per la ricerca */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
    margin-bottom: 2rem;
}

.page-header .overlay[b-83sbhe4qka] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 70, 103, 0.9), rgba(0, 185, 229, 0.8));
    pointer-events: none;
    z-index: 1;
}

.page-header .container[b-83sbhe4qka] {
    position: relative;
    z-index: 1;
}

.page-header h1[b-83sbhe4qka] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header .lead[b-83sbhe4qka] {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.property-card[b-83sbhe4qka] {
    transition: transform 0.2s ease-in-out;
}

.property-card:hover[b-83sbhe4qka] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.property-card .card-img-top[b-83sbhe4qka] {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.property-card .badge[b-83sbhe4qka] {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}

/* Styles for feature badges within the card body */
.property-card .card-body .features-row[b-83sbhe4qka] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.badge-feature[b-83sbhe4qka] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background-color: #f8f9fa !important;
    color: var(--bs-primary) !important;
    border: 1px solid #dee2e6;
    font-weight: 500;
    border-radius: 2rem;
    padding: 0.35em 0.9em;
    font-size: 1rem;
    white-space: nowrap;
    transition: background 0.2s;
}

.badge-feature i[b-83sbhe4qka] {
    color: var(--bs-secondary);
    font-size: 1.1em;
}

@media (max-width: 991.98px) {
    .badge-feature[b-83sbhe4qka] {
        font-size: 0.95rem;
        padding: 0.3em 0.7em;
    }
}

@media (max-width: 767.98px) {
    .property-card .card-body .features-row[b-83sbhe4qka] {
        gap: 0.35rem;
    }
    .badge-feature[b-83sbhe4qka] {
        font-size: 0.88rem;
        padding: 0.25em 0.6em;
    }
} 
