.navbar-brand img ,
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}
@media (max-width: 768px){
  h3.font-medium.text-xl.md\:text-2xl.text-center {
    padding-bottom: 30px;
}
}
/* الأساس */
.flex.justify-center.lg\:justify-between.items-center.p-3.container {
	position: relative;
}

.flex.justify-center.lg\:justify-between.items-center.p-3.container::after {
	content: "كير باى كير";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	font-weight: 500;
	color: var(--color-primary);
    letter-spacing: 1px;
	white-space: nowrap;
}

/* الموبايل */
@media (max-width: 768px) {
	.flex.justify-center.lg\:justify-between.items-center.p-3.container::after {
		font-size: 14px;      /* أصغر */
		top: -80%;             /* فوق شوية */
		font-weight: 600;
	}
}