/*
Theme Name: Arolax CDC Child
Theme URI: https://limegreen-donkey-123952.hostingersite.com/
Description: Child theme for the CDC GROUP homepage, built on Arolax.
Author: CDC GROUP
Template: arolax
Version: 1.2.4
Text Domain: arolax-cdc
*/

/* CDC global footer */
.elementor-1386 {
	display: none !important;
}

.cdc-site-footer,
.cdc-site-footer * {
	box-sizing: border-box;
}

.cdc-site-footer {
	position: relative;
	z-index: 2;
	border-top: 1px solid #deded9;
	background: #f5f5f0;
	color: #676767;
	direction: rtl;
	font-family: inherit;
	text-align: right;
}

.cdc-site-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.cdc-site-footer__shell {
	width: min(100% - 48px, 1320px);
	margin-inline: auto;
}

.cdc-site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 0.85fr 1fr;
	gap: clamp(38px, 5vw, 78px);
	padding-block: clamp(76px, 8vw, 118px) clamp(56px, 6vw, 88px);
}

.cdc-site-footer__brand img {
	width: 142px;
	height: auto;
}

.cdc-site-footer__brand p {
	max-width: 350px;
	margin: 26px 0 0;
	font-size: 15px;
	line-height: 1.95;
}

.cdc-site-footer h2 {
	margin: 0 0 25px;
	color: #101010;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.cdc-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cdc-site-footer li + li {
	margin-block-start: 14px;
}

.cdc-site-footer li,
.cdc-site-footer li a {
	font-size: 14px;
	line-height: 1.7;
}

.cdc-site-footer li a:hover,
.cdc-site-footer li a:focus-visible,
.cdc-site-footer__contact a:not(.cdc-site-footer__button):hover,
.cdc-site-footer__contact a:not(.cdc-site-footer__button):focus-visible {
	color: #101010;
	text-decoration-color: #c8ff3d;
}

.cdc-site-footer__contact-list {
	display: grid;
	gap: 12px;
}

.cdc-site-footer__contact-list a,
.cdc-site-footer__contact-list span {
	display: block;
	font-size: 14px;
	line-height: 1.7;
}

.cdc-site-footer__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	margin-block-start: 24px;
	padding: 12px 20px;
	border: 1px solid #c8ff3d;
	border-radius: 999px;
	background: #c8ff3d;
	color: #101010 !important;
	font-size: 14px;
	font-weight: 700;
}

.cdc-site-footer__button:hover,
.cdc-site-footer__button:focus-visible {
	border-color: #101010;
	background: #101010;
	color: #fff !important;
}

.cdc-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-block-start: 24px;
}

.cdc-site-footer__socials a {
	position: relative;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border: 1px solid #deded9;
	border-radius: 50%;
	background: #fff;
	color: #101010;
}

.cdc-site-footer__socials a:hover,
.cdc-site-footer__socials a:focus-visible {
	border-color: #c8ff3d;
	background: #c8ff3d;
	color: #101010;
}

.cdc-site-footer__socials svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.cdc-site-footer__social-badge {
	position: absolute;
	inset: auto auto -3px -3px;
	min-width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	padding-inline: 4px;
	border: 2px solid #f5f5f0;
	border-radius: 999px;
	background: #101010;
	color: #fff;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
}

.cdc-site-footer__bottom {
	padding-block: 23px;
	border-top: 1px solid #deded9;
	text-align: center;
}

.cdc-site-footer__bottom p {
	margin: 0;
	color: #676767;
	font-size: 13px;
}

@media (max-width: 1024px) {
	.cdc-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cdc-site-footer__shell {
		width: min(100% - 30px, 620px);
	}

	.cdc-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 42px;
		padding-block: 64px 48px;
	}

	.cdc-site-footer__brand p {
		max-width: none;
	}

	.cdc-site-footer__button {
		width: 100%;
	}
}
