body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
}

.image-hero{
    width: 100%;
}

/* CSS Custom untuk Navbar */

  
  /* Styles for navbar links */
  .navbar-nav .nav-link {
    transition: color 0.3s ease;
  }
  
  /* Hover effect for navbar links */
  .navbar-nav .nav-link:hover {
    color: #088395;
  }
  
  /* Align navbar collapse to the right */
  .navbar-collapse {
    justify-content: flex-end;
  }

  .navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ubah nilai bayangan sesuai kebutuhan */
  }

  /* Sembunyikan dropdown menu secara default */
.dropdown-menu {
  display: none;
}

/* Tampilkan dropdown menu saat kursor mengarah ke menu */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* judul artikel */
.judul-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 50px;
    align-items: center;
    text-align: justify;
}

.isi-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center ;
}

/* tanggal post artikel */
.atas{
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


/* card artikel rekomendasi */
.card-text{
  height: 100px;
}

.card-title{
  height: 50px;
}

.card-columns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card-link{
  padding: 0;
  margin: 0;
}

.card-img-top{
    height: 130px;
    width: auto;
    position: relative;
  }

  .sharing h5{
    display: flex;
    justify-content: center;
  }

  .button-artikel{
    background-color: #ffffff;
    color: #088395;
    border: solid 2px #088395;
    border-radius: 35px;
  }

  .button-artikel:hover{
    background-color:  #088395;
    border: solid 2px #088395;
    color: #ffffff;
    border-radius: 35px;
  }

  .lainnya{
    width: 99%;
    display: flex;
    justify-content: end;
    padding: 20px;
  }

/* footer */
/* footer */
#footer {
  background-image: url('../assets/images/background-footer.jpg');
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 30px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Mengubah jumlah kolom pada grid */
  gap: 20px;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-align: center; /* Menyesuaikan tata letak teks */
}

.column h5 {
  margin: 5px 0;
}

#copyright {
  background-color: #128091;
}

.garis {
  width: 25%;
  border: solid 0.5px #ffffff;
}

.logos {
  padding: 10px; /* Mengurangi padding untuk responsifitas */
}

.comuns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ouurs a {
  color: white !important;
  text-decoration: none !important;
}

.telepon a,
.mail a {
  color: white;
  text-decoration: none;
}