/* =================================
BRAND GALLERY — MOBILE IMPROVED
================================= */

.brand-card{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:14px;
	border:1px solid #eee;
	height:120px; /* بزرگ‌تر */
	transition:.25s;
}

.brand-card:hover{
	box-shadow:0 6px 18px rgba(0,0,0,.08);
}


/* تصویر */

.brand-img{
	width:100%;
	height:100%;
	max-height:100px;
	object-fit:contain;
	padding:14px;
	display:block;
}


/* موبایل */

@media (max-width:768px){

	.brand-card{
		height:110px;
	}

	.brand-img{
		max-height:90px;
	}

}


/* موبایل کوچیک */

@media (max-width:480px){

	.brand-card{
		height:100px;
	}

	.brand-img{
		max-height:80px;
	}

}


@media (max-width:760px){

	.navigation-space{
		height: 115px;
	}

}
@media (min-width:480px){

	.navigation-space{
		height: 120px;
	}

}
@font-face {
	font-family: 'Estedad';
	src: url('/uploads/Estedad-Regular.woff2') format('woff2');
	
}
body{
	font-family: 'Estedad', sans-serif;
}