.email-signature {
  position: relative;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 0 170px;
  width: 370px;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25),
              inset 0 0 15px rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: all 0.3s ease;
}

.email-signature:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35),
              inset 0 0 25px rgba(255, 255, 255, 0.3);
}

.email-signature .signature-icon {
  position: absolute;
  top: 10%;
  left: 7%;
  width: 130px;
  height: 130px;
  background: linear-gradient(145deg, #0a3957, #0d4c7d);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 130px;
  font-size: 60px;
  box-shadow: 0 8px 20px rgba(10, 57, 87, 0.5);
  transition: 0.4s;
}

.email-signature .signature-icon:hover {
  transform: rotateY(10deg) scale(1.05);
  box-shadow: 0 12px 25px rgba(10, 57, 87, 0.7);
}

.email-signature .signature-detail {
  padding: 65px 0px 10px 5px;
  border-bottom: 2px solid rgba(2, 136, 209, 0.6);
}

.email-signature .title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  /*letter-spacing: 1px;*/
}

.email-signature .post {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.email-signature .icon {
  position: absolute;
  right: 15px;
  top: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.email-signature .icon li {
  display: inline-block;
  margin: 0 3px;
}

.email-signature .icon li a {
  display: inline-block;
  color: #fff;
  background: rgba(10, 57, 87, 0.8);
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.email-signature .icon li a:hover {
  background: #ca3436;
  transform: scale(1.1);
  box-shadow: 0 0 10px #ca3436;
}

.email-signature .signature-content {
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 25px;
}

.email-signature .signature-content li {
  color: #f0f0f0;
  font-size: 15px;
  margin-bottom: 4px;
}

.email-signature .signature-content li span {
  color: #ca3436;
  font-weight: 600;
  margin-right: 7px;
}

.clg-mentor {
  width: 100%;
  display: flex;
  justify-content: center;
}
