.float-alt {
  text-decoration: none;
  position: fixed;
  width: 160px;
  height: 45px;
  bottom: 30px;
  right: 200px;

  background-color: #ffffffc8;
  backdrop-filter: blur(5px);
  border-radius: 0;
  color: #03002ae5 !important;
  font-weight: 600;
  font-size: 16px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;

  line-height: 1 !important;
  z-index: 3000;
}

/* ===== SOL ===== */
.float-alt-rezervasyon {
  text-decoration: none;
  position: fixed;
  width: 160px;
  height: 45px;
  bottom: 30px;
  right: 360px;

  background-color: #03002ae5;
  backdrop-filter: blur(5px);
  border-radius: 10px 0 0 10px;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;

  line-height: 1 !important;
  z-index: 3000;
}

/* ===== SAĞ ===== */
.float-alt-whatsapp {
  text-decoration: none;
  position: fixed;
  width: 160px;
  height: 45px;
  bottom: 30px;
  right: 40px;

  background-color: #25D366;
  backdrop-filter: blur(5px);
  border-radius: 0 10px 10px 0;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;

  line-height: 1 !important;
  z-index: 3000;
}


/* ===== ICON KESİN FIX ===== */
.float-alt i,
.float-alt-rezervasyon i,
.float-alt-whatsapp i {
  display: block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(1px);
}

/* FontAwesome override */
.float-alt .fa,
.float-alt-rezervasyon .fa,
.float-alt-whatsapp .fa,
.float-alt-whatsapp .fa-brands {
  display: block !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

/* TEXT */
.float-alt span,
.float-alt-rezervasyon span,
.float-alt-whatsapp span {
  display: block;
  line-height: 1;
}


/* ===== HOVER ===== */
.float-alt:hover {
  background-color: #e5e5e5;
}

.float-alt-rezervasyon:hover {
  background-color: #1a1745;
}

.float-alt-whatsapp:hover {
  background-color: #1ebe5d;
}


/* ===== MOBİL ===== */
@media all and (max-width: 768px) {

  .float-alt,
  .float-alt-rezervasyon,
  .float-alt-whatsapp {
    width: calc(33.333% - 4px);
    height: 42px;
    bottom: 8px;
    font-size: 13px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;

    line-height: 1 !important;
    z-index: 3000;
  }

  /* SOL */
  .float-alt-rezervasyon {
    left: 6px;
    right: auto;
    border-radius: 10px 0 0 10px;
  }

  /* ORTA */
  .float-alt {
    left: calc(33.333% + 2px);
    right: auto;
    transform: none;
    border-radius: 0;
  }

  /* SAĞ */
  .float-alt-whatsapp {
    right: 6px;
    left: auto;
    border-radius: 0 10px 10px 0;
  }
}
