/* ========================
   FOOTER - MIDDLE
   ======================== */
.footer-middle {
	/* font-size: 0.85rem; */
	padding: 2rem 0;
	/* color: var(--blue); */
}
.footer-middle .row {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	justify-content: space-between;
}
.footer-logo {
	margin-top: 1rem;
}
/* Box 1 — Logo + Social + Address */
.footer-middle .box:nth-child(1) .box-logo-wrap {
	width: 100%;
}
.footer-middle .box:nth-child(1) .footer-logo {
	margin-bottom: 1.4rem;
}
.footer-logo img {
	display: block;
	width: 175px;
}
.footer-middle .box:nth-child(1) .box-logo-wrap .social-icons {
	justify-content: flex-start;
	margin-bottom: 2.5rem;
}
.footer-middle .box:nth-child(1) p {

}
.footer-middle .address p a {
	color: var(--blue);
	text-decoration: none;
}
.footer-middle .address p a:hover {
	color: var(--green);
}

/* Box 2 — Solutions */
.footer-middle .box:nth-child(2) {

}

/* Box 3 — Products (wide, with sub-columns) */
.footer-middle .box:nth-child(3) {

}

/* Box 4 — Media / About / Contact */
.footer-middle .box:nth-child(4) {

}

/* Box 5 — Contact form (if active) */
.footer-middle .box:nth-child(5) {

}

/* ========================
   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;
	list-style: none;
}
.footer-middle .nav-wrap ul li a {
	color: var(--blue);
	/* text-decoration: none;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: 400; */
}
.footer-middle .nav-wrap ul li a:hover {
	color: var(--white);
}

/* Top-level menu items = section headers */
.nav-footer-wrap > ul > li > a,
.nav-footer-wrap > li > a {
	/* font-size: 0.94rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
	color: var(--blue);
	display: inline-block;
	margin-bottom: 0.4rem; */
}

/* Sub-menu items = regular links */
.nav-footer-wrap ul.sub-menu {
	padding: 0;
	margin: 0;
}
.nav-footer-wrap ul.sub-menu li {
	/* margin: 0 0 0.15rem; */
}
.nav-footer-wrap ul.sub-menu li a {
	/* font-size: 0.84rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--blue); */
}
.nav-footer-wrap ul.sub-menu li a:hover {
	/* color: var(--green); */
}

/* ========================
   PRODUCTS MENU — Sub-columns layout
   Menu Two: Products > BEE / Firefly / Mantis / Tactical Kits
   ======================== */
.menu-footer-menu-two > ul > li > a,
.menu-footer-menu-two .nav-footer > li > a {
	/* font-size: 0.94rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
	margin-bottom: 0.3rem;
	display: inline-block; */
}

/* 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;
}

/* Each product family column */
.menu-footer-menu-two .nav-footer > li > ul.sub-menu > li {
	/* width: auto; */
	/* min-width: 3.2rem; */
	/* margin: 0; */
}

/* Product family name (BEE, Firefly, etc.) */
.menu-footer-menu-two .nav-footer > li > ul.sub-menu > li > a {
	/* font-size: 0.94rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 2;
	display: inline-block;
	margin-bottom: 0.15rem; */
}

/* 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;
}

/* ========================
   MENU THREE — Media / About / Contact
   Top-level items only, all bold
   ======================== */
.menu-footer-menu-three .nav-footer > li {
	margin: 0 0 0.3rem;
}
.menu-footer-menu-three .nav-footer > li > a {
	/* font-size: 0.94rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
	color: var(--blue); */
}
.menu-footer-menu-three .nav-footer > li > a:hover {
	/* color: var(--green); */
}
.nav-footer-wrap .title > a {
	font-weight: 700;
	text-transform: uppercase;
}
.nav-footer-wrap .sub-title > a {
	font-weight: 500;
	text-transform: uppercase;
}
/* ========================
   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;
	color: var(--blue);
	letter-spacing: 0.28px;
}
.footer-bottom p a:hover {
	color: var(--green);
	color: var(--dark-blue);
}
.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 {
	border: 50%;
	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(--green);
}
.social-icons a[data-sharer="facebook"] svg {
	width: 1.5rem;
	height: 1.1rem;
}
/* ========================
   RESPONSIVE — TABLET
   ======================== */
@media (max-width: 991px) {
	.footer-middle .row {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.footer-middle .box:nth-child(1) {
		width: 45%;
		margin-bottom: 1rem;
	}
	.footer-middle .box:nth-child(1) .box-logo-wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.footer-middle .box:nth-child(1) .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 .nav-wrap ul li a {
		display: inline-block;
		font-size: 0.82rem;
		line-height: 1.5;
	}
}

/* ========================
   RESPONSIVE — MOBILE
   ======================== */
@media (max-width: 767px) {
	.footer-middle {
		padding: 2.5rem 0 1.5rem;
	}
	.footer-middle .row {
		gap: 1.5rem;
	}
	.footer-middle .footer-info {
		width: 100%;
	}
	.footer-middle .box-logo-wrap {
		display: flex;
		justify-content: space-between;
	}
	.footer-middle .box:nth-child(1) .box-logo-wrap {
		display: flex;
		justify-content: space-between;
	}
	.footer-middle .box:nth-child(1) .box-logo-wrap .social-icons {
		margin-bottom: 0;
		width: 30%;
		justify-content: flex-end;
	}
	.footer-middle .box:nth-child(1) .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-bottom {
		text-align: center;
	}
	.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: center;
	}
	.footer-bottom p {
		/* text-align: left; */
	}
	.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;
	}
	ul#menu-footer-menu-two-1 > li > ul  {
		display: flex;
		flex-wrap: wrap;
		flex-direction: initial;
		width: 100%;
	}
	ul#menu-footer-menu-two-1 > li > ul > li {
		width: 100%;
	}
	ul#menu-footer-menu-two-1 > li > ul > li:nth-child(1) {
		width: 30%;
		max-width: initial;
		min-width: initial;
	}
	ul#menu-footer-menu-two-1 > li > ul > li:nth-child(2) {
		width: 56%;
		max-width: initial;
		min-width: initial;
	}
	.footer-middle .nav-wrap-three {
		margin-top: 2rem;
	}
}

@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%;
	}
}