/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/



/* ===============================
   Footer Layout
================================ */
.footer-container {
	display: flex;
	gap: 42px;
	direction: rtl;
	width: 100%;
	flex-wrap: wrap;
	    justify-content: center;
}

/* MENUS */
.footer-menus {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
		    justify-content: center;

}

.footer-menu {
	min-width: 137px;
	flex: 0 0 137px;
		    justify-content: center;

}

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

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

/* MENU TITLE (nav menu name) */
.footer-menu-title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 24px;
}

/* MENU LIST */
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* MENU ITEMS */
.footer-menu li {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 16px;
}

/* REMOVE GAP AFTER LAST ITEM */
.footer-menu li:last-child {
	margin-bottom: 0;
}


/* SIDE BOX */
.footer-side {
	min-width: 260px;
	width: 260px;
	max-width: 260px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* SOCIAL ICONS */
.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.footer-socials > div {
	flex: 0 0 calc(33.333% - 10.666px); /* 3 items per row, compensates for gap */
}

.footer-socials > div:last-child {
	flex: 0 0 100%; /* last item takes full width */
}


/* do NOT size icons */
.footer-socials img {
	display: block;
	height: 40px;
	width: 40px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.footer-socials a {
	padding: 20px;
	background: #f3f3f3;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ENAMAD */
.footer-enamad {
		padding: 20px;
	background: #f3f3f3;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}



