
.nav-link {
    color: #6c757d;
    /* Warna abu-abu */
    transition: color 0.3s ease;
    /* Efek transisi halus */
}
    
.nav-link:hover {
    color: #198754;
    /* Warna hijau saat hover */
}

.dropdown-item:hover {
    color: #198754 !important;
    /* Warna hijau saat hover */
}

/* Aktifkan dropdown saat hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.mt120 {
    margin-top: 120px;
}
    
/* Opsional: styling untuk item aktif */
.nav-link.active {
    background-color: transparent !important;
    border-bottom: 2px solid #198754;
    /* Garis bawah hijau untuk item aktif */
}

body {
    font-family: "Montserrat", sans-serif !important;
}

.hover-scale {
  transition: transform 0.3s ease;
  overflow: hidden; /* Untuk child element */
}

.hover-scale:hover {
  transform: scale(1.02);
  cursor: pointer;
}

/* Atur tinggi maksimum untuk semua carousel */



