/*
 * Bioekran Global Horizontal Overflow Fix v1.1.0
 * Author: rtsasuk
 * https://t.me/rtsasuk
 *
 * Main page + all internal Bioekran pages.
 */

/* Final browser-level safety: never allow a child to create horizontal page scroll. */
html,
body {
  max-width:100% !important;
  overflow-x:hidden !important;
}

/* Modern browsers can clip without creating a scroll container. */
@supports (overflow: clip) {
  html,
  body {
    overflow-x:clip !important;
  }
}

/* Every Bioekran major block must stay inside viewport. */
.bioekran-header-module,
.bioekran-hero-module,
.bioekran-stats-module,
.bioekran-services-module,
.bioekran-industries-module,
.bioekran-process-module,
.bioekran-about-module,
.bioekran-cta-module,
.bioekran-faq-module,
.bioekran-footer-module,
.bioekran-about-page-module,
.bioekran-services-page-module,
.bioekran-license-page-module,
.bioekran-expertise-page-module,
.bioekran-bioprotection-page-module,
.bioekran-contact-page {
  max-width:100% !important;
}

/* ===== MAIN PAGE ===== */

@media (max-width: 991px) {

  /* Hero */
  .bioekran-hero-module .hero-grid {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* Services */
  .bioekran-services-module .services-grid {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* Industries */
  .bioekran-industries-module .industry-grid {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* Process */
  .bioekran-process-module .process-grid {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* About */
  .bioekran-about-module .about-grid {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* CTA */
  .bioekran-cta-module .bioekran-cta-grid {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* FAQ */
  .bioekran-faq-module .bioekran-faq-wrap {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}

/* Mobile containers: use padding as gutter, never negative outer margins. */
@media (max-width: 767px) {
  .bioekran-hero-module .bioekran-hero-container,
  .bioekran-services-module .bioekran-services-container,
  .bioekran-industries-module .bioekran-industries-container,
  .bioekran-process-module .bioekran-process-container,
  .bioekran-about-module .bioekran-about-container,
  .bioekran-cta-module .bioekran-cta-container,
  .bioekran-faq-module .bioekran-faq-container {
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:14px !important;
    padding-right:14px !important;
    box-sizing:border-box !important;
  }

  /* Protect wide/absolute homepage children. */
  .bioekran-hero-module .hero-copy,
  .bioekran-hero-module .hero-visual,
  .bioekran-services-module .service-col,
  .bioekran-industries-module .industry-col,
  .bioekran-process-module .process-col,
  .bioekran-about-module .about-visual,
  .bioekran-about-module .about-copy,
  .bioekran-cta-module .bioekran-cta-copy,
  .bioekran-cta-module .bioekran-cta-form-col,
  .bioekran-faq-module .bioekran-faq-intro,
  .bioekran-faq-module .bioekran-faq-list {
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .bioekran-hero-module img,
  .bioekran-services-module img,
  .bioekran-industries-module img,
  .bioekran-process-module img,
  .bioekran-about-module img,
  .bioekran-cta-module img,
  .bioekran-faq-module img {
    max-width:100% !important;
  }
}

/* ===== INTERNAL INFORMATION PAGES ===== */

/* Standard OpenCart Bootstrap .row around #content */
.bioekran-about-page-host > .row,
.bioekran-services-page-host > .row,
.bioekran-license-page-host > .row,
.bioekran-expertise-page-host > .row,
.bioekran-bioprotection-page-host > .row {
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Standard OpenCart #content column */
.bioekran-about-page-content,
.bioekran-services-page-content,
.bioekran-license-page-content,
.bioekran-expertise-page-content,
.bioekran-bioprotection-page-content {
  float:none !important;
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

/* Full-width host */
.bioekran-about-page-host,
.bioekran-services-page-host,
.bioekran-license-page-host,
.bioekran-expertise-page-host,
.bioekran-bioprotection-page-host {
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

/* Internal custom grids */
.bioekran-about-page-content-grid,
.bioekran-services-page-services-grid,
.bioekran-services-page-equipment-grid,
.bioekran-license-page-grid,
.bioekran-expertise-page-grid,
.bioekran-bioprotection-page-grid,
.bioekran-contact-grid {
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Remove Bootstrap clearfix pseudo-elements if theme applies .row behaviour broadly. */
.bioekran-about-page-content-grid:before,
.bioekran-about-page-content-grid:after,
.bioekran-services-page-services-grid:before,
.bioekran-services-page-services-grid:after,
.bioekran-license-page-grid:before,
.bioekran-license-page-grid:after,
.bioekran-expertise-page-grid:before,
.bioekran-expertise-page-grid:after,
.bioekran-bioprotection-page-grid:before,
.bioekran-bioprotection-page-grid:after {
  display:none !important;
  content:none !important;
}

@media (max-width:767px) {
  .bioekran-about-page-container,
  .bioekran-services-page-container,
  .bioekran-license-page-container,
  .bioekran-expertise-page-container,
  .bioekran-bioprotection-page-container,
  .bioekran-contact-container {
    width:calc(100% - 28px) !important;
    max-width:calc(100% - 28px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .bioekran-about-page-module img,
  .bioekran-services-page-module img,
  .bioekran-license-page-module img,
  .bioekran-expertise-page-module img,
  .bioekran-bioprotection-page-module img,
  .bioekran-contact-page img {
    max-width:100% !important;
    height:auto;
  }
}
