.whatsapp_btn {
  z-index: 3;
  color: white;
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: flex;

  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  box-shadow: inset 0 6px 12px #ffffff26, 0 8px 16px #0000003d,
    0 4px 8px #0000000f, 0 2px 4px #0000000f, 0 1px 2px #0000000f,
    inset 0 4px 5px #ffffff08, inset 0 1.5px 1.5px #ffffff08,
    inset 0 0.75px 0.75px #ffffff0a, inset 0 0.25px 0.25px #ffffff0f;
}

.whatsapp_icon {
  filter: drop-shadow(0 4px 4px #0000001a);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.whatsapp_btn:hover {
  transform: scale(1.1);
}

.button-border {
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  display: flex;
  position: absolute;
  inset: 3px;
}

/* Custom Size Image Carroussel */
.kutup-team-image-container {
  width: 100%;
  padding: 25px;
  background-image: url("../images/t-k-1_1.avif");
  background-size: cover;
  background-position: center;
  align-items: flex-end;
}
