[data-parallax="scroll"] {
    position: relative;
    background-attachment: fixed; /* Membantu efek parallax */
    background-size: cover;
    background-position: center;
    height: 100vh; /* Membuat gambar memenuhi layar */
}

@media (max-width: 768px) {
    section[style] {
        height: 600px; /* Tinggi bertambah di layar kecil */
    }
}

body {
    overflow-x: hidden;
}
