/*----- FOOTER TOP CONTAINER - Open -----*/
#page .footer-top-container {
	padding: 0;
}
/*----- FOOTER TOP CONTAINER - Close -----*/

/*----- FOOTER BOTTOM BLOCKS - Open -----*/
#page .footer-bottom-blocks {
	background-color: #e9ede9;
	background-image: -webkit-image-set(
		url('/themes/custom/aero10/images/bg-texture-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-texture-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-texture-01.jpg') type('image/jpeg')
	);
	background-image: image-set(
		url('/themes/custom/aero10/images/bg-texture-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-texture-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-texture-01.jpg') type('image/jpeg')
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #dadedc;
	border-top: 0.5rem solid #86c87b;
	padding: 2rem 0;
}
/*----- FOOTER BOTTOM BLOCKS - Close -----*/

/*----- SOCIAL MEDIA FOOTER BLOCK - Open -----*/
#page .footer-bottom-container {
	font-size: 0.875rem;
	padding: 2rem 0;
}
#page .social-media-footer-block .field--name-body {
	display: flex;
	gap: 1rem;
}
/*----- SOCIAL MEDIA FOOTER BLOCK - Close -----*/

/*----- GET YOUR BUSINESS LISTED - Open -----*/
#get-your-business-listed {
	background-color: #e9ede9;
	background-image: -webkit-image-set(
		url('/themes/custom/aero10/images/bg-image-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-image-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-image-01.jpg') type('image/jpeg')
	);
	background-image: image-set(
		url('/themes/custom/aero10/images/bg-image-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-image-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-image-01.jpg') type('image/jpeg')
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem 0 5rem 0;
}

#get-your-business-listed .block-content h2 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
	#get-your-business-listed .block-content h2 {
		font-size: 3rem;
	}
}
#get-your-business-listed .block-content p {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 2rem;
}
#get-your-business-listed .block-content p:last-child {
	margin-bottom: 0;
}
#get-your-business-listed .block-content a {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	border-radius: var(--border-radius-buttons);
	border: 1px solid #ffffff;
	color: #277145;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 600;
	justify-content: center;
	padding: 1.5rem 2.5rem;
	text-decoration: none;
}
#get-your-business-listed .block-content a::before {
	color: #86c87b;
	content: '\e64e';
	display: block;
	font-family: 'Font Awesome 6 Pro';
	font-size: 2rem;
	font-weight: 700;
	margin-right: 0.75rem;
}
#get-your-business-listed .block-content a:hover {
	background-color: rgba(39, 113, 69, 0.8);
	color: #ffffff;
	border-color: #86c87b;
}
@media screen and (min-width: 767px) {
	#get-your-business-listed .field--name-body {
		margin: 0 auto;
		max-width: 70%;
	}
}
/*----- GET YOUR BUSINESS LISTED - Close -----*/

/*----- OTA FOOTER BLOCK - Open -----*/
#page .ota-footer-block .field--name-body {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
#page .ota-footer-block .field--name-body .btn {
	align-items: center;
	background: #86c87b;
	border-radius: 4rem;
	color: #050f09;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.5rem;
	justify-content: center;
	margin: 0.5rem 1rem 0 0;
	padding: 0.5rem 1.5rem;
	text-transform: uppercase;
}
#page .ota-footer-block .field--name-body .btn:hover {
	background: #f4a268;
	color: #050f09;
}
/*----- OTA FOOTER BLOCK - Close -----*/

/*----- FALL BACK IMAGE - Open -----*/
@supports not (background-image: image-set(url('x') type('image/avif'))) {
	#page .footer-bottom-blocks {
		background-image: url('/themes/custom/aero10/images/bg-texture-01.jpg');
	}
	#get-your-business-listed {
		background-image: url('/themes/custom/aero10/images/bg-image-01.jpg');
	}
}
/*----- FALL BACK IMAGE - Close -----*/
