/* OKCIB static overrides 8/22/26: smaller logo + mobile hero CTA position */
header img.wp-image-6259, .custom-logo-link img { max-width: 170px !important; height: auto !important; }
@media (max-width: 768px) {
  header img.wp-image-6259, .custom-logo-link img { max-width: 140px !important; }
  section.hero .cta-section { margin-top: -18px; }
  section.hero { padding-bottom: 84px !important; }
}

/* 8/22 PM: kill the old Jotform-era background photo behind the CRM form iframes,
   and paint iframes white so nothing flashes while they load */
.elementor-widget:has(> .elementor-widget-container iframe[src*="crm.okcib.com"]),
.elementor-widget:has(iframe[src*="crm.okcib.com"]) { background-image: none !important; }
iframe[src*="crm.okcib.com"] { background: #fff; }
