.asagiSabit {
  position: fixed;
  bottom: 20px;
  z-index: 99;
}

.whatsappBlock a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.2s ease, color 0.2s ease;
}

.whatsappBlock a:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  color: #eaffea; /* un verde muy claro */
}

.whatsappBlock a i {
  font-size: 24px;
  display: block;
  transition: color 0.2s ease;
}

.whatsappBlock a:hover i {
  color: #eaffea;
}

.asagiSabiti {position:fixed;bottom:0px;z-index:99}
.instaBlock a {display:inline-block;height:40px;background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 90%, #833ab4 100%);padding:8px;color:#fff; margin-bottom: 10px; border-radius: 10px  !important;font-weight:bold}
.instaBlock a i {height:100%;width:auto; font-size:25px;}

.asagiSabitf {position:fixed;bottom:0px;z-index:99}
.faceBlock a {display:inline-block;height:40px;background:#3b5998;padding:8px;color:#fff; margin-bottom: 10px; border-radius: 10px  !important;font-weight:bold}
.faceBlock a i {height:100%;width:auto;background:#3b5998; font-size:25px;}

.asagiSabity {position:fixed;bottom:0px;z-index:99}
.youtubeBlock a {display:inline-block;height:40px;background:#ff0000;padding:8px;color:#fff; margin-bottom: 10px; border-radius: 10px  !important;font-weight:bold}
.youtubeBlock a i {height:100%;width:auto; font-size:25px;}

.asagiSabitt {position:fixed;bottom:0px;z-index:99}
.twitterBlock a {display:inline-block;height:40px;background:black;padding:8px;color:#fff; margin-bottom: 10px; border-radius: 10px  !important;font-weight:bold}
.twitterBlock a i {height:100%;width:auto;background:black; font-size:25px;}