/* ========================
   FOOTER - TOP
   ======================== */
.footer-top {
    background-color: var(--white);
	padding-bottom: 5px;
}
.footer-top-inner {
	display: flex;
	gap: 2px;
}
.footer-top-cta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 41%;
	padding: 3rem 2.5rem;
	border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
	background-color: var(--blue-dark);
    background-repeat: no-repeat;
    background-position: right center;
	overflow: hidden;
}
.footer-top-cta-content {
	position: relative;
	display: flex;
	flex-direction: column;
	/* gap: 1.25rem; */
	z-index: 1;
	width: 23rem;
}
.footer-top-heading h2 {
	color: var(--white);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: 0.01em;
	margin: 0;
}
.footer-top-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	color: var(--main-color);
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 0.55rem 1.4rem;
	border-radius: var(--border-radius);
	width: fit-content;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}
.footer-top-btn:hover {
	background-color: var(--blue-light);
	color: var(--blue-dark);
}
.footer-top-photo {
	flex: 1;
	border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
	overflow: hidden;
}
.footer-top-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 991px) {
	.footer-top {
		padding-bottom: 0;
	}
	.footer-top-cta {
		width: 40%;
		padding: 2.5rem 2rem;
	}
	.footer-top-heading {
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	.footer-top-inner {
		flex-direction: column;
		min-height: unset;
	}
	.footer-top-cta {
		justify-content: flex-start;
		width: 100%;
		min-height: 200px;
		padding: 2rem 1.5rem;
		border-radius: initial;
		background-size: auto 126%;
	}
	.footer-top-photo {
		display: none;
	}
	.footer-middle .footer-nav-button.desktop-md {
		display: none;
	}
}

/* ========================
   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: 0.35rem;
}

.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 .footer-nav-button .button-wrap {
    margin-top: 0rem;
}

.footer-middle .footer-info {
    width: 15%;
	order: 1;
}
.footer-middle .footer-nav-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
    width: fit-content;
	order: 3;	
}
.footer-middle .footer-menu {
    width: 50%;
	order: 2;	
}
.footer-middle .address {
    font-size: 0.8rem;
    margin-top: 1rem;
}
.footer-middle .address p:last-child {
	margin-bottom: 0;
}
.footer-middle .address a {
	color: var(--main-color);
    text-decoration: none;
}
/* ========================
   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(--gray);
}
.footer-middle .nav-wrap ul li a:hover {
	color: var(--gray);
}



/* 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-size: 0.7rem;
	/* font-weight: 400;
	line-height: 2;
	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: none;
	color: var(--font-color);
}

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(--main-color);
	cursor: pointer;
	transition: none;
}
.social-icons a:hover {
	background-color: var(--main-color-hover);
}
.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: 766px) {
	.footer-menu.mobile {
		display: none;
	}
}
@media (min-width: 992px) {
	.footer-menu.mobile {
		display: none;
	}
	.footer-menu.display-flex.align-items-start {
		justify-content: space-between;
	}
}
@media (max-width: 991px) {
	.box-logo-wrap {
		display: flex;
	}

	.footer-middle .row {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.footer-middle .box-logo-wrap {
		/* width: 100%; */
		/* display: flex; */
		/* flex-wrap: wrap; */
		/* justify-content: space-between; */
	}
	.footer-middle .footer-nav-button {
		display: block;
	}
	.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-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 {
        display: block;
		gap: 0;
        width: 100%;
	}
	.footer-middle .footer-menu {
		width: 100%;
	}
	.footer-middle .footer-info {
		display: flex;
        justify-content: space-between;
		width: 100%;
	}
	.footer-middle .footer-menu {
		display: block;
	}
	.footer-middle .box-logo-wrap {
		display: block;
	}
	.footer-menu.desktop {
		display: none;
	}
	.footer-menu.mobile {
		display: block;
	}
	.footer-middle .box-logo-wrap .social-icons {
		justify-content: start;
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        margin-left: 0.8rem;
	}
	.footer-middle .footer-logo {
		margin-bottom: 0.5rem;
		width: auto;
	}
	.footer-middle .social-icons.left a {
		max-width: 1.8rem;
		height: 1.8rem;
	}


	/* 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: center;
	}
	.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;
	}

}

@media (max-width: 491px) {

}