/* Sectie 1 */
.bivak-pattern-row {
    background: url('https://res.cloudinary.com/dph1xlgfc/image/upload/v1769524368/Bivak_bg_section1_v58jiu.png');
    background-size: cover;
    background-repeat: repeat;
    color: white;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.bivak-title-small {
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.bivak-text {
    font-size: 1.1rem;
    opacity: 0.95;
    color: black;
}

/* Sectie 2 */
.bivak-image-row {
    position: relative;
    background-image: url('https://res.cloudinary.com/dph1xlgfc/image/upload/v1769524073/bivak_bg1_wzn9i7.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    aspect-ratio: 6600 / 3568;
    height: auto;
}

/* golf */
.bivak-image-row::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23f6f3f3' d='M0,80 C90,90 180,60 270,75 C360,90 450,100 540,80 C630,60 720,100 810,85 C900,70 990,90 1080,75 C1170,60 1260,85 1350,80 C1400,78 1440,85 1440,85 V120 H0 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 2;
    filter: drop-shadow(0px -15px 7px rgba(0, 0, 0, 0.2));
    transform: scaleX(-1);
}

/* Sectie 3*/
.bivak-white-row {
    background-color: #f6f3f3;
    min-height: 400px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.custom-img-bivak {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 1rem;
    object-fit: contain;
}

@media (max-width: 768px) {
    .bivak-image-row {
        aspect-ratio: 16/9;
        background-size: cover;
    }
    .bivak-title-small {
        font-size: 1.8rem;
    }
}