* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

.company-banner {
	background-image: linear-gradient(rgba(15, 23, 42, 0.25), rgba(0, 0, 0, 0)), url(assets/panorama_a.jpg);
}

.pano-left {
	background-image: linear-gradient(rgba(15, 23, 42, 0.25), rgba(0, 0, 0, 0)), url(assets/fundraiser_a1.jpg);
}

.pano-right {
	background-image: linear-gradient(rgba(15, 23, 42, 0.25), rgba(0, 0, 0, 0)), url(assets/fundraiser_b1.jpg);
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 3rem;
	background-color: #ffffff;
	border-bottom: 0.1rem solid #e5e5e5;
	font-size: 1rem;
}

header .location {
	font-weight: 500;
}

header nav a {
	margin-left: 2rem;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

.white-bubble {
	position: absolute;
	border-radius: 50%;
	background-color: #fff5;
	z-index: 0;
	pointer-events: none;
}

.blue-bubble {
	position: absolute;
	border-radius: 50%;
	background-color: #026eff66;
	z-index: 0;
	pointer-events: none;
}

.bubble-xs {
	width: 1.6rem;
	height: 1.6rem;
}

.bubble-sm {
	width: 3.3rem;
	height: 3.3rem;
}

.bubble-md {
	width: 6.5rem;
	height: 6.5rem;
}

.bubble-lg {
	width: 7.8rem;
	height: 7.8rem;
}

.bubble-xl {
	width: 9.3rem;
	height: 9.3rem;
}

.banner {
	min-height: 39rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	gap: 4rem;
	justify-content: space-around;
	overflow: hidden;
	padding: 2rem 4rem 9rem 4rem;
	position: relative;
	text-shadow: 0.2rem 0.2rem 0.5rem #000;
}

.banner .logo {
	height: 35cqh;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	filter: drop-shadow(0.2rem 0.2rem 0.5rem #000);
}

.logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.banner .text h1 {
	color: #ffffff;
	font-size: 4rem;
	font-weight: 700;
}

.banner .text .sub-heading {
	font-size: 1.75rem;
	color: #ffffff;
	margin-bottom: 0.25rem;
}

.banner .text h2 {
	font-size: 3.5rem;
	color: #ffffff;
	font-weight: 700;
}

.top-decor {
	width: max(100%, 1920px);
}

.bottom-decor {
	width: max(100%, 1920px);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
	z-index: 3;
}

.features-area {
	overflow: hidden;
	position: relative;
}

.scroll-container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 3.5rem;
	padding: 5rem 2rem;
}

.feature-card {
	width: 20rem;
	background-color: #4e8cdf;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
}

.feature-card .card-header {
	background-color: #1b6edc;
	padding: 1.25rem 0.5rem;
	text-align: center;
	clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 1rem);
}

.feature-card .card-header h2 {
	color: #ffffff;
	font-size: 1.75rem;
	line-height: 1.15;
}

.card-photo {
	height: 22rem;
	background-size: cover;
	background-position: center;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.card-body p {
	font-size: 1rem;
	line-height: 1.45;
	color: #fff;
	text-align: center;
}

.blue-area {
	background: radial-gradient(circle at 65% 75%, #0d62d4, #3b5cdc);
	overflow: hidden;
	position: relative;
}

.section-header {
	padding: 2rem;
	text-align: left;
	color: #fff;
}

.section-header .sub-heading {
	font-size: 1.75rem;
}

.section-header h2 {
	font-size: 3.5rem;
	font-weight: 700;
	padding-left: 3.5rem;
}

.stepped-heading {
	display: flex;
	flex-wrap: wrap;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.3;
}

.stepped-heading span+span {
	margin-left: calc(100% - 100% + 1.5rem);
}

.scroll-container.products {
	padding-top: 2rem;
	padding-bottom: 7rem;
}

.product-card {
	width: 18rem;
	height: 30rem;
	background-color: #4e8cdfcc;
	transform: skewY(-10deg);
	padding: 1rem;
	gap: 1rem;
	display: flex;
	flex-direction: column;
	border-radius: 0.25rem;
}

.product-photo {
	height: 24.5rem;
	background-color: #fff9;
	background-size: cover;
	background-position: center;
}

.product-card .card-header {
	font-size: 1.75rem;
	color: #fff;
	background-color: #fff5;
	text-align: center;
}

.community-banner {
	align-items: start;
	overflow: hidden;
	justify-content: flex-start;
}

.pano-slot {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pano-left {
	left: 0;
	width: 57%;
	clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
	z-index: 2;
	display: flex;
	align-items: center;
}

.pano-right {
	right: 0;
	width: 57%;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
	z-index: 1;
}

.community-banner .text {
	text-align: left;
	z-index: 2;
}

.community-banner h2 {
	padding-left: 3.5rem;
}

.groups {
	background-color: #ffffff;
	padding: 2rem;
	max-width: 70rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
}

.group-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.group-header {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 1rem;
}

.group-logo {
	width: 3rem;
	height: 3rem;
	object-fit: contain;
	background-color: #f0f0f0;
	border-radius: 50%;
	flex-shrink: 0;
}

.group-header h3 {
	font-size: 1.5rem;
	color: #000000;
}

.group-card p {
	font-size: 1rem;
	line-height: 1.55;
	color: #333333;
}

.faq-area {
	position: relative;
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem 4rem;
	max-width: 70rem;
	width: calc(100% - 4rem);
	margin: 0 auto;
	padding-bottom: 2rem;
}

.faq-item,
.contact-body * {
	text-decoration: none;
	color: #fff;
}

.faq-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.contact-body h3,
.faq-item h3 {
	font-size: 1.25rem;
	line-height: 1.35;
}

.contact-body p,
.faq-item p {
	font-size: 1rem;
	line-height: 1.55;
}

.contact-body {
	display: flex;
	flex-direction: column;
	max-width: 45rem;
	gap: 0.5rem;
	margin-left: 2rem;
	margin-right: 2rem;
}

.contact-body h3 {
	padding-top: 1rem;
}

.community-content {
	color: #fff;
	position: relative;
}

.contact-content {
	color: #fff;
	position: relative;
	padding-bottom: 15rem;
}


.staff-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 20px;
}

.staff-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #4e8cdfcc;
	border-radius: 1.5rem;
	padding: 1rem 1.5rem;
	gap: 1.5rem;
}

.staff-card a {
	text-decoration: none;
	font-weight: 500;
	color: #fff;
}

.team-layout {
	max-width: 95rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}

.managers-group {
	display: flex;
	gap: 2.5rem;
	align-items: flex-start;
	margin: 3rem;
	text-decoration: none;
	color: #fff;
}

.manager {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.manager-photo {
	width: 11.25rem;
	height: 11.25rem;
	border-radius: 50%;
	object-fit: cover;
	border: solid 0.25rem #fff;
}

.manager-name {
	font-size: 1.6rem;
	font-weight: 700;
}

.staff-area {
	position: relative;
}

.staff-group {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	flex: 1;
	max-width: 35rem;
	margin-left: 2rem;
	margin-right: 2rem;
}

.staff-mention {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-left: 3rem;
}

.staff-mention.offset {
	margin-left: 0rem;
}

.staff-icon {
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	border: solid 0.25rem #fff;
}

.chat-bubble {
	padding: 1.2rem;
	font-size: 1.1rem;
	line-height: 1.35;
	flex: 1;
	background-image: url('assets/review.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-width: 17rem;
}

.chat-bubble b {
	display: block;
	text-align: right;
	padding: 0rem 1rem;
}

.scroll-container.reviews-grid {
	padding-bottom: 15rem;
	justify-content: flex-start;
	overflow: scroll;
}

.review-card {
	background-color: #4e8cdfcc;
	padding: 1.5rem;
	border-radius: 2.5rem;
	min-width: 18rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex-shrink: 0;
	scroll-snap-align: center;
	border: solid 0.25rem #fff;
}

.review-stars {
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	line-height: 1rem;
	margin-bottom: 1rem;
}

.review-author {
	font-size: 1.15rem;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

.review-text {
	font-size: 1.1rem;
	line-height: 1.45;
}

footer {
	border-top: 1px solid #e5e5e5;
	padding: 2.5rem 3rem;
	color: #333333;
	font-size: 0.95rem;
	max-width: 75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-left {
	text-align: left;
	line-height: 1.5;
}

.footer-right {
	text-align: right;
}

.footer-right a {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.footer-right a:hover {
	text-decoration: underline;
}

@media (max-width: 899px) {
	header {
		font-size: 1.3rem;
		flex-direction: column;
		gap: 0.75rem;
		padding: 1rem;
		text-align: center;
	}

	header nav a {
		margin: 0 0.5rem;
		display: inline-block;
	}

	.banner {
		flex-direction: column;
		gap: 4rem;
		text-align: center;
	}

	.banner .text h1 {
		font-size: 2.75rem;
	}

	.banner .text h2,
	.section-header h2 {
		font-size: 2.25rem;
	}

	.scroll-container {
		justify-content: flex-start;
		gap: 2rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-margin-inline-start: 10rem;
		padding-left: calc(50vw - 10rem);
		padding-right: calc(50vw - 10rem);
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.feature-card {
		flex-shrink: 0;
		scroll-snap-align: center;
	}

	.scroll-container.products {
		scroll-margin-inline-start: 9rem;
		padding-left: calc(50vw - 9rem);
		padding-right: calc(50vw - 9rem);
		padding-top: 3rem;
		padding-bottom: 6rem;
	}

	.product-card {
		flex-shrink: 0;
		scroll-snap-align: center;
	}

	.groups {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.group-header {
		flex-direction: row;
	}

	.team-layout {
		flex-direction: column;
		align-items: center;
	}

	.manager-photo {
		width: 9rem;
		height: 9rem;
	}

	.managers-group {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.7rem;
		margin: 0;
	}

	.staff-mention.offset {
		margin-left: 0;
	}

	.chat-bubble {
		min-width: 0;
	}

	.scroll-container.reviews-grid {
		scroll-margin-inline-start: 9rem;
		padding-left: calc(50vw - 9rem);
		padding-right: calc(50vw - 9rem);
	}

	footer {
		padding: 2rem 1.5rem;
		flex-direction: column;
		gap: 1.5rem;
		text-align: center;
	}

	.footer-left,
	.footer-right {
		text-align: center;
	}

	.pano-slot {
		left: 0;
		right: 0;
		width: 100%;
	}

	.pano-left {
		top: 0;
		height: 58%;
		clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
		z-index: 1;
	}

	.pano-right {
		top: auto;
		bottom: 0;
		height: 62%;
		clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
		z-index: 2;
	}

	.faq-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		margin: 1.5rem;
	}
}