#info-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 232px;
  background-color: #f8f9fa;
  border-top: 2px solid #ccc;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.hidden {
  display: none;
}

#toggle-button {
  position: absolute;
  top: 10px;
  right: 20px;
  /* background: #8e5ec4; */
  color: #8e5ec4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

#toggle-button.down-arrow {
  transform: rotate(180deg);
}


@media (max-width: 991px) {

  /* #info-box {
    height: 296px;

  } */

 
}


/* info box */


#footer-content-isi {
  display: none;
}


