body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > div.fi-main-ctn.w-screen.flex-1.flex-col.h-full.opacity-0.transition-all.fi-main-ctn-sidebar-open > div > nav{
    background-color: white !important;
}

body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > nav{
    background-color: white !important;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

body{
    background-color: white !important;
}

body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > div > header > div > a > img{
    height: 150px !important;
    margin-left: auto !important;
    margin-bottom: -10px !important;
}
body > div.fi-simple-layout.flex.min-h-screen.flex-col.items-center > div > main > div > section > header > img{
    height: 250px !important;
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}

body > div.fi-simple-layout.flex.min-h-screen.flex-col.items-center > div {
    position: relative; /* Memastikan pseudo-element overlay berada di atas elemen ini */
    background-image: url('https://sikuta.jombangtravel.id/bg.png'); /* Ganti dengan URL gambar Anda */
    background-size: cover; /* Menyesuaikan gambar agar memenuhi elemen */
    background-position: center; /* Posisi gambar di tengah */
    background-repeat: no-repeat; /* Mencegah pengulangan gambar */
    width: 100%; /* Opsional: jika elemen perlu memenuhi lebar */
    height: 100%; /* Opsional: jika elemen perlu memenuhi tinggi */
}

body > div.fi-simple-layout.flex.min-h-screen.flex-col.items-center > div > main > div > section > header > img{
margin-top:5px !important;
}

