/* 
 * File: assets/css/responsive/tablet.css 
 * Theme: Kalinajaya 
 */

.mobile-header,
.mobile-menu-drawer,
.mobile-bottom-nav {
    display: none !important;
}

/* Enable WhatsApp button on tablet */
.mobile-whatsapp-btn {
    display: block !important;
    position: fixed !important;
    bottom: 35px !important;
    right: 25px !important;
    z-index: 9999 !important;
}

/* Responsive Grid System */
.grid-3,
.grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px;
}

/* Homepage Hero section overrides */
.hero-section {
    padding: 85px 0 !important;
}

.hero-content h1 {
    font-size: 40px !important;
}
