.link_menu_a {
	 font-size: 14px !important;
}

/* Hanya untuk desktop (>= 768px) */
@media (min-width: 768px) {
    .navbar-nav {
        display: flex;          /* Jadikan flex container */
        justify-content: center; /* Posisikan item di tengah */
        width: 100%;            /* Supaya flex bisa merata */
    }

}

.color-white {
    color: #fff !important;
}

.text-shadow {
    text-shadow: 2px 2px 2px #666;
}

.title-slide {
    font-size: 50px !important;
}

.mb-3 {
    margin-bottom: 20px;
}

.mb-4 {
    margin-bottom: 30px;
}


.bg-light-red {
    background-color: #ed1f67 !important;
}

.img-testimoni {
    width: 72px;
    height: 72px;
}

.color-btn-login {
    color: #1b305c;
}

.color-btn-login:hover {
    color: #fff;
}

.icon-footer {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.nav-footer ul li a {
    color: #8eb6d6;
}

.nav-footer ul li a:hover {
    color: #fff;
}

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