/**
 * Footer Styles
 * CSS only - no Sass
 */

.site-footer {
	padding: 80px 0 0;
	border-top: 1px solid #585853;
	background: #FCFBFA;
}

.footer-main {
	max-width: 1193px;
	margin: 0 auto;
	padding: 0;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 60px;
	position: relative;
}

.footer-left {
	flex: 0 0 0;
}

.footer-logo {
	max-width: 200px;
	height: auto;
	margin-bottom: 20px;
}

.footer-tagline {
	font-family: "ivypresto-display", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4;
	color: #585853;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.014rem;
	position: absolute;
	top: -40px;
	left: 178px;
}

.footer-icon {
	max-width: 112px;
	height: auto;
}

.footer-menus {
	flex: 0 0 42.5%;
	display: flex;
	position: relative;
	padding-top: 46px;
	margin-left: -48px;
}

.footer-menu {
	flex: 1;
}
.footer-menu-2 {
	margin:0 10px 0 -15px;
}
.footer-menu-3 {
	flex:2;
}
.footer-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu-list li {
	margin-bottom: -4px;
}

.footer-menu-list a {
	color: #585853;
	text-decoration: none;
	font-size: 15px;
	transition: color 0.3s ease;
}

.footer-menu-list a:hover {
	color: #F19B92;
}

/* Footer menus with icons - display icons next to menu items */
.footer-menu-1 .footer-menu-list a,
.footer-menu-2 .footer-menu-list a,
.footer-menu-3 .footer-menu-list a,
.footer-menu-4 .footer-menu-list a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-menu-1 .footer-menu-list a i,
.footer-menu-2 .footer-menu-list a i,
.footer-menu-3 .footer-menu-list a i,
.footer-menu-4 .footer-menu-list a i {
	font-size: 14px;
	width: 24px;
	text-align: center;
}

.footer-right {
	flex: 0 0 35%;
	margin-right: -30px;
}

.footer-right .wpforms-confirmation-container p {
	font-size: 15px;
	line-height: 1;
	margin: 60px 0 0 0;
}

.footer-form {
	padding: 0;
	border-radius: 0;
}

.footer-form .wpforms-container {
	margin: 0;
}
.footer-form .wpforms-container form {
	display:flex;
	flex-wrap:wrap;
	margin-top: 40px;
}
.footer-form .wpforms-container form .wpforms-head-container {width:100%;font-size: 17px;font-family: 'bicyclette';text-transform: uppercase;letter-spacing: 0.05rem;margin: 5px 0 4px;font-weight: 600;}
.footer-form label {
	font-size:0px;
	margin:0;
	padding:0;
}
.footer-form .wpforms-container form .wpforms-submit{
	color: #585853!important;
	background: transparent!important;
	padding: 18px 0 0 0!important;
	font-family: 'bicyclette'!important;
	font-size: 17px!important;
	font-weight: 600!important;
}

.footer-form .wpforms-form input[type="email"],
.footer-form .wpforms-form input[type="text"] {
	width: 100%;
	padding: 0 0 4px;
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px solid #585853;
	background: transparent;
	color: #585853;
	font-family: 'noto-sans';
	width: 305px;
	margin: 0 11px 0 0;
}

.footer-form .wpforms-form button[type="submit"],
.footer-form .wpforms-form input[type="submit"],
.footer-form .wpforms-form .wpforms-submit-container button,
.footer-form .wpforms-form .wpforms-submit-container input,
.footer-form .wpforms-form button.wpforms-submit,
.footer-form .wpforms-form input.wpforms-submit {
	width: 100%;
	padding: 20px 40px;
	background-color: #F7C3BE; /* Coral Light - default button color */
	color: #FCFBFA; /* Cream Light - light text */
	border: none;
	border-radius: 9999px; /* Fully rounded capsule shape */
	font-family: "noto-sans", sans-serif;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	position: relative;
	font-size: 17px;
	font-family: 'bicyclette';
	text-transform: uppercase;
	letter-spacing: 0;
}
.footer-form .wpforms-submit-container {
	margin: 0 auto 0;
}

.footer-form .wpforms-form button[type="submit"]:hover,
.footer-form .wpforms-form input[type="submit"]:hover,
.footer-form .wpforms-form .wpforms-submit-container button:hover,
.footer-form .wpforms-form .wpforms-submit-container input:hover,
.footer-form .wpforms-form button.wpforms-submit:hover,
.footer-form .wpforms-form input.wpforms-submit:hover {
	background-color: #EEE4DD; /* Beige Light - hover state */
	color: #585853; /* Gray Dark - dark text on hover */
}

/* Add arrow to submit button */
/* .footer-form .wpforms-form button[type="submit"]::after,
.footer-form .wpforms-form input[type="submit"]::after,
.footer-form .wpforms-form .wpforms-submit-container button::after,
.footer-form .wpforms-form .wpforms-submit-container input::after,
.footer-form .wpforms-form button.wpforms-submit::after,
.footer-form .wpforms-form input.wpforms-submit::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url('../images/thick-black-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 1px;
	margin-bottom: -5px;
}
 */
/* Footer bottom - coral pink section */
.footer-bottom {
	background-color: #F19B92;
	padding: 25px 0 24px;
	margin-top:80px;
}

.footer-credits {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.footer-copyright a {
color:#F5ECE8;
text-decoration:none;
}
.footer-copyright {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

.footer-menu-4 .footer-menu-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
	justify-content: flex-end;
}

.footer-menu-4 .footer-menu-list a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	transition: opacity 0.3s ease;
	font-weight: 500;
	color: #FFFFFF;
}

.footer-menu-4 .footer-menu-list a:hover {
	opacity: 0.8;
}

.footer-credits-text {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}

.footer-credits-text a {
	color: #ffffff;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.footer-credits-text a:hover {
	opacity: 0.8;
}

/* Responsive */
@media (max-width:1280px) {
	.footer-right {
		flex: 0 0 32%;
		margin-right: 0px;
	}
	.footer-form .wpforms-submit-container {
		margin:0;
	}
	.footer-form .wpforms-form input[type="email"], .footer-form .wpforms-form input[type="text"] {
		width:200px;
		margin-right:13px;
	}
}
@media (max-width:1125px) {
	.footer-main {
		max-width:1000px;
	}
	.footer-tagline {
		font-size:25px;
	}
	.footer-right {
		display:none;
	}
	.footer-menus {
		width:100%;
		flex: 0 0 82%;
	}
}
@media (max-width: 1000px) {
	.footer-main {
        max-width: 700px;
    }
	.footer-right {
		display:none;
	}
	.footer-tagline {
        font-size: 17px;
        left: 140px;
        margin: 30px 0 0 0;
    }
	.footer-credits {
		padding:0;
		text-align:center;
	}
	.footer-menu-4 .footer-menu-list {
		justify-content:center;
		text-align:center;
	}
	.footer-top {
		display:block;
		position: relative;
	}
	    .footer-menus {
        width: 100%;
        padding: 30px 0 0 190px;
    }
	.footer-left {
		position:absolute;
		top:0;
		left:0;
	}
	.footer-credits {
		display:block;
	}
	.footer-menu-4 .footer-menu-list {
		justify-content: center;
	}

}

@media (max-width: 700px) {
	.footer-icon {
	    max-width: 80px;
	    height: auto;
	    margin: 0 auto 20px;
	    display: block;
	}
	.footer-main {
        max-width: 500px;
    }
	.footer-menus {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        position: relative;
    }
	.footer-menu-3 {
		width: 50%!important;
		display:block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.footer-menu {
		width:50%;
		flex:initial;
		margin: 0;
	}
	.footer-menu-list li {
		margin:0;
	}
	.footer-tagline {
		display: none;
	}
	.footer-left {
		position: relative;
		margin: 0;
		width: 80px;
		margin: 30px 0 0;
	}
	.site-footer {
		padding-top: 5px;
	}
	.footer-menu-4 .footer-menu-list a {
		justify-content:center;
		text-align:center;
	}
	.footer-menu-4  {
		width:100%;
	}
	.footer-top {
		margin-bottom:10px;
		display: block;
	}
	.footer-bottom {
		margin-top:40px;
	}
}
@media (max-width:580px) {
	.footer-copyright {
		max-width: 428px;
		margin: 0 auto;
	}
	.footer-menu-3 {
	    width:100%;
	    flex: 100%;
	    margin-top: 20px;
	    margin: 0;
	    width: 68% !important;
	}
	.footer-menus {
		flex-wrap:wrap;
		padding: 0;
		flex: 0 0 100%;
	}
	    .footer-main {
        max-width: 95%;
    } 
}
