.elementor-1005 .elementor-element.elementor-element-9161511{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1005 .elementor-element.elementor-element-9161511:not(.elementor-motion-effects-element-type-background), .elementor-1005 .elementor-element.elementor-element-9161511 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1005 .elementor-element.elementor-element-18eac34{text-align:center;}.elementor-1005 .elementor-element.elementor-element-18eac34 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-1005 .elementor-element.elementor-element-218a821{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-bd7b0b3 */#acf-center-filter {
	max-width: 100%;
	margin: 20px auto;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;font-family: "Lato", Sans-serif;
}

#acf-center-filter select,
#acf-center-filter button {
	width: 24%;
	padding: 10px; font-weight: 500;font-family: "Lato", Sans-serif;
	display: flex;
	font-size: 16px;
	height:48px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#acf-center-filter button {
	background-color: #0073aa;
	color: white;
	font-size: 16px; text-align: center; justify-content: center; text-transform: uppercase;font-family: "Lato", Sans-serif;
	cursor: pointer;
	transition: background 0.3s ease;
}

#acf-center-filter button:hover {
	background-color: #005f8d;
}

#center-results {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 20px;
	margin-top: 30px;
	padding: 0 20px;
}

.center-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
}

.center-card:hover {
	transform: translateY(-5px);
}
.center-card h3 {
	margin-top: 0;
	font-size: 18px;
	color: #000; font-weight: 600;
	line-height: 20px;
	font-family: "Lato", Sans-serif;
}

.center-card h4 {
	margin: 0;
	font-size: 15px;
	color: #333; font-weight: 600;
	line-height: 20px;
	font-family: "Lato", Sans-serif;
}


.center-card p {
	margin: 5px 0;
	font-size: 15px;
	line-height: 28px;
	color: #444; font-family: "Lato", Sans-serif;
}
.center-card p a {
	margin: 5px 0;
	font-size: 15px;
	line-height: 28px;
	color: #04a1e3; font-family: "Lato", Sans-serif;
}

@media (max-width: 768px) {
    
   #acf-center-filter {
	max-width: 100%;
	margin: 20px auto;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;font-family: "Lato", Sans-serif;
}

#acf-center-filter select,
#acf-center-filter button {
	width: 48%;
	padding: 10px; font-weight: 500;font-family: "Lato", Sans-serif;
	display: flex;
	height:48px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
 
    
}/* End custom CSS */