/* Baron Group — site-wide UI enhancements */

/* Navigation container */
.container.desk-menu .bs-main-nav.header-sticky {
	background: #fff;
	border: 1px solid #E8EAED;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(26, 20, 16, 0.06);
}

/* Logo strip backgrounds (homepage company rows) */
.secdiv {
	background-color: #E8EAED !important;
	border-top: 1px solid #D5D8DC;
	border-bottom: 1px solid #D5D8DC;
	padding: 14px 0;
	transition: background-color 0.25s ease;
}

.secdiv:hover {
	background-color: #DDE0E4 !important;
}

.seclogo {
	display: block;
	padding: 4px 0;
}

/* Footer — light grey */
footer .overlay {
	background: #E8EAED !important;
}

footer .bs-footer-top-area h6,
footer .bs-widget h6,
footer .consultup_contact_widget .bs-widget h6 {
	color: #1A1410 !important;
}

footer .bs-widget ul li,
footer .bs-widget ul li a,
footer .bs-widget p {
	color: #4A4540 !important;
}

footer .bs-widget .calendar_wrap table thead th,
footer .bs-widget .calendar_wrap table tbody td,
footer .bs-widget #calendar_wrap td,
footer .bs-widget #calendar_wrap th,
footer .bs-widget .calendar_wrap table caption {
	color: #4A4540 !important;
	border-color: #C8CCD2 !important;
}

footer .bs-footer-copyright {
	background: #DDE0E4 !important;
	color: #1A1410 !important;
	border-top: 1px solid #C8CCD2;
}

footer .bs-footer-copyright,
footer .bs-footer-copyright a,
footer .bs-footer-copyright .ftrtxt {
	color: #1A1410 !important;
}

footer .bs-footer-copyright a:hover,
footer .bs-footer-copyright a:focus {
	color: var(--baron-primary, #C47A1E) !important;
}

footer .bs-widget ul li a:hover,
footer .bs-widget ul li a:focus {
	color: var(--baron-primary, #C47A1E) !important;
}

/* Language switcher button */
.navbar-wp .btn.btn-0 {
	border: 2px solid #D5D8DC;
	border-radius: 8px;
	padding: 6px 14px;
	color: #1A1410;
	background-color: #F5F5F5;
	transition: all 0.25s ease;
}

.navbar-wp .btn.btn-0:hover,
.navbar-wp .btn.btn-0:focus {
	color: #fff !important;
	border-color: #6B7580;
}

.navbar-wp .btn.btn-0:hover b,
.navbar-wp .btn.btn-0:focus b {
	color: #fff !important;
}

.navbar-wp .dropdown-menu.default .dropdown-item:hover b,
.navbar-wp .dropdown-menu.default .dropdown-item:focus b {
	color: #fff !important;
}

.navbar-wp .btn.btn-0:before {
	background-color: #6B7580;
}

/* Feature cards under hero */
.top-ct-section .overlay {
	background: #F5F2ED !important;
	padding-bottom: 60px;
}

.top-ct-section.features .overlay {
	background: #F5F2ED !important;
}

.top-ct-section .feature_widget {
	border: 1px solid #E8EAED;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(26, 20, 16, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	overflow: hidden;
}

.top-ct-section .feature_widget:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(196, 122, 30, 0.18);
	border-color: var(--baron-primary, #C47A1E);
	background: #fff;
}

.top-ct-section .feature_widget:hover h5,
.top-ct-section .feature_widget:hover h5 a {
	color: var(--baron-primary, #C47A1E) !important;
}

.top-ct-section .feature_widget:hover::after {
	background-color: var(--baron-primary, #C47A1E);
}

.top-ct-section .feature_widget:hover i {
	color: var(--baron-primary, #C47A1E);
	background: #FFF8F0;
}

.top-ct-section .feature_widget .contitle u {
	text-decoration-color: var(--baron-primary, #C47A1E);
}

/* Page titles — enterprise header band */
#service-section .bs-heading {
	position: relative;
	margin: 0 auto 2.5rem;
	padding: 2.25rem 1.75rem 2rem;
	max-width: 920px;
	background: linear-gradient(160deg, #ffffff 0%, #f4f6f9 45%, #e9edf2 100%);
	border: 1px solid #d8dde5;
	border-radius: 14px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 12px 32px rgba(26, 20, 16, 0.06);
	overflow: hidden;
}

#service-section .bs-heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #8b95a5 0%, #c5ccd6 50%, #8b95a5 100%);
}

#service-section .bs-heading::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(107, 117, 128, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(107, 117, 128, 0.04) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none;
	opacity: 0.35;
}

.bs-title.contitle2 {
	font-family: 'Josefin Sans', 'Poppins', sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 700;
	color: #1A1410;
	letter-spacing: 0.04em;
	margin-bottom: 0.35em;
	position: relative;
	z-index: 1;
}

.bs-title.contitle2 u {
	text-decoration: none;
	border-bottom: 3px solid #6B7580;
	padding-bottom: 8px;
	display: inline-block;
}

.bs-breadcrumb-title h1,
.bs-heading h2.bs-title {
	font-family: 'Josefin Sans', 'Poppins', sans-serif;
	font-weight: 700;
	color: #1A1410;
}

.subtitle2 {
	color: #4A4540 !important;
	font-size: 1.05rem;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}

/* Main section — no tinted background */
main.bg,
.bg {
	background: transparent !important;
	background-color: transparent !important;
}

#service-section .overlay,
#service-section.service .overlay {
	background: transparent !important;
	padding: 40px 0 60px;
}

/* Contact form */
.form-container {
	max-width: 560px;
	margin: 0 auto;
	padding: 40px 36px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(26, 20, 16, 0.08);
	border: 1px solid #E8EAED;
	animation: baronFadeIn 0.5s ease;
}

@keyframes baronFadeIn {
	from { opacity: 0; transform: translateY(12px); }
	to   { opacity: 1; transform: translateY(0); }
}

.form-container label,
.form-container .formT {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 0.95rem;
	color: #1A1410;
}

.form-container .form-control,
.form-container .formTxt,
.form-container .msg {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #D5D8DC;
	border-radius: 8px;
	font-size: 1rem;
	margin-bottom: 18px;
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	background: #FAFAFA;
	color: #1A1410;
}

.form-container .form-control:focus,
.form-container .formTxt:focus,
.form-container .msg:focus {
	border-color: var(--baron-primary, #C47A1E);
	box-shadow: 0 0 0 3px rgba(196, 122, 30, 0.15);
	background: #fff;
}

.form-container button[type="submit"],
.form-container button {
	width: 100%;
	padding: 14px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	border: none;
	border-radius: 8px;
	background: var(--baron-primary, #C47A1E);
	cursor: pointer;
	transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.form-container button[type="submit"]:hover,
.form-container button:hover {
	background: var(--baron-primary-hover, #9E5F14);
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(196, 122, 30, 0.35);
}

.form-container .alert-success {
	background: #E8F5E9;
	color: #2E7D32;
	border: 1px solid #C8E6C9;
	border-radius: 8px;
	padding: 12px;
	margin-top: 12px;
}

.form-container .alert-danger {
	background: #FFEBEE;
	color: #C62828;
	border: 1px solid #FFCDD2;
	border-radius: 8px;
	padding: 12px;
	margin-top: 12px;
}

[dir="rtl"] .form-container label,
[dir="rtl"] .form-container .formT {
	text-align: right;
}

/* Services page — company cards hover (grey frame, text unchanged) */
#service-section .bs-sevice.two {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #E8EAED;
	box-shadow: 0 4px 16px rgba(26, 20, 16, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#service-section .bs-sevice.two:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 30px rgba(107, 116, 128, 0.14);
	border-color: #B8BFC8;
}

#service-section .bs-sevice.two .bs-sevice-inner {
	background: #fff;
	border-radius: 12px;
	min-height: 280px;
	transition: background-color 0.3s ease;
}

#service-section .bs-sevice.two .bs-sevice-inner:after {
	background: transparent !important;
	opacity: 0 !important;
}

#service-section .bs-sevice.two:hover .bs-sevice-inner {
	background: #F0F2F5 !important;
	color: inherit !important;
}

#service-section .bs-sevice.two:hover .bs-sevice-inner p,
#service-section .bs-sevice.two:hover h4,
#service-section .bs-sevice.two:hover h4 a {
	color: inherit !important;
}

#service-section .bs-sevice.two:hover .seclogo {
	filter: none;
	opacity: 1;
}

#service-section .bs-sevice.two .slider-btns .btn.btn-0 {
	border: 2px solid #D5D8DC;
	color: #1A1410;
	transition: color 0.25s ease, border-color 0.25s ease;
}

#service-section .bs-sevice.two .slider-btns .btn.btn-0:hover,
#service-section .bs-sevice.two .slider-btns .btn.btn-0:focus {
	color: #fff !important;
	border-color: #8B95A5;
}

#service-section .bs-sevice.two .slider-btns .btn.btn-0:before {
	background-color: #8B95A5 !important;
}

#service-section .bs-sevice.two .slider-btns .btn.btn-0:hover:before,
#service-section .bs-sevice.two .slider-btns .btn.btn-0:focus:before {
	background-color: #6B7580 !important;
}

/* Hebrew / RTL pages */
html[dir="rtl"] body,
html[lang="he-IL"] body {
	font-family: 'Heebo', 'Arial', sans-serif;
}

html[dir="rtl"] .context2,
html[dir="rtl"] .context3,
html[dir="rtl"] .subtitle2 {
	text-align: right;
}

/* Contact page section */
.contact-page .form-container {
	margin-top: 10px;
}
