.site-footer {
	position: relative;
	padding-top: 80px;
	padding-bottom: 64px;
	background-color: var(--wp--preset--color--waffle, #ebe4de);
	background: linear-gradient(274deg, #79bdc8 -86.64%, #003f48 96.56%);
	color: #d4d5d9;
}

.site-footer .row {
	align-items: end;
}

@media screen and (max-width: 768px) {
	.site-footer .row {
		align-items: start;
	}
}

.site-footer--logo {
	display: inline-flex;
	margin-bottom: clamp(24px, calc(24px + ((1vw - 4px) * 0.667)), 32px);
}

.site-footer--left-info {
	display: flex;
	flex-direction: column;
	margin-bottom: clamp(32px, calc(32px + ((1vw - 4px) * 0.667)), 40px);
}

.site-footer--left-info ul {
	position: relative;
	padding-left: 24px;
	list-style: none;
}

.site-footer--left-info ul::before {
	position: absolute;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='17' viewBox='0 0 15 17' fill='none'%3E%3Cpath d='M3.8906 6.56195C3.8906 8.19267 5.20532 9.5398 6.84872 9.5398C8.49212 9.5398 9.80684 8.21631 9.80684 6.56195C9.80684 4.90759 8.49212 3.58411 6.84872 3.58411C5.20532 3.58411 3.8906 4.90759 3.8906 6.56195ZM8.53907 6.56195C8.53907 7.5073 7.76433 8.28722 6.82524 8.28722C5.88615 8.28722 5.11141 7.5073 5.11141 6.56195C5.11141 5.6166 5.88615 4.83669 6.82524 4.83669C7.76433 4.83669 8.53907 5.6166 8.53907 6.56195ZM14.7605 15.3301L13.0232 13.3921C13.3519 12.9194 13.5397 12.3758 13.5397 11.7614C13.5397 10.2015 12.2954 8.94896 10.7459 8.94896C9.19643 8.94896 7.95214 10.2015 7.95214 11.7614C7.95214 13.3212 9.19643 14.5738 10.7459 14.5738C11.2389 14.5738 11.685 14.4556 12.0841 14.2193L13.8214 16.1572L14.737 15.3301H14.7605ZM9.21991 11.7377C9.21991 10.8869 9.92422 10.1779 10.7694 10.1779C11.6146 10.1779 12.3189 10.8869 12.3189 11.7377C12.3189 12.5885 11.6146 13.2976 10.7694 13.2976C9.92422 13.2976 9.21991 12.5885 9.21991 11.7377ZM8.25735 14.9046C7.67042 15.4482 7.27131 15.7791 7.22435 15.8264L6.82524 16.1336L6.42613 15.8264C6.42613 15.8264 4.92359 14.5974 3.46801 12.9194C1.47245 10.6033 0.439453 8.52355 0.439453 6.72739V6.56195C0.439453 3.04053 3.30367 0.157227 6.80176 0.157227C10.2999 0.157227 13.1641 3.04053 13.1641 6.56195V6.72739C13.1641 7.22369 13.0936 7.76727 12.9293 8.31085C12.5771 8.07451 12.2015 7.90908 11.7789 7.81454C11.8728 7.46004 11.9198 7.08189 11.9198 6.72739V6.56195C11.9198 3.72591 9.61902 1.40981 6.80176 1.40981C3.9845 1.40981 1.68374 3.72591 1.68374 6.56195V6.72739C1.68374 9.7525 5.534 13.3921 6.80176 14.5029C6.9661 14.3611 7.15392 14.1956 7.38869 13.9829C7.62346 14.3374 7.90519 14.6447 8.23387 14.9046H8.25735Z' fill='%234C9AD6'/%3E%3C/svg%3E");
	left: 0;
	top: 4px;
}

.site-footer--left-info ul li {
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
	.site-footer--left-info ul li .location-address,
	.site-footer--left-info ul li .location-hours {
		--wp--preset--font-size--caption: calc(14px * 0.85);
		text-wrap: balance;
	}
}

.site-footer--separator {
	display: flex;
	justify-content: center;
}

.site-footer .wp-block-separator {
	background-color: var(--wp--preset--color--charcoal);
	height: 100%;
	width: 1px;
	max-width: 350px;
	display: block;
}

.site-footer--quicklinks {
	margin-bottom: clamp(32px, calc(32px + ((1vw - 4px) * 0.667)), 40px);
}

.site-footer--service-pills {
	margin-bottom: clamp(32px, calc(32px + ((1vw - 4px) * 0.667)), 40px);
}

.site-footer .menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	gap: 24px;
}

.site-footer--bottom {
	background-color: var(--wp--preset--color--trust-blue);
	color: var(--wp--preset--color--warm-linen);
	padding: clamp(16px, calc(16px + ((1vw - 4px) * 0.667)), 24px) 0;
}

.site-footer .gfield--type-submit {
	margin-top: 12px;
}

.site-footer .gform_footer {
	padding: 0;
}

.site-footer .badge {
	font-size: clamp(13px, calc(12px + ((1vw - 4px) * 0.833)), 16px);
}

.site-footer p.has-begum-font-family.has-alabaster-color {
	opacity: 0.6;
	font-weight: 400;
}

.site-footer--copyright {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.site-footer--copyright p {
	text-align: right;
	font-size: calc(var(--wp--preset--font-size--caption) * 0.75);
}

@media screen and (max-width: 1024px) {
	.site-footer--copyright p {
		text-align: left;
	}
}

.site-footer .menu {
	gap: 6px 12px;
	max-width: 350px;
	margin-bottom: clamp(24px, calc(24px + ((1vw - 4px) * 0.667)), 32px);
}

@media screen and (max-width: 1024px) {
	.site-footer .menu {
		gap: 6px 12px;
		max-width: none;
		margin-bottom: clamp(24px, calc(24px + ((1vw - 4px) * 0.667)), 32px);
	}
}

.site-footer .menu .menu-item {
	font-weight: 500;
	font-feature-settings: 'liga' off, 'clig' off;
}

.site-footer .menu .menu-item::before {
	content: '/';
	margin-right: 12px;
	opacity: 0.4;
}

.site-footer .menu .menu-item:first-of-type:before {
	content: '';
	margin-right: 0px;
}

.site-footer a:not(.site-footer--copyright a) {
	font-weight: 500;
}

.site-footer .opening-time {
	font-weight: 500;
}
