.fc-contact-map-section {
	padding: 60px 0 140px;
	background: #f2f2f2;
}

.fc-map-title {
	margin: 0 0 32px;
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
	color: #6a6a6a;
}

.fc-map-wrapper {
	max-width: 930px;
	margin: 0 auto;
	padding-bottom: 260px;
}

.fc-map-stage {
	position: relative;
}

.fc-map-image {
	display: block;
	width: 100%;
	height: auto;
}

.fc-map-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.fc-map-lines line {
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}

.fc-map-item {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.fc-map-item.is-open {
	z-index: 30;
}

.fc-map-marker {
	position: absolute;
	width: 14px;
	height: 14px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #14a9c6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 6px rgba(20, 169, 198, 0.18);
	z-index: 3;
	cursor: pointer;
	pointer-events: auto;
	padding: 0;
}

.fc-map-marker-dot {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.fc-map-logo {
	position: absolute;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 0;
	padding: 8px 14px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	z-index: 4;
	cursor: pointer;
	pointer-events: auto;
}

.fc-map-logo img {
	display: block;
	max-width: 220px;
	max-height: 56px;
	width: auto;
	height: auto;
}

.fc-map-logo-text {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #3c3c3c;
}

.fc-map-card {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	max-width: min(280px, calc(100vw - 32px));
	padding: 18px 18px 16px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
	font-size: 14px;
	line-height: 1.55;
	color: #4d4d4d;
	z-index: 50;
	display: none;
	text-align: left;
	pointer-events: auto;
	transform: translate(-50%, 26px);
}

.fc-map-item.is-open .fc-map-card {
	display: block;
}

.fc-map-card-logo {
	margin: 0 0 12px;
	padding: 10px 12px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.fc-map-card-logo img {
	display: block;
	max-width: 180px;
	max-height: 52px;
	width: auto;
	height: auto;
}

.fc-map-card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	color: #2f2f2f;
}

.fc-map-card p {
	margin: 0 0 6px;
}

.fc-map-card a {
	color: #49b8c7;
	text-decoration: none;
	word-break: break-word;
}

.fc-map-card a:hover {
	text-decoration: underline;
}

.fc-map-mobile-slot,
.fc-map-mobile-list {
	display: none;
}

.fc-map-mobile-panel {
	margin-top: 18px;
	padding: 16px 14px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
	font-size: 13px;
	line-height: 1.55;
	color: #4d4d4d;
	text-align: left;
}

.fc-map-mobile-panel h3 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
	color: #2f2f2f;
}

.fc-map-mobile-panel p {
	margin: 0 0 6px;
}

.fc-map-mobile-panel a {
	color: #49b8c7;
	text-decoration: none;
	word-break: break-word;
}

.fc-map-mobile-panel a:hover {
	text-decoration: underline;
}

.fc-map-mobile-supplier {
	border: 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	padding: 10px 12px;
	cursor: pointer;
}

.fc-map-mobile-supplier img {
	display: block;
	max-width: 120px;
	max-height: 36px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.fc-map-mobile-supplier span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #3c3c3c;
	text-align: center;
}

#visit-us iframe {
	display: block;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 991px) {
	.fc-map-logo {
		padding: 6px 10px;
	}

	.fc-map-logo img {
		max-width: 150px;
		max-height: 44px;
	}

	.fc-map-card {
		max-width: min(260px, calc(100vw - 32px));
	}

	.fc-map-wrapper {
		padding-bottom: 240px;
	}
}

@media (min-width: 768px) {
	.fc-map-card-logo {
		display: none;
	}

	.fc-map-mobile-slot,
	.fc-map-mobile-list {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.fc-contact-map-section {
		padding: 40px 0 80px;
	}

	.fc-map-title {
		font-size: 1.6rem;
		margin-bottom: 24px;
	}

	.fc-map-wrapper {
		padding-bottom: 0;
	}

	.fc-map-lines {
		display: none;
	}

	.fc-map-logo {
		display: none !important;
	}

	.fc-map-marker {
		width: 12px;
		height: 12px;
		box-shadow: 0 0 0 4px rgba(20, 169, 198, 0.18);
	}

	.fc-map-card {
		display: none !important;
	}

	.fc-map-card-logo {
		display: block;
		margin-bottom: 10px;
		padding: 8px 10px;
	}

	.fc-map-card-logo img {
		max-width: 140px;
		max-height: 40px;
	}

	.fc-map-mobile-slot {
		display: block !important;
	}

	.fc-map-mobile-list {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 14px;
	}
}