:root {
	--dastchin-aali-green: #04372b;
	--dastchin-aali-white: #ffffff;
	--dastchin-aali-text: #33373d;
	--dastchin-aali-header-h: 92px;
	--dastchin-aali-offset: 2rem;
}

.dastchin-aali,
.dastchin-aali button,
.dastchin-aali input,
.dastchin-aali select,
.dastchin-aali textarea,
.dastchin-aali-header {
	font-family: Dana, Tahoma, sans-serif;
}

.ast-theme-transparent-header #masthead,
.site-header,
#masthead.site-header,
.ast-mobile-header-wrap,
.ast-desktop-header-content {
	display: none !important;
}

.home .ast-single-post-featured-section {
	display: none;
}

.dastchin-aali.has-dastchin-sticky-header {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--dastchin-aali-offset) + var(--dastchin-aali-header-h));
}

.dastchin-aali-header {
	position: fixed;
	top: calc(env(safe-area-inset-top, 0px) + var(--dastchin-aali-offset));
	right: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 0 10px;
	margin-top: 0;
	box-sizing: border-box;
}

.dastchin-aali-header__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(100%, 1300px);
	margin: 0 auto;
}

.dastchin-aali-header__bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	min-height: var(--dastchin-aali-header-h);
	padding: 0 10px;
	background: var(--dastchin-aali-green);
	border-radius: 40px;
	box-sizing: border-box;
}

.dastchin-aali-header__logo,
.dastchin-aali-header__nav,
.dastchin-aali-header__phone {
	display: flex;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.dastchin-aali-header__logo {
	flex: 0 0 auto;
	justify-content: center;
}

.dastchin-aali-header__logo a {
	display: block;
	line-height: 0;
}

.dastchin-aali-header__logo img {
	display: block;
	width: 146px;
	height: auto;
	max-height: 73px;
}

.dastchin-aali-header__nav {
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.dastchin-aali-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dastchin-aali-nav > .menu-item {
	position: relative;
	margin: 0;
}

.dastchin-aali-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 13px 21px;
	color: var(--dastchin-aali-white);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
}

.dastchin-aali-link::after {
	content: "";
	position: absolute;
	right: 21px;
	left: 21px;
	bottom: 8px;
	height: 2px;
	background: var(--dastchin-aali-white);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.dastchin-aali-link:hover,
.dastchin-aali-link:focus,
.current-menu-item > .dastchin-aali-link,
.current-menu-ancestor > .dastchin-aali-link {
	color: var(--dastchin-aali-white);
}

.dastchin-aali-link:hover::after,
.dastchin-aali-link:focus::after,
.current-menu-item > .dastchin-aali-link::after,
.current-menu-ancestor > .dastchin-aali-link::after {
	transform: scaleX(1);
}

.dastchin-aali-caret {
	display: inline-flex;
	align-items: center;
}

.dastchin-aali-caret-icon {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.dastchin-aali-sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 30;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--dastchin-aali-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dastchin-aali-nav > .menu-item:hover > .dastchin-aali-sub-menu,
.dastchin-aali-nav > .menu-item:focus-within > .dastchin-aali-sub-menu,
.dastchin-aali-nav > .menu-item.is-open > .dastchin-aali-sub-menu {
	display: block;
}

.dastchin-aali-sub-link {
	display: flex;
	align-items: center;
	padding: 13px 20px;
	color: var(--dastchin-aali-text);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	white-space: normal;
}

.dastchin-aali-sub-link:hover,
.dastchin-aali-sub-link:focus {
	background: #f4f6f5;
	color: var(--dastchin-aali-green);
}

.dastchin-aali-header__phone {
	flex: 0 0 auto;
	justify-content: flex-start;
}

.dastchin-aali-phone {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
	color: var(--dastchin-aali-white);
	text-decoration: none;
}

.dastchin-aali-phone__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
}

.dastchin-aali-phone__icon img,
.dastchin-aali-phone__icon svg {
	display: block;
	width: 25px;
	height: 25px;
}

.dastchin-aali-phone__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dastchin-aali-phone__title {
	margin: 0 0 4px;
	color: var(--dastchin-aali-white);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}

.dastchin-aali-phone__number {
	margin: 0;
	color: #fefefe;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	direction: ltr;
	unicode-bidi: embed;
}

.dastchin-aali-burger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-inline-start: auto;
	padding: 5.5px;
	border: 0;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--dastchin-aali-white);
	cursor: pointer;
}

.dastchin-aali-burger__bars,
.dastchin-aali-burger__close {
	display: none;
}

.dastchin-aali-burger[aria-expanded="false"] .dastchin-aali-burger__bars,
.dastchin-aali-burger[aria-expanded="true"] .dastchin-aali-burger__close {
	display: block;
}

.dastchin-aali-mobile-nav {
	display: none;
}

@media (max-width: 1024px) {
	.dastchin-aali-header__bar {
		min-height: 76px;
		border-radius: 28px;
	}

	.dastchin-aali.has-dastchin-sticky-header {
		padding-top: calc(env(safe-area-inset-top, 0px) + var(--dastchin-aali-offset) + 76px);
	}

	.dastchin-aali-header__nav {
		display: none;
	}

	.dastchin-aali-header__phone {
		display: none;
	}

	.dastchin-aali-burger {
		display: inline-flex;
	}

	.dastchin-aali-header.is-open .dastchin-aali-mobile-nav {
		display: block;
		position: absolute;
		top: calc(100% + 8px);
		right: 10px;
		left: 10px;
		z-index: 25;
		max-height: calc(100vh - 110px);
		overflow: auto;
		padding: 12px 0;
		background: var(--dastchin-aali-green);
		border-radius: 24px;
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	}

	.dastchin-aali-mobile-nav .dastchin-aali-nav {
		flex-direction: column;
		align-items: stretch;
	}

	.dastchin-aali-mobile-nav .dastchin-aali-link,
	.dastchin-aali-mobile-nav .dastchin-aali-sub-link {
		justify-content: space-between;
		padding: 14px 20px;
		color: var(--dastchin-aali-white);
		white-space: normal;
	}

	.dastchin-aali-mobile-nav .dastchin-aali-link::after {
		display: none;
	}

	.dastchin-aali-mobile-nav .dastchin-aali-sub-menu {
		position: static;
		display: none;
		min-width: 0;
		background: rgba(255, 255, 255, 0.06);
		box-shadow: none;
	}

	.dastchin-aali-mobile-nav .menu-item.is-open > .dastchin-aali-sub-menu {
		display: block;
	}

	.dastchin-aali-mobile-nav .dastchin-aali-sub-link {
		font-size: 13px;
		font-weight: 500;
	}

	.dastchin-aali-mobile-nav .dastchin-aali-phone {
		margin: 8px 20px 4px;
	}
}

@media (max-width: 640px) {
	.dastchin-aali-header__logo img {
		width: 120px;
	}

	.dastchin-aali-header__bar {
		min-height: 68px;
		padding: 0 8px;
	}

	.dastchin-aali.has-dastchin-sticky-header {
		padding-top: calc(env(safe-area-inset-top, 0px) + var(--dastchin-aali-offset) + 68px);
	}
}
