/*!
 * custom.css — Protein Fitness Meals
 * ---------------------------------------------------------------------------
 * Upload to:
 *   dashboard.proteinkwd.com / public / site / assets / css / custom.css
 *
 * This file loads on BOTH English and Arabic pages, and on every page of the
 * site. It's the place for small visual tweaks, so we don't have to keep
 * touching the template's own stylesheets or the layout file.
 *
 * (rtl.css is the Arabic-only companion to this file, and loads after it.)
 * ---------------------------------------------------------------------------
 */


/* ===========================================================================
   Sticky header — keep the blue top bar visible while scrolling
   ---------------------------------------------------------------------------
   The template already makes the header stick when you scroll: JavaScript adds
   a "sticky" class, and the stylesheet then pulls the whole header up by 62px
   so the blue bar (phone number, Login, language switcher) slides out of view
   and only the white menu row stays.

   Setting top back to 0 keeps the entire header on screen — blue bar included.

   Applies to English and Arabic equally: this rule doesn't care about language.
   =========================================================================== */

.header-wrap.sticky {
    top: 0 !important;
}
