@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;
	display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px;
}

.view-toggle-btn {
	font-weight: 700;
    font-size: 16px;
    color: var(--secondary-color-text, #103831);
    background: var(--secondary, #37c0aa);
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: all .3s ease;
    line-height: 150%;
    max-width: unset !important;
    opacity: 1;
}

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

.view-toggle-btn:hover {
	background: var(--button-secondary-hover-background-color, #7494aa);
    color: var(--button-secondary-hover-text-color, #fff);
    transition: all .3s ease;
}

.view-toggle-btn.active {
	background: var(--button-secondary-hover-background-color, #7494aa);
    color: var(--button-secondary-hover-text-color, #fff);
    transition: all .3s ease;
	opacity: .5;
}

.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;
	}
}

.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: 4px;
	color: #000;
}
.centers-list__company {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 12px;
}
.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;
}

/* Centers List Full Section Styles (from theme) */
.centers-list {
	margin: 110px 0;
}
@media (max-width: 768px) {
	.centers-list {
		margin: 56px 0;
	}
}
.centers-list .container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.centers-list .title-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.centers-list .title-wrapper p:empty {
	display: none;
}
.centers-list__search {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.centers-list__search-input {
	width: 100%;
	padding: 15px 20px 15px 50px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	background: white url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 15px center;
	background-size: 20px;
}
.centers-list__search-input::placeholder {
	color: #999;
}
.centers-list__search-input:focus {
	outline: none;
	border-color: var(--secondary, #37c0aa);
	box-shadow: 0 0 0 2px rgba(55, 192, 170, 0.1);
}
.centers-list__no-results {
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	padding: 11px 20px;
	background-color: rgba(55, 192, 170, 0.1);
	border: 1px solid var(--secondary, #37c0aa);
	border-radius: 8px;
	color: var(--secondary-text, #103831);
	font-size: 16px;
	text-align: center;
	display: none;
}
.centers-list__no-results.is-visible {
	display: block;
}
.centers-list__content {
	width: 100%;
}
.centers-list__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.centers-list__grid {
		gap: 20px;
	}
}
@media (max-width: 720px) {
	.centers-list__grid {
		grid-template-columns: 1fr;
	}
}
.centers-list__item {
	padding: 20px;
	border-radius: 8px;
	background: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.centers-list__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.centers-list__item.hidden {
	display: none;
}
.centers-list__country {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}
.centers-list__city {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
}
.centers-list__address {
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
	line-height: 1.4;
}
.centers-list__postal {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}
.centers-list__contacts {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.centers-list__contact {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}
.centers-list__contact-icon {
	width: 20px;
	text-align: center;
	display: flex;
	height: unset;
	background-color: unset;
	border-radius: unset;
}
.centers-list__contact-link {
	color: var(--secondary, #37c0aa);
	text-decoration: none;
	font-weight: 500;
}
.centers-list__contact-link:hover {
	filter: brightness(0.8);
	text-decoration: underline;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
/* WOW.js animations */
.wow {
	visibility: hidden;
}
.wow.fadeInUp {
	animation-name: fadeInUp;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}