:root {
	--main-color: #1477CA;
	--secondary-color: #114F92;
	--dark-color: #133c62;
	--light-color-2: #1974b6;
	--light-color: #4a90e2;
	--facebook-color: #3b5998;
	--linkedin-color: #0A66C2;
}

footer {
	border-top: 0.1px solid #374359;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
	background: linear-gradient(135deg, #000518 0%, #1e293b 100%);
	position: relative;
	overflow: hidden;
}

footer .bg-dark {
	background-color: black !important;
	z-index: 5;
}

.footer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 20% 30%, rgba(19, 60, 98, 0.15) 0%, transparent 30%),
		radial-gradient(circle at 80% 70%, rgba(74, 144, 226, 0.1) 0%, transparent 30%),
		radial-gradient(circle at 40% 90%, rgba(25, 116, 182, 0.12) 0%, transparent 30%);
	animation: footerBackgroundMove 25s ease-in-out infinite;
	z-index: 0;
}

@keyframes footerBackgroundMove {

	0%,
	100% {
		transform: translateX(0) translateY(0);
	}

	25% {
		transform: translateX(-10px) translateY(-15px);
	}

	50% {
		transform: translateX(10px) translateY(-10px);
	}

	75% {
		transform: translateX(-5px) translateY(10px);
	}
}

footer .container-fluid {
	position: relative;
	z-index: 1;
}

.footer-title-container {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.mobile-only-flex .footer-title-container {
	margin-bottom: 0;
	padding-bottom: 8px;
}

.footer-line {
	width: 9px;
	height: 30px;
	background: linear-gradient(180deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
	border-radius: 5px;
}

.footer-mobile-title-container {
	display: flex;
	align-items: center;
}

.footer-mobile-title-container .accordion {
	margin-right: 10px;
	margin-bottom: 0;
}

.footer-mobile-line {
	width: 3px;
	height: 20px;
	background: linear-gradient(180deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
	border-radius: 2px;
}

footer li {
	color: white;
	font-size: 12px !important;
	text-decoration: none;
	margin-top: 12px;
	transition: 0.3s;
}

footer p {
	transition: 0.3s;
}

footer p:hover {
	color: var(--light-color);
}

footer li:hover {
	color: var(--light-color);
}

footer h2 {
	color: white;
}

footer h5 {
	color: white;
}

footer .logo {
	margin: -5px;
	padding: 0;
	display: block;
	align-items: center;
	max-height: 65px;
	width: auto;
}

footer .info {
	font-size: 12px;
	color: white;
}

footer .container-fluid {
	width: 90%;
}

footer hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	float: left;
}

footer h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding-left: 8px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 70px;
}

footer ul li {
	position: relative;
	padding-left: 15px;
}

footer ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
	border-radius: 50%;
}

footer ul li a {
	font-size: 12px;
	color: #fff;
	transition: 0.3s;
}

footer ul li a:hover {
	color: var(--light-color);
}

footer .mersolution-logo-area .logo-img {
	margin-left: -18px;
	width: 180px;
	height: auto;
	margin-top: 10px;
}

footer .carbon-neutral-log-area .logo-img {
	width: 100px;
	height: auto;
}

.social-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.social-icon:last-child {
	margin-right: 0;
}

.social-icon i {
	font-size: 22px;
	color: white;
}

.social-icon.linkedin {
	background: #0077b5;
}

.social-icon.linkedin:hover {
	background: #006399;
	transform: translateY(-2px);
}

.social-icon.instagram {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon.instagram:hover {
	background: linear-gradient(45deg, #e8832a 0%, #d85a33 25%, #d31f3a 50%, #c31f5d 75%, #b31579 100%);
	transform: translateY(-2px);
}

footer .footer-icon-area {
	height: 130px;
	justify-content: center;
	align-items: center;
}

footer .footer-icon-area .img-fluid {
	height: 120px;
	width: auto;
}

.legal-info {
	font-size: 16px;
	color: white;
	transition: 0.3s;
}

.legal-info:hover {
	color: var(--light-color);
}

footer .copyright {
	background-color: #133c62;
}

footer .copyright a span {
	font-size: 13px !important;
}

footer .copyright span:hover {
	color: #fff;
}

@media (max-width: 1200px) {
	.footer .panel {
		margin-bottom: 12px !important;
	}
}

@media (max-width: 576px) {
	footer .row {
		display: flex;
		text-align: center;
		align-items: center;
	}

	footer .mid-footer-area {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
}

@media only screen and (min-width: 1920px) {
	.mobile-only {
		display: none !important;
	}

	.mobile-only-flex {
		display: none !important;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.footer h4 {
		padding-left: 8px;
	}

	/* .footer ul {
		padding-left: 20px;
	} */

	.mobile-only {
		display: none !important;
	}

	.mobile-only-flex {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}

	.desktop-only-flex {
		display: flex !important;
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1599px) {
	.footer h4 {
		padding-left: 8px;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul li {
		text-align: left;
	}

	.footer ul li a {
		font-size: 14px;
	}

	.mobile-only {
		display: none !important;
	}

	.mobile-only-flex {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}

	.desktop-only-flex {
		display: flex !important;
	}

	footer .copyright {
		margin-top: 24px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1359px) {
	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer h4 {
		padding-left: 8px;
		font-size: 14px;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul li a {
		font-size: 12px;
	}

	.footer .accordion {
		padding: 0;
		margin: 0;
		border: 0;
		/* border-bottom: 1px dashed #d7d7d7; */
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		/* padding-bottom: 5px; */
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		/* margin-bottom: 10px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}

	.footer .active,
	.footer .accordion:hover {
		background-color: transparent;
	}

	.footer .accordion:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		margin-left: auto;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1024px) {
	.footerust {
		display: none;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer .accordion {
		padding: 0;
		margin: 0;
		border: 0;
		/* border-bottom: 1px dashed #d7d7d7; */
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		/* padding-bottom: 5px; */
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		/* margin-bottom: 10px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}

	.footer .active,
	.footer .accordion:hover {
		background-color: transparent;
	}

	.footer .accordion:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		margin-left: auto;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.top .d-flex {
		text-align: center;
		display: flex !important;
		justify-content: space-around !important;
	}

	.footer h4 {
		padding-left: 8px;
		font-size: 14px;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul li a {
		font-size: 11px;
	}

	.footer .accordion {
		padding: 0;
		margin: 0;
		border: 0;
		/* border-bottom: 1px dashed #d7d7d7; */
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		/* padding-bottom: 5px; */
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		/* margin-bottom: 10px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}

	.footer .active,
	.footer .accordion:hover {
		background-color: transparent;
	}

	.footer .accordion:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		margin-left: auto;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}
}

@media only screen and (min-width: 761px) and (max-width: 1000px) {
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 8px;
		text-align: left;
		float: left;
		font-size: 16px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer .accordion {
		padding: 0;
		margin: 0;
		border: 0;
		/* border-bottom: 1px dashed #d7d7d7; */
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		/* padding-bottom: 5px; */
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		/* 		margin-bottom: 10px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}

	.footer .active,
	.footer .accordion:hover {
		background-color: transparent;
	}

	.footer .accordion:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .social {
		margin-top: 16px;
		margin-bottom: 0.5rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media only screen and (min-width: 601px) and (max-width: 760px) {
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 8px;
		text-align: left;
		float: left;
		font-size: 17px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.eklogo {
		height: 20px;
	}

	.footer .accordion {
		padding: 0;
		margin: 0;
		border: 0;
		/* border-bottom: 1px dashed #d7d7d7; */
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		/* padding-bottom: 5px; */
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		/* margin-bottom: 10px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}

	.footer .active,
	.footer .accordion:hover {
		background-color: transparent;
	}

	.footer .accordion:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		margin-left: auto;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .social {
		margin-top: 16px;
		margin-bottom: 0.5rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media only screen and (min-width: 415px) and (max-width: 600px) {
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 8px;
		text-align: left;
		float: left;
		font-size: 17px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer .accordion {
		padding: 0;
		margin: 0;
		border: 0;
		/* border-bottom: 1px dashed #d7d7d7; */
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		/* 		padding-bottom: 5px; */
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		/* margin-bottom: 10px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}

	.footer .active,
	.footer .accordion:hover {
		background-color: transparent;
	}

	.footer .accordion:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		margin-left: auto;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .social {
		margin-top: 16px;
		margin-bottom: 0.5rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media only screen and (max-width: 414px) {
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 0;
		text-align: left;
		float: left;
		font-size: 17px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer .accordion {
		padding: 0;
		margin: 0;
		border: 0;
		/* border-bottom: 1px dashed #d7d7d7; */
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		/* padding-bottom: 5px; */
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		/* margin-bottom: 10px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}

	.footer .active,
	.footer .accordion:hover {
		background-color: transparent;
	}

	.footer .accordion:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		margin-left: auto;
	}

	.footer .active:after {
		content: "\2212";
	}

	.footer .panel {
		padding: 0 1px;
		background-color: transparent;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: none;
		/* 		padding-left: 17px; */
	}

	.footer .panel ul li {
		position: relative;
		padding-left: 15px;
	}

	.footer .panel ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: linear-gradient(135deg, var(--main-color) 0%, var(--secondary-color) 50%, var(--dark-color) 100%);
		border-radius: 50%;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .social {
		margin-top: 16px;
		margin-bottom: 16px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 768px) {
	footer .img-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

	footer .desktop-only-flex,
	.mobile-only-flex,
	.social-header {
		font-size: 1.5rem !important;
		text-align: start;
	}

	.footer .social {
		align-items: start;
		text-align: start;
		justify-items: start;
	}
}

@media (min-width: 1360px) {
	footer .copyright {
		margin-top: 24px;
	}
}

@media (max-width: 992px) {

	footer .footer-icon-area,
	footer .social-header,
	footer .img-container {
		display: flex !important;
		justify-content: center !important;
		text-align: center !important;
		width: 100%;
	}

	footer .img-container {
		margin-left: 9px;
	}

	footer .social {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		margin: 0 auto;
	}

	.col-xxl-3.col-xl-3.col-lg-3.col-md-12.col-sm-12.col-12 {
		text-align: center !important;
		align-items: center !important;
	}

	footer .mersolution-logo-area {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		width: 100%;
	}

	footer .mersolution-logo-area .logo-img {
		margin-left: 7px !important;
	}
}

@media (max-width: 992px) {
	.legal-info {
		text-align: center !important;
		width: 100%;
	}
}


.footer .accordion {
	align-items: center !important;
	justify-content: space-between;
	gap: 0.5rem;
}

.footer .accordion:after {
	font-family: "Font Awesome 5 Free", "FontAwesome", "Font Awesome 6 Free";
	font-weight: 300;
	content: "\f105";
	font-size: 0.9em;
	line-height: 1;
	display: inline-block;
	margin-left: auto;
	position: relative;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
}

.footer .accordion.active:after {
	transform: rotate(90deg);
}

.footer .panel {
	padding: 0 1px;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}