/* ========================
   FOOTER - MIDDLE
   ======================== */
.footer-middle {
	padding: 2rem 0;
}
.footer-middle .row {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	justify-content: space-between;
}
.footer-logo {
	margin-top: 1rem;
}

.footer-middle .box.one {
	width: 9rem;
}
.footer-middle .box.six {
	width: 9rem;
}
.footer-logo img {
	display: block;
	width: 9rem;
}
.site-footer .social-icons {
	width: 9rem;
}

.footer-middle .address p a {
	color: var(--blue);
	text-decoration: none;
}
.footer-middle .address p a:hover {
	color: var(--green);
}
.footer-middle .footer-info {
    width: 15%;
}
.footer-middle .footer-menu {
    width: 80%;
}
/* ========================
   FOOTER - NAVIGATION
   ======================== */
.footer-middle .nav-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-middle .nav-wrap ul li {
	margin: 0.5rem 0 0;
	font-size: 0.8rem;
	list-style: none;
}
.footer-middle .nav-wrap ul li.title {
	font-size: 0.9rem;
	text-transform: uppercase;
}
.footer-middle .nav-wrap ul li a {
	color: var(--white);
	/* text-decoration: none;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: 400; */
}
.footer-middle .nav-wrap ul li a:hover {
	color: var(--white);
}



/* Sub-menu items = regular links */
.nav-footer-wrap ul.sub-menu {
	padding: 0;
	margin: 0;
}


/* Products top-level sub-menu = horizontal row of product families */
.menu-footer-menu-two .nav-footer > li > ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 2.2rem;
	margin-top: 0;
	padding: 0;
}

/* Individual product links under each family */
.menu-footer-menu-two .nav-footer > li > ul.sub-menu > li > ul.sub-menu {
	display: block;
	/* padding: 0;
	margin: 0; */
}
.menu-footer-menu-two .nav-footer > li > ul.sub-menu > li > ul.sub-menu li {
	margin: 0;
}
.menu-footer-menu-two .nav-footer > li > ul.sub-menu > li > ul.sub-menu li a {
	font-size: 0.84rem;
	font-weight: 400;
	line-height: 2;
	text-transform: none;
}


.nav-footer-wrap .title > a {
	font-weight: 700;
}
.nav-footer-wrap .sub-title > a {
	font-weight: 500;
}
/* ========================
   FOOTER - CONTACT FORM
   ======================== */
.contact-form-footer h2,
.contact-form-footer h6 {
	margin: 0 0 1rem;
	letter-spacing: -0.24px;
	color: var(--blue);
	font-weight: 500;
	font-size: 0.85rem;
}
.contact-form-footer input.form-control,
.contact-form-footer textarea {
	border-radius: 17px;
	background: #FFFFFFC1 0% 0%;
	height: 1.8rem;
	backdrop-filter: blur(10px);
	margin-top: 0.6rem;
	margin-bottom: 0.2rem;
	padding: 0 1rem;
	color: var(--blue);
	font-family: var(--font-family);
	font-size: 0.75rem;
}
.contact-form-footer input::placeholder,
.contact-form-footer textarea::placeholder {
	color: var(--blue);
}
.contact-form-footer textarea {
	height: 5.5rem;
	padding: 0.6rem 1rem;
	margin-top: 0.6rem;
	margin-bottom: 0.2rem;
}
.contact-form-footer .accept {
	width: 100%;
}
.contact-form-footer .accept input[type="checkbox"] {
	width: 0.85rem;
	height: 0.85rem;
	margin-right: 0.5rem;
	accent-color: #f5f5f5;
}
.contact-form-footer .accept label {
	display: flex;
	align-items: center;
}
.contact-form-footer .accept span.wpcf7-list-item-label {
	font-size: 0.75rem;
	font-weight: 400;
}
.contact-form-footer .button-wrap {
	margin: 0.25rem 0.4rem 0.4rem;
	position: relative;
}
.contact-form-footer .button-wrap input.button {
	padding: 0.5rem 1.6rem;
	font-size: 0.75rem;
	font-family: var(--font-family);
}

/* ========================
   FOOTER - BOTTOM BAR
   ======================== */
.footer-bottom {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid var(--blue);
	font-size: 0.75rem;
}
.footer-bottom .flex-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 0.8rem 0 2rem;	 */
}
.footer-bottom p,
.footer-bottom p a {
	font-weight: 400;
	line-height: 2;
	font-size: 0.73rem;
	margin: 0;
	padding: 0;
	letter-spacing: 0.28px;
}
.footer-bottom p a:hover {
	color: var(--green);
}
.footer-bottom .box.left a {
	margin-right: 2rem;
}
.footer-bottom .box.right {
	width: fit-content;
}
.footer-bottom .box.right p {
	text-align: right;
}
.footer-bottom .box.right p a {
	text-decoration: underline;
}

footer .social-icons {
	margin-top: 1.3rem;
}
.social-icons.center {
	display: flex;
	justify-content: center;
}
.social-icons.center a {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}
.social-icons a {
	background-color: var(--blue);
	cursor: pointer;
	transition: none;
}
.social-icons a:hover {
	background-color: var(--white);
}
.social-icons a svg {
	color: var(--white);
	transition: none;
}
.social-icons a:hover svg {
	color: var(--dark-blue);
}
.social-icons a[data-sharer="facebook"] svg {
	width: 1.5rem;
	height: 1.1rem;
}

@media (min-width: 992px) {
	.footer-menu.mobile {
		display: none;
	}
}
@media (max-width: 991px) {
	.box-logo-wrap {
		display: flex;
	}
	.footer-menu.desktop {
		display: none;
	}
	.footer-middle .row {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.footer-middle .box:nth-child(1) {
		/* width: 100%;
		margin-bottom: 1rem; */
	}
	.footer-middle .box-logo-wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.footer-middle  .footer-logo {
		width: 50%;
	}
	.footer-middle .box:nth-child(1) .box-logo-wrap .social-icons {
		justify-content: flex-end;
		width: 50%;
		margin-bottom: 1rem;
	}
	.footer-middle .box:nth-child(1) .address {
		/* width: 100%; */
	}
	.footer-middle .box:nth-child(2) {
		/* width: 30%;
		min-width: auto; */
	}
	.footer-middle .box:nth-child(3) {
		/* width: 65%;
		min-width: auto; */
	}
	.footer-middle .box:nth-child(4) {
		/* width: 30%;
		min-width: auto; */
	}
	.footer-middle .box:nth-child(5) {
		/* width: 65%; */
	}
	.footer-bottom {
		padding: 0.5rem 0 1rem;
	}
	.footer-bottom .flex-row {
		padding: 1rem 0;
	}
	.footer-middle .address p {
		font-size: 0.85rem;
		margin: 0;
	}
	.footer-middle .footer-info {
		width: 100%;
	}
	.footer-middle .footer-menu {
		width: 100%;
	}
}

/* ========================
   RESPONSIVE — MOBILE
   ======================== */
@media (max-width: 767px) {
	.footer-middle {
		padding: 2.5rem 0 1.5rem;
	}
	.footer-middle .row {
		gap: 1.5rem;
	}
	.footer-middle .box:nth-child(1) {
		/* width: 100%;
		padding: 0 0 0.5rem; */
	}
	.footer-middle .box .box-logo-wrap {
		display: flex;
		justify-content: space-between;
	}
	.footer-middle .box-logo-wrap .social-icons {
		justify-content: flex-end;
		width: 30%;
		margin-bottom: 0;
		margin-left: 2rem;
	}
	.footer-middle .footer-logo {
		margin-bottom: 0.5rem;
		width: auto;
	}
	.footer-middle .social-icons.left a {
		max-width: 1.8rem;
		height: 1.8rem;
	}
	.footer-middle .box:nth-child(2) {
		/* width: 46%; */
	}
	.footer-middle .box:nth-child(3) {
		/* width: 100%;
		order: 3; */
	}
	.footer-middle .box:nth-child(4) {
		/* width: 46%;
		order: 2; */
	}
	.footer-middle .box:nth-child(5) {
		/* width: 100%;
		order: 6;
		padding-top: 1.5rem; */
	}

	/* Products sub-columns: 2x2 grid on mobile */
	.menu-footer-menu-two .nav-footer > li > ul.sub-menu {
		gap: 1.5rem;
	}
	.menu-footer-menu-two .nav-footer > li > ul.sub-menu > li {
		min-width: 40%;
	}

	.footer-middle .nav-wrap ul li a {
		font-size: 0.82rem;
		line-height: 1.5;
	}

	.footer-bottom .flex-row {
		display: block;
	}
	.footer-bottom .box.left {
		display: block;
	}
	.footer-bottom .box.right {
		width: 100%;
	}
	.footer-bottom .box.right p {
		text-align: left;
	}
	.footer-bottom p {
		text-align: center;
	}
	.footer-bottom .box.left p {
		line-height: 1.7;
		font-size: 0.7rem;
	}
	.footer-bottom .box.right p a {
		font-size: 0.7rem;
	}

	.contact-form-footer h2,
	.contact-form-footer h6 {
		font-weight: 600;
		font-size: 1rem;
	}
}

@media (max-width: 491px) {
	.footer-middle .box:nth-child(2),
	.footer-middle .box:nth-child(4) {
		/* width: 46%; */
	}
	.menu-footer-menu-two .nav-footer > li > ul.sub-menu {
		/* flex-direction: column;
		gap: 1rem; */
	}
	.menu-footer-menu-two .nav-footer > li > ul.sub-menu > li {
		/* min-width: 100%; */
	}
}