.elementor-73 .elementor-element.elementor-element-1e49b78{--display:flex;}.elementor-73 .elementor-element.elementor-element-eb3ec0f{--display:flex;}/* Start custom CSS for container, class: .elementor-element-1e49b78 *//* Palet Warna Top Bar: Biru Tua (#0A192F), Emas (#D4AF37) */

#sultan-top-bar {
    width: 100%;
    background-color: #0A192F; /* Biru Tua Elegant */
    color: #F7F7F7; /* Teks Putih Gading */
    padding: 10px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    z-index: 1000; /* Pastikan di atas semua konten non-sticky */
    position: relative; /* Karena Anda ingin ia hilang saat di-scroll */
}

.top-bar-content {
    display: flex;
    justify-content: center; /* Posisikan konten di tengah */
    align-items: center;
    max-width: 1200px; /* Batasi lebar agar rapi */
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap; /* Untuk tampilan mobile */
}

.top-bar-text {
    margin-right: 20px;
    font-weight: 500;
}

.promo-link {
    color: #D4AF37; /* Link Emas */
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s;
}

.promo-link:hover {
    color: #fff; /* Putih saat di-hover */
}

.reservasi-button {
    display: inline-block;
    background-color: #D4AF37; /* Tombol Emas */
    color: #0A192F; /* Teks Biru Tua */
    padding: 8px 18px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    margin-left: 20px;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap; /* Agar tombol tidak pecah */
}

.reservasi-button:hover {
    background-color: #f0c330; /* Emas yang lebih terang saat di-hover */
}

/* RESPONSIVITAS MOBILE */
@media (max-width: 768px) {
    #sultan-top-bar {
        font-size: 12px;
        padding: 15px 10px;
    }
    
    .top-bar-content {
        justify-content: center;
    }

    .top-bar-text {
        margin-right: 0;
        margin-bottom: 10px; /* Jarak antara teks dan tombol di mobile */
    }

    .reservasi-button {
        margin-left: 0;
        width: 90%; /* Tombol lebar penuh di mobile */
        text-align: center;
    }
}/* End custom CSS */