/* budaya */
html{
    scroll-behavior: smooth;
}
.navbar-nav .nav-link.active {
    color: #dc3545 !important;
    font-weight: 700;
    display: inline-block;
    width: fit-content;
    border-bottom: 2px solid #dc3545;
}
.hero-budaya{
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
                url("img/budaya-banner.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 20px;
}

.hero-budaya h1{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-budaya p{
    font-size: 1.2rem;
    max-width: 700px;
    margin: auto;
}

section[id]{
    scroll-margin-top: 90px;
}

#tionghoa,
#melayu,
#india,
#peranakan,
#eurasia{
    padding: 80px 0;
}

#tionghoa img,
#melayu img,
#india img,
#peranakan img,
#eurasia img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

#tionghoa h2,
#melayu h2,
#india h2,
#peranakan h2,
#eurasia h2{
    color: #dc3545;
    margin-bottom: 25px;
}

#tionghoa ul,
#melayu ul,
#india ul,
#peranakan ul,
#eurasia ul{
    padding-left: 20px;
}

#tionghoa li,
#melayu li,
#india li,
#peranakan li,
#eurasia li{
    margin-bottom: 8px;
}

.bg-light{
    background-color: #f8f9fa !important;
}

.shadow{
    transition: .3s;
}

.shadow:hover{
    transform: translateY(-8px);
}

.budaya-card{
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
}

.budaya-card p{
    text-align: justify;
    line-height: 1.8;
}

