/*
 Theme Name:   Kadence Child — NaviClub
 Theme URI:    https://naviclub.org
 Description:  Child theme for NaviClub (naviclub.org + corp.naviclub.org)
 Author:       NaviClub
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child-naviclub
*/

/* Floating messenger buttons */
.nc-messenger-btns { position: fixed; bottom: 24px; right: 24px; display: flex; flex-direction: column; gap: 12px; z-index: 9999; }
.nc-msg-btn {
    width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nc-msg-btn:hover { transform: scale(1.1); }
.nc-whatsapp { background: #25D366; box-shadow: 0 4px 16px rgba(37,211,102,0.4); }
.nc-telegram { background: #0088cc; box-shadow: 0 4px 16px rgba(0,136,204,0.4); }
@media (max-width: 768px) {
    .nc-messenger-btns { bottom: 16px; right: 16px; }
    .nc-msg-btn { width: 48px; height: 48px; }
}
