.contact-icon {
  position: relative;
  width: 25px; /* Adjust as needed */
  height: 25px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-bottom: 2dvh;
}

.contact-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  pointer-events: none;
}

.contact-info-teal {
  opacity: 0;
  z-index: 2;
}

.contact-icon:hover .contact-info-white {
  opacity: 0;
}

.contact-icon:hover .contact-info-teal {
  opacity: 1;
}

.contact-icon:hover {
  transform: translateY(-7px);
}

.last-item {
  content: '';
  margin: 20px 20px 0 20px;
  transform: translateX(-50%);
  width: 2px;
  height: 90px;
  background-color: #e9f4f7;
  z-index: 0;
  display: block;
}

.last-item- {
  content: '';
  margin: 20px 20px 0px 20px;
  transform: translateX(-50%);
  width: 2px;
  height: 90px;
  background-color: #e9f4f7;
  z-index: 0;
  display: block;
}

/* .gmail {
  display: inline-block;
  font-weight: 700;
  font-family: var(--font-sans);
  transform: rotate(-90deg);
  margin: 32px 0 0 0;
  transition: color 0.3s, transform 0.3s;
}

.gmail:hover {
  color: #77d4e4;
  transform: rotate(-90deg) scale(1.05);
} */
