/* Header / nav — prevent flicker when Webflow IX2 sets inline opacity:0
   on these elements during deferred initialization. !important beats inline styles. */
.navbar-one,
.home-one-top-section,
#schedule_meeting_btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Image reveal overlays — hide before Webflow loads so images are immediately
   visible. No !important so IX2 can override with inline width:100% when the
   scroll animation triggers, then animate back to 0. */
.home-one-teackibg-image-overlay,
.home-one-business-image-overlay {
    width: 0;
}
