* {margin:0; padding:0;}

.social-bar {
  position:fixed;
  top:250px;
}

.social-bar ul {
  list-style: none;
}

.social-bar ul li a {
  display: inline-block;
  color: #fff;
  padding: 15px 15px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.social-bar ul li a:hover {
  padding: 15px 30px;
}

.fb {background: #3b5998;}
.tw {background: #000000;}
.in {background: #f51202;}

.social-icons {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.icon-container a {
  text-decoration: none;
  font-size: 1.5rem;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icon-container a {
  text-decoration: none;
  font-size: 1.5rem;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icon-container:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
