/* Gutenberg block preview foundations */
.editor-styles-wrapper {
	--mashhadotagh-primary: #164AC8;
	--mashhadotagh-secondary: #7FB8E5;
	--mashhadotagh-background: #ffffff;
	--mashhadotagh-text: #1A1A1A;
	--mashhadotagh-muted: #6b7280;
	--mashhadotagh-border: #e5e7eb;
}

/* Home hotel grid block */
.home-hotel-grid {
	padding: 76px 0 35px;
	background: #ffffff;
}

.home-hotel-grid__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 52px;
	flex-direction: row-reverse;
}

.home-hotel-grid__heading {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.home-hotel-grid__eyebrow {
	margin-bottom: 8px;
	color: #808080;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.home-hotel-grid__heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 24px;
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.35;
}

.home-hotel-grid__heading h2::before,
.home-hotel-grid__heading h2::after {
	position: absolute;
	bottom: 0;
	height: 4px;
	border-radius: 999px;
	content: "";
}

.home-hotel-grid__heading h2::before {
	right: 0;
	width: 48px;
	background: #164ac8;
}

.home-hotel-grid__heading h2::after {
	right: 58px;
	width: 80px;
	background: #e6e6e6;
}

.home-hotel-grid__heading h2 span {
	color: #164ac8;
}

.home-hotel-grid__archive {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	flex-direction: row-reverse;
}

.home-hotel-grid__archive-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 52px;
	border-radius: 8px;
	background: #f8f8fa;
	color: #1a1a1a;
	transition: background 0.2s ease, color 0.2s ease;
}

.home-hotel-grid__archive:hover .home-hotel-grid__archive-icon {
	background: #164ac8;
	color: #ffffff;
}

.home-hotel-grid__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
}

.home-hotel-grid__list .hotel-card {
	flex: 0 0 calc(25% - 18px);
	max-width: calc(25% - 18px);
}

.home-hotel-grid__empty {
	padding: 28px;
	border-radius: 18px;
	background: #f8f8fa;
	color: #808080;
	text-align: center;
	font-size: 16px;
}

@media (max-width: 1180px) {
	.home-hotel-grid__list .hotel-card {
		flex-basis: calc(33.333% - 16px);
		max-width: calc(33.333% - 16px);
	}
}

@media (max-width: 768px) {
	.home-hotel-grid {
		padding: 54px 0 20px;
	}

	.home-hotel-grid__header {
		/* flex-direction: column-reverse; */
		align-items: stretch;
		margin-bottom: 34px;
		gap: 0;
	}

	.home-hotel-grid__archive {
		justify-content: flex-end;
		white-space: nowrap;
		font-size: 13px;
	}

	.home-hotel-grid__heading {
		/* align-items: flex-end; */
	}

	.home-hotel-grid__heading h2 {
		font-size: 21px;
		white-space: nowrap;
	}

	.home-hotel-grid__list {
		gap: 10px;
	}

	.home-hotel-grid__list .hotel-card {
		flex-basis: calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
}

@media (max-width: 520px) {
	.home-hotel-grid__list .hotel-card {
		flex-basis: calc(50% - 5px);
		max-width: 100%;
	}

	.hotel-card__body{
		padding:5px;
	}
}

.editor-styles-wrapper .container {
	width: min(1320px, calc(100% - 32px));
	margin-inline: auto;
}

/* Home hero section */
.site-main--home {
	padding-block: 0;
	margin-top: -140px;
	z-index: 0;
	position: relative;
}

.home-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 205px;
	padding-top: 128px;
	background-color: #eef8ff;
	background-image: url("../img/bg-hero.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	background-size: cover;
}

.home-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: #00000014;
	content: "";
	pointer-events: none;
}

.home-hero__bottom {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home-hero__search-tab {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: min(1160px, calc(100% - 160px));
	height: 64px;
	padding-inline: 24px;
	border-radius: 18px 18px 0 0;
	background: #e9eefb;
	color: var(--mashhadotagh-text);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.heading-site{
	margin:0;
	font-size: 25px;
	display: inline;
}
.home-hero__search-tab span {
	margin-top: 5px;
}

.home-hero__search-tab svg {
	flex: 0 0 auto;
	color: var(--mashhadotagh-text);
}

.home-hero__search-box {
	display: flex;
	align-items: flex-end;
	gap: 40px;
	width: 100%;
	min-height: 150px;
	padding: 36px 32px 31px;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.home-hero__field {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.home-hero__field label {
	color: var(--mashhadotagh-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.home-hero__control {
	position: relative;
	display: flex;
	align-items: center;
	height: 52px;
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #ffffff;
	color: var(--mashhadotagh-text);
}

.home-hero__control select,
.home-hero__control input {
	width: 100%;
	height: 100%;
	padding: 0 17px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--mashhadotagh-text);
	font: inherit;
	font-size: 15px;
	appearance: none;
}

.home-hero__control input[data-jalali-range] {
	padding-right: 48px;
	padding-left: 42px;
}

.home-hero__control input::placeholder {
	color: #c3c3c3;
}

.home-hero__date-divider {
	position: absolute;
	right: 40px;
	width: 1px;
	height: 24px;
	background: #e2e2e2;
	pointer-events: none;
}

.home-hero__date-icon {
	position: absolute;
	right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222222;
	pointer-events: none;
}

.home-hero__arrow-icon {
	position: absolute;
	left: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mashhadotagh-text);
	pointer-events: none;
}

.home-hero__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 164px;
	height: 52px;
	border: 0;
	border-radius: 10px;
	background: var(--mashhadotagh-primary);
	color: #ffffff;
	font-family: var(--mashhadotagh-font-family);
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.home-hero__submit:hover,
.home-hero__submit:focus {
	background: #103da7;
}



@media (max-width: 1024px) {
	.home-hero {
		min-height: 520px;
	}

	.home-hero__search-tab {
		width: calc(100% - 48px);
	}

	.home-hero__search-box {
		flex-wrap: wrap;
		gap: 24px;
	}

	.home-hero__field {
		flex-basis: calc(50% - 12px);
	}

	.home-hero__submit {
		flex: 1 1 100%;
	}
}

@media (max-width: 768px) {
	.home-hero {
		min-height: 520px;
		padding-top: 178px;
		background-position: center top;
	}

	.home-hero__search-tab {
		height: 58px;
		font-size: 20px;
	}

	.home-hero__search-box {
		padding: 28px 24px;
		border-radius: 22px;
	}
}

@media (max-width: 480px) {
	.home-hero {
		min-height: 325px;
		padding-top: 180px;
		background-size: cover;
		background-position: center bottom;
	}

	.home-hero__search-tab {
		width: calc(100% - 24px);
		height: 54px;
		padding-inline: 18px;
		border-radius: 16px 16px 0 0;
		font-size: 18px;
	}

	.home-hero__search-box {
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
		min-height: 0;
		padding: 24px 18px;
		border-radius: 20px;
	}

	.home-hero__field,
	.home-hero__submit {
		flex-basis: auto;
		width: 100%;
	}
}

.home-stories {
	padding: 56px 0 62px;
	background: #ffffff;
}

.home-stories__inner {
	position: relative;
}

/* Home stories section heading */
.home-stories__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
}

.home-stories__heading {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.home-stories__eyebrow {
	margin-bottom: 6px;
	color: #808080;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.home-stories__heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 24px;
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.35;
}

.home-stories__heading h2::before,
.home-stories__heading h2::after {
	position: absolute;
	bottom: 0;
	height: 4px;
	border-radius: 999px;
	content: "";
}

.home-stories__heading h2::before {
	right: 0;
	width: 48px;
	background: #164ac8;
}

.home-stories__heading h2::after {
	right: 58px;
	width: 80px;
	background: #e6e6e6;
}

.home-stories__heading h2 span {
	color: #164ac8;
}

.home-stories__archive {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
}

.home-stories__archive-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #f8f8fa;
	color: #1a1a1a;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.home-stories__archive:hover .home-stories__archive-icon {
	background: #164ac8;
	color: #ffffff;
}

.home-stories__slider {
	position: relative;
	overflow: hidden;
	padding: 4px 6px;
}

.home-stories__slider::before,
.home-stories__slider::after {
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	width: 110px;
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.home-stories__slider::before {
	right: 0;
	background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.home-stories__slider::after {
	left: 0;
	background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.home-stories__slider.has-prev-shadow::before,
.home-stories__slider.has-next-shadow::after {
	opacity: 1;
}

.home-stories__slide {
	width: 122px;
	outline: none;
}

.home-stories__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	color: var(--mashhadotagh-text);
	text-align: center;
	outline: none;
}

.home-stories__item:hover,
.home-stories__item:focus {
	color: var(--mashhadotagh-primary);
}

.home-stories__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 118px;
	padding: 5px;
	border: 2px solid var(--mashhadotagh-primary);
	border-radius: 50%;
	background: #ffffff;
}

.home-stories__image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

/* Hotel story title and one-night price */
.home-stories__details {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 4px;
}

.home-stories__title {
	display: block;
	width: 100%;
	color: inherit;
	font-weight: 400;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: center;
	vertical-align: middle;
}

.home-stories__price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 4px;
	width: 100%;
	color: var(--mashhadotagh-primary);
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
}

.home-stories__price strong {
	font-size: inherit;
	font-weight: 700;
}

.home-stories__price del {
	color: #9a9a9a;
	font-size: 12px;
	font-weight: 400;
}

.home-stories__price small {
	color: #808080;
	font-size: 12px;
	font-weight: 400;
}

.home-stories__nav {
	position: absolute;
	z-index: 5;
	top: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(17, 24, 39, 0.14);
	color: var(--mashhadotagh-text);
	cursor: pointer;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.home-stories__nav--prev {
	right: -8px;
}

.home-stories__nav--next {
	left: -8px;
}

.home-stories__nav.is-hidden,
.home-stories__nav.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* Hotel story video modal */
body.has-story-modal {
	overflow: hidden;
}

.hotel-story-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hotel-story-modal[hidden] {
	display: none;
}

.hotel-story-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hotel-story-modal__backdrop {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(15, 15, 15, 0.58) 0%,
		rgba(30, 30, 30, 0.72) 45%,
		rgba(0, 0, 0, 0.88) 100%
	);
	cursor: pointer;
}

.hotel-story-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	width: min(360px, 100%);
	height: min(700px, calc(100vh - 40px));
	border-radius: 8px;
	background: #111111;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
	opacity: 0;
	transform: translateY(12px) scale(0.98);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.hotel-story-modal.is-open .hotel-story-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.hotel-story-modal__video {
	display: block;
	width: 100%;
	height: 100%;
	background: #111111;
	object-fit: cover;
}

.hotel-story-modal__progress {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 12px;
	left: 12px;
	overflow: hidden;
	height: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.38);
}

.hotel-story-modal__progress span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #ffffff;
	transition: width 0.1s linear;
}

.hotel-story-modal__close {
	position: absolute;
	z-index: 4;
	top: 24px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.24);
	color: #ffffff;
	cursor: pointer;
}

.hotel-story-modal__details {
	position: absolute;
	z-index: 3;
	right: 8px;
	bottom: 8px;
	left: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 48px;
	padding: 10px 16px;
	border-radius: 7px;
	background: #ffffff;
	color: var(--mashhadotagh-text);
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	transition: all ;
}

.hotel-story-modal__details:hover,
.hotel-story-modal__details:focus {
	background: var(--mashhadotagh-primary);
	color: #ffffff;
}

.hotel-story-modal__details strong {
	font-weight: 700;
}

/* Featured hotels slider and promotional banner layout */
.home-featured-hotels {
	padding: 24px 0 64px;
}

.home-featured-hotels__inner {
	display: flex;
	align-items: stretch;
	gap: 30px;
	direction: rtl;
}

.home-featured-hotels__slider-wrap {
	position: relative;
	flex: 1 1 58%;
	min-width: 0;
	height: 280px;
}

.home-featured-hotels__slider {
	width: 100%;
	height: 100%;
	border-radius: 24px;
	background: var(--mashhadotagh-primary);
}

.home-featured-hotels__slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 24px;
}

.home-featured-hotels__link {
	display: block;
	width: 100%;
	height: 100%;
}

.home-featured-hotels__background {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.home-featured-hotels__nav {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 30px;
	height: 136px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mashhadotagh-text);
	cursor: pointer;
	transform: translateY(-50%);
}

.home-featured-hotels__nav--prev {
	right: 0;
}

.home-featured-hotels__nav--next {
	left: 0;
}

.home-featured-hotels__nav-shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-featured-hotels__nav-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-featured-hotels__nav--prev .home-featured-hotels__nav-arrow {
	transform: translate(-50%, -50%) rotate(180deg);
}

.home-featured-hotels__pagination {
	position: absolute;
	z-index: 4;
	right: 70px !important;
	bottom: 18px !important;
	left: auto !important;
	display: flex;
	width: auto !important;
	gap: 8px;
}

.home-featured-hotels__pagination .swiper-pagination-bullet {
	width: 32px;
	height: 4px;
	margin: 0 !important;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.38);
	opacity: 1;
	transition: width 0.25s ease, background 0.25s ease;
}

.home-featured-hotels__pagination .swiper-pagination-bullet-active {
	width: 34px;
	background: #ffffff;
}

.home-featured-hotels__banner {
	position: relative;
	overflow: hidden;
	flex: 0 1 40%;
	min-width: 0;
	height: 280px;
	border-radius: 24px;
	/* background-color: #edf5fb; */
	background-image: image-set(
		url("../img/instagram.avif") type("image/avif"),
		url("../img/instagram.webp") type("image/webp")
	);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-featured-hotels__instagram-link {
	position: absolute;
	z-index: 1;
	inset: 58px 0 0;
}

.home-featured-hotels__support {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 0;
	gap: 10px;
	padding-right: 8px;
	background: #ffffff;
}

.home-featured-hotels__support .header-support__number {
	display: flex;
	align-items: baseline;
	font-size: 20px;
}

.home-featured-hotels__phone-prefix {
	color: #999999;
	font-weight: 400;
}

.home-featured-hotels__phone-number {
	color: var(--mashhadotagh-primary);
	font-weight: 700;
}

/* About Mashhad Otagh section */
.home-about {
	padding: 70px 0 86px;
	background: #ffffff;
}

.home-about__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 84px;
	direction: ltr;
}

.home-about__media-side {
	display: flex;
	align-items: center;
	flex: 1 1 54%;
	gap: 44px;
	min-width: 0;
}

.home-about__brand {
	display: flex;
	align-items: center;
	flex: 0 0 158px;
	gap: 12px;
	color: #9b9b9b;
	flex-direction: row-reverse;
}

.home-about__brand-line {
	display: block;
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(-90deg, rgba(22, 74, 200, 0), rgba(22, 74, 200, 0.6));
}

.home-about__brand-stack {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 26px;
}

.home-about__brand-badge {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
	width: 54px;
	height: 78px;
	border-radius: 8px 8px 18px 18px;
	background: #eeeeee;
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
}

.home-about__brand-badge::after {
	position: absolute;
	right: 50%;
	bottom: -12px;
	width: 24px;
	height: 24px;
	background: #eeeeee;
	content: "";
	transform: translateX(50%) rotate(45deg);
}

.home-about__brand-badge img {
	position: relative;
	z-index: 1;
	display: block;
	width: 31px;
	height: auto;
}

.home-about__brand-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: #9b9b9b;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 1;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.home-about__media {
	position: relative;
	overflow: visible;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 496px;
	aspect-ratio: 494 / 423;
	background: transparent;
}

.home-about__media::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='494' height='423' viewBox='0 0 494 423' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M494 98.3155C494 80.3946 482.081 64.6607 464.829 59.8092L257.466 1.49386C250.373 -0.500676 242.868 -0.497667 235.777 1.50257L29.1402 59.7926C11.9039 64.6548 0 80.3812 0 98.2902V382.444C0 404.535 17.9086 422.444 40 422.444H454C476.091 422.444 494 404.535 494 382.444V98.3155Z' fill='%23164AC8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	content: "";
}

.home-about__media::after {
	position: absolute;
	z-index: 2;
	inset: 18px 0 0;
	/* background: rgba(22, 74, 200, 0.46); */
	content: "";
	clip-path: polygon(50% 0, 100% 14.5%, 100% 100%, 0 100%, 0 14.5%);
	pointer-events: none;
}

.home-about__image {
	position: absolute;
	z-index: 1;
	inset: 18px 0 0;
	display: block;
	width: 100%;
	height: calc(100% - 18px);
	clip-path: polygon(50% 0, 100% 14.5%, 100% 100%, 0 100%, 0 14.5%);
	object-fit: cover;
}

.home-about__play {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--mashhadotagh-primary);
	box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.24);
	color: #ffffff;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-about__play:hover,
.home-about__play:focus {
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.28);
	transform: translate(-50%, -50%) scale(1.04);
}

.home-about__content {
	display: flex;
	align-items: flex-end;
	flex: 0 1 520px;
	flex-direction: column;
	direction: rtl;
	text-align: right;
}

.home-about__heading {
	display: flex;
	flex-direction: column;
	margin-bottom: 42px;
	width: 100%;
	text-align: right;
}

.home-about__eyebrow {
	margin-bottom: 6px;
	color: #9b9b9b;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.home-about__heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--mashhadotagh-text);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.35;
	text-align: right;
}

.home-about__heading h2::before,
.home-about__heading h2::after {
	position: absolute;
	bottom: 0;
	height: 3px;
	border-radius: 3px;
	content: "";
}

.home-about__heading h2::before {
	right: 0;
	width: 42px;
	background: var(--mashhadotagh-primary);
}

.home-about__heading h2::after {
	right: 52px;
	width: 78px;
	background: #e3e3e3;
}

.home-about__heading h2 span {
	color: var(--mashhadotagh-primary);
}

.home-about__description {
	max-width: 550px;
	color: #666666;
	font-size: 17px;
	font-weight: 400;
	line-height: 2;
	text-align: right;
}

.home-about__description p {
	margin: 0 0 10px;
	text-align: right;
}

.home-about__description p:last-child {
	margin-bottom: 0;
}

.home-about__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
	direction: rtl;
	width: 100%;
}

.home-about__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 42px;
	padding: 10px 22px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

.home-about__button--primary {
	background: var(--mashhadotagh-primary);
	color: #ffffff;
}

.home-about__button--secondary {
	background: #edf3ff;
	color: var(--mashhadotagh-primary);
}

.home-about__button:hover,
.home-about__button:focus {
	transform: translateY(-1px);
}

body.has-about-video-modal {
	overflow: hidden;
}

.home-about-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.home-about-modal[hidden] {
	display: none;
}

.home-about-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.home-about-modal__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: linear-gradient(180deg, rgba(15, 15, 15, 0.6), rgba(0, 0, 0, 0.9));
	cursor: pointer;
}

.home-about-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(860px, 100%);
	border-radius: 18px;
	background: #111111;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
	opacity: 0;
	transform: translateY(12px) scale(0.98);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-about-modal.is-open .home-about-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.home-about-modal__close {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	color: #ffffff;
	cursor: pointer;
}

.home-about-modal__video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: inherit;
	background: #111111;
}

/* Home blog magazine section */
.home-blog-magazine {
	padding: 72px 0 82px;
	background: #ffffff;
}

.home-blog-magazine__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 58px;
	direction: ltr;
}

.home-blog-magazine__heading {
	display: flex;
	/* align-items: flex-end; */
	flex-direction: column;
	direction: rtl;
	text-align: right;
}

.home-blog-magazine__eyebrow {
	margin-bottom: 6px;
	color: #8f8f8f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.home-blog-magazine__heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--mashhadotagh-text);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.35;
	text-align: right;
}

.home-blog-magazine__heading h2::before,
.home-blog-magazine__heading h2::after {
	position: absolute;
	bottom: 0;
	height: 3px;
	border-radius: 3px;
	content: "";
}

.home-blog-magazine__heading h2::before {
	right: 0;
	width: 42px;
	background: var(--mashhadotagh-primary);
}

.home-blog-magazine__heading h2::after {
	right: 52px;
	width: 78px;
	background: #e3e3e3;
}

.home-blog-magazine__heading h2 span {
	color: var(--mashhadotagh-primary);
}

.home-blog-magazine__archive {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 52px;
	color: var(--mashhadotagh-text);
	direction: rtl;
	font-size: 20px;
	font-weight: 700;
}

.home-blog-magazine__archive-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 52px;
	border-radius: 8px;
	background: #f5f5f5;
}

.home-blog-magazine__columns {
	display: flex;
	align-items: stretch;
	gap: 24px;
	direction: ltr;
}

.home-blog-magazine__column {
	display: flex;
	min-width: 0;
}

.home-blog-magazine__column--side,
.home-blog-magazine__column--list {
	flex: 1 1 32%;
	flex-direction: column;
	gap: 24px;
}

.home-blog-magazine__column--featured {
	flex: 1.04 1 34%;
}

.home-blog-card {
	color: var(--mashhadotagh-text);
	direction: rtl;
}

.home-blog-card h3 {
	margin: 0;
	color: inherit;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.6;
}

.home-blog-card--side {
	overflow: hidden;
	border-radius: 14px;
	background: #f8f8f8;
}

.home-blog-card--side .home-blog-card__link {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 16px;
	min-height: 108px;
	padding: 16px;
	color: inherit;
	direction: rtl;
}

.home-blog-card--side .home-blog-card__thumb {
	display: block;
	flex: 0 0 76px;
	width: 76px;
	height: 76px;
	border-radius: 10px;
	object-fit: cover;
}

.home-blog-card--side .home-blog-card__body {
	display: flex;
	align-items: flex-start;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
	text-align: right;
}

.home-blog-card__date {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #a0a0a0;
	font-size: 14px;
	line-height: 1.4;
}

.home-blog-card--featured {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 372px;
	border-radius: 24px;
	background: #081a46;
}

.home-blog-card__featured-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	color: #ffffff;
}

.home-blog-card__featured-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-blog-card__featured-link::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 26, 70, 0) 0%, #081a46 100%);
	content: "";
}

.home-blog-card__featured-content {
	position: absolute;
	z-index: 1;
	right: 16px;
	bottom: 16px;
	left: 16px;
	display: flex;
	flex-direction: column;
	text-align: right;
}

.home-blog-card--featured h3 {
	color: #ffffff;
	font-size: 18px;
	width: 100%;
}

.home-blog-card__featured-line {
	display: block;
	width: 160px;
	height: 2px;
	margin-top: 14px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), #ffffff);
}

.home-blog-card__featured-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 14px;
	gap: 16px;
}

.home-blog-card__featured-more {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 22px;
	border-radius: 10px;
	background: var(--mashhadotagh-primary);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.home-blog-card__featured-date {
	color: #ffffff;
	font-size: 14px;
}

.home-blog-card--list {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 172px;
	padding: 16px 16px 16px 56px;
	border-radius: 16px;
	background: #f8f8f8;
	direction: rtl;
}

.home-blog-card__image-link {
	flex: 0 0 120px;
}

.home-blog-card__image {
	display: block;
	width: 120px;
	height: 140px;
	border-radius: 10px;
	object-fit: cover;
}

.home-blog-card--list .home-blog-card__body {
	display: flex;
	align-items: flex-start;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	text-align: right;
}

.home-blog-card--list p {
	margin: 10px 0 22px;
	color: #777777;
	font-size: 14px;
	line-height: 1.8;
}

.home-blog-card--list .home-blog-card__date {
	margin-top: auto;
}

.home-blog-card__arrow {
	position: absolute;
	bottom: 0px;
	left: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--mashhadotagh-text);
	transform: translateY(-50%);
}

/* Home collapsible content section */
.home-collapsible-content {
	padding: 60px 0 70px;
	background: #ffffff;
}

.home-collapsible-content__inner {
	position: relative;
	direction: rtl;
}

.home-collapsible-content__panel {
	position: relative;
	overflow: hidden;
	max-height: 190px;
	padding: 44px 64px 56px;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 10px 44px rgba(17, 24, 39, 0.04);
	transition: max-height 0.35s ease;
}

.home-collapsible-content__inner:not(.is-open) .home-collapsible-content__panel::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 96px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 78%);
	box-shadow: 0 -24px 40px rgba(255, 255, 255, 0.96);
	content: "";
	pointer-events: none;
}

.home-collapsible-content__inner.is-open .home-collapsible-content__panel {
	max-height: 5000px;
}

.home-collapsible-content__title {
	margin: 0 0 24px;
	color: var(--mashhadotagh-text);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.45;
	text-align: right;
}

.home-collapsible-content__body {
	color: #5f5f5f;
	font-size: 17px;
	font-weight: 400;
	line-height: 2.1;
	text-align: justify;
}

.home-collapsible-content__body p {
	margin: 0 0 14px;
}

.home-collapsible-content__body p:last-child {
	margin-bottom: 0;
}

.home-collapsible-content__toggle {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	padding: 8px 18px;
	border: 0;
	border-radius: 12px;
	background: #ffffff;
	color: var(--mashhadotagh-primary);
	font-family: var(--mashhadotagh-font-family);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.home-collapsible-content__toggle svg {
	transition: transform 0.25s ease;
}

.home-collapsible-content__inner.is-open .home-collapsible-content__toggle svg {
	transform: rotate(180deg);
}

/* Home FAQ section */
.home-faq {
	padding: 64px 0 82px;
	background: #ffffff;
}

.home-faq__heading {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 54px;
	text-align: center;
}

.home-faq__eyebrow {
	margin-bottom: 6px;
	color: #8f8f8f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.home-faq__heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--mashhadotagh-text);
	font-size: 31px;
	font-weight: 800;
	line-height: 1.35;
}

.home-faq__heading h2::before,
.home-faq__heading h2::after {
	position: absolute;
	bottom: 0;
	height: 3px;
	border-radius: 3px;
	content: "";
}

.home-faq__heading h2::before {
	right: calc(50% - 64px);
	width: 42px;
	background: var(--mashhadotagh-primary);
}

.home-faq__heading h2::after {
	right: calc(50% - 12px);
	width: 78px;
	background: #e3e3e3;
}

.home-faq__heading h2 span {
	color: var(--mashhadotagh-primary);
}

.home-faq__box {
	display: flex;
	overflow: hidden;
	min-height: 266px;
	border: 1px solid #e9e9e9;
	border-radius: 16px;
	background: #ffffff;
	direction: ltr;
}

.home-faq__answers,
.home-faq__questions {
	flex: 1 1 50%;
	min-width: 0;
}

.home-faq__answers {
	position: relative;
	padding: 24px 34px;
	border-right: 1px solid #eeeeee;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 2;
	text-align: right;
	direction: rtl;
}

.home-faq__answer {
	display: none;
}

.home-faq__answer.is-active {
	display: block;
}

.home-faq__answer p {
	margin: 0 0 10px;
}

.home-faq__answer p:last-child {
	margin-bottom: 0;
}

.home-faq__questions {
	display: flex;
	flex-direction: column;
	direction: rtl;
}

.home-faq__question {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 66px;
	padding: 14px 14px 14px 24px;
	border: 0;
	border-bottom: 1px solid #eeeeee;
	background: #ffffff;
	color: var(--mashhadotagh-text);
	font-family: var(--mashhadotagh-font-family);
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	cursor: pointer;
	transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-faq__question:last-child {
	border-bottom: 0;
}

.home-faq__question:hover,
.home-faq__question:focus,
.home-faq__question.is-active {
	position: relative;
	z-index: 1;
	background: #ffffff;
	color: var(--mashhadotagh-primary);
	box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.home-faq__question-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin-left: 14px;
	border-radius: 50%;
	background: #7fb8e5;
	box-shadow: 0 8px 18px rgba(127, 184, 229, 0.32);
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
}

.home-faq__question-title {
	flex: 1 1 auto;
	min-width: 0;
}

.home-faq__question-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	color: #1a1a1a;
}

/* Home contact experts section */
.home-contact-experts {
	padding: 74px 0 90px;
	background: #ffffff;
}

.home-contact-experts__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 72px;
	direction: rtl;
}

.home-contact-experts__map {
	flex: 1 1 52%;
	min-height: 500px;
	background-image: image-set(
		url("../img/mashhad-location.avif") type("image/avif"),
		url("../img/mashhad-location.webp") type("image/webp")
	);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.home-contact-experts__content {
	display: flex;
	align-items: stretch;
	flex: 0 1 560px;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

.home-contact-experts__heading {
	display: flex;
	flex-direction: column;
	margin-bottom: 22px;
}

.home-contact-experts__eyebrow {
	margin-bottom: 6px;
	color: #8f8f8f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.home-contact-experts__heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--mashhadotagh-text);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.35;
}

.home-contact-experts__heading h2::before,
.home-contact-experts__heading h2::after {
	position: absolute;
	bottom: 0;
	height: 3px;
	border-radius: 3px;
	content: "";
}

.home-contact-experts__heading h2::before {
	right: 0;
	width: 42px;
	background: var(--mashhadotagh-primary);
}

.home-contact-experts__heading h2::after {
	right: 52px;
	width: 78px;
	background: #e3e3e3;
}

.home-contact-experts__heading h2 span {
	color: var(--mashhadotagh-primary);
}

.home-contact-experts__form-card,
.home-contact-experts__social-card {
	position: relative;
	overflow: visible;
	border-radius: 22px;
}

.home-contact-experts__form-card {
	min-height: 210px;
	padding: 36px 72px 32px 36px;
	border: 0;
	border-top: 2px solid var(--mashhadotagh-primary);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 4px 40px rgba(128, 128, 128, 0.08);
}

.home-contact-experts__card-icon,
.home-contact-experts__social-phone {
	position: absolute;
	top: 35px;
	right: 24px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #7fb8e5;
	color: #ffffff;
}

.home-contact-experts__form-line {
	position: absolute;
	top: 78px;
	right: 40px;
	display: flex;
	pointer-events: none;
}

.home-contact-experts__form-content {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	text-align: right;
}

.home-contact-experts__form-content h3 {
	margin: 0 0 18px;
	color: var(--mashhadotagh-text);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
}

.home-contact-experts__form-content p {
	margin: 0 0 24px;
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
}

.home-contact-experts__shortcode form {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	direction: ltr;
}

.home-contact-experts__shortcode .gform_wrapper,
.home-contact-experts__shortcode .gform-body,
.home-contact-experts__shortcode .gform_body,
.home-contact-experts__shortcode .gform_fields,
.home-contact-experts__shortcode .gfield,
.home-contact-experts__shortcode .ginput_container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.home-contact-experts__shortcode .gform_fields {
	display: block;
}

.home-contact-experts__shortcode form[id^="gform_"] {
	/* flex-direction: row-reverse; */
	justify-content: flex-start;
	direction: rtl;
}

.home-contact-experts__shortcode .gform-body,
.home-contact-experts__shortcode .gform_body {
	flex: 1 1 auto;
	min-width: 0;
}

.home-contact-experts__shortcode .gform-footer,
.home-contact-experts__shortcode .gform_footer {
	display: flex;
	flex: 0 0 104px;
	margin: 0 !important;
	padding: 0;
	position: relative;
}
.home-contact-experts__shortcode .gform_footer .gform-loader{
	position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 4;
}
.home-contact-experts__shortcode .ginput_container_text {
	position: relative;
}
.home-contact-experts__shortcode .ginput_container_text input {
	background: #F7F7F7 !Important;
	border:0 !Important;
	height:52px !Important;
	padding-right: 65px !important;
}
.home-contact-experts__shortcode .ginput_container_text::before {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.25' y='1.75' width='9.5' height='14.5' rx='2.25' stroke='%231A1A1A' stroke-width='1.5'/%3E%3Cpath d='M7.5 13.75H10.5' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	pointer-events: none;
	transform: translateY(-50%);
}

.home-contact-experts__shortcode .ginput_container_text::after {
	position: absolute;
	top: 50%;
	right: 48px;
	width: 1px;
	height: 20px;
	background: #d9d9d9;
	content: "";
	pointer-events: none;
	transform: translateY(-50%);
}

.home-contact-experts__shortcode input[type="tel"],
.home-contact-experts__shortcode input[type="text"],
.home-contact-experts__shortcode input[type="number"] {
	flex: 1 1 auto;
	width: 100%;
	height: 52px;
	min-width: 0;
	padding: 0 62px 0 18px;
	border: 0;
	border-radius: 8px;
	background: #f5f5f5;
	color: var(--mashhadotagh-text);
	font-family: var(--mashhadotagh-font-family);
	font-size: 14px;
	text-align: right;
	box-shadow: none;
	outline: 0;
}

.home-contact-experts__shortcode input[type="submit"],
.home-contact-experts__shortcode button {
	flex: 0 0 104px;
	height: 52px !important;
	border: 0;
	border-radius: 16px !important;
	background: var(--mashhadotagh-primary);
	color: #ffffff;
	font-family: var(--mashhadotagh-font-family);
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
}

.home-contact-experts__shortcode .gform_button {
	width: 100%;
	margin: 0;
}

.home-contact-experts__social-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 132px;
	padding: 28px 24px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background-color: var(--mashhadotagh-primary);
	background-image:
		linear-gradient(180deg, rgba(22, 74, 200, 0) 0%, #164ac8 100%),
		url("../img/Pattern.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: cover, cover;
	color: #ffffff;
	direction: rtl;
}

.home-contact-experts__social-card::before {
	display: none;
	position: absolute;
	top: -18px;
	right: 50%;
	width: 36px;
	height: 36px;
	background: #ffffff;
	content: "";
	transform: translateX(50%) rotate(45deg);
}

.home-contact-experts__social-burst {
	position: absolute;
	top: -20px;
	right: 50%;
	z-index: 2;
	display: flex;
	transform: translateX(50%);
}

.home-contact-experts__social-col {
	position: relative;
	display: flex;
}

.home-contact-experts__social-col--phone {
	flex: 0 0 42px;
	flex-direction: column;
	align-self: stretch;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.home-contact-experts__social-phone {
	position: static;
	background: #ffffff;
	color: var(--mashhadotagh-text);
}

.home-contact-experts__social-line {
	position: static;
	display: flex;
	pointer-events: none;
}

.home-contact-experts__social-text {
	display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
}

.home-contact-experts__social-text strong {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
}

.home-contact-experts__social-text span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.5;
}

.home-contact-experts__social-links {
	position: static;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 12px;
	direction: ltr;
}

.home-contact-experts__social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 9px;
	background: #7fb8e5;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

/* Selected hotels full banner slider */
.home-selected-hotels {
	padding: 0 0 64px;
}

.home-selected-hotels__inner {
	direction: rtl;
}

.home-selected-hotels__slider-wrap {
	position: relative;
	width: 100%;
	height: 300px;
}

.home-selected-hotels__slider {
	width: 100%;
	height: 100%;
	border-radius: 34px;
	background: var(--mashhadotagh-primary);
}

.home-selected-hotels__slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 34px;
}

.home-selected-hotels__link {
	display: block;
	width: 100%;
	height: 100%;
}

.home-selected-hotels__background {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.home-selected-hotels__nav {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 30px;
	height: 136px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mashhadotagh-text);
	cursor: pointer;
	transform: translateY(-50%);
}

.home-selected-hotels__nav--prev {
	right: 0;
}

.home-selected-hotels__nav--next {
	left: 0;
}

.home-selected-hotels__nav-shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-selected-hotels__nav-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-selected-hotels__nav--prev .home-selected-hotels__nav-arrow {
	transform: translate(-50%, -50%) rotate(180deg);
}

.home-selected-hotels__pagination {
	position: absolute;
	z-index: 4;
	right: 70px !important;
	bottom: 22px !important;
	left: auto !important;
	display: flex;
	width: auto !important;
	gap: 8px;
}

.home-selected-hotels__pagination .swiper-pagination-bullet {
	width: 32px;
	height: 4px;
	margin: 0 !important;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.38);
	opacity: 1;
	transition: width 0.25s ease, background 0.25s ease;
}

.home-selected-hotels__pagination .swiper-pagination-bullet-active {
	width: 34px;
	background: #ffffff;
}

/* Home advantages section */
.home-advantages {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 440px;
	margin-bottom: 108px;
	background-image: url("../img/Header Container.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.home-advantages__glow {
	position: absolute;
	top: 142px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 82px;
	color: #ffffff;
	filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.8));
	transform: translateX(-50%);
	pointer-events: none;
}

.home-advantages__container {
	position: relative;
	z-index: 1;
}

.home-advantages__cards {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 24px;
	direction: rtl;
	transform: translateY(48px);
}

.home-advantages__card {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 0;
	gap: 18px;
	min-width: 0;
	max-width: 314px;
	min-height: 144px;
	padding: 28px 32px;
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 20px 45px rgba(22, 74, 200, 0.12);
	color: var(--mashhadotagh-text);
}

.home-advantages__card-top {
	position: absolute;
	z-index: 0;
	top: -8px;
	left: 50%;
	display: flex;
	width: 248px;
	max-width: calc(100% - 44px);
	transform: translateX(-50%);
	pointer-events: none;
}

.home-advantages__card-top svg {
	display: block;
	width: 100%;
	height: auto;
}

.home-advantages__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
}

.home-advantages__icon-bg {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 160px;
	height: 160px;
	max-width: none;
	transform: translate(-50%, -50%);
}

.home-advantages__icon-mark {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
}

.home-advantages__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	text-align: right;
}

.home-advantages__content h3 {
	margin: 0;
	color: var(--mashhadotagh-text);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
}

.home-advantages__content p {
	margin: 0;
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
	.hotel-story-modal,
	.hotel-story-modal__dialog,
	.home-about-modal,
	.home-about-modal__dialog {
		transition: none;
	}
}

@media (max-width: 1024px) {
	.home-stories__header {
		align-items: stretch;
	}

	.home-stories__archive {
		justify-content: flex-end;
	}

	.home-stories__heading h2 {
		font-size: 28px;
	}

	.home-stories__slide {
		width: 112px;
	}

	.home-stories__image {
		width: 108px;
		height: 108px;
	}

	.home-featured-hotels__inner {
		flex-direction: column;
		gap: 20px;
	}

	.home-featured-hotels__slider-wrap,
	.home-featured-hotels__banner {
		flex-basis: auto;
		width: 100%;
		height: 260px;
	}

	.home-featured-hotels__banner {
		background-size: contain;
	}

	.home-about {
		padding: 52px 0 68px;
	}

	.home-about__inner {
		flex-direction: column-reverse;
		gap: 42px;
	}

	.home-about__content {
		align-items: center;
		flex-basis: auto;
		width: 100%;
		text-align: center;
	}

	.home-about__heading {
		align-items: center;
		margin-bottom: 26px;
		text-align: center;
	}

	.home-about__heading h2 {
		text-align: center;
	}

	.home-about__heading h2::before {
		right: 50%;
		transform: translateX(50%);
	}

	.home-about__heading h2::after {
		right: calc(50% + 28px);
		transform: translateX(50%);
	}

	.home-about__media-side {
		width: 100%;
	}

	.home-about__brand {
		display: none;
	}

	.home-about__media {
		margin-inline: auto;
		max-width: 520px;
	}

	.home-blog-magazine__columns {
		flex-wrap: wrap;
	}

	.home-blog-magazine__column--side,
	.home-blog-magazine__column--list {
		flex: 1 1 calc(50% - 12px);
	}

	.home-blog-magazine__column--featured {
		order: -1;
		flex: 1 1 100%;
	}

	.home-selected-hotels__slider-wrap {
		height: 260px;
	}

	.home-selected-hotels__slider,
	.home-selected-hotels__slide {
		border-radius: 26px;
	}

	.home-selected-hotels__pagination {
		right: 56px !important;
	}

	.home-advantages {
		min-height: 390px;
		margin-bottom: 150px;
	}

	.home-advantages__glow {
		top: 120px;
	}

	.home-advantages__cards {
		flex-wrap: wrap;
		transform: translateY(92px);
	}

	.home-advantages__card {
		flex-basis: calc(50% - 12px);
		max-width: none;
	}
}

@media (max-width: 480px) {
	.home-stories {
		padding: 38px 0 44px;
	}

	.home-stories__header {
		margin-bottom: 26px;
	}

	.home-stories__heading h2 {
		font-size: 21px;
		white-space: nowrap;
	}

	.home-stories__archive {
		font-size: 13px;
		white-space: nowrap;
	}

	.home-stories__archive-icon {
		width: 42px;
		height: 42px;
	}

	.home-stories__slide {
		width: 96px;
	}

	.home-stories__image {
		width: 92px;
		height: 92px;
	}

	.home-stories__title {
		font-size: 13px;
	}

	.home-stories__nav {
		top: 120px;
		width: 38px;
		height: 38px;
	}

	.hotel-story-modal {
		padding: 12px;
	}

	.hotel-story-modal__dialog {
		width: min(350px, 100%);
		height: min(680px, calc(100vh - 24px));
	}

	.home-featured-hotels {
		padding: 16px 0 44px;
	}

	.home-featured-hotels__inner {
		gap: 16px;
	}

	.home-featured-hotels__slider-wrap,
	.home-featured-hotels__banner {
		height: 210px;
		border-radius: 16px;
	}

	.home-featured-hotels__slider,
	.home-featured-hotels__slide {
		border-radius: 16px;
	}

	.home-featured-hotels__nav {
		width: 24px;
		height: 108px;
	}

	.home-featured-hotels__pagination {
		bottom: 12px !important;
		right: 40px !important;
		left: auto !important;
	}

	.home-featured-hotels__support {
		transform: scale(0.82);
		transform-origin: top right;
		right: 115px;
	}

	.home-about {
		padding: 40px 0 52px;
	}

	.home-about__inner {
		gap: 30px;
	}

	.home-about__heading h2 {
		font-size: 24px;
	}

	.home-about__description {
		font-size: 15px;
		line-height: 1.9;
	}

	.home-about__actions {
		flex-direction: column;
		align-self: stretch;
		width: 100%;
	}

	.home-about__button {
		width: 100%;
	}

	.home-about__media {
		max-width: 360px;
	}

	.home-about__media::after,
	.home-about__image {
		top: 12px;
	}

	.home-about__image {
		height: calc(100% - 12px);
	}

	.home-about__play {
		width: 60px;
		height: 60px;
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.24);
	}

	.home-about-modal {
		padding: 12px;
	}

	.home-blog-magazine {
		padding: 44px 0 56px;
	}

	.home-blog-magazine__header {
		align-items: stretch;
		/* flex-direction: column-reverse; */
		margin-bottom: 32px;
	}

	.home-blog-magazine__archive {
		justify-content: flex-start;
		font-size: 13px;
		white-space: nowrap;
	}

	.home-blog-magazine__heading h2{
		font-size:21px;
		white-space: nowrap;
	}

	.home-blog-magazine__columns,
	.home-blog-magazine__column--side,
	.home-blog-magazine__column--list {
		flex-direction: column;
	}

	.home-blog-magazine__column--side,
	.home-blog-magazine__column--list,
	.home-blog-magazine__column--featured {
		flex-basis: auto;
		width: 100%;
	}

	.home-blog-card--featured {
		min-height: 300px;
	}

	.home-blog-card--list {
		padding-left: 16px;
	}

	.home-blog-card__arrow {
		display: none;
	}

	.home-collapsible-content {
		padding: 42px 0 52px;
	}

	.home-collapsible-content__panel {
		max-height: 260px;
		padding: 72px 22px 38px;
		border-radius: 20px;
	}

	.home-collapsible-content__title {
		font-size: 21px;
	}

	.home-collapsible-content__body {
		font-size: 15px;
		line-height: 2;
		text-align: right;
	}

	.home-collapsible-content__toggle {
		top: 18px;
		left: 18px;
		font-size: 14px;
	}

	.home-faq {
		padding: 44px 0 56px;
	}

	.home-faq__heading {
		margin-bottom: 32px;
	}

	.home-faq__heading h2 {
		font-size: 25px;
	}

	.home-faq__box {
		flex-direction: column-reverse;
	}

	.home-faq__answers {
		border-top: 1px solid #eeeeee;
		border-right: 0;
		padding: 22px;
		font-size: 15px;
	}

	.home-faq__question {
		min-height: 62px;
		padding-inline: 12px;
		font-size: 15px;
	}

	.home-contact-experts {
		padding: 44px 0 58px;
	}

	.home-contact-experts__inner {
		flex-direction: column;
		gap: 28px;
	}

	.home-contact-experts__map,
	.home-contact-experts__content {
		flex-basis: auto;
		width: 100%;
	}

	.home-contact-experts__map {
		min-height: 300px;
	}

	.home-contact-experts__heading {
		align-items: center;
		text-align: center;
	}

	.home-contact-experts__heading h2 {
		font-size: 25px;
	}

	.home-contact-experts__form-card {
		padding: 82px 20px 24px;
	}

	.home-contact-experts__card-icon {
		top: 24px;
		right: 20px;
	}

	.home-contact-experts__form-line {
		display: none;
	}

	.home-contact-experts__shortcode form {
		flex-direction: column;
		gap: 12px;
	}

	.home-contact-experts__shortcode form[id^="gform_"] {
		flex-direction: column;
	}

	.home-contact-experts__shortcode .gform-footer,
	.home-contact-experts__shortcode .gform_footer {
		flex-basis: auto;
		width: 100%;
	}

	.home-contact-experts__shortcode input[type="submit"],
	.home-contact-experts__shortcode button {
		flex-basis: auto;
		width: 100%;
	}

	.home-contact-experts__social-card {
		flex-direction: column;
		align-items: flex-end;
		padding: 54px 20px 24px;
	}

	.home-contact-experts__social-col--phone {
		position: absolute;
		top: 20px;
		left: 20px;
		align-self: auto;
		height: auto;
	}

	.home-contact-experts__social-line {
		display: none;
	}

	.home-contact-experts__social-links {
		position: static;
		align-self: flex-start;
	}

	.home-selected-hotels {
		padding: 0 0 48px;
	}

	.home-selected-hotels__slider-wrap {
		height: 190px;
	}

	.home-selected-hotels__slider,
	.home-selected-hotels__slide {
		border-radius: 18px;
	}

	.home-selected-hotels__nav {
		width: 24px;
		height: 108px;
	}

	.home-selected-hotels__pagination {
		right: 40px !important;
		bottom: 12px !important;
	}

	.home-advantages {
		min-height: 330px;
		margin-top: 0;
		margin-bottom: 330px;
		background-position: center top;
	}

	.home-advantages__glow {
		top: 98px;
		transform: translateX(-50%) scale(0.72);
	}

	.home-advantages__cards {
		gap: 14px;
		transform: translateY(235px);
	}

	.home-advantages__card {
		flex-basis: 100%;
		min-height: 112px;
		padding: 20px;
		border-radius: 22px;
	}

	.home-advantages__icon {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
	}

	.home-advantages__icon-bg {
		width: 128px;
		height: 128px;
	}

	.home-advantages__icon-mark { 
		width: 34px;
		height: 34px;
	}

	.home-advantages__content h3 {
		font-size: 16px;
	}

	.home-advantages__content p {
		font-size: 14px;
	}
}
