/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 07:08:36 */
.loc-section {
	position: relative;
	width: 100%;
	min-height: 550px;
	justify-content: center;
	align-items: center;
}
.loc-map {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.loc-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.loc-card {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 380px;
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
	z-index: 10;
}
.loc-card-image {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
}
.loc-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin-bottom: 16px;
}
.loc-tab {
	font-family: 'Michroma', sans-serif !important;
	font-size: 28px;
	font-weight: 400;
	color: #b0b8c4;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	transition: color 0.2s;
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
}
.loc-tab.active {
	color: #011E41;
	background: none;
}
.loc-tab:hover{
	background: transparent;
	color: #011E41;
}
.loc-tab-divider {
	font-size: 28px;
	color: #011E41;
	margin: 0 16px;
}
.loc-desc {
	font-size: 14px;
	color: #444;
	margin-bottom: 16px;
	line-height: 1.6;
}
.loc-address {
	font-size: 14px;
	font-weight: 600;
	color: #011E41;
	line-height: 1.6;
}
.loc-address-alt {
	font-size: 14px;
	font-weight: 500;
	color: #011E41;
	margin-top: 8px;
	line-height: 1.6;
}
@media (max-width: 768px) {
	.loc-section { min-height: auto; }
	.loc-map { position: relative; height: 300px; }
	.loc-card {
		position: relative;
		top: -30px; right: auto;
		width: calc(100% - 32px);
		margin: 0 auto;
	}
}
