/*
Theme Name: Mutakamela ChildTheme
Theme URI:  https://www.wpserveur.net
Author:     vzblt
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/*
 * Footer contact numbers: Hello Elementor sets a { color:#CC3366 }.
 * iOS/Safari auto-links phone/CR digits as <a href="tel:…">, so they render red
 * on the dark blue footer. Force white (and keep hover readable).
 */
.elementor-location-footer a,
.elementor-location-footer a:link,
.elementor-location-footer a:visited,
.elementor-location-footer a:hover,
.elementor-location-footer a:active,
.elementor-location-footer a[href^="tel"],
.elementor-location-footer a[href^="mailto"],
.elementor-location-footer a[x-apple-data-detectors] {
	color: #ffffff !important;
	text-decoration: none !important;
}

/* Mobile menu popups (EN 210 / AR 2504): blue search bar flush to top */
.elementor-210 .elementor-element-7f1531b,
.elementor-2504 .elementor-element-7f1531b {
	margin-top: 0 !important;
}
.elementor-210 .elementor-element-eeb78d1,
.elementor-2504 .elementor-element-eeb78d1 {
	display: none !important;
}

/* Mobile menu: submenu arrows for every child (About / Board of Directors included) */
.elementor-210 .elementor-nav-menu .sub-menu a::before,
.elementor-2504 .elementor-nav-menu .sub-menu a::before {
	content: url('https://mutakamela.sa/wp-content/uploads/2025/05/Arrow-2.svg');
	display: inline-block;
	margin-inline-end: 8px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
}
.elementor-210 .elementor-nav-menu .sub-menu a,
.elementor-2504 .elementor-nav-menu .sub-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
}