/*
Type: Styles for Desktop
Author: Aknjoroge
*/

@media (min-width: 1024px) {
  /* XXX START */

  /* .container {
    max-width: 92% !important;
  } */

  .mega-dropdown {
    top: 150px !important;
    max-height: 550px !important;
    overflow-y: auto !important;
  }

  /* XXX END */
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; /* Bootstrap 4 default — can bump to 1260px safely */
  }
}

/* XXL devices (≥1400px) — modern addition */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px; /* Safe industry standard for wide screens */
  }
}
