/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* --- Top sub-menu bar (old-site style: full gray strip, equal-width items) --- */
.top-menu-wrap {
	max-width: 1280px;
	margin: 0 auto;
	background-color: #eee;
}
.top-menu-in {
	width: 100%;
}
.menu_about {
	display: flex;
	width: 100%;
	min-height: 43px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background-color: #eee;
}
.menu_about li {
	flex: 1 1 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_about li:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 25px;
	content: '';
	border-left: 1px solid #b3b3b3;
}
.menu_about li:last-child:after {
	display: none;
}
.menu_about li a {
	display: block;
	width: 100%;
	padding: 13px 10px;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.2;
	color: #474747;
	transition: color .2s;
}
.menu_about li:hover > a,
.menu_about li.current-menu-item > a {
	color: #58a5d6;
}
@media screen and (max-width: 768px) {
	.menu_about {
		flex-wrap: wrap;
		padding: 6px 0;
	}
	.menu_about li {
		flex: 1 1 100%;
	}
	.menu_about li:after {
		display: none;
	}
	.menu_about li a {
		padding: 8px 10px;
	}
}

/* --- Form downloads list (טפסים pages) --- */
ul.form-downloads {
	list-style: none;
	margin: 25px 0;
	padding: 0;
}
ul.form-downloads li {
	background-color: #f5f5f5;
	margin-bottom: 12px;
	border-radius: 4px;
	transition: background-color .2s;
}
ul.form-downloads li:hover {
	background-color: #eaf4fb;
}
ul.form-downloads li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 22px;
	color: #474747;
	font-weight: 600;
	text-decoration: none;
}
ul.form-downloads li a:after {
	content: '⤓';
	color: #58a5d6;
	font-size: 1.4em;
	line-height: 1;
	margin-inline-start: 15px;
}

/* --- Branch manager single page card --- */
.mpc-manager-card {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin: 20px 0 40px;
}
.mpc-manager-photo img {
	border-radius: 8px;
	max-width: 260px;
	height: auto;
}
.mpc-manager-role {
	font-size: 1.15rem;
	font-weight: 700;
	color: #474747;
	margin-bottom: 8px;
}
.mpc-manager-email a {
	color: #58a5d6;
}
.mpc-manager-back {
	margin-top: 18px;
	font-weight: 600;
}
@media (max-width: 640px) {
	.mpc-manager-card { flex-direction: column; }
}

/* --- Managers grid (branchmanager archive) + branch single --- */
.mpc-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin: 30px 0 50px;
}
@media (max-width: 980px) { .mpc-team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .mpc-team-grid { grid-template-columns: 1fr; } }
.mpc-team-card {
	background: #fff;
	border: 1px solid #e6ecf1;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
	transition: box-shadow .2s, transform .2s;
}
.mpc-team-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,.1); transform: translateY(-2px); }
.mpc-team-card img { width: 100%; height: 240px; object-fit: cover; object-position: top; display: block; }
.mpc-team-card .mpc-noimg { width: 100%; height: 240px; background: #eaf2f8; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #58a5d6; font-weight: 700; }
.mpc-team-card-body { padding: 16px 14px 20px; }
.mpc-team-card-name { font-size: 1.15rem; font-weight: 700; color: #2c2c2c; }
.mpc-team-card-role { color: #6a7a86; margin-top: 4px; }
.mpc-team-card a { color: inherit; }

.mpc-branch-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	margin: 25px 0 40px;
}
@media (max-width: 800px) { .mpc-branch-info { grid-template-columns: 1fr; } }
.mpc-branch-box {
	background: #f7fafc;
	border: 1px solid #e6ecf1;
	border-radius: 10px;
	padding: 22px 24px;
}
.mpc-branch-box .mpc-box-title { font-weight: 700; font-size: 1.1rem; color: #58a5d6; margin-bottom: 12px; }
.mpc-branch-row { margin-bottom: 10px; }
.mpc-branch-row .lbl { font-weight: 700; color: #474747; }
.mpc-branch-manager { display: flex; gap: 16px; align-items: center; }
.mpc-branch-manager img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; object-position: top; }
.mpc-branch-manager .mpc-noimg { width: 84px; height: 84px; border-radius: 50%; background: #eaf2f8; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #58a5d6; font-weight: 700; flex: 0 0 84px; }

/* --- דרושים (jobs) page: form fields were white-on-white (designed for a colored bg). Make them visible like the contact form + add a gap before the blue section. --- */
.page-id-2818 .elementor-field-group .elementor-field-textual,
.page-id-2818 .elementor-field-group textarea.elementor-field-textual,
.page-id-2818 .elementor-field-group .elementor-select-wrapper select {
	background-color: #fff !important;
	border: 1px solid #c4c4c4 !important;
	color: #333 !important;
	border-radius: 6px;
	box-shadow: none;
}
.page-id-2818 .elementor-field-group .elementor-field-textual::placeholder { color: #8a8a8a !important; opacity: 1; }
.page-id-2818 .elementor-field-group .elementor-select-wrapper select { color: #333 !important; }
.page-id-2818 .elementor-field-label { color: #333 !important; }
/* breathing room between the form and the blue section directly below it */
.page-id-2818 .elementor-form { margin-bottom: 45px; }

/* --- Demoted decorative headings (SEO rule: non-keyword headings are divs) --- */
.content-heading { font-size: 1.5rem; font-weight: 700; margin: 22px 0 10px; color: #2c2c2c; line-height: 1.3; }
.content-subheading { font-size: 1.15rem; font-weight: 700; margin: 16px 0 8px; color: #2c2c2c; }
