.container-fluid1 {

    background-image: url(assets/img/MESJIDJAMI3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hr2 {
    border-style: solid;
    height: 3px; /* Tebal garis */
    background-color: #ffffff;
}
.col-bg1 {
    background-image: url(assets/img/pengajian.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;

}
.col-bg2 {
    background-image: url(assets/img/tpa.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;

}
.col-bg3 {
    background-image: url(assets/img/baktisosial.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;

}
.col-bg4 {
    background-image: url(assets/img/pelatihan.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.cb {
    height: 350px;
}
.card-bg {
    background-image: url(assets/img/donasi.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
}

/* Gaya untuk modal */
.modalpop-up {
    display: none; /* Modal disembunyikan secara default */
    position: fixed; /* Modal diposisikan di atas halaman */
    z-index: 9999; /* Pastikan modal di atas konten lainnya */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Latar belakang gelap */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ini di bagian laporan akuntansi */

/* berita */
  .carousel-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .carousel-image {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }

  .judul-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
  }

  .judul-overlay h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
  }
