/* Ana FAB Butonu */
.fab-btn {
    color: #fff;
    width: unset !important;
    cursor: pointer;
    height: 55px;
    margin: 0 auto 0 auto;
    display: flex;
    outline: none !important;
    padding: 0px 20px 0px 20px;
    z-index: 9999;
    position: relative;
    max-width: none !important;
    min-width: fit-content;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    align-items: center;
    margin-left: 0;
    user-select: none;
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 0;
    flex-direction: row;
    background-size: cover;
    text-decoration: none;
    background-color: #25D366;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    width: 100%;
  }
  
  .fab-btn:hover {
    box-shadow: 0px 5px 11px 1px rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-color: #25D366;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  /* Küçük FAB Butonları */
  .fab-btn-sm {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    text-align: center;
    cursor: pointer;
    background-color: #D6BCFA; /* Açık mor */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }
  
  .fab-btn-sm:hover {
    background-color: #B794F4;
  }

  
  /* Tooltip (Bilgi Baloncuğu) */
  .tooltip {
    display: none;
    position: absolute;
    top: 50%;
    left: inherit;
    transform: translateY(-50%);
    right: calc(100% + 11px);
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
  }
  
  /* Tooltip Üçgeni */
  .triangle {
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    position: absolute;
    right: -4px;
    top: calc(50% - 2px);
    transform: rotate(90deg) translateY(-50%);
  }
  
  /* Tooltip Hover Etkisi */
  .fab-btn-sm:hover .tooltip {
    display: block;
  }
  .socials-count {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999999;
  }

  .fab-btn-icon span {
    color: #fff;
    height: undefinedpx;
    margin: 0px;
    display: inline-block;
    opacity: 1;
    padding: 0px;
    z-index: 1;
    position: initial;
    font-size: 17px;
    transform: initial;
    background: unset;
    box-shadow: unset;
    text-align: end;
    transition: all 250ms ease-in-out;
    visibility: visible;
    line-height: undefinedpx;
    white-space: nowrap;
    border-radius: 3px;
  }

  .fab-btn-whatsapp {
    color: #fff;
    width: unset;
    cursor: pointer;
    height: 55px;
    margin: 0 auto 0 auto;
    display: flex;
    outline: none !important;
    padding: 0px 25px 0px 20px;
    position: relative;
    max-width: none !important;
    min-width: fit-content;
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    align-items: center;
    margin-left: 0;
    user-select: none;
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
    background-size: cover;
    text-decoration: none;
    background-color: #25D366;
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;

  }

  .fab-btn-wp {
    border-radius: 50%;
    height: 2rem;
    width: auto;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: white;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    border: none;
  }

  .fab-btn-icon .bx-phone {
    padding-right: 0.25rem;
  }

  .fab-btn-whatsapp .bxl-whatsapp {
    padding-left: 0.50rem;
    font-size: x-large;
  }

  .fab-btn-call .bx-phone {
    padding-left: 0.50rem;
    font-size: large;
  }

  .fab-btn-eposta .bx-envelope {
    padding-left: 0.50rem;
    font-size: large;
  }

  .fab-btn-call {
    color: #fff;
    width: unset;
    cursor: pointer;
    height: 55px;
    margin: 0 auto 0 auto;
    display: flex;
    outline: none !important;
    padding: 0px 25px 0px 20px;
    position: relative;
    max-width: none !important;
    min-width: fit-content;
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    align-items: center;
    margin-left: 0;
    user-select: none;
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
    background-size: cover;
    text-decoration: none;
    background-color: rgba(254, 36, 55, 1);
    background-image: none;
    background-repeat: no-repeat;
    border:none;
    width: 100%;
  }

  .fab-btn-cll{
    border-radius: 50%;
    height: 4rem;
    width: auto;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: white;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    border: none;
  }

  .fab-btn-eposta{
    border-radius: 50%;
    height: 4rem;
    width: auto;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: white;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    border: none;
  }

  .fab-btn-posta {
    color: #fff;
    width: unset;
    cursor: pointer;
    height: 55px;
    margin: 0 auto 0 auto;
    display: flex;
    outline: none !important;
    padding: 0px 40px 0px 20px;
    position: relative;
    max-width: none !important;
    min-width: fit-content;
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    align-items: center;
    margin-left: 0;
    user-select: none;
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
    background-size: cover;
    text-decoration: none;
    background-color: #174EA6;
    background-image: none;
    background-repeat: no-repeat;
    border:none;
    width: 100%;
  }

  .wp-count {
    position: sticky !important;
  }

  .fab-btn-eposta:hover {
    text-decoration: none !important;
  }

  .fab-btn-cll:hover {
    text-decoration: none !important;
  }

  .wp-count:hover {
    text-decoration: none !important;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
  }

  .fab-btn-icon .wp-genereal{
    font-size: xx-large;
  }