/*
Theme Name: Gabox Pets Grooming (V2)
Theme URI: https://gaboxpetsgrooming.pet
Author: Gabox Pets Grooming
Author URI: https://gaboxpetsgrooming.pet
Description: A premium, mobile-first WordPress theme for Gabox Pets Grooming.
Version: 1.0.1
Text Domain: gaboxpetsgrooming
*/

/* Base Styles */
body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* Custom Animations and Utilites */
.animate-pulse-primary {
    animation: pulse-primary 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-primary {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .8; transform: scale(1.05); }
}

/* Zone Lightbox Styles */
#zone-lightbox {
    display: none;
    z-index: 1000;
}
#zone-lightbox.active {
    display: flex;
}

/* Mobile Menu Transition */
#mobile-menu-overlay {
    transition: opacity 0.5s ease-in-out;
}
#mobile-menu {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Tab Content */
.tab-content {
    transition: all 0.5s ease-in-out;
}
