.text-grey {
    color: #777;
}

.navbar-brand a img {
	height: 100px;
}

.widget-side {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 13px;
    font-size: 11pt;
}

.icon-bar-side {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}

.icon-bar-side a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 1s ease;
  color: #3e5789;
  font-size: 15px;
}

.icon-bar-side a:hover {
  background-color: #042e52c7;
  color: #fff;
}

.facebook-side {
  background: #bdbcae5c;
  color: white;
}

.twitter-side {
  background: #bdbcae5c;
  color: white;
}

.instagram-side {
  background: #bdbcae5c;
  color: white;
}

.whatsapp-side {
  background: #bdbcae5c;
  color: white;
}

.youtube-side {
  background: #bdbcae5c;
  color: white;
}

.whatsapp-hover-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5000;
}

.icon-box-terapi {
  font-size: 50px;
}

hr {
    margin: 0 0 2rem 0;
}

.icon-scroll-up {
  position: fixed;
  bottom: 7%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}

.certificate-badge {
  position: absolute;
  left: 1%;
  bottom: 1%;
  width: 35%;
  z-index: 10;
  height: auto;
  pointer-events: none; /* Optional: ensures it doesn't interfere with clicks on the main figure if needed */
}

@media (max-width: 991px) {
  .certificate-badge {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .certificate-badge {
    width: 30%;
  }
}
