@import url("https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;600;700&display=swap");

.default-btn span[data-i18n] {
	position: static;
	display: inline;
	width: auto;
	height: auto;
	background: none;
	transform: none;
	border-radius: 0;
	z-index: 1;
	transition: none;
}

.default-btn:hover span[data-i18n],
.default-btn:focus span[data-i18n] {
	width: auto;
	height: auto;
}

.cyberspace-nav .navbar .other-option {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: 18px;
}

.lang-switcher {
	position: relative;
	z-index: 20;
}

.lang-switcher__current {
	min-width: 78px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .28);
	background: rgba(8, 26, 49, .35);
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.lang-switcher__current::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.navbar-area.is-sticky .lang-switcher__current {
	border-color: #dbe4ee;
	background: #fff;
	color: #081a31;
}

.lang-switcher__list {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 148px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 16px 40px rgba(8, 26, 49, .18);
	overflow: hidden;
}

.lang-switcher.is-open .lang-switcher__list {
	display: block;
}

.lang-switcher__list button {
	width: 100%;
	border: 0;
	background: transparent;
	color: #081a31;
	text-align: left;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.lang-switcher__list button:hover,
.lang-switcher__list button.is-active {
	background: #fff4ee;
	color: #ff6c3e;
}

.lang-switcher--mobile {
	display: none;
}

html[lang="ur"] body {
	font-family: "Noto Naskh Arabic", "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

@media (max-width: 991px) {
	.cyberspace-nav .navbar .other-option {
		display: none;
	}
	.cyberspace-responsive-menu {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 55px;
	}
	.lang-switcher--mobile {
		display: block;
		position: absolute;
		right: 52px;
		top: 8px;
		z-index: 1000;
	}
	.lang-switcher--mobile .lang-switcher__current {
		min-width: 70px;
		height: 36px;
		background: rgba(255, 255, 255, .12);
		color: #fff;
	}
}
