/*
 * Business info + office hours (left) / Google Map (right) — was two
 * separate full-width sections stacked vertically; combined into one
 * premium 2-column layout with the same real content.
 */

/* The section was a flat white fill identical to the page background,
   so it never read as a distinct section. A light grey tint separates
   it without touching the dark text/heading colors built for a light
   background. */
.elementor-element-52ad1c8.elementor-section {
	background-color: var(--nji-grey-50) !important;
}

.nji-office-info {
	max-width: 480px;
	padding: 20px 30px 20px 0;
}

.nji-office-info h2 {
	margin-bottom: 24px;
}

.nji-office-list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.nji-office-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 1.6;
	color: var(--nji-text-body);
}

.nji-office-list li:last-child {
	margin-bottom: 0;
}

.nji-office-list li i {
	color: var(--nji-red);
	font-size: 18px;
	margin-top: 3px;
	flex-shrink: 0;
}

.nji-office-list li a {
	color: var(--nji-text-body);
	transition: color var(--nji-transition);
}

.nji-office-list li a:hover {
	color: var(--nji-red);
}

.nji-office-hours {
	background: var(--nji-off-white);
	border-radius: var(--nji-radius-lg);
	padding: 26px 28px;
	border: 1px solid var(--nji-grey-100);
}

.nji-office-hours h3 {
	font-size: 16px !important;
	margin-bottom: 16px;
	color: var(--nji-charcoal);
}

.nji-hours-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nji-hours-list li {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid var(--nji-grey-100);
	font-size: 14px;
}

.nji-hours-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.nji-hours-list li span:first-child {
	color: var(--nji-text-muted);
	font-weight: 500;
}

.nji-hours-list li span:last-child {
	color: var(--nji-charcoal);
	font-weight: 600;
}

.nji-hours-list li.nji-closed span:last-child {
	color: var(--nji-red);
}

.nji-map-wrap {
	position: relative;
	height: 100%;
	min-height: 420px;
	border-radius: var(--nji-radius-lg);
	overflow: hidden;
	box-shadow: var(--nji-shadow-card);
}

.nji-map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
	display: block;
}

@media only screen and (max-width: 991px) {
	.nji-office-info {
		max-width: 100%;
		padding: 20px 0;
	}

	.nji-map-wrap {
		min-height: 340px;
		margin-top: 20px;
	}

	.nji-map-wrap iframe {
		min-height: 340px;
	}
}
