/* FLOATING WHATSAPP (masaüstü) */
.whatsapp-fab {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1050;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease, opacity .2s ease;
}

    .whatsapp-fab i {
        font-size: 26px;
        line-height: 1;
    }

    .whatsapp-fab:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 28px rgba(0,0,0,.22);
    }
footer .right-border {
   border-right: 1px solid rgba(255, 255, 255, 0.05);
}
/* MOBİL ALT MENÜ */
.mobile-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    height: 64px;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 -6px 18px rgba(0,0,0,.06);
    gap: 6px;
}

    .mobile-bottom-bar .mb-item {
        flex: 1 1 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #333;
        font-size: 12px;
        line-height: 1.1;
    }

        .mobile-bottom-bar .mb-item i {
            font-size: 20px;
            margin-bottom: 2px;
        }

/* Karanlık mod uyumu (isteğe bağlı) */
@media (prefers-color-scheme: dark) {
    .mobile-bottom-bar {
        background: #121212;
        border-top-color: rgba(255,255,255,.08);
    }

        .mobile-bottom-bar .mb-item {
            color: #eaeaea;
        }
}
@media (max-width: 768px){
    #footer {
        padding-bottom: 52px;
    }
    
}
