body {
    background-color: #aab7b8;
    font-family: 'Lato', sans-serif;
    color: white;
    z-index: -1;
}

.transparan {
    background-color: rgba(0, 0, 0, 0.8);
}

.transparan-hitam {
    background-color: rgba(0, 0, 0, 0.7);
}

.transparan-abu {
    background-color: rgba(208, 211, 212, 0.5);
    color: black;
}

.card {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-blue {
    background-color: rgba(0, 123, 255, 0.8) !important;
}

.bg-red {
    background-color: rgba(244, 67, 54, 0.8) !important;
}

.bg-blue-grey {
    background-color: rgba(96, 125, 139, 0.8) !important;
}

.bg-cyan {
    background-color: rgba(0, 188, 212, 0.8) !important;
}

.bg-green {
    background-color: rgba(76, 175, 80, 0.8) !important;
}

.bg-orange {
    background-color: rgba(255, 152, 0, 0.8) !important;
}

.bg-pink {
    background-color: rgba(233, 30, 99, 0.8) !important;
}

/* =========================
   TRANSPARAN GRADIENT
========================= */

.transparan-gradient {
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.6));
}

.transparan-hitam-gradient {
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.5));
}

.transparan-abu-gradient {
    background: linear-gradient(135deg,
            rgba(208, 211, 212, 0.7),
            rgba(208, 211, 212, 0.4));
    color: black;
}

/* =========================
   CARD GRADIENT
========================= */

.card-gradient {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.15),
            rgba(0, 0, 0, 0.25)) !important;
    backdrop-filter: blur(6px);
}

/* =========================
   COLOR GRADIENTS
========================= */

.bg-blue-gradient {
    background: linear-gradient(135deg,
            rgba(0, 86, 179, 0.95),
            /* biru lebih gelap */
            rgba(0, 123, 255, 0.7)) !important;
}

.bg-red-gradient {
    background: linear-gradient(135deg,
            rgba(183, 28, 28, 0.95),
            rgba(244, 67, 54, 0.7)) !important;
}

.bg-blue-grey-gradient {
    background: linear-gradient(135deg,
            rgba(69, 90, 100, 0.95),
            rgba(96, 125, 139, 0.7)) !important;
}

.bg-cyan-gradient {
    background: linear-gradient(135deg,
            rgba(0, 121, 135, 0.95),
            rgba(0, 188, 212, 0.7)) !important;
}

.bg-green-gradient {
    background: linear-gradient(135deg,
            rgba(46, 125, 50, 0.95),
            rgba(76, 175, 80, 0.7)) !important;
}

.bg-orange-gradient {
    background: linear-gradient(135deg,
            rgba(230, 81, 0, 0.95),
            rgba(255, 152, 0, 0.7)) !important;
}

.bg-pink-gradient {
    background: linear-gradient(135deg,
            rgba(136, 14, 79, 0.95),
            rgba(233, 30, 99, 0.7)) !important;
}

.bg-green-yellow-gradient {
    background: linear-gradient(180deg,
            rgba(76, 175, 80, 0.95),
            /* Hijau di atas */
            rgba(139, 195, 74, 0.95),
            /* Hijau muda transisi */
            rgba(255, 193, 7, 0.95),
            /* Kuning lembut */
            rgba(255, 152, 0, 1)
            /* Kuning/orange di bawah */
        ) !important;
}

#judul-atas {
    position: absolute;
    top: 0vh;
    width: 100%;
    height: 14vh;
    z-index: 4;
    overflow: hidden;
    padding-top: 10px;
}

#judul-atas-2 {
    position: absolute;
    top: 20vh;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    padding-top: 10px;
}

#tanggal {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #aab7b8
}

#tanggal_arab {
    font-style: italic;
    font-family: serif;
    font-size: 1.8rem;
}

#jam {
    font-size: 3.5rem;
    font-weight: bold;
    color: white;
}

#nama-masjid {
    font-size: 2.4rem;
    font-weight: bolder;
    color: white;
    text-align: left;
    font-family: 'Helvetica', sans-serif;
}

#alamat-masjid {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
}

#row-keuangan {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 23vh;
    background-color: rgba(0, 0, 0, 0.7);
}

#row-keuangan2 {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 10vh;
    background-color: rgba(0, 0, 0, 0.7);
}

#info-keuangan {
    color: #fdfefe;
    font-size: 1.2rem;
    line-height: 4vh;
}

#info-transaksi {
    color: #fdfefe;
    font-size: 1.2rem;
    line-height: 4vh;
}

#info-masjid {
    position: absolute;
    bottom: 23vh;
    width: 100%;
    z-index: 3;
    overflow: hidden;
}

#info-masjid2 {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    z-index: 3;
    overflow: hidden;
}

#info-sholat {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    z-index: 3;
    overflow: hidden;
}

#slide-container {
    position: absolute;
    bottom: 0vh;
    width: 100%;
    height: 10vh;
    background: #212121;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}

#news-content {
    top: 2vh;
    position: absolute;
    z-index: 50;
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.news-text {
    font-family: 'Helvetica', sans-serif;
    font-size: 2.4rem;
    font-weight: 600 !important;
    color: #FFFFFF;
    width: 100vw;
}

#judul {
    top: 0;
    left: 0;
    width: 100%;
    height: 12vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    overflow: hidden;
}

#judul h1 {
    line-height: 0.3;
}

#judul h3 {
    line-height: 0.3;
}

#alamat {
    line-height: 0.5;
}

.number {
    font-weight: normal;
    font-size: 2rem;
    margin: auto;
    color: #fdfefe;
}

#calendar {
    padding-left: 1.125rem;
}

.jelang {
    font-size: 1.5rem;
    font-weight: 600 !important;
}

.nama-solat {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 0.8;
}

.waktu-solat {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

#nama-event {
    font-weight: bold;
}

.petikan-teks {
    font-family: 'Amiri', serif;
    font-size: 52px;
    line-height: 1.8;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
}

.petikan-terjemah {
    font-size: 32px;
    opacity: .9;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}