/* Screen-reader-only utility extracted from inline <style> */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}


/* Utility used by your company menu */
.nav-none { display: none !important; }


/* Search reveal behavior formerly controlled by inline script */
.search-box-module { transition: top .25s ease; }
.search-box-module:not(.search-visible) { top: -50px; }
.search-box-module.search-visible { top: 0; }


/* Optional: visual cue for rotated toggles on mobile */
.vnav-dropdown-toggle-rotate { transform: rotate(180deg); }
.sublevel-one-toggle-rotate { transform: rotate(90deg); }


/* Optional: mobile submenu container when hamburger opened */
.vnav-mobile-sublevel-show { display: block; }


/* Ensure SVG logo classes keep their colors (copied from inline <style> inside SVG) */
.cls-logo-3 { fill: #3c9a63; }
.cls-logo-2 { fill: #fff; }


/* Example: keep your AI Tools icon override */
#mobile-nav-code-module li a.ai-tools::before {
background-image: url(/wp-content/uploads/2025/02/ai-spark-icon.png) !important;
}