/* Mobile Fixes - AI Chat & Action Bar */

/* Hide AI Chat on mobile */
@media (max-width: 991.98px) {
    .ai-chat-widget {
        display: none !important;
    }
}

/* Booking button styling in mobile action bar */
.mobile-action-item.booking-btn {
    background-color: #0d6efd !important;
    color: white !important;
    font-weight: 600;
}

.mobile-action-item.booking-btn:hover {
    background-color: #0b5ed7 !important;
    color: white !important;
}

.mobile-action-item.booking-btn i,
.mobile-action-item.booking-btn span {
    color: white !important;
}

/* WhatsApp floating button - above mobile action bar */
@media (max-width: 991.98px) {
    .whatsapp-float {
        bottom: 90px !important;
        z-index: 1031 !important;
    }
}
