.elementor-1543 .elementor-element.elementor-element-1b5f6af9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:var( --e-global-color-d9f6923 );--border-color:var( --e-global-color-d9f6923 );--border-radius:0px 0px 0px 0px;--padding-top:15px;--padding-bottom:8px;--padding-left:40px;--padding-right:40px;}.elementor-1543 .elementor-element.elementor-element-1b5f6af9:not(.elementor-motion-effects-element-type-background), .elementor-1543 .elementor-element.elementor-element-1b5f6af9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(0deg, #CECECE 0%, #F8F8F8 100%);}.elementor-1543 .elementor-element.elementor-element-17a7337{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1543 .elementor-element.elementor-element-17a7337 .elementor-heading-title{font-size:49px;font-weight:600;color:var( --e-global-color-text );}.elementor-1543 .elementor-element.elementor-element-3d27b51b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:var( --e-global-color-1e55dc5 );--border-color:var( --e-global-color-1e55dc5 );--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1150px){.elementor-1543 .elementor-element.elementor-element-1b5f6af9{--padding-top:10px;--padding-bottom:5px;--padding-left:20px;--padding-right:20px;}.elementor-1543 .elementor-element.elementor-element-17a7337 .elementor-heading-title{font-size:33px;}}@media(max-width:900px){.elementor-1543 .elementor-element.elementor-element-1b5f6af9{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:10px;--padding-left:15px;--padding-right:15px;}.elementor-1543 .elementor-element.elementor-element-17a7337 .elementor-heading-title{font-size:28px;}}/* Start custom CSS for heading, class: .elementor-element-17a7337 *//* Target the actual heading text inside the widget */
.omnis-title .elementor-heading-title {
  display: block; /* normal block-level heading */
}

/* Inject logo inline before the text */
.omnis-title .elementor-heading-title::before {
  content: "";
  display: inline-block;  /* makes it behave like the first "word" */
  width: 230px;           /* logo width; tweak as needed */
  height: 60px;          /* relative to font-size, so it scales */
  background-image: url("https://mbwtek.com/wp-content/uploads/2025/11/OmnisIQ-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  vertical-align: middle;
  margin-right: 0.35em;   /* space between logo and text */
  margin-bottom:8px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .omnis-title .elementor-heading-title::before {
        width: 170px;  
        height: 50px;
    }
}
@media screen and (max-width:767px) {
    .omnis-title .elementor-heading-title::before {
        width: 140px;  
        height: 38px;
    }
    
}/* End custom CSS */