/* Impact Footer Widget Styles */

.icw-footer-wrapper {
	width: 100%;
	background-color: #0b2e59;
	color: #ffffff;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

/* Outer Footer Layout Options */
.icw-footer-layout-boxed .icw-footer-wrapper,
.elementor-widget-icw-footer.icw-footer-layout-boxed .icw-footer-wrapper {
	max-width: 1300px;
	margin: 0 auto;
}

/* Inner Container Layout Options */
.icw-footer-container-layout-full_width .icw-footer-container,
.elementor-widget-icw-footer.icw-footer-container-layout-full_width .icw-footer-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 30px;
	padding-right: 30px;
}

.icw-footer-container-layout-boxed .icw-footer-container,
.elementor-widget-icw-footer.icw-footer-container-layout-boxed .icw-footer-container {
	margin: 0 auto;
	width: 100%;
}

.icw-footer-main {
	padding: 60px 0 40px;
	position: relative;
	z-index: 2;
}

.icw-footer-container {
	margin: 0 auto;
	max-width: 1300px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	box-sizing: border-box;
}

/* Background Wave & Split Graphic (Above Copyright) */
.icw-footer-wave-graphic {
	position: absolute;
	bottom: 50px; /* Positioned directly above the bottom copyright bar */
	right: 0;
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}

/* Graphic Alignment Classes */
.icw-wave-pos-bottom-right .icw-footer-wave-graphic {
	background-position: bottom right;
	right: 0;
	left: auto;
}

.icw-wave-pos-bottom-left .icw-footer-wave-graphic {
	background-position: bottom left;
	left: 0;
	right: auto;
}

.icw-wave-pos-bottom-center .icw-footer-wave-graphic {
	background-position: bottom center;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.icw-wave-pos-cover .icw-footer-wave-graphic {
	background-position: center bottom;
	background-size: cover;
	left: 0;
	right: 0;
	width: 100%;
}

/* 4 Column Layout */
.icw-footer-col {
	flex: 1 1 200px;
	min-width: 180px;
	position: relative;
	z-index: 2;
}

.icw-footer-col-1 {
	flex: 1.5 1 280px;
}

/* Logo */
.icw-footer-logo {
	margin-bottom: 25px;
}

.icw-footer-logo img {
	max-width: 180px;
	height: auto;
	display: block;
}

/* Info Blocks in Col 1 */
.icw-footer-info-block {
	margin-bottom: 20px;
}

.icw-footer-heading {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 5px;
}

.icw-footer-info-text {
	font-size: 13px;
	color: #d0dbe9;
	line-height: 1.5;
}

.icw-footer-info-text a {
	color: #d0dbe9;
	text-decoration: none;
	transition: color 0.3s ease;
}

.icw-footer-info-text a:hover {
	color: #ffffff;
}

/* Social Links */
.icw-footer-socials {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.icw-footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.icw-footer-social-link:hover {
	background-color: #1a427d;
	color: #ffffff;
}

.icw-footer-social-link svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* Column Titles (INFO, LOCATIONS, SERVICES) */
.icw-footer-col-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 20px 0;
}

/* Navigation Menus in Columns 2, 3, 4 */
.icw-footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.icw-footer-menu ul li {
	margin-bottom: 12px;
}

.icw-footer-menu ul li a {
	color: #d0dbe9;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	transition: color 0.3s ease;
	display: inline-block;
}

.icw-footer-menu ul li a:hover {
	color: #ffffff;
}

/* Bottom Bar */
.icw-footer-bottom {
	background-color: #082347;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
	z-index: 3;
}

.icw-footer-bottom-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 12px;
	color: #a0b0cb;
	text-align: center;
	flex-wrap: wrap;
}

.icw-footer-sitemap a {
	color: #a0b0cb;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.icw-footer-sitemap a:hover {
	color: #ffffff;
}

/* Responsive Layout */
@media (max-width: 992px) {
	.icw-footer-container {
		gap: 25px;
	}

	.icw-footer-col {
		flex: 1 1 45%;
	}
}

@media (max-width: 576px) {
	.icw-footer-container {
		flex-direction: column;
		gap: 30px;
	}

	.icw-footer-col {
		flex: 1 1 100%;
		width: 100%;
	}

	.icw-footer-bottom-container {
		flex-direction: column;
		gap: 8px;
	}
}
