@charset "utf-8";
/* CSS Document */


.pn-center-data .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pn-google-map {
	height: 0;
	position: relative;
	display: none;
	overflow: hidden;
}
.pn-google-map.map-visible {
	display: block !important;
}
.pn-google-map #map {
	height: 100%;
	width: 100%;
}
.page .pn-center-search-form {
	position: relative; 
	width: 80%; 
	margin: 0 auto; 
	display: block;
}
.page .pn-center-search-form input {
	padding-left: 44px !important;
	background-image: url(icon-map.svg);
	background-repeat: no-repeat;
	background-position: 12px 4px;
	color: black;
}
#pn-center-data-results .row::after {
	clear: both;
	content: "";
	display: table;
}
#pn-center-data-results .row:nth-child(2n) {
	background-color: #ededed;
}
#pn-center-data-results .col-sm-6 {
	width: 50%;
	float: left;
	position: relative;
	padding: 1em 2em;
}
#pn-center-data-results div {
	position: relative;
}
#pn-center-data-results .fas,
#pn-center-data-results .far {
    position: absolute;
    top: 3px;
    left: -1.4em;
	width: 18px;
	text-align: center;
}
#map-view-toggle {
	position: relative;
	z-index: 10;
	display: flex;
	gap: 0;
	border-radius: 4px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
}

.view-toggle-btn {
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border: none;
	background-color: #808080;
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.view-toggle-btn i {
	font-size: 14px;
}

.view-toggle-btn:hover {
	background-color: #666;
}

.view-toggle-btn.active {
	background-color: #00bcd4;
}

.view-toggle-btn.active:hover {
	background-color: #00acc1;
}

@media (max-width: 600px) {
	.view-toggle-btn {
		padding: 8px 12px;
		font-size: 11px;
	}
	.view-toggle-btn i {
		font-size: 12px;
	}
}
.pn-google-map #map-address {
	height: 100%;
	width: 50%;
	position: absolute;
	background-color: #333333;
	color: #ffffff;
	top: 0;
	left: 0;
	display: none;
	padding: 100px 30px 30px 80px;
}
.pn-google-map h2 {
	font-size: 40px;
}
.pn-google-map #map-address .close-icon {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 20px;
	top: 14px;
	cursor: pointer;
}
.pn-google-map #map-address .close-icon span {
	display: block;
	width: 46px;
	border-top: 2px solid white;
	transform: translate(0,32px) rotate(45deg);
}
.pn-google-map #map-address a, .pn-google-map #map-address h2 {
    color: inherit;
}
.pn-google-map #map-address .close-icon span.last {
	transform: translate(0,30px) rotate(-45deg);
}
.pn-google-map #map-address div {
	position: relative;
	padding-bottom: 25px;
}
.pn-google-map #map-address .fas,
.pn-google-map #map-address .far {
	position: absolute;
	left: 0;
	top: 6px;
}
/* 
@media (max-width:1150px) {
	.pn-google-map {
		height: 80vh;
	}
}
*/
@media (max-width:1024px) {
	.pn-google-map #map-address {
		padding: 100px 20px 30px 50px;
	}
}
/* 
@media (max-width:1024px) and (max-height: 800px) and (min-height: 600px) {
	.pn-google-map {
		height: 550px;
	}
} 
*/
@media (max-width:900px) {
	/* 
	.pn-google-map {
		height: 60vh;
	} 
	*/
	.pn-google-map #map-address {
		height: 100%;
		width: 100%;
		padding: 100px 20px 20px 10px;
	}
	#pn-center-data-results .row:nth-child(2n) {
		background-color: #fff
	}
	#pn-center-data-results .col-sm-6 {
		width: 100%;
		float: none;
	}
	#pn-center-data-results .col-sm-6:nth-child(2n+1) {
		background-color: #ededed;
	}
}

#pn-center-data-results {
	margin-top: 30px;
}
.centers-list__title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.centers-list__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 24px;
}
.centers-list__item {
	background-color: #fff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.centers-list__country {
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	color: #888;
	margin-bottom: 8px;
}
.centers-list__city {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 12px;
	color: #000;
}
.centers-list__address {
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 18px;
	white-space: pre-line;
}
.centers-list__contacts {
	margin-top: auto;
	padding-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.centers-list__contact {
	display: flex;
	align-items: center;
	gap: 12px;
}
.centers-list__contact-icon {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background-color: rgba(0,0,0,0.05);
}
.centers-list__contact-icon svg {
	display: block;
}
.centers-list__contact-link {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	word-break: break-word;
}
.centers-list__contact-link:hover,
.centers-list__contact-link:focus {
	text-decoration: underline;
}
.centers-list__empty {
	text-align: center;
	padding: 40px 0;
	font-size: 1.1rem;
	color: #666;
}