/* Branding-page-only tweaks to the shared site navbar.
   These selectors live OUTSIDE the .bg-brand-scope, so they target the
   global header — but keyed off body.bytesglue-webdesign-body they only
   apply on /branding and /branding/pricing. */

body.bytesglue-webdesign-body .vl-header-area > .container {
  /* margin-top intentionally not set — nav sits flush at the top. */
}

/* Bundle rules target #vl-header-sticky .bytesglue-brand-text with !important;
   match that specificity so the branding-page chrome stays white. */
body.bytesglue-webdesign-body #vl-header-sticky .bytesglue-brand-text,
body.bytesglue-webdesign-body #vl-header-sticky.header-sticky .bytesglue-brand-text {
  color: #fff !important;
}

body.bytesglue-webdesign-body .vl-main-menu nav > ul > li > a {
  color: #fff;
}
body.bytesglue-webdesign-body .vl-main-menu nav > ul > li.active > a {
  color: #6FD3F5;
}
body.bytesglue-webdesign-body .vl-header-action-item .vl-offcanvas-toggle {
  color: #fff;
}
