/* =========================
   HEADER BUTTON FIX
========================= */

.header-actions{
    display:flex;
    align-items:center;
    gap:10px;
}

/* TÜM BUTONLAR GÖRÜNÜR */
.header-actions .btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
}

/* GİRİŞ / ÜYE OL */
.btn-login{
    background:#f1f1f1;
    color:#222;
}

.btn-register{
    background:#0d6efd;
    color:#fff !important;
}

/* İLAN EKLE */
.btn-add{
    background:#198754;
    color:#fff !important;
}

/* MOBİLDE KAYBOLMASIN */
@media (max-width:768px){
    .header-actions{
        flex-wrap:wrap;
        justify-content:flex-end;
    }
}

/* =========================
   WHATSAPP SABİT BUTON FIX
========================= */

.whatsapp-float{
    position:fixed !important;
    right:20px;
    bottom:20px;
    width:auto;
    height:auto;
    padding:14px 20px;
    background:#25D366;
    color:#fff !important;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    display:flex !important;
    align-items:center;
    gap:8px;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    z-index:99999;
    text-decoration:none;
}

/* ÜSTÜNE BİNEN VARSA */
.whatsapp-float *{
    pointer-events:auto;
}

.whatsapp-float:hover{
    transform:scale(1.05);
}

/* MOBİLDE DAHA KÜÇÜK */
@media (max-width:576px){
    .whatsapp-float{
        padding:12px 16px;
        font-size:14px;
        right:15px;
        bottom:15px;
    }
}
/* =========================
   HEADER BUTTON FIX
========================= */

.header-actions{
    display:flex;
    align-items:center;
    gap:10px;
}

/* TÜM BUTONLAR GÖRÜNÜR */
.header-actions .btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
}

/* GİRİŞ / ÜYE OL */
.btn-login{
    background:#f1f1f1;
    color:#222;
}

.btn-register{
    background:#0d6efd;
    color:#fff !important;
}

/* İLAN EKLE */
.btn-add{
    background:#198754;
    color:#fff !important;
}

/* MOBİLDE KAYBOLMASIN */
@media (max-width:768px){
    .header-actions{
        flex-wrap:wrap;
        justify-content:flex-end;
    }
}

/* =========================
   WHATSAPP SABİT BUTON FIX
========================= */

.whatsapp-float{
    position:fixed !important;
    right:20px;
    bottom:20px;
    width:auto;
    height:auto;
    padding:14px 20px;
    background:#25D366;
    color:#fff !important;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    display:flex !important;
    align-items:center;
    gap:8px;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    z-index:99999;
    text-decoration:none;
}

/* ÜSTÜNE BİNEN VARSA */
.whatsapp-float *{
    pointer-events:auto;
}

.whatsapp-float:hover{
    transform:scale(1.05);
}

/* MOBİLDE DAHA KÜÇÜK */
@media (max-width:576px){
    .whatsapp-float{
        padding:12px 16px;
        font-size:14px;
        right:15px;
        bottom:15px;
    }
}
