.blobs-container-95c4d0c3 {
    position: relative;
    width: 100%;
    overflow: visible;
}

.blob-item-95c4d0c3 {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

/* Smoother, more organic blob masks */
.blob-shape-1 {
    border-radius: 45% 55% 65% 35% / 45% 45% 55% 55%;
}

.blob-shape-2 {
    border-radius: 65% 35% 45% 55% / 40% 50% 50% 60%;
}

.blob-shape-3 {
    border-radius: 35% 65% 25% 75% / 55% 35% 65% 45%;
}

.blob-shape-4 {
    border-radius: 55% 45% 45% 55% / 45% 45% 55% 55%;
}

.blob-circle {
    border-radius: 50%;
}
