

.zl5ko__modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #0808081f;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .zl5ko__loader-wrapper {
        background: var(--zl5ko__main_white);
        padding: 20px 30px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        font-size: 16px;
        color: var(--zl5ko__pastel_dark);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        max-width: 300px;
        text-align: center;
    }

    .zl5ko__spinner {
        width: 24px;
        height: 24px;
        border: 3px solid var(--zl5ko__pastel_dark);
        border-top: 3px solid var(--zl5ko__main_color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
.zl5ko_custom-back-3 {
        position: relative;
        padding: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    .zl5ko_custom-back-3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--zl5ko__pastel_white);
        opacity: 0.7;
        border-radius: 10px;
        z-index: 1;
        border-radius: 50px;
    }
    .zl5ko_custom-back-text-3 {
        position: relative;
        z-index: 2;
    }






.immo-assist-section img {
    object-fit: cover;
    border-radius: 0.5rem;
    width: 100%;
    height: auto;
  }








