

.z38evsi__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;
    }

    .z38evsi__loader-wrapper {
        background: var(--z38evsi__main_white);
        padding: 20px 30px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        font-size: 16px;
        color: var(--z38evsi__pastel_dark);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        max-width: 300px;
        text-align: center;
    }

    .z38evsi__spinner {
        width: 24px;
        height: 24px;
        border: 3px solid var(--z38evsi__pastel_dark);
        border-top: 3px solid var(--z38evsi__main_color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
.z38evsicf-overlay-box {
    background-color: rgba(0, 0, 0, 0.733); 
    backdrop-filter: blur(2px);
    border-radius: 0.5rem;
  }



.content-img35 {
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 8px #264b4f;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .content-img35:hover {
    box-shadow: 0 8px 16px #455442;
    transform: translateY(-2px);
  }



.z38evsi__custom-simple-block6 {
        opacity: 90%;
    }









