.proplay-portfolio-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
	margin-top: 40px;
	gap: 20px;
}

@media (max-width: 991.9px ) {
	.proplay-portfolio-filters {
		margin-top: 0;	
	    align-items: center;
	    justify-content: center;
	}
}


.proplay-portfolio-filter {
	padding: 10px 36px 10px 20px;
	border-radius: 4px;
	border: 1px solid #C9D5DF;
	background: #FFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2310324E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px 8px;
}

@media (max-width: 509.9px ) {
	.proplay-portfolio-filters {
		margin-bottom:0;
	}
	.proplay-portfolio-filter {
		width: 100%;
	}
}

.proplay-portfolio-filter-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.proplay-portfolio-filter-message {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.proplay-portfolio-filter-message.is-visible {
	opacity: 1;
}

.proplay-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
@media (max-width: 1079px) {
	.proplay-portfolio-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

.proplay-portfolio-item {
	position: relative;
	overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.proplay-portfolio-item a {
	display: block;
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 8px;
}

.proplay-portfolio-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.proplay-portfolio-item a:hover img {
	transform: scale(1.05);
}

.proplay-portfolio-item-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	/*background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));*/
}

.proplay-portfolio-item-title {
	color: #FFF!important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	font-family: "Open Sans"!important;
	font-size: 14px!important;
	font-style: normal;
	font-weight: 700!important;
	line-height: 120%!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
	text-align: left;

}

.proplay-portfolio-item-services {
	display: flex;
	flex-shrink: 0;
	gap: 6px;
}

.proplay-portfolio-service-icon {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.proplay-portfolio-load-more-wrap {
	margin-top: 28px;
	text-align: center;
}

@media (max-width: 599.9px) {
	.proplay-portfolio-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}


.proplay-portfolio-service-icon.proplay-portfolio-service-icon--playgrounds {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9083 4.59114L8.57883 0.278141C8.33983 0.0982144 8.04045 0 7.73554 0C7.43063 0 7.1312 0.0982144 6.89155 0.278141L0.563412 4.59043C-0.0552249 5.05516 -0.1871 5.93538 0.281144 6.55927C0.749669 7.18437 1.63084 7.30659 2.25065 6.84083L7.73549 3.25481L13.2196 6.84083C13.8005 7.27602 14.7425 7.15507 15.1891 6.55997C15.6615 5.9306 15.5213 5.05019 14.9083 4.59114Z' fill='%23FD7E14'/%3E%3Cpath d='M22.5966 21.1862H21.0964C20.1357 21.1862 19.3006 20.5022 19.111 19.5586L18.8075 18.0423C18.4527 16.2679 17.1348 14.891 15.4707 14.38V17.57C15.7501 17.8462 15.968 18.1882 16.0496 18.5945L16.3532 20.1108C16.8037 22.3639 18.7986 23.999 21.0964 23.999H22.5966C23.3719 23.999 24.003 23.3679 24.003 22.5926C24.003 21.8173 23.3719 21.1862 22.5966 21.1862Z' fill='%23FD7E14'/%3E%3Cpath d='M1.40674 16.9669V23.2957C1.40674 23.6844 1.72126 23.9989 2.10995 23.9989C2.49864 23.9989 2.81316 23.6844 2.81316 23.2957V16.9669H1.40674Z' fill='%23FD7E14'/%3E%3Cpath d='M7.73561 9.23181C6.57231 9.23181 5.62598 10.1781 5.62598 11.3414C5.62598 12.5047 6.57231 13.451 7.73561 13.451C8.8989 13.451 9.84519 12.5046 9.84519 11.3414C9.84523 10.1781 8.89895 9.23181 7.73561 9.23181Z' fill='%23FD7E14'/%3E%3Cpath d='M12.3764 7.9662L7.73558 4.93506L3.02056 8.01772C2.60369 8.33431 2.01998 8.52933 1.40674 8.52933V15.5606H14.0644C14.0644 15.3546 14.0644 8.78689 14.0644 8.50556C14.0569 8.50566 14.0499 8.50805 14.0424 8.50805C13.434 8.50805 12.8427 8.31574 12.3764 7.9662ZM7.73558 14.8574C5.79692 14.8574 4.21958 13.28 4.21958 11.3415C4.21958 9.40285 5.79697 7.82547 7.73558 7.82547C9.67419 7.82547 11.2516 9.40285 11.2516 11.3415C11.2516 13.28 9.67423 14.8574 7.73558 14.8574Z' fill='%23FD7E14'/%3E%3Cpath d='M12.6577 16.9669V23.2957C12.6577 23.6844 12.9722 23.9989 13.3609 23.9989C13.7496 23.9989 14.0641 23.6844 14.0641 23.2957V16.9669H12.6577Z' fill='%23FD7E14'/%3E%3Cpath d='M11.2376 23.1577L9.99945 16.9669H8.56556L8.8468 18.3733H6.62391L6.90514 16.9669H5.47121L4.23304 23.1577C4.15681 23.5388 4.40401 23.909 4.7845 23.9852C5.16836 24.0648 5.53646 23.8142 5.61199 23.4337L5.78024 22.5925H9.69042L9.85867 23.4337C9.9356 23.8198 10.3136 24.0619 10.6862 23.9852C11.0666 23.9089 11.3138 23.5388 11.2376 23.1577ZM6.06148 21.1861L6.34272 19.7797H9.12799L9.40923 21.1861H6.06148Z' fill='%23FD7E14'/%3E%3C/svg%3E%0A");	
}
.proplay-portfolio-service-icon.proplay-portfolio-service-icon--site-amenities{
	/*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='15' viewBox='0 0 24 15' fill='none'%3E%3Cpath d='M21.923 9.2308H19.1538V7.8462H20.7692C21.9143 7.8462 22.8461 6.91451 22.8461 5.76927V2.07693C22.8461 0.931733 21.9144 0 20.7692 0H3.23075C2.08556 0 1.15383 0.931687 1.15383 2.07693V5.76923C1.15383 6.91442 2.08551 7.84615 3.23075 7.84615H4.84613V9.23075H2.07693C0.931687 9.2308 0 10.1625 0 11.3077V12.2307C0 13.3759 0.931687 14.3077 2.07693 14.3077H6.23078H17.7692H21.9231C23.0683 14.3077 24 13.376 24 12.2307V11.3077C24 10.1625 23.0682 9.2308 21.923 9.2308ZM17.7692 9.2308H6.23078V7.8462H17.7692V9.2308H17.7692Z' fill='%2310324E'/%3E%3C/svg%3E");*/
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='19' viewBox='0 0 24 19' fill='none'%3E%3Cpath d='M6.23047 17.3076C6.23047 18.1984 5.50598 18.9229 4.61523 18.9229H3.69238C2.80175 18.9228 2.07715 18.1983 2.07715 17.3076V15.6924H6.23047V17.3076ZM21.9229 15.6924V17.3076C21.9229 18.1983 21.1983 18.9228 20.3076 18.9229H19.3848C18.4941 18.9229 17.7695 18.1984 17.7695 17.3076V15.6924H21.9229ZM20.7695 0C21.9146 0.000203237 22.8457 0.932082 22.8457 2.07715V5.76953C22.8456 6.91453 21.9145 7.84648 20.7695 7.84668H19.1533V9.23047H21.9229C23.068 9.23047 23.9999 10.1625 24 11.3076V12.2305C24 13.3757 23.068 14.3076 21.9229 14.3076H2.07715C0.93191 14.3076 0 13.3757 0 12.2305V11.3076C3.26999e-05 10.1625 0.93193 9.23052 2.07715 9.23047H4.8457V7.8457H3.23047C2.08546 7.84555 1.15446 6.91449 1.1543 5.76953V2.07715C1.1543 0.932005 2.08541 0.000153443 3.23047 0H20.7695ZM6.23047 9.23047H17.7695V7.84668H6.23047V9.23047Z' fill='%2310324E'/%3E%3C/svg%3E");
}
.proplay-portfolio-service-icon.proplay-portfolio-service-icon--surfacing {
	/*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' viewBox='0 0 12 18' fill='none'%3E%3Cpath d='M11.2969 15.3889L11.2969 13.4562L8.71106 13.4562C7.28504 13.4562 6.12488 12.2961 6.12488 10.8702L6.12488 7.10469C6.12488 5.67866 7.28504 4.51869 8.71106 4.51869L11.2969 4.51869L11.2969 2.58583C11.2969 1.15999 10.1369 1.70647e-05 8.71106 1.69401e-05L1.20618e-05 1.61785e-05L1.16619e-05 4.57417C2.13117 4.91255 3.76576 6.76264 3.76576 8.98737C3.76575 11.2123 2.13117 13.0624 1.08903e-05 13.4006L1.04904e-05 17.9749L8.71106 17.9749C10.1369 17.9749 11.2969 16.8149 11.2969 15.3889Z' fill='%232BA65D'/%3E%3C/svg%3E");*/
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18' fill='none'%3E%3Cpath d='M11.2969 4.57422C9.16572 4.91242 7.53125 6.7624 7.53125 8.9873C7.53125 11.2122 9.16572 13.0622 11.2969 13.4004V17.9746H2.58594C1.1601 17.9746 -1.24667e-07 16.8147 0 15.3887V13.4561H2.58594C4.01191 13.456 5.17188 12.2959 5.17188 10.8701V7.10449C5.1718 5.67857 4.01187 4.51862 2.58594 4.51855H0V2.58594C1.24651e-07 1.1601 1.1601 -1.24651e-07 2.58594 0H11.2969V4.57422ZM21.4141 0C22.8399 1.24651e-07 24 1.1601 24 2.58594V4.51855H21.4141C19.9881 4.51862 18.8282 5.67857 18.8281 7.10449V10.8701C18.8281 12.2959 19.9881 13.456 21.4141 13.4561H24V15.3887C24 16.8147 22.8399 17.9746 21.4141 17.9746H12.7031V13.4004C14.8343 13.0622 16.4688 11.2122 16.4688 8.9873C16.4687 6.76258 14.8343 4.9126 12.7031 4.57422V0H21.4141ZM2.58594 5.9248C3.23636 5.92494 3.76556 6.45406 3.76562 7.10449V10.8701C3.76562 11.5204 3.2364 12.0497 2.58594 12.0498H0V5.9248H2.58594ZM24 5.9248V12.0498H21.4141C20.7635 12.0497 20.2344 11.5205 20.2344 10.8701V7.10449C20.2344 6.45402 20.7636 5.92487 21.4141 5.9248H24ZM11.2969 11.9678C9.94611 11.649 8.9375 10.434 8.9375 8.9873C8.9375 7.54059 9.94611 6.32544 11.2969 6.00684V11.9678ZM12.7031 6.00684C14.0539 6.32545 15.0625 7.5406 15.0625 8.9873C15.0625 10.434 14.0539 11.649 12.7031 11.9678V6.00684Z' fill='%232BA65D'/%3E%3C/svg%3E");
}
.proplay-portfolio-service-icon.proplay-portfolio-service-icon--shades {
	/*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10' fill='none'%3E%3Cpath d='M3.53244 0C1.88179 0 0 3.99211 0 7.494V8.26978C0 9.01163 0.603513 9.61509 1.34531 9.61509H5.71952C6.46136 9.61509 7.06482 9.01158 7.06482 8.26978V7.494C7.06487 3.99211 5.18308 0 3.53244 0Z' fill='%231E75BE'/%3E%3C/svg%3E");*/
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7012 22.2158H14.8164C15.2036 22.2159 15.5176 22.5298 15.5176 22.917C15.5174 23.304 15.2034 23.6181 14.8164 23.6182H9.18457C8.79751 23.6182 8.4836 23.304 8.4834 22.917C8.4834 22.5298 8.79738 22.2158 9.18457 22.2158H11.2988L11.2998 11.0176H12.7012V22.2158ZM9.28809 0.242188C8.96118 0.675078 8.65397 1.1897 8.37305 1.78027C7.55416 3.50167 7.06543 5.63783 7.06543 7.49414V8.26953C7.06543 9.01126 6.46175 9.61512 5.71973 9.61523H1.3457C0.60391 9.61523 0 9.01138 0 8.26953V7.49414C0 5.98818 1.3107 4.13383 3.4209 2.65527C5.1428 1.4489 7.16424 0.624125 9.28809 0.242188ZM12 0C13.6506 0.000450489 15.5323 3.99245 15.5322 7.49414V8.26953C15.5322 9.01133 14.9284 9.61523 14.1865 9.61523H9.8125C9.07075 9.61518 8.46777 9.01134 8.46777 8.26953V7.49414C8.46777 3.99225 10.3494 0 12 0ZM14.7129 0.242188C16.8366 0.624157 18.8573 1.44898 20.5791 2.65527C22.6894 4.13384 24 5.98816 24 7.49414V8.26953C24 9.01119 23.3969 9.61501 22.6553 9.61523H18.2803C17.5383 9.61503 16.9346 9.01125 16.9346 8.26953V7.49414C16.9346 5.6378 16.4459 3.50173 15.627 1.78027C15.346 1.1897 15.0398 0.675078 14.7129 0.242188Z' fill='%231E75BE'/%3E%3C/svg%3E");
}


.proplay-portfolio-load-more {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #1E75BE;
	border: none;
	color: #FFF!important;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	transition: background-color 0.2s ease 0s;
}

.proplay-portfolio-load-more:hover {
	background-color: #16588F;
}



.proplay-portfolio-load-more-wrap {
	display:flex;
	justify-content: center;
    align-items: center;
}