.load-more-btn {
	padding: 14px 32px;
	font-family: 'Karla', 'sans-serif';
	text-align: center;
	color: #ffffff;
	font-weight: 800 !important;
	background-color: #1851a0;
	border: 1px solid #1851a0;
	border-radius: 40px;
	font-size: 18px;
	line-height: 28px;
	transition: 300ms ease-out;
	text-wrap: nowrap;
	max-width: 280px;
	cursor: pointer;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
}

.load-more-btn:hover {
	color: #ffffff !important;
	background-color: #18a19a !important;
	border: 1px solid #18a19a !important;
	transition: 300ms ease-out;
}

.load-more-btn .load-more-icon path {
	transition: 300ms ease-out;
}

.load-more-btn:hover .load-more-icon path {
	fill: #ffffff;
	transition: 300ms ease-out;
}

.show-map-btn {
	padding: 14px 32px;
	font-family: 'Karla', 'sans-serif';
	text-align: center;
	color: #1851a0;
	font-weight: 800 !important;
	background-color: #fff;
	border: 1px solid #1851a0;
	border-radius: 40px;
	font-size: 18px;
	line-height: 28px;
	transition: 300ms ease-out;
	text-wrap: nowrap;
	max-width: 280px;
	cursor: pointer;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
}

.show-map-btn:hover {
	color: #ffffff !important;
	background-color: #18a19a;
	border: 1px solid #18a19a;
	transition: 300ms ease-out;
}

.show-map-btn .show-map-btn-icon path {
	transition: 300ms ease-out;
}

.show-map-btn:hover .show-map-btn-icon path {
	fill: #ffffff;
	transition: 300ms ease-out;
}

.roles-card-overlay {
	background-color: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(5px);
}

.outer-cont-map {
	background-color: #fff;
	flex-direction: column;
	max-width: 1536px;
	max-height: 840px;
	margin: auto;
	overflow: hidden;
}

.outer-cont-map {
	position: absolute;
}

.roles-card-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9998;
}

.hidden-select {
	display: none;
}

.custom-select-wrapper {
	position: relative;
	user-select: none;
	width: 100%;
	cursor: pointer;
}

.custom-select {
	position: relative;
	display: flex;
	padding: 14px 24px;
	align-items: center;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	max-height: 56px;
}

.custom-select__trigger {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	align-items: center;
	color: var(--type-paragraph-colour, #0c2850);
	font-feature-settings: 'ss01' on;
	text-overflow: ellipsis;
	font-family: 'Karla', 'sans-serif';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.filter-svg {
	margin-left: 16px;
	margin-right: 16px;
	background-color: rgba(0, 0, 0, 0.2);
	height: 28px;
	width: 1px;
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 2;
	max-height: 200px;
	overflow-y: auto;
}

.custom-select.open .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.custom-option {
	position: relative;
	display: block;
	padding: 8px 32px 8px 32px;
	font-size: 18px;
	font-weight: 400;
	color: #0c2850;
	line-height: 28px;
	cursor: pointer;
	transition: all 0.5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-window-content {
	padding: 10px;
}
.info-window-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.info-window-description {
	font-size: 14px;
	margin-bottom: 10px;
}
.info-window-image {
	position: absolute;
	z-index: 9988;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9989;
}
.info-window-link {
	display: inline-block;
	padding: 5px 10px;
	background-color: #1851a0;
	color: white;
	text-decoration: none;
	border-radius: 4px;
}

.gm-style-iw {
	background-color: red;
}

.custom-info-window {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	max-width: 1536px !important;
	max-height: 840px !important;
	width: 90% !important;
	height: 90% !important;
	padding: 0 !important;
	background-color: white !important;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}

.custom-info-window .gm-style-iw-d {
	max-height: none !important;
	overflow: visible !important;
}

.custom-info-window .gm-style-iw-c {
	padding: 0 !important;
	max-width: none !important;
	max-height: none !important;
}

.custom-info-window .gm-ui-hover-effect {
	display: none !important;
}

.custom-info-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.9);
}

.custom-info-window .flex {
	width: 100%;
	height: auto;
}

.custom-info-window .bg-custom-white {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.custom-info-window .bg-custom-white {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.custom-info-window > div {
	background-color: white !important;
	max-width: 1536px !important;
	max-height: 840px !important;
	width: 90% !important;
	height: 90% !important;
	display: flex !important;
	flex-direction: column !important;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3) !important;
}

.custom-info-window .gm-style-iw,
.custom-info-window .gm-style-iw-d,
.custom-info-window .gm-style-iw-c {
	max-width: none !important;
	max-height: none !important;
	padding: 0 !important;
	overflow: visible !important;
}

.custom-info-window .gm-ui-hover-effect {
	display: none !important;
}

.info-window-content {
	overflow-y: auto;
}

.info-window-image {
	max-width: 100%;
	height: auto;
}

.info-window-link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #1851a0;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 20px;
}

.case-study-more-details {
	z-index: 9991;
	background-color: #ffffff;
	padding: 32px;
	width: fit-content;
	max-height: 406px;
}

@media (max-width: 767px) {
	.info-window-image {
		height: 100% !important;
	}

	.case-study-more-details {
		max-height: unset !important;
		margin-right: 32px;
	}
}
