/* Dynamic values (bg, colors, logo size) come from inline CSS variables set by the plugin. */
#fg-footer {
	background-color: var(--fg-bg-color, #21252D);
	background-image: var(--fg-bg-image, none);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

body #fg-footer,
html #fg-footer {
	position: relative;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	padding: 100px 0 40px;
	margin-top: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0;
	box-sizing: border-box;
	clear: both;
	left: 0 !important;
	right: 0 !important;
}

.fg-footer-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: auto;
	background-position: top left;
	background-repeat: repeat;
	z-index: 1;
	pointer-events: none;
	display: block !important;
	visibility: visible !important;
}

.fg-footer-fullscreen .fg-footer-bg-image {
	opacity: 0.4;
}

.fg-footer-container {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	clear: both;
}

.fg-footer-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	pointer-events: none;
	background-color: var(--fg-bg-color, #21252D);
	opacity: var(--fg-bg-overlay-opacity, 0.5);
}

.fg-footer-content {
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
	margin-bottom: 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.fg-footer-column {
	flex: 1;
	min-width: 0;
	max-width: none;
}

.fg-footer-logo-column {
	flex: 0 0 auto;
	min-width: 0;
	position: relative;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
	max-width: 300px;
}

.fg-footer-menus-wrapper {
	display: flex;
	flex: 1;
	gap: 40px;
	flex-wrap: nowrap;
	min-width: 0;
	justify-content: space-between;
	margin-left: 0;
	max-width: none;
	margin-top: 35px;
	align-items: flex-start;
}

.fg-footer-logo,
.fg-footer-logo-text {
	width: var(--fg-logo-width, 304px);
	max-width: var(--fg-logo-width, 304px);
	min-width: var(--fg-logo-width, 304px);
	height: var(--fg-logo-height, 59.31px);
}

.fg-footer-logo {
	position: relative;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.fg-footer-logo img {
	display: block;
	margin-left: 0;
	padding-left: 0;
	object-fit: contain;
	max-width: var(--fg-logo-width, 304px);
	height: var(--fg-logo-height, 59.31px);
}

.fg-footer-logo-text {
	position: relative;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.fg-footer-logo-text .fg-footer-logo-main,
.fg-footer-logo-text .fg-footer-logo-careers {
	max-width: var(--fg-logo-width, 304px);
}

.fg-footer-logo-main {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	margin-left: 0;
	padding-left: 0;
}

.fg-footer-logo-group {
	font-size: 24px;
	margin-left: 5px;
}

.fg-footer-logo-careers {
	font-size: 18px;
	font-style: italic;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 8px;
	font-family: Georgia, serif;
	text-align: left;
	display: block;
}

#fg-footer .fg-footer-address,
#fg-footer .fg-footer-email {
	font-size: 14px;
	line-height: 1.8;
	color: var(--fg-address-color, #a3a7ac);
	margin-bottom: 8px;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

#fg-footer .fg-footer-email a {
	color: var(--fg-address-color, #a3a7ac);
	text-decoration: none;
	transition: opacity 0.3s ease;
}

#fg-footer .fg-footer-email a:hover {
	color: #ffffff !important;
	opacity: 0.9;
}

#fg-footer .fg-footer-menu-title {
	font-size: 14px;
	font-weight: 400;
	color: var(--fg-menu-title-color, #a3a7ac);
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: capitalize;
	letter-spacing: 0;
}

.fg-footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fg-footer-menu li {
	margin-bottom: 20px;
}

#fg-footer .fg-footer-menu a {
	color: var(--fg-menu-link-color, #ffffff);
	text-decoration: none;
	font-size: 16px;
	line-height: 1.6;
	transition: opacity 0.3s ease;
	display: inline-block;
}

#fg-footer .fg-footer-menu a:hover {
	color: #ffffff !important;
	opacity: 0.9;
}

.fg-footer-bottom {
	position: relative;
	text-align: center;
	padding-top: 30px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.fg-footer-social {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 60px;
}

.fg-footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: rgba(125, 129, 141, 1);
	text-decoration: none;
	transition: all 0.3s ease;
}

.fg-footer-social-icon:hover {
	color: #ffffff;
	transform: translateY(-2px);
}

.fg-footer-social-icon svg {
	width: 20px;
	height: 20px;
}

.fg-footer-social-facebook {
	background-color: transparent;
	border: none;
	color: rgba(125, 129, 141, 1);
	border-radius: 0;
}

.fg-footer-social-instagram,
.fg-footer-social-linkedin {
	background-color: transparent;
	border: none;
	color: rgba(125, 129, 141, 1);
	border-radius: 4px;
}

.fg-footer-copyright {
	position: absolute;
	width: 540px;
	left: calc(50% - 540px / 2);
	top: 67.34%;
	bottom: 27.42%;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.1px;
	color: var(--fg-copyright-color, #FFFFFF);
	mix-blend-mode: normal;
	opacity: 0.65;
}

@media (max-width: 768px) {
	.fg-footer-content {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}

	.fg-footer-logo-column {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.fg-footer-logo,
	.fg-footer-logo-text {
		margin-left: auto;
		margin-right: auto;
	}

	.fg-footer-address,
	.fg-footer-email {
		text-align: center;
	}

	.fg-footer-menus-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		width: 100%;
	}

	.fg-footer-column {
		min-width: 0;
		width: 100%;
	}

	.fg-footer {
		padding: 40px 0 30px;
	}

	.fg-footer-social {
		margin-bottom: 20px;
	}

	.fg-footer-copyright {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		bottom: auto;
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.fg-footer-container {
		padding: 0 15px;
	}

	.fg-footer-menus-wrapper {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.fg-footer-logo-main {
		font-size: 24px;
	}

	.fg-footer-logo-group {
		font-size: 18px;
	}

	.fg-footer-logo-careers {
		font-size: 14px;
	}

	.fg-footer-copyright {
		font-size: 12px;
		line-height: 20px;
	}
}

.fg-footer-fullscreen {
	position: relative;
}

.fg-footer-fullscreen .fg-footer-bg-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	opacity: 0.2;
}
