
			.ber4u-mmenu {
				position: fixed;
				left: 0;
				right: 0;
				top: 0;
				z-index: 99990;
				max-height: 80vh;
				overflow-y: auto;
				background: #111;
				box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
				-webkit-overflow-scrolling: touch;
			}
			.ber4u-mmenu[hidden] { display: none; }
			.ber4u-mmenu__list,
			.ber4u-mmenu .sub-menu {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			.ber4u-mmenu .sub-menu { padding-left: 16px; background: rgba(255, 255, 255, 0.04); }
			.ber4u-mmenu__list li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
			.ber4u-mmenu__list a {
				display: block;
				padding: 15px 22px;
				color: #fff;
				text-decoration: none;
				font-weight: 600;
				font-size: 1.02rem;
			}
			.ber4u-mmenu__list a:hover,
			.ber4u-mmenu__list .current-menu-item > a {
				background: rgba(245, 161, 30, 0.16);
				color: #f5a11e;
			}
			@media (min-width: 1025px) {
				.ber4u-mmenu { display: none !important; }
			}

			/* Mobile header: logo left, the three icons grouped right with even gaps */
			@media (max-width: 1024px) {
				/* Put the logo and icons on one vertical line */
				.elementor-305 .elementor-container,
				.elementor-305 .elementor-row {
					align-items: center !important;
				}
				.elementor-305 .elementor-column:has(.elementor-widget-icon) .elementor-widget-wrap {
					align-content: center;
					justify-content: center;
				}
				.elementor-305 .elementor-column:has(.elementor-widget-image) .elementor-widget-wrap {
					align-content: center;
					justify-content: flex-start;
				}
				.elementor-305 .elementor-widget-icon {
					display: flex;
					align-items: center;
					justify-content: center;
				}
				.elementor-305 .elementor-widget-image {
					display: flex;
					align-items: center;
					justify-content: flex-start;
					text-align: left;
				}
				/* Nudge the icons down to sit level with the logo */
				.elementor-305 .elementor-column:has(.elementor-widget-icon) .elementor-icon {
					position: relative;
					top: 4px;
				}
				.elementor-305 .elementor-column:has(.elementor-widget-image) {
					flex-grow: 1;
				}
				.elementor-305 .elementor-column:has(.elementor-widget-icon) {
					flex: 0 0 auto;
					width: auto !important;
					max-width: none !important;
					padding-left: 0 !important;
					padding-right: 0 !important;
					margin: 0 7px;
				}
				.elementor-305 .elementor-column:has(.elementor-widget-icon):last-child {
					margin-right: 0;
				}
				.elementor-305 .elementor-widget-icon {
					margin: 0 !important;
					text-align: center;
				}
			}
		