.facility-item .facility-icon .thead {
    z-index: 3;
}
/* @media (max-width: 992px){ */
/*     .row > .facility-item {
        width: auto;
        padding-right: calc(var(--bs-gutter-x) / 3);
        padding-left: calc(var(--bs-gutter-x) / 3);
        margin-top: calc(var(--bs-gutter-x) / 3);
      } */
/* } */
.whatsapp-icon {
    position: fixed;
    bottom: 45px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: green;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 99999;
  }
  img.lakiya {
  height: 100%; /* Mengatur tinggi gambar sesuai kebutuhan */
  width: 100%; /* Mengatur lebar gambar sesuai kebutuhan */
  object-fit: cover; /* Memotong dan menyesuaikan gambar ke dalam kotak */
  /* object-position: center top; */ /* Menggeser gambar ke tengah horizontal dan ke bawah vertikal */
}
h4.rod{
  font-size: 16px;
}