.wrapper-img-banner {
    max-width: 100%;
    max-height: 400px;
}
  
.img-banner {
    width: 100%;
}

.btn-pink {
    background-color: #FB4570;
    color: #efebe0;
}

.btn-pink:hover {
    background-color: #fb8da0;
}

.bg-pink {
    background-color: #fb4570;
}

.bg-white{
    background-color: aliceblue;
    opacity: 80%;
}

.text-pink {
    color: #fb4570 !important;
}

.wrapper-card-blog{
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.img-card-blog{
    width: 100%;
}

.wrapper-hero{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.img-hero{
    position: relative;
    filter: brightness(30%);
}

.text-hero{
    position: absolute;
    top: 200px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.text-hero-prodi{
    position: absolute;
    top: 100px;
    width: 100%;
    align-items: center;
    display:list-item;
    justify-content: flex-start;
}

.justify{
    text-align: justify;
}

.center-items{
    align-items: center;
}

/* Default: Sembunyikan semua submenu */
.dropdown-menu, .submenu {
    display: none;
    position: absolute;
    left: 100%;  /* Buat submenu muncul di sebelah kanan */
    top: 0;
    margin-top: 0;
}

/* Tampilkan menu saat hover di parent */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Tampilkan second submenu hanya jika parent submenu di-hover */
.dropdown-menu .dropend:hover > .submenu {
    display: block;
    left: 100%;  /* Arahkan ke kanan parent submenu */
    top: 0;
}

/* Styling untuk submenu agar tidak bertumpuk */
.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
}

/* Tambahan agar lebih rapi */
.navbar-nav .dropdown-menu {
    margin-top: 0;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

/* Submenu spacing adjustment */
.submenu {
    margin-left: 0.1rem;
}

/* Efek hover untuk tautan dengan kelas contact (email dan WhatsApp) */
.contact {
    transition: color 0.3s ease; /* Transisi halus untuk perubahan warna */
    text-decoration: none;
}

.contact:hover {
    color: #FB6B90; /* Ganti dengan warna yang Anda inginkan */
}

/* Efek hover untuk ikon media sosial dengan kelas contact */
.contact i {
    transition: transform 0.3s ease, color 0.3s ease; /* Transisi halus untuk ukuran dan warna */
}

.contact:hover i {
    transform: scale(1.2); /* Memperbesar ikon saat hover */
    color: #FB6B90; /* Ganti dengan warna yang Anda inginkan */
}

body {
    font-size: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

/* Gunakan responsive style hanya untuk mobile */
@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        overflow-x: auto;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .container, .content, .section {
        padding: 10px;
    }

    h1, h2, h3 {
        font-size: 1.2rem;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}
