/* Tema Konsisten untuk Semua Halaman Publik Lazismu */

/* Hero Section - Teks putih untuk kontras dengan background */
.hero-white, .hero-white * {
    color: #ffffff !important;
}

/* Navigation Bar - Teks hitam kecuali yang aktif */
.navbar-white, .navbar-white * {
    color: #000000 !important;
}

/* Navigation item yang aktif tetap putih */
.navbar-white .active, .navbar-white .active *,
.navbar-white .bg-lazismu-orange, .navbar-white .bg-lazismu-orange * {
    color: #ffffff !important;
}

/* Konten yang ingin diubah menjadi hitam - gunakan class ini */
.text-black-force, .text-black-force * {
    color: #000000 !important;
}

/* Form elements yang ingin hitam */
.form-black, .form-black * {
    color: #000000 !important;
}

/* Labels dan headings yang ingin hitam */
.heading-black, .heading-black * {
    color: #000000 !important;
}

/* Override gray text classes menjadi hitam - hanya untuk elemen dengan class khusus */
.text-black-force .text-gray-700, .text-black-force .text-gray-600, .text-black-force .text-gray-500, .text-black-force .text-gray-400, .text-black-force .text-gray-300, .text-black-force .text-gray-200, .text-black-force .text-gray-100, .text-black-force .text-gray-900, .text-black-force .text-gray-800,
.text-black-force .text-lazismu-gray-dark, .text-black-force .text-lazismu-gray-medium {
    color: #000000 !important;
}

/* Button styling */
button[type="submit"] {
    color: #ffffff !important;
    background: linear-gradient(to right, #f58220, #ea580c) !important;
}

.amount-btn {
    color: #f58220 !important;
    border-color: #f58220 !important;
}

.amount-btn:hover {
    color: #ffffff !important;
    background-color: #f58220 !important;
}

/* Placeholder text */
input::placeholder, textarea::placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

/* Footer tetap putih */
.footer, .footer * {
    color: #ffffff !important;
}
