/* CD Valet footer – matched to www.cdvalet.com */

.cdv-footer {
	background-color: #072936;
	color: #ffffff;
	position: relative;
	margin-bottom: -23px;
	font-size: 14px;
}

.cdv-footer-accent {
	width: 100%;
	height: 4px;
	background: #B1EB72;
	opacity: 1;
}

.cdv-footer .container {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

.cdv-footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1.5rem;
	padding-bottom: 50px;
}

.cdv-footer-brand {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0;
}

@media (min-width: 992px) {
	.cdv-footer-brand {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media (min-width: 1200px) {
	.cdv-footer-brand {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.cdv-footer-brand-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cdv-footer-brand-list .footer-image img {
	width: 192px;
	height: 40px;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

.cdv-footer-brand-list .serveing {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding-top: 20px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #ffffff;
}

@media (min-width: 1440px) {
	.cdv-footer-brand-list .serveing {
		margin-right: 70px;
		letter-spacing: -0.01em;
	}
}

.cdv-footer-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	padding-left: 0.5rem;
	margin-top: 1rem;
}

.cdv-footer-social a {
	display: inline-flex;
	text-decoration: none;
}

.cdv-footer-social a:hover {
	opacity: 0.85;
}

.cdv-footer-social img {
	width: 20px;
	height: 20px;
	display: block;
}

.cdv-footer-nav {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.cdv-footer-nav {
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}
}

@media (min-width: 1200px) {
	.cdv-footer-nav {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

.cdv-footer-nav-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem 1.5rem;
}

@media (min-width: 768px) {
	.cdv-footer-nav-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.cdv-footer-col .title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.67);
	margin: 0 0 0.5rem;
}

.cdv-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cdv-footer-col li {
	margin-top: 20px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.02em;
}

.cdv-footer-col li:first-child {
	margin-top: 10px;
}

.cdv-footer a {
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	font-weight: 500;
}

.cdv-footer a:hover {
	color: #12B2CB;
}

.cdv-footer a.promostext {
	text-decoration: underline !important;
}

.cdv-footer a.promostext:hover {
	color: #12B2CB;
}

.cdv-footer .footer-links-wrap {
	line-height: 16px;
}

.cdv-footer-disclaimer-wrapper {
	font-size: 14px;
}

.cdv-footer-disclaimer-wrapper .separator-line {
	border: 0;
	border-top: 1px solid #39545e;
	margin: 0 0 2px;
	opacity: 1;
}

.cdv-footer-disclaimer-wrapper .separator-line.desktop-display {
	display: block;
}

.cdv-footer-disclaimer-wrapper .content-wrapper {
	padding: 28px 12px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #FDFDFD;
}

.cdv-footer-disclaimer-wrapper .content-wrapper p {
	margin: 0 0 1rem;
}

.cdv-footer-disclaimer-wrapper .content-wrapper p:last-child {
	margin-bottom: 0;
}

.cdv-footer-disclaimer-wrapper .font-regular {
	font-weight: 400;
}

.cdv-footer-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 16px 0 40px;
	gap: 1rem;
}

.cdv-footer-bottom .policy-links {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.cdv-footer-bottom .copyright-text {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #ffffff;
}

@media (max-width: 768px) {
	.cdv-footer-top {
		padding-bottom: 0;
	}

	.cdv-footer-brand {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 1rem;
	}

	.cdv-footer-brand-list {
		flex: 1 1 auto;
	}

	.cdv-footer-brand-list .serveing {
		line-height: 20px;
		padding-right: 0;
	}

	.cdv-footer-social {
		margin-top: 0;
		padding-left: 0;
		align-self: center;
	}

	.cdv-footer-nav {
		margin-top: 1.5rem;
	}

	.cdv-footer-nav-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cdv-footer-disclaimer-wrapper .content-wrapper {
		padding: 20px 12px 20px 0;
		line-height: 20px;
	}

	.cdv-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		padding: 14px 0 44px 2px;
		gap: 1rem;
	}
}

@media (max-width: 500px) {
	.cdv-footer-brand {
		flex-direction: column;
		gap: 10px;
	}

	.cdv-footer-brand-list .serveing {
		padding-top: 10px;
		padding-right: 22px;
	}

	.cdv-footer .footer-links-wrap {
		white-space: nowrap;
		display: inline-block;
		text-wrap: auto;
	}

	.cdv-footer-disclaimer-wrapper {
		padding-bottom: 15px;
	}
}
