/*-- -------------------------- -->
<---             HERO          -->
<--- -------------------------- -*/

/*
.elfsight_map_1_ce4203fe-74b2-4607-bb69-1d2f05925012 > div:nth-child(1) > svg:nth-child(1) > path:nth-child(1) {
	fill: red !important;
}
*/

.elfsight_map_1_615e6c24-ae6c-4a3b-a74c-1445f51acdfa > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_63432371-78c7-4ead-b686-f6d4279435a7 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_2ba161ca-880a-4dee-bd63-698b106491d5 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_a8c833e4-1ef4-4d6d-a3eb-bccbcdcae33a > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_7d8000cb-a746-4faf-b056-8d088581170f > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_a7d8d17a-897e-45a6-8655-0fe1e233efd8 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_7c489adc-72c9-4593-9749-0bc7584118ba > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_effe9554-5c5d-46f7-aa70-3d6eca5e930b > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_a9cc2bbc-8648-4c09-afca-ba6eeb5f2fc0 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_277f5a63-7eda-497d-af10-adb89b3c77c1 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_79f83a88-8ed3-49b1-8d8d-1bfb1527e4af > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_84e44f96-8f2b-423b-b239-0117e3b7fdd2 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_15a33d4f-f700-4f1c-973b-6b5251d6f0eb > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_ee22eff5-5aaa-4e34-a48f-d15cecab33ca > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_3dfde08f-9b5a-4c44-9819-5b66f421b5ef > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_64e610f3-6646-4553-ba7b-37a88093f141 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_101810b9-60a3-4856-85b7-310a649114ff > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_6eee85ef-6a0f-4a54-8df5-f21ff90dcbcb > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_57d86ac9-5a08-4c1d-b105-f8f1340412c6 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_a3ac97ba-96bb-4d71-b24c-1a61d20630ad > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_f0b039df-1f97-40a7-b472-e51384ef7fb3 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_eb72cef4-facb-405f-bbaa-1993a22d9f5f > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_fb1fd394-5bcd-49fd-b370-83b2cb624f86 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_834c35a4-61cc-4caa-8d38-930c80cc524a > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_363734dd-2df0-4139-a2ea-47bda179e80c > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_d7dd155a-1058-45fb-a342-8f350abbed82 > div:nth-child(1) > svg:nth-child(1),
.elfsight_map_1_14d8dc49-cbf7-472f-9089-ff2118436722 > div:nth-child(1) > svg:nth-child(1)
{
	fill: #CD1E29 !important;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
	#page-locations {
		background-color: #f7f7f7;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	#page-locations .cs-container {
		width: 100%;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		/* 48px - 64px */
		gap: clamp(3rem, 5vw, 4rem);
		position: relative;
		z-index: 1;
		max-width: 100%;
		padding: 0;
	}
	#page-locations .cs-content {
		/* aligns text centrally. set to left to left-align text */
		text-align: center;
		padding: var(--sectionPadding);
		/* 60px - 150px */
		padding-top: clamp(3.75rem, 8.82vw, 15.375rem);
		padding-bottom: clamp(3.75rem, 8.82vw, 15.375rem);
		pointer-events: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		/* centrally aligns items. set to flex-start to left-align items */
		align-items: center;
		z-index: 2;
		width: 100%;
		min-height: 601px;
	}
	#page-locations .cs-title {
		/* 31px - 39px */
		font-size: 35px;
		letter-spacing: 0.15em;
		color: var(--bodyTextColorWhite);
		font-family: var(--secondaryFont);
		max-width: 100%;
	}
	#page-locations .cs-text {
		margin: 0 0 2rem;
		color: var(--bodyTextColorWhite) !important;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.2em;
	}
	#page-locations .cs-button-outline {
		font-size: 1rem;
		font-weight: 700;
		/* 46px - 56px */
		line-height: clamp(2.875rem, 5.5vw, 3.5rem);
		text-align: center;
		text-decoration: none;
		min-width: 12.5rem;
		margin: 0;
		/* prevents padding from adding to the width */
		box-sizing: border-box;
		/* 32px - 48px */
		padding: 0 clamp(2rem, 4vw, 3rem);
		pointer-events: auto;
		color: var(--bodyTextColorWhite);
		border: 1px solid var(--bodyTextColorWhite);
		display: inline-block;
		position: relative;
		transition: color 0.3s;
	}
	#page-locations .cs-button-outline:before {
		content: "";
		width: 0%;
		height: 100%;
		background: var(--primary);
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transition: width 0.3s;
	}
	#page-locations .cs-button-outline:hover {
		color: var(--headerColor);
	}
	#page-locations .cs-button-outline:hover:before {
		width: 100%;
	}
	#page-locations .cs-video-wrapper {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
	}
	#page-locations .cs-video-wrapper:hover {
		cursor: pointer;
	}
	#page-locations .cs-video-wrapper:hover .cs-play {
		transform: translate(-50%, -50%) scale(1.2);
	}
	#page-locations .cs-video-wrapper video,
	#page-locations .cs-video-wrapper .cs-picture {
		width: 100%;
		height: 100%;
		/* makes image act as a background image */
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	#page-locations .cs-video-wrapper video img,
	#page-locations .cs-video-wrapper .cs-picture img {
		width: 100%;
		height: 100%;
		/* makes image act as a background image */
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}
#locations {
	padding: 0 20px;
}
.location-title {
    font-size: 40px;
    text-align: center;
    margin: 80px 0;
    font-weight: 500;
	font-family: var(--secondaryFont);
  }

.contents-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    max-width: 1200px;
    margin: 0 auto 60px;
    align-items: center;
    align-content: center;
}

.maps-container {
    margin-bottom: 60px;
}

.contents-container h2, .contents-container p {
    text-align: center;
    width: 100%;
}

.contents-container h2 {
    margin: 80px 0 20px;
}

.locations-list {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.locations-list h2 {
    text-align: center;
    color: var(--headerColor);
	font-family: var(--secondaryFont);
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.locations-list .accordion {
    margin-bottom: 30px;
}

.locations-list .accordion-item {
    border-bottom: 1px solid #4aace0;
    overflow: hidden;
}

.locations-list .accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 25px 0;
	background: transparent;
	transition: background 0.3s;
	color: var(--secondary);
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
}

.locations-list .accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.locations-list .accordion-content-inner,
.locations-list .accordion-content-inner:visited {
    padding: 0px 0 20px;
    font-size: 16px;
    text-decoration: none;
    color: var(--primary);
}

.locations-list .accordion-content-inner img {
    margin-bottom: 16px;
}

.locations-list .accordion-content-inner strong {
    font-size: 18px;
    color: var(--primary);
}

.locations-list .accordion-item.active .accordion-content {
    max-height: 500px;
}

.locations-list .accordion-toggle {
    font-size: 20px;
    transition: transform 0.3s;
    height: 24px;
}

.locations-list .accordion-item.active .accordion-toggle {
    transform: rotate(180deg);
}

.locations-list .locations-list-button {
    display: block;
    margin: 50px auto;
    padding: 10px 30px;
    background-color: #100944;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    text-decoration: none;
    max-width: 440px;
    text-align: center;
}

.locations-list .locations-list-button:hover {
    background-color: #0a0752;
    transform: translateY(-2px);
}

/* Container for the columns */
.columns-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual column item */
.column-item {
    flex: 1 1 calc(50% - 30px);
    min-width: 300px;
    background: white;
    border-radius: 0; /* Remove border radius */
    overflow: hidden;
    box-shadow: none; /* Remove box shadow */
    margin-bottom: 30px;
    border: none; /* Ensure no border */
    max-width: 50%;
    text-decoration: none;
}

/* Image styling - full width */
.item-image {
    width: 100%;
    height: 250px; /* Adjust height as needed */
    object-fit: cover;
    display: block;
}

.item-icon {
    display: block;
    height: 92px;
}

/* Content container */
.item-content {
    padding: 20px 0; /* Adjusted padding */
}

/* Title styling */
.item-title {
    font-size: 1.5rem;
    margin: 10px 0;
    color: #100944;
    font-weight: 400;
    text-align: center;
	font-family: var(--secondaryFont);
}

/* Icon and address container */
.item-location {
    text-align: center;
    color: #100944;
    font-size: 14px;
    font-weight: 600;
}

/* Description styling */
.item-description {
    color: #555;
    line-height: 1.5;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
	.contents-container h2 {
		margin-top: 10rem !important;
	}
}
@media (max-width: 768px) {
    .column-item {
        flex: 1 1 100%;
		margin: 0;
		max-width: 100%;
    }
	.columns-container {
		gap: 0px !important;
	}
	.location-title {
		font-size: 25px;
	}
}