.navbar-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.navbar-brand img {
	max-width: unset;
	max-height: unset;
	height: 2.5rem;
}

.khatavahi-logo {
	height: 42px;
	width: auto;
	display: block;
}

.khatavahi-title {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #00ABE4;
	line-height: 1;
}