/* ==========================================================================
   Footer Styles
   ========================================================================== */

footer {
	background: #000;
	min-height: 100px;
	padding-top: 80px;
	padding-bottom: 40px;
}

footer hr {
	margin: 10px 0px;
	margin-bottom: 34px;
	border-width: 1px;
	border-style: solid;
	border-color: #3C3C3B;
	opacity: 1;
	width: 100%;
}

footer p {
	color: #FFF;
}

footer a {
	color: #FFF;
}

footer .container {
	max-width: 1090px;
    width: 90%;
	flex-direction: column;
}

footer .footer-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}

footer .footer-content {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

footer .footer-content.right {
 justify-content: space-between;
}

footer .footer-title {
    font-weight: 900;
    font-size: 1.125rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #CECECE;
    text-transform: uppercase;
    max-width: max-content;
    padding-right: 30px;
}

footer .footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

footer .footer-list li {
	margin-bottom: 10px;
	display: flex;
	align-items: start;
}

footer .footer-list li i {
	margin-right: 10px;
}

footer .footer-list li i.map-pin-icon {
	background-image: url(../../images/svg/Map-pin.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

footer .footer-list li i.phone-icon {
	background-image: url(../../images/svg/phone.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

footer .footer-list li p {
	margin: 0;
	font-size: 1rem;
	font-weight: 300;
	padding-top: 0px;
}

footer .footer-list li p b {
	font-weight: 900;
}

footer .footer-list li a {
	text-decoration: none;
	color: #FFF;
	position: relative;
}

footer .footer-list li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s ease;
}

footer .footer-list li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

footer .footer-logo {
	max-width: 100px;
	width: 90%;
}

footer .footer-logo.chery-logo {
    max-width: 150px;
	width: 90%;
}

footer .footer-logo.lubrax-logo {
    max-width: 95px;
	width: 90%;
}

footer .divider {
    width: 1px;
    background-color: #FFF;
    align-self: stretch;
}

footer .footer-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

footer .footer-bottom-social {
	display: flex;
	flex-direction: row;
	justify-content: start;
	gap: 10px;
	align-items: center;
	margin-bottom: 21px;
}

footer .footer-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
	padding: 30px 0px;
}

footer .footer-logos a {
	width: max-content;
}

/* ==========================================================================
   Footer Media Queries
   ========================================================================== */

@media (max-width: 768px) {

	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	footer .footer-top {
		width: 100%;
		flex-direction: column;
		align-items: start;
		justify-content: center;
	}

	footer .footer-content {
		width: 100%;
	}

	footer .footer-title {
		max-width: 100%;
	}

	footer .footer-logos {
		flex-direction: column;
		gap: 30px;
		width: 100%;
	}

	footer .footer-logos a {
		width: 100%;
	}

	footer .footer-logos a:first-child {
		border-top: 1px solid #CECECE;
		padding-top: 30px;
	}

	footer .footer-logos a:last-child {
		border-bottom: 1px solid #CECECE;
		padding-bottom: 30px;
	}

	footer .footer-logos .divider {
		display: none;
	}

	footer .footer-bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	footer .rapid-access {
		display: none;
	}

}
