.sgn-sticky-social {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  transform: translateY(-50%);
}

.sgn-sticky-link,
.sgn-sticky-link:link,
.sgn-sticky-link:visited {
  display: flex !important;
  align-items: center !important;
  width: 55px !important;
  height: 55px !important;
  overflow: hidden !important;
  border-radius: 16px 0 0 16px !important;
  background: #ffffff !important;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.10) !important;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.sgn-sticky-icon {
  display: flex !important;
  min-width: 55px !important;
  height: 55px !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
}

.sgn-sticky-text {
  color: #ffffff !important;
  font-family: 'Cabin', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  transform: translateX(20px) !important;
  transition: all 0.3s ease !important;
}

.sgn-sticky-phone .sgn-sticky-icon i {
  color: #1976d2 !important;
}

.sgn-sticky-wa .sgn-sticky-icon i {
  color: #25d366 !important;
}

.sgn-sticky-ig .sgn-sticky-icon i {
  color: #e6683c !important;
}

.sgn-sticky-link:hover,
.sgn-sticky-link:focus {
  width: 165px !important;
  outline: none;
}

.sgn-sticky-link:hover .sgn-sticky-text,
.sgn-sticky-link:focus .sgn-sticky-text {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.sgn-sticky-link:hover .sgn-sticky-icon i,
.sgn-sticky-link:focus .sgn-sticky-icon i {
  color: #ffffff !important;
}

.sgn-sticky-phone:hover,
.sgn-sticky-phone:focus {
  background: #1976d2 !important;
  box-shadow: -5px 10px 25px rgba(25, 118, 210, 0.40) !important;
}

.sgn-sticky-wa:hover,
.sgn-sticky-wa:focus {
  background: #25d366 !important;
  box-shadow: -5px 10px 25px rgba(37, 211, 102, 0.40) !important;
}

.sgn-sticky-ig:hover,
.sgn-sticky-ig:focus {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  box-shadow: -5px 10px 25px rgba(220, 39, 67, 0.40) !important;
}

@media (max-width: 767px) {
  .sgn-sticky-social {
    top: auto;
    right: 10px;
    bottom: 18px;
    gap: 9px;
    transform: none;
  }

  .sgn-sticky-link,
  .sgn-sticky-link:link,
  .sgn-sticky-link:visited,
  .sgn-sticky-link:hover,
  .sgn-sticky-link:focus {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
  }

  .sgn-sticky-icon {
    min-width: 48px !important;
    height: 48px !important;
    font-size: 22px !important;
  }

  .sgn-sticky-text {
    display: none !important;
  }
}
