/* Add this at the end of your theme's main style.css file */

/* Body padding for fixed navbar */
body {
    padding-top: 80px; /* Match navbar height */
}

@media (max-width: 1023px) {
    body {
        padding-top: 70px; /* Match mobile navbar height */
    }
}
