/*
Theme Name: VLV Servis
Theme URI: https://www.vlvservis.com
Author: Burak ATİK
Author URI: https://www.vlvservis.com
Description: VLV Servis
Version: 1.0
Text Domain: vlvservis
*/

@media only screen and (max-width: 767px) {
  .hakkimizda-btn {
    margin-bottom:20px;
     }
     .hakkimizda-btn-div{
         margin-top:10px;
     }
}
.formgonder:hover{
    color:#fff;
}

.sf-social-menu {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.sf-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sf-social-item {
  height: 60px;
  position: relative;
  margin-top:0px;
}

/* Platform renkleri */
.sf-social-item.facebook a { background: #4267b2; }
.sf-social-item.twitter a { background: #1da1f2; }
.sf-social-item.instagram a { background: #e1306c; }
.sf-social-item.linkedin a { background: #2867b2; }
.sf-social-item.github a { background: #333; }
.sf-social-item.youtube a { background: #ff0000; }
.sf-social-item.maps a { background: #1c63b8; }

.sf-social-link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  padding-left: 25%;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.4);
  transition: all .3s ease;
  overflow: hidden;
}

.sf-social-link:hover {
  width: 200px;
  color: #fff;
}

.sf-social-link i {
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 27px;
}

.sf-social-link span {
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sf-social-item:hover span {
  display: inline-block;
  padding-left: 30%;
}
@media (max-width: 1024px) {
  .sf-social-menu {
    display: none !important;
  }
  .whatsapp-float{
    display: none !important;
  }
}



.whatsapp-float {
  position: fixed;
  bottom: 50px;
  left: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.whatsapp-icon {
  background-color: #25d366;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.whatsapp-icon img {
  width: 42px;
  height: 42px;
}

.whatsapp-text {
  background-color: #25d366;
  color: white;
  font-weight: 500;
  margin-left: 10px;
  padding: 8px 16px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease;
  max-width: 0;
  overflow: hidden;
}

.whatsapp-float:hover .whatsapp-icon {
  transform: scale(1.1);
  animation: none;
}

.whatsapp-float:hover .whatsapp-text {
  opacity: 1;
  transform: translateX(0);
  max-width: 300px;
}


@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 768px) {
  .whatsapp-float .whatsapp-text {
    display: none;
  }
}