body{
    background:#f5f7fb;
}

.hero-jelajah{
    background:linear-gradient(135deg,#0B3D91,#1E88E5);
    color:#fff;
    padding:70px 20px;
    border-radius:15px;
    margin-bottom:40px;
}

.hero-jelajah h1{
    font-size:42px;
    font-weight:700;
}

.hero-jelajah p{
    font-size:18px;
}

.kategori-card{
    transition:.3s;
    border:none;
    border-radius:15px;
}

.kategori-card:hover{
    transform:translateY(-5px);
}

.destinasi-card img{
    height:220px;
    object-fit:cover;
}

.destinasi-card{
    border:none;
    border-radius:15px;
    overflow:hidden;
}

.destinasi-card:hover{
    transform:translateY(-5px);
    transition:.3s;
}

.badge-kategori{
    background:#0B3D91;
    color:#fff;
}