/**
 * Footer Layout
 */

.site-footer {
	background-color: #ffffff;
	padding: 58px 0 0;
	color: #013D36;
}

.site-footer .footer-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.site-footer .footer-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	padding-bottom: 2rem;
}

@media (max-width: 768px) {
	.site-footer .footer-columns {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.site-footer .footer-column {
	    gap: 20px;
	}
	.site-footer .footer-column-1 .footer-tagline {
		margin:0;
	}
}

.site-footer .footer-column {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* Column 1: Branding and Buttons */
.site-footer .footer-column-1 .footer-icon-link {
	display: flex;
	text-decoration: none;
	margin-bottom: 0.5rem;
	justify-content: center;
}

.site-footer .footer-column-1 .footer-icon-link:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.site-footer .footer-column-1 .footer-icon-link .footer-icon {
	max-width: 108px;
	height: auto;
	display: block;
	margin-bottom: 7px;
}

.site-footer .footer-column-1 .footer-tagline {
	font-size: 44px;
	margin: 11px 0 35px;
	color: #013D36;
	font-family: 'Beach Bound Script';
	text-align: center;
	line-height: 1;
}

.site-footer .footer-column-1 .footer-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 500px) {
.site-footer {
padding-top:30px;}
}

.site-footer .footer-column-1 .footer-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 31px;
	background-color: #013D36;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: background-color 0.3s ease, transform 0.2s ease;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.1rem;
	height: 57px;
}

.site-footer .footer-column-1 .footer-button:hover,
.site-footer .footer-column-1 .footer-button:focus {
	background-color: #6B7861;
}

.site-footer .footer-column-1 .footer-button:active {
	transform: translateY(0);
}

.site-footer .footer-column-1 .footer-button i,
.site-footer .footer-column-1 .footer-button .footer-button-icon {
	font-size: 1rem;
	line-height: 1;
	flex-shrink: 0;
}

.site-footer .footer-column-1 .footer-button .footer-button-icon {
	width: 1rem;
	height: 1rem;
	object-fit: contain;
	display: inline-block;
}

.site-footer .footer-column-1 .footer-button .footer-button-icon.fa-regular,
.site-footer .footer-column-1 .footer-button .footer-button-icon.fa-solid {
	width: auto;
	height: auto;
}

.site-footer .footer-column-1 .footer-button .footer-button-text {
	white-space: nowrap;
}

/* Column 2: Locations and Contact */
.site-footer .footer-column-2 .footer-section {
	margin-bottom: 1.5rem;
}

.site-footer .footer-column-2 .footer-section:last-child {
	margin-bottom: 0;
}

.site-footer .footer-column-2 .footer-heading {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	margin: 0 0 19px;
	color: rgb(1, 61, 54);
	font-family: 'Inter';
	line-height: 1.5;
}

.site-footer .footer-column-2 .footer-locations-content,
.site-footer .footer-column-2 .footer-contact-content {
	font-size: 0.9375rem;
	line-height: 1.6;
}
.site-footer .footer-column-2 .footer-contact-content  {
	margin-top:20px;
}

.site-footer .footer-column-2 .footer-locations-content p,
.site-footer .footer-column-2 .footer-contact-content p {
	margin: 0 0 24px;
	font-size: 17px;
	line-height: 26px;
}

.site-footer .footer-column-2 .footer-locations-content p:last-child,
.site-footer .footer-column-2 .footer-contact-content p:last-child {
	margin-bottom: 0;
}

.site-footer .footer-column-2 .footer-locations-content a,
.site-footer .footer-column-2 .footer-contact-content a {
	color: #013D36;
	text-decoration: none;
}

.site-footer .footer-column-2 .footer-locations-content a:hover,
.site-footer .footer-column-2 .footer-locations-content a:focus,
.site-footer .footer-column-2 .footer-contact-content a:hover,
.site-footer .footer-column-2 .footer-contact-content a:focus {
	color:#6B7861;
}

/* Column 3: Hours and Social Links */
.site-footer .footer-column-3 .footer-section {
	margin-bottom: 88px;
}

.site-footer .footer-column-3 .footer-section:last-child {
	margin-bottom: 0;
}

.site-footer .footer-column-3 .footer-heading {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	margin: 0 0 18px;
	color: rgb(1, 61, 54);
	font-family: 'Inter';
	line-height: 1.5;
}

.site-footer .footer-column-3 .footer-hours-content {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.site-footer .footer-column-3 .footer-hours-content p {
	margin: 0 0 0.5rem;
	font-size: 17px;
	line-height: 27px;
}

.site-footer .footer-column-3 .footer-hours-content p:last-child {
	margin-bottom: 0;
}

.site-footer .footer-column-3 .footer-social-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.site-footer .footer-column-3 .footer-social-links li {
	margin: 0;
}

.site-footer .footer-column-3 .footer-social-links .footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #013D36;
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.site-footer .footer-column-3 .footer-social-links .footer-social-link i {
	font-size: 1.125rem;
	line-height: 1;
}

.site-footer .footer-column-3 .footer-social-links .footer-social-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.site-footer .footer-column-3 .footer-social-links .footer-social-link:hover,
.site-footer .footer-column-3 .footer-social-links .footer-social-link:focus {
	background-color: #6B7861;
}

.site-footer .footer-column-3 .footer-social-links .footer-social-link:active {
	transform: translateY(0);
}

/* Legal and Credits Bar */
.site-footer .footer-legal {
	padding: 0;
	margin-top: 30px;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.site-footer .footer-legal .footer-legal-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	font-size: 10px;
	color: #013D36;
	text-align: center;
	opacity: 0.3;
}

@media (max-width: 768px) {
	.site-footer .footer-legal .footer-legal-content {
		gap: 0 4px;
		max-width: 300px;
		margin: 0;
		line-height: 1.5;
	}
}

.site-footer .footer-legal .footer-copyright,
.site-footer .footer-legal .footer-rights {
	white-space: nowrap;
}

.site-footer .footer-legal .footer-legal-separator {
	color: #000;
	margin: 0 0.25rem;
}

@media (max-width: 768px) {
	.site-footer .footer-legal .footer-legal-separator {
		display: none;
	}
}

.site-footer .footer-legal .footer-legal-link {
	text-decoration: none;
	white-space: nowrap;
}

.site-footer .footer-legal .footer-legal-link:hover,
.site-footer .footer-legal .footer-legal-link:focus {
	color: #2d5016;
	text-decoration: underline;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.site-footer .footer-legal .footer-credit {
	white-space: nowrap;
}

.site-footer .footer-legal .footer-credit .footer-credit-link {
	color: #013D36;
	text-decoration: none;
}

.site-footer .footer-legal .footer-credit .footer-credit-link:hover,
.site-footer .footer-legal .footer-credit .footer-credit-link:focus {
	color: #6B7861;
}

@media (max-width: 768px) {
	.site-footer .footer-columns {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding: 0;
	}
	.site-footer .footer-column {
	    gap: 20px;
	}
	.site-footer .footer-column-1 .footer-tagline {
		margin:0 0 20px;
	}
	.site-footer .footer-column-3 .footer-section {
	    margin-bottom: 28px;
	}
	.site-footer .footer-column-2 .footer-section {
	    margin-bottom: 0;
	}
	.site-footer .footer-legal .footer-credit {
	    display:block;
	    width:100%;
	    text-align:left;
	}
	.site-footer .footer-legal .footer-legal-link {
		margin-bottom:15px;
	}
}

@media (max-width: 500px) {
	.site-footer .footer-content {
		padding:0 30px;
	}
}