/* Naseri Perfume – homepage sections (Elementor sections with nh-* CSS classes) */
.website-wrapper { overflow-x: clip; }

.elementor-section[class*="nh-"] {
	--kit-widget-spacing: 0px;
	--nh-ink: #1c2420;
	--nh-green: #232e2a;
	--nh-ivory: #f5f1e9;
	--nh-gold: #a8844c;
	--nh-muted: #86827a;
	--nh-line: #e6dfd2;
	--nh-head: "Pinar-VF", "iranyekan", "IRANSansXFaNum", sans-serif;
}
.elementor-section[class*="nh-"] .elementor-widget:not(:last-child) { margin-block-end: 0; }
/* full-width background without moving the content box */
.elementor-section.nh-bleed {
	box-shadow: 0 0 0 100vmax var(--nh-bg);
	clip-path: inset(0 -100vmax);
}

/* ---------- shared text ---------- */
.elementor .nh-eyebrow { margin-bottom: 12px !important; }
.elementor .nh-eyebrow .elementor-heading-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	color: var(--nh-gold);
}
.elementor .nh-eyebrow .elementor-heading-title::before {
	content: "";
	flex: none;
	width: 26px;
	height: 1px;
	background: currentColor;
}
.elementor .nh-title .elementor-heading-title {
	font-family: var(--nh-head);
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 700;
	line-height: 1.45;
	color: var(--nh-ink);
}
.elementor .nh-btn .elementor-button {
	padding: 15px 30px;
	border-radius: 999px;
	background: var(--nh-green);
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	transition: background .2s ease;
}
.elementor .nh-btn .elementor-button:hover { background: #0f1613; color: #fff; }
.elementor .nh-textlink .elementor-button {
	padding: 0 0 3px;
	border-radius: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--nh-ink);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	transition: color .2s ease;
}
.elementor .nh-textlink .elementor-button:hover { background: transparent; color: var(--nh-gold); }

/* ---------- hero ---------- */
.elementor .nh-hero {
	--nh-bg: var(--nh-ivory);
	margin-top: -40px;
	padding-top: 72px;
	background: var(--nh-ivory);
}
.elementor .nh-hero > .elementor-container { align-items: center; }
.elementor .nh-hero__text > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
	padding-inline-end: 40px;
}
.elementor .nh-hero__title { margin-bottom: 20px !important; }
.elementor .nh-hero__title .elementor-heading-title {
	font-family: var(--nh-head);
	font-size: clamp(34px, 4.4vw, 58px);
	font-weight: 700;
	line-height: 1.35;
	color: var(--nh-ink);
}
.elementor .nh-hero__lead { margin-bottom: 34px !important; text-align: right; }
.elementor .nh-hero__lead p {
	max-width: 470px;
	margin: 0;
	font-size: 16px;
	line-height: 2;
	color: #5d5a53;
}
.elementor .nh-hero .elementor-widget__width-auto { margin-inline-end: 28px; }
.elementor .nh-hero__media > .elementor-widget-wrap { align-content: flex-end; }
.elementor .nh-hero__img img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-inline: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: 50% 55%;
	mix-blend-mode: multiply;
	-webkit-mask-image: radial-gradient(ellipse 64% 70% at 50% 46%, #000 48%, transparent 100%);
	mask-image: radial-gradient(ellipse 64% 70% at 50% 46%, #000 48%, transparent 100%);
}

/* ---------- facts ---------- */
.elementor .nh-facts { --nh-bg: var(--nh-ivory); background: var(--nh-ivory); }
.elementor .nh-facts > .elementor-container {
	padding: 28px 0 32px;
	border-top: 1px solid var(--nh-line);
}
.elementor .nh-facts .elementor-column + .elementor-column > .elementor-widget-wrap {
	padding-inline-start: 24px;
	border-inline-start: 1px solid var(--nh-line);
}
.elementor .nh-fact__value { margin-bottom: 2px !important; }
.elementor .nh-fact__value .elementor-heading-title {
	font-family: var(--nh-head);
	font-size: 17px;
	font-weight: 700;
	color: var(--nh-ink);
}
.elementor .nh-fact__label p { margin: 0; font-size: 13px; color: var(--nh-muted); }

/* ---------- section heads ---------- */
.elementor .nh-head { padding-top: 80px; margin-bottom: 28px; }
.elementor .nh-head > .elementor-container { align-items: flex-end; }
.elementor .nh-head__side > .elementor-widget-wrap { justify-content: flex-end; }

/* ---------- categories ---------- */
.elementor .nh-cats > .elementor-container { margin-inline: -10px; }
.elementor .nh-cats .elementor-column > .elementor-widget-wrap { padding-inline: 10px; }
.elementor .nh-cat .promo-banner {
	border-radius: 20px;
	overflow: hidden;
}
.elementor .nh-cat .main-wrapp-img { position: relative; }
.elementor .nh-cat .banner-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
.elementor .nh-cat .main-wrapp-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(12, 17, 15, .66) 0%, rgba(12, 17, 15, 0) 48%);
	pointer-events: none;
}
.elementor .nh-cat .wrapper-content-banner {
	z-index: 2;
	align-items: flex-end !important;
	padding: 24px 26px !important;
}
.elementor .nh-cat .content-banner,
.elementor .nh-cat .wd-button-wrapper { width: 100%; text-align: right !important; }
.elementor .nh-cat .btn {
	min-height: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: var(--nh-head) !important;
	font-size: 26px !important;
	font-weight: 700 !important;
}
.elementor .nh-cat .btn .wd-btn-text::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 1px;
	margin-right: 12px;
	vertical-align: middle;
	background: currentColor;
	transition: width .3s ease;
}
.elementor .nh-cat .promo-banner:hover .btn .wd-btn-text::after { width: 40px; }

/* ---------- product carousel / grid ---------- */
.elementor .nh-rail .wd-nav-arrows .wd-btn-arrow {
	width: 42px;
	height: 42px;
	border: 1px solid var(--nh-line);
	border-radius: 50%;
	background: #fff;
	color: var(--nh-ink);
}
.elementor .nh-grid .wd-products { row-gap: 40px; }

/* ---------- story ---------- */
.elementor .nh-story {
	--nh-bg: var(--nh-green);
	margin-top: 88px;
	padding-block: 84px;
	background: var(--nh-green);
}
.elementor .nh-story > .elementor-container { align-items: center; }
.elementor .nh-story__img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	border-radius: 20px;
}
.elementor .nh-story__text > .elementor-widget-wrap { padding-inline-start: 64px; }
.elementor .nh-story .nh-eyebrow .elementor-heading-title { color: #cdb07c; }
.elementor .nh-story .nh-title .elementor-heading-title { color: #fff; }
.elementor .nh-ways { margin-block: 34px !important; }
.elementor .nh-ways .elementor-column > .elementor-widget-wrap {
	align-content: flex-start;
	margin-inline-end: 14px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}
.elementor .nh-ways .elementor-column + .elementor-column > .elementor-widget-wrap { margin-inline: 14px 0; }
.elementor .nh-way__title { margin-bottom: 8px !important; }
.elementor .nh-way__title .elementor-heading-title {
	font-family: var(--nh-head);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.elementor .nh-way__text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	color: rgba(255, 255, 255, .7);
}
.elementor .nh-info .elementor-widget-container {
	padding: 22px 26px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .05);
}
.elementor .nh-info p {
	display: flex;
	gap: 16px;
	margin: 0 0 12px;
	font-size: 14px;
	color: #fff;
}
.elementor .nh-info p:last-child { margin-bottom: 0; }
.elementor .nh-info p span {
	flex: 0 0 92px;
	font-size: 13px;
	color: rgba(255, 255, 255, .5);
}
.elementor .nh-info a { color: #fff; }
.elementor .nh-info a:hover { color: #cdb07c; }

/* ---------- faq ---------- */
.elementor .nh-faq { padding-block: 80px 96px; }
.elementor .nh-faq .elementor-column:first-child > .elementor-widget-wrap {
	align-content: flex-start;
	padding-inline-end: 48px;
}
.elementor .nh-faq .nh-textlink { margin-top: 20px; }
.elementor .nh-faq__list .elementor-toggle-item { border-bottom: 1px solid var(--nh-line); }
.elementor .nh-faq__list .elementor-toggle-item:first-child { border-top: 1px solid var(--nh-line); }
.elementor .nh-faq__list .elementor-tab-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 0 !important;
	border: 0 !important;
	cursor: pointer;
}
.elementor .nh-faq__list .elementor-toggle-title {
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	color: var(--nh-ink) !important;
}
.elementor .nh-faq__list .elementor-toggle-icon { display: none !important; }
.elementor .nh-faq__list .elementor-tab-title::after {
	content: "+";
	flex: none;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	color: var(--nh-gold);
	transition: transform .25s ease;
}
.elementor .nh-faq__list .elementor-tab-title.elementor-active::after { transform: rotate(45deg); }
.elementor .nh-faq__list .elementor-tab-content {
	padding: 0 0 22px !important;
	border: 0 !important;
	font-size: 14.5px;
	line-height: 2;
	color: #5d5a53;
}
.elementor .nh-faq__list .elementor-tab-content p { margin: 0; max-width: 640px; }

/* ---------- tablet ---------- */
@media (max-width: 1024px) {
	.elementor .nh-hero__text > .elementor-widget-wrap { padding-inline-end: 20px; }
	.elementor .nh-story__text > .elementor-widget-wrap { padding-inline-start: 36px; }
	.elementor .nh-faq .elementor-column:first-child > .elementor-widget-wrap { padding-inline-end: 24px; }
}

/* ---------- mobile ---------- */
@media (max-width: 767px) {
	.elementor .nh-hero { margin-top: -20px; padding-top: 36px; }
	.elementor .nh-hero__text > .elementor-widget-wrap { padding-inline: 16px; }
	.elementor .nh-hero__title .elementor-heading-title { font-size: 31px; }
	.elementor .nh-hero__lead { margin-bottom: 24px !important; }
	.elementor .nh-hero__lead p { font-size: 14.5px; }
	.elementor .nh-hero .nh-btn { margin-bottom: 14px !important; }
	.elementor .nh-hero__img img { max-width: 300px; margin-top: 16px; }

	.elementor .nh-facts > .elementor-container {
		flex-wrap: wrap;
		margin-inline: 16px;
		padding: 22px 0 26px;
		row-gap: 18px;
	}
	.elementor .nh-facts .elementor-column { width: 50% !important; }
	.elementor .nh-facts .elementor-column > .elementor-widget-wrap { padding-inline: 12px 0 !important; }
	.elementor .nh-facts .elementor-column:nth-child(odd) > .elementor-widget-wrap { padding-inline-start: 0 !important; border: 0 !important; }
	.elementor .nh-fact__value .elementor-heading-title { font-size: 15px; }
	.elementor .nh-fact__label p { font-size: 12px; }

	.elementor .nh-head { padding-top: 56px; margin-bottom: 20px; }
	.elementor .nh-head__side > .elementor-widget-wrap { justify-content: flex-start; margin-top: 12px; }

	.elementor .nh-cats > .elementor-container { flex-wrap: nowrap; margin-inline: -5px; }
	.elementor .nh-cats .elementor-column { width: 33.333% !important; }
	.elementor .nh-cats .elementor-column > .elementor-widget-wrap { padding-inline: 5px; }
	.elementor .nh-cat .promo-banner { border-radius: 14px; }
	.elementor .nh-cat .banner-image img { aspect-ratio: 3 / 4.2; }
	.elementor .nh-cat .wrapper-content-banner { padding: 12px !important; }
	.elementor .nh-cat .btn { font-size: 15px !important; }
	.elementor .nh-cat .btn .wd-btn-text::after { display: none; }

	.elementor .nh-story { margin-top: 64px; padding-block: 56px; }
	.elementor .nh-story > .elementor-container { padding-inline: 16px; }
	.elementor .nh-story__img { margin-bottom: 30px !important; }
	.elementor .nh-story__text > .elementor-widget-wrap { padding-inline-start: 0; }
	.elementor .nh-ways { margin-block: 26px !important; }
	.elementor .nh-ways .elementor-column > .elementor-widget-wrap,
	.elementor .nh-ways .elementor-column + .elementor-column > .elementor-widget-wrap { margin: 0 0 18px; }
	.elementor .nh-info .elementor-widget-container { padding: 18px; }
	.elementor .nh-info p span { flex-basis: 76px; }

	.elementor .nh-faq { padding-block: 56px 64px; }
	.elementor .nh-faq .elementor-column:first-child > .elementor-widget-wrap { padding-inline-end: 0; margin-bottom: 18px; }
	.elementor .nh-faq__list .elementor-toggle-title { font-size: 15px; }
	.elementor .nh-faq__list .elementor-tab-title { padding: 18px 0 !important; }
}
