
/* ===== Responsive overrides for BizKonnect site ===== */
html,body{box-sizing:border-box}
img,video,iframe{max-width:100%;height:auto;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.header, header, .site-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:12px 0}
.nav{display:flex;gap:12px;align-items:center}
.mobile-nav-toggle{display:none}
@media(max-width:900px){
  .nav{display:none}
  .mobile-nav-toggle{display:inline-block}
  .hero{padding:28px 0}
  .grid{grid-template-columns:repeat(1,1fr) !important}
  .services-list, .features, .pricing{padding:18px 0}
  .two-column{display:block}
  .sidebar, .main-col{width:100%}
  .lead-form{width:100%}
  nav.open{display:block;background:#fff;padding:12px;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,0.06)}
}
/* Make tables scroll on small screens */
table{width:100%;border-collapse:collapse}
.table-wrapper{overflow:auto}
a.cta, .btn{display:inline-block;padding:10px 14px;border-radius:8px;text-decoration:none}

/* Align "Official Partner of" text and Onfinity logo */
.official-partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}

.official-partner img.partner-logo { 
  max-height: 48px;
  width: auto;
  vertical-align: middle;
  margin-top: 0;
}

/* Make sure heading font size scales gracefully */
.modern-hero-title {
  font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
  line-height: 1.3;
}



/* ===== GLOBAL HORIZONTAL SCROLL REMOVAL ===== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.container, .row, section, header, footer, main, nav, div {
  max-width: 100%;
}

img, video, iframe, svg {
  max-width: 100%;
  height: auto;
}

.row, .grid, .flex, .features, .cards, .hero-btn-group {
  flex-wrap: wrap;
}

.hero, .hero-slide, .hero-slider, .banner, .slide {
  overflow-x: hidden;
}

.cta-float-wrap {
  right: 16px;
}
