
/* ========== TEMA DINAMIS ========== */

body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #ffffff !important;
    color: #2c3e50 !important;
    font-size: 0.85rem !important;
    }

/* Navbar */
.navbar.bg-dark,
.navbar-dark {
    background-color: #2c3e50 !important;
}

/* Footer */
footer {
    background: linear-gradient(45deg, #2c3e50, #2c3e50) !important;
}

/* Hero section */
.hero-section {
    background: linear-gradient(135deg, #2c3e50, #e74c3c) !important;
}

/* Teks berjalan */
.language-marquee {
    background: linear-gradient(90deg, #2c3e50, #e74c3c) !important;
}

/* Tombol primary */
.btn-primary {
            background: linear-gradient(45deg, #2c3e50, #e74c3c) !important;
        border: none !important;
    }
.btn-primary:hover {
            background: linear-gradient(45deg, #e74c3c, #2c3e50) !important;
    }

/* Tombol outline primary */
.btn-outline-primary {
    color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}
.btn-outline-primary:hover {
    background-color: #2c3e50 !important;
    color: #fff !important;
}

/* Teks primary */
.text-primary { color: #2c3e50 !important; }

/* Background primary */
.bg-primary { background-color: #2c3e50 !important; }

/* Border radius */
.card, .btn, .badge, .alert, .modal-content, .tour-card {
    border-radius: 12px !important;
}

/* Link */
a { color: #2c3e50; }
a:hover { color: #e74c3c; }

/* Slider dots */
.slider-dots .dot.active { background: #2c3e50 !important; }

/* Admin sidebar active */
.admin-sidebar .nav-link.active {
    border-left-color: #2c3e50 !important;
}

/* Ukuran heading menyesuaikan */
h1, .h1 { font-size: 1.9975rem !important; }
h2, .h2 { font-size: 1.598rem !important; }
h3, .h3 { font-size: 1.3005rem !important; }
h4, .h4 { font-size: 1.0965rem !important; }
h5, .h5 { font-size: 0.935rem !important; }

