body,p,span,a,li,ul, h3.menu-item-title{
	font-family: "Noto Kufi Arabic", Sans-serif !important;
}
h1,h2,h3,h4,h5,h6, .menu-tabs a.tab-link , h2 a , .menu-popup-title{
	font-family: "Aref Ruqaa", sans-serif !important;
	font-weight: normal;
	line-height: 1.2;
}
html {
	scroll-behavior: smooth;
}
.menu-tabs a.tab-link{
	font-size: 22px !important;
}
h2.menu-section-title , h2 a{
    font-size: 25px !important;
}
.menu-section {
	scroll-margin-top: 60px;
}
.menu-tabs {
	margin-bottom: 30px;
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	gap: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scroll-behavior: smooth;
	scrollbar-width: none;
	background: #fff;
	border-radius: 10px;
	padding: 18px 25px;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 #d3d3d3, 0 3px 10px 0 rgba(0, 0, 0, .15);
}
.tab-link {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #52565e;
	white-space: nowrap;
}
.menu-tabs::-webkit-scrollbar {
	display: none;
}
.menu-tabs .tab-link {
	position: relative;
	flex: 0 0 auto;
	text-decoration: none;
}
.menu-tabs .tab-link.active {
	font-weight: 700;
}
.menu-tabs .active-line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	transition:transform 0.3s ease, width 0.3s ease;
	background-color: #224a9d;
}
.menu-section-title {
	font-size: 1.8rem;
	margin-bottom: 25px;
	color: white;
	font-weight: bold;
}
.menu-item {
	width: 48%;
	display: flex;
	gap: 10px;
	background: #fff;
	padding: 5px 5px 15px 5px;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.menu-thumb img {
	width: 100%;
	border-radius: 8px;
	display: block;
}
.menu-item-title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #222;
	text-align: center;
}
.menu-item-desc {
	font-size: 0.9rem;
	color: #666;
}
.menu-grid {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 15px;
	flex-wrap: wrap;
}
.menu-thumb {
	width: 100%;
}
.menu-thumb img {
	width: 100%;
	height: 120px;
	border-radius: 10px;
	object-fit: cover;
}
.menu-text {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.menu-item-price {
	font-size: 14px;
	text-align: center;
}
.menu-item-desc {
	font-size: 14px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.no-meals {
	font-size: 16px;
	padding-bottom:20px;
}
.menu-section {
	margin-bottom: 25px;
}
.menu-tabs .tab-link {
	transition: .3s;
}
.menu-tabs .tab-link.active {
	color: #224a9d;
	font-weight: 600;
}

/* popup */
.dialog-close-button {
	padding: 5px;
	border-radius: 50px;
}
.menu-popup-title{
	font-size: 20px;
	font-weight: bold;
	margin-top:20px;
}
@media(max-width:1200px){
	.menu-tabs{
		border-radius:0px;
		margin-bottom:0px;
	}
	.main-container {
		padding: 20px;
	}
	.menu-item {
		width: 47%;
	}
}