/* Start custom CSS for html, class: .elementor-element-577cd6c */html, body {
    overflow-x: hidden;
}
.site-main, .entry-content, .elementor, .elementor-section-wrap {
    overflow: visible !important;
    overflow-x: visible !important;
}

/* 2. SUPER PENTING: Memaksa track horizontal agar tidak ditekan oleh WordPress */
#keunggulan {
    min-height: 100vh !important;
    overflow: hidden !important; /* Sembunyikan scrollbar bawaan di section ini */
}
#horizontalTrack {
    width: max-content !important; /* Ini adalah kunci utamanya! */
    display: flex !important;
    flex-wrap: nowrap !important;
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden;
}
.site-main, .entry-content, .elementor, .elementor-section-wrap {
    overflow: visible !important;
    overflow-x: visible !important;
}/* End custom CSS */