/* Header Partial Styles */
@media (max-width: 991px) {
    .navbar-desk-mob {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }
    /* Add padding to body to prevent content being hidden */
    body {
        padding-top: 40px;
    }
}
