/* ===================================================================
   Static-build overrides for Agile Aerospace & Defence.
   The theme already ships complete mobile-nav CSS+JS — it only lacked
   the drawer *markup* (now added in the header). So we DO NOT restyle
   the drawer here; we only add a couple of safe, non-conflicting fixes.
   =================================================================== */

/* Never allow sideways scrolling on any device */
html, body { overflow-x: hidden; }

/* Home/about/industries sections use only .col-xl-6, so they don't stack
   until 1200px. Make them stack cleanly a bit earlier on tablets. */
@media (max-width: 1199px) {
  .home-section .row > [class*="col-"],
  .about-section .row > [class*="col-"],
  .industry-alt .row > [class*="col-"] { flex: 0 0 100%; max-width: 100%; }
  .home-section .img-box,
  .about-section .img-box,
  .industry-alt .img-box { margin-bottom: 28px; }
}

/* Contact form success message spacing */
.form-success-note { margin-top: 15px; font-weight: 600; }
