/* Keep the existing Elementor footer editable while replacing its front-end output. */
body:not(.elementor-editor-active):not(.elementor-editor-preview) #footer {
	display: none !important;
}

.icba-site-footer {
	--icba-footer-bg: #0f4c81;
	--icba-footer-ink: #f5f8fb;
	--icba-footer-muted: #dde9fe;
	--icba-footer-line: rgba(255, 255, 255, 0.16);
	--icba-footer-accent: #57b8ff;
	--icba-footer-blue: #1e78d7;
	background: var(--icba-footer-bg);
	box-sizing: border-box;
	color: var(--icba-footer-ink);
	font-size: 15px;
	letter-spacing: 0;
	overflow: hidden;
	width: 100%;
}
.icba-site-footer *,
.icba-site-footer *::before,
.icba-site-footer *::after { box-sizing: border-box; }
.icba-footer-main,
.icba-footer-bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: calc(100% - 48px);
}
.icba-footer-main {
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(260px, 1.45fr) minmax(190px, 1.05fr) minmax(150px, 0.8fr) minmax(170px, 0.9fr);
	padding: 54px 0 42px;
}
.icba-footer-brand,
.icba-footer-column { min-width: 0; }
.icba-footer-logo { display: block; margin-bottom: 20px; max-width: 290px; }
.icba-footer-logo img { display: block; height: auto; max-width: 100%; width: 100%; }
.icba-footer-brand > p { color: var(--icba-footer-muted); line-height: 1.75; margin: 0 0 12px; max-width: 410px; }
.icba-footer-brand > strong { color: #a9d4ff; display: block; font-size: 17px; }
.icba-footer-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.icba-footer-action {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--icba-radius-button, 30px);
	box-shadow: var(--icba-button-shadow, 0 0 10px rgba(15, 76, 129, 0.16));
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 56px;
	padding: 0 30px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.icba-footer-action.is-primary { background: var(--icba-footer-blue); color: #fff; }
.icba-footer-action.is-primary:hover,
.icba-footer-action.is-primary:focus-visible { background: var(--icba-footer-accent); color: #213247; }
.icba-footer-action.is-secondary { border-color: var(--icba-footer-accent); color: #fff; }
.icba-footer-action.is-secondary:hover,
.icba-footer-action.is-secondary:focus-visible { background: var(--icba-footer-accent); color: #213247; }
.icba-footer-column h2 { color: #fff; font-size: 17px; font-weight: 900; line-height: 1.35; margin: 5px 0 18px; }
.icba-footer-column h2::after { background: var(--icba-footer-accent); content: ""; display: block; height: 3px; margin-top: 10px; width: 34px; }
.icba-footer-column address { color: var(--icba-footer-muted); font-style: normal; line-height: 1.65; margin: 0 0 14px; }
.icba-footer-column address span { display: block; margin-bottom: 4px; overflow-wrap: anywhere; }
.icba-footer-column ul { list-style: none; margin: 0; padding: 0; }
.icba-footer-column li { margin: 0; }
.icba-footer-column li > a,
.icba-footer-column li > span {
	align-items: center;
	color: var(--icba-footer-muted);
	display: inline-flex;
	line-height: 1.45;
	min-height: 34px;
	overflow-wrap: anywhere;
	text-decoration: none;
}
.icba-footer-column li > a:hover,
.icba-footer-column li > a:focus-visible { color: #fff; text-decoration: underline; text-decoration-color: var(--icba-footer-accent); text-underline-offset: 4px; }
.icba-site-footer a:focus-visible { outline: 3px solid rgba(87, 184, 255, 0.45); outline-offset: 3px; }
.icba-footer-bottom {
	align-items: center;
	border-top: 1px solid var(--icba-footer-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 23px 0 26px;
}
.icba-footer-bottom p { color: var(--icba-footer-muted); font-size: 13px; line-height: 1.55; margin: 0; }
.icba-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 9px 18px; justify-content: flex-end; }
.icba-footer-bottom nav a { color: var(--icba-footer-muted); font-size: 13px; line-height: 1.5; text-decoration: none; }
.icba-footer-bottom nav a:hover,
.icba-footer-bottom nav a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 980px) {
	.icba-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.icba-footer-bottom { align-items: flex-start; flex-direction: column; }
	.icba-footer-bottom nav { justify-content: flex-start; }
}

@media (max-width: 640px) {
	.icba-footer-main,
	.icba-footer-bottom { width: calc(100% - 32px); }
	.icba-footer-main { gap: 30px; grid-template-columns: 1fr; padding: 42px 0 32px; }
	.icba-footer-logo { max-width: 255px; }
	.icba-footer-actions { align-items: stretch; flex-direction: column; }
	.icba-footer-action { width: 100%; }
	.icba-footer-column h2 { margin-bottom: 12px; }
	.icba-footer-bottom { gap: 16px; padding: 20px 0 24px; }
	.icba-footer-bottom nav { display: grid; gap: 8px 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
}
