/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
/* Kecilkan gambar hero utama di home */
.main section.py-4 img.img-fluid {  /* target gambar di section hero */
    max-height: 450px !important;   /* ubah angka ini sesuai selera: 350px sangat kecil, 600px sedang */
    width: auto !important;
    object-fit: cover !important;   /* biar tetap proporsional & crop rapi */
}

/* Opsional: Kecilkan parent container biar section hero nggak terlalu tinggi */
.main section.py-4 .position-relative.overflow-hidden {
    max-height: 500px !important;
    overflow: hidden !important;
}