/* ایلیاوب — صفحه اصلی ساده و حرفه‌ای */

/* دسترسی‌پذیری و سئو — پرش به محتوا */
.ilya-skip-link {
	position: absolute;
	top: -100px;
	right: 16px;
	z-index: 100000;
	padding: 10px 18px;
	background: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24;
	font-weight: var(--fw-bold);
	border-radius: 8px;
	text-decoration: none;
	transition: top 0.2s ease;
}

.ilya-skip-link:focus {
	top: 16px;
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.ilya-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

:root {
	--font-fa: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;
	--text-color: #555a63;
	--heading-color: #222429;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semibold: 600;
	--fw-bold: 700;
	--fw-extrabold: 800;
	--ilya-surface: #ffffff;
	--ilya-surface-muted: #eef1f6;
	--ilya-section-pad: clamp(64px, 8vw, 92px);
}

html {
	direction: rtl;
}

body,
.page-wrapper {
	overflow-x: clip;
	max-width: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body,
.main-menu .navigation > li > a,
.main-menu .navigation,
.nav.main-menu,
.mobile-menu .navigation > li > a,
.mobile-menu .contact-list-one,
.main-header .info-btn,
.main-header .info-btn small,
.theme-btn .btn-title,
.sec-title h2,
.sec-title .sub-title,
h1, h2, h3, h4, h5, h6,
p, a, li, input, textarea, button, label {
	font-family: var(--font-fa) !important;
}

body {
	font-size: 16px;
	font-weight: var(--fw-regular);
	line-height: 1.75;
	color: var(--text-color);
}

/* سلسله‌مراتب تایپوگرافی — جایگزین مقیاس لاتین قالب */
h1, h2, h3, h4, h5, h6 {
	color: var(--heading-color);
	text-transform: none;
	letter-spacing: 0;
}

/* تیترهای سایت — Bold (فایل Bold.woff2 + variation) */
h1, h2, h3, h4, h5, h6,
.sec-title h2,
.sec-title .sub-title,
.services-section-three .service-block-three h3.title,
.industries-section .feature-block-two h3.title,
.contact-section-three .contact-info-box-two h3.title,
.pricing-ilya-path__title,
.pricing-ilya-card__name,
.ilya-step__title,
.ilya-why-card__title,
.ilya-faq-item summary,
.ilya-review-card__author cite,
.about-stats .stat-item strong {
	font-weight: 700 !important;
	font-variation-settings: "wght" 700;
}

p {
	line-height: 1.75;
	color: var(--text-color);
}

a:not(.theme-btn):not(.btn-style-one):not(.btn-style-two) {
	font-weight: var(--fw-medium);
}

strong, b {
	font-weight: 700 !important;
	font-variation-settings: "wght" 700;
}

.preloader {
	display: none !important;
}

/* انیمیشن اسکرول — جایگزین WOW.js (کلاس animated با IntersectionObserver اضافه می‌شود) */
@media (prefers-reduced-motion: no-preference) {
	.wow:not(.animated) {
		opacity: 0;
	}
}

/* هدر — دو شماره تماس */
.header-phones {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.main-header .info-btn {
	text-align: right;
	padding-left: 0;
	padding-right: 54px;
}

.main-header .info-btn i {
	left: auto;
	right: 0;
}

.main-header .info-btn small {
	letter-spacing: 0;
	font-weight: var(--fw-regular);
	opacity: 0.9;
}

.main-header .info-btn .tel-display {
	font-weight: var(--fw-bold);
	font-size: 15px;
	letter-spacing: 0.02em;
}

.header-style-four .main-menu .navigation > li > a {
	font-weight: var(--fw-medium);
	font-size: 15px;
}

.header-style-four .main-menu .navigation > li.current > a,
.header-style-four .main-menu .navigation > li > a:hover {
	font-weight: var(--fw-bold);
}

.main-header .info-btn-mobile i {
	background-color: var(--bg-theme-color2, #ff6b35);
}

/* منوی موبایل */
.mobile-nav-toggler {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	min-width: 48px;
	padding: 0;
	margin: 0;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	z-index: 100;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.mobile-nav-toggler .fas {
	pointer-events: none;
}

.mobile-menu {
	z-index: 999999;
}

.mobile-menu .menu-box {
	right: 0;
	left: auto;
	transform: translateX(100%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	transform: translateX(0);
}

.mobile-menu .navigation a {
	display: block;
	padding: 14px 20px;
	font-size: 1rem;
	color: #fff;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation a:hover {
	color: var(--bg-theme-color2, #ffaa17);
}

.mobile-menu .contact-list-one {
	padding: 8px 16px 16px;
}

.mobile-menu .contact-list-one li {
	margin-bottom: 14px;
}

.mobile-menu .contact-list-one li .contact-info-box {
	padding-right: 42px;
	padding-left: 0;
	font-size: 13px;
	line-height: 1.55;
	text-align: right;
}

.mobile-menu .contact-list-one li .contact-info-box .icon,
.mobile-menu .contact-list-one li .contact-info-box i.icon {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	color: var(--bg-theme-color2, #ffaa17) !important;
	background: none !important;
	border-radius: 0;
}

.mobile-menu .contact-list-one li .contact-info-box .title {
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 2px;
}

.mobile-menu .contact-list-one li .contact-info-box a {
	font-size: 13px;
	line-height: 1.5;
}

.mobile-menu .social-links li a {
	line-height: 44px;
	height: 44px;
	font-size: 16px;
}

.mobile-menu .upper-box {
	flex-direction: row-reverse;
}

/* لوگو — حفظ نسبت تصویر (۱۱۳×۶۲) */
.main-header .logo a,
.sticky-header .logo a,
.mobile-menu .nav-logo a {
	display: inline-block;
	line-height: 0;
}

.main-header .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img {
	width: auto;
	height: auto;
	max-width: 113px;
	max-height: 62px;
	object-fit: contain;
}

.sticky-header .logo img {
	max-height: 40px;
	max-width: 73px;
}

.header-style-four .header-lower .logo-box {
	min-width: auto;
	flex-shrink: 0;
}

@media (max-width: 1023px) {
	.header-style-four .header-lower .main-box {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 12px;
	}

	.header-style-four .header-lower .nav-outer {
		display: none;
	}

	.header-style-four .header-lower .header-phones {
		display: none !important;
	}

	.main-header .mobile-nav-toggler {
		display: inline-flex !important;
		flex-shrink: 0;
		margin-inline-start: auto;
		margin-inline-end: 0;
	}

	.sticky-header .mobile-nav-toggler {
		display: inline-flex !important;
		color: var(--theme-color1, #222);
		background: #fff;
		border-color: rgba(0, 0, 0, 0.12);
	}
}

/* هدر — رنگ منو هنگام اسکرول (روی بخش‌های سفید) */
body.is-scrolled .header-style-four .header-lower {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	border-bottom-color: rgba(0, 0, 0, 0.06);
}

body.is-scrolled .header-style-four .main-menu .navigation > li > a,
body.is-scrolled .header-style-four .nav.main-menu .navigation > li > a {
	color: #222429 !important;
}

body.is-scrolled .header-style-four .main-menu .navigation > li.current > a,
body.is-scrolled .header-style-four .main-menu .navigation > li > a:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
}

/* هدر چسبان — منوی دسکتاپ خوانا + RTL */
.sticky-header.fixed-header .main-menu .navigation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.sticky-header .main-menu .navigation > li {
	margin: 0 !important;
	margin-inline-start: 1.75rem !important;
	margin-inline-end: 0 !important;
	padding: 16px 0;
}

.sticky-header .main-menu .navigation > li > a {
	color: #333 !important;
	font-weight: 500;
	font-size: 15px;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
}

.sticky-header .inner-container {
	gap: 16px;
}

@media (min-width: 1024px) {
	.header-style-four .header-lower .nav-outer,
	.header-style-four .header-lower .main-menu {
		display: block !important;
	}

	.sticky-header.fixed-header .nav-outer,
	.sticky-header.fixed-header .main-menu {
		display: block !important;
	}
}

/* دکمه برگشت به بالا */
.scroll-to-top {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	line-height: 1;
	left: auto;
	right: 20px;
	bottom: 24px;
	z-index: 9990;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.scroll-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.scroll-to-top:hover {
	transform: translateY(-3px);
}

.scroll-to-top .fa {
	font-size: 18px;
}

/* CTA شناور — واتساپ و تماس */
.ilya-float-actions {
	position: fixed;
	left: 20px;
	right: auto;
	bottom: 24px;
	z-index: 9985;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: max-content;
	min-width: 168px;
	gap: 10px;
	transition: bottom 0.3s ease, opacity 0.3s ease;
}

.ilya-float-actions--raised {
	bottom: 84px;
}

body.mobile-menu-visible .ilya-float-actions {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ilya-float-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 46px;
	padding: 12px 16px;
	box-sizing: border-box;
	border-radius: 999px;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 700 !important;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	-webkit-tap-highlight-color: transparent;
}

.ilya-float-btn i {
	font-size: 1.35rem;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}

.ilya-float-btn--whatsapp i {
	font-family: "Font Awesome 5 Brands" !important;
}

.ilya-float-btn__label {
	white-space: nowrap;
}

.ilya-float-btn--call {
	background: linear-gradient(135deg, #ffaa17 0%, #ff6b35 100%);
}

.ilya-float-btn--whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	animation: ilya-wa-pulse 2.5s ease-in-out infinite;
}

@keyframes ilya-wa-pulse {
	0%, 100% { box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35); }
	50% { box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55), 0 0 0 8px rgba(37, 211, 102, 0.12); }
}

.ilya-float-btn:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
	color: #fff !important;
}

@media (max-width: 575px) {
	.ilya-float-actions {
		left: 14px;
		bottom: 16px;
		gap: 8px;
	}

	.ilya-float-actions--raised {
		bottom: 76px;
	}

	.ilya-float-btn {
		padding: 11px 13px;
		font-size: 0.8125rem;
	}

}

.tel-spaced {
	unicode-bidi: isolate;
	letter-spacing: 0.05em;
}

.tel-spaced[dir="ltr"] {
	direction: ltr;
	display: inline-block;
}

.banner-tel-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	flex-wrap: nowrap;
	unicode-bidi: isolate;
}

/* آیکن‌ها — جدا از فونت متن فارسی */
.fa, .fab, .fas, .far, .fal {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
	font-family: "FlaticonBusiness" !important;
	font-weight: normal !important;
}
.lnr-icon-bars, .lnr-icon-phone-handset, .lnr-icon-envelope1, .lnr-icon-clock, .lnr-icon-times {
	font-family: linearicons-free !important;
}

/* بنر */
.banner-section-three .content-box h1.title,
.banner-section-three .content-box .title {
	font-size: clamp(1.875rem, 4.5vw, 3rem) !important;
	font-weight: 700 !important;
	font-variation-settings: "wght" 700;
	line-height: 1.35 !important;
	max-width: 720px;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #fff;
	margin-bottom: 0.75rem;
}

.banner-section-three .content-box .banner-eyebrow {
	display: block;
	margin-bottom: 14px;
	font-size: clamp(0.9375rem, 1.9vw, 1.125rem) !important;
	font-weight: var(--fw-semibold);
	line-height: 1.6 !important;
	max-width: 640px;
	opacity: 0.92;
	text-transform: none !important;
	letter-spacing: 0 !important;
	padding-top: 0 !important;
	color: rgba(255, 255, 255, 0.92);
}

.banner-section-three .content-box h1.title + .sub-title,
.banner-section-three .content-box .sub-title:not(.banner-eyebrow) {
	font-size: clamp(1rem, 2.1vw, 1.2rem) !important;
	font-weight: var(--fw-regular);
	line-height: 1.75 !important;
	max-width: 640px;
	opacity: 0.9;
	text-transform: none !important;
	letter-spacing: 0 !important;
	padding-top: 0 !important;
	color: rgba(255, 255, 255, 0.88);
}

.banner-section-three .slide-item .bg-image {
	background-position: center center;
}

.banner-section-three .slide-item .bg-image:before {
	display: none;
}

.banner-section-three .slide-item:before {
	opacity: 1;
	background: linear-gradient(
		270deg,
		rgba(18, 22, 30, 0.92) 0%,
		rgba(18, 22, 30, 0.72) 38%,
		rgba(18, 22, 30, 0.35) 68%,
		rgba(18, 22, 30, 0.2) 100%
	);
}

/* بنر — دکمه‌ها */
.banner-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.banner-section-three .content-box {
	text-align: right;
	padding: clamp(140px, 22vw, 280px) 0 clamp(80px, 12vw, 160px);
}

.banner-section-three .content-box .btn-box {
	margin-top: clamp(24px, 4vw, 40px);
}

/* تایپوگرافی بخش‌ها */
.sec-title .sub-title {
	font-size: 0.8125rem;
	text-transform: none !important;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.sec-title h2 {
	font-size: clamp(1.375rem, 3vw, 2rem) !important;
	line-height: 1.4;
	margin-bottom: 0.65rem;
	color: var(--heading-color);
}

.sec-title > .text,
.sec-title .text {
	font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
	font-weight: var(--fw-regular);
	line-height: 1.8;
	color: var(--text-color);
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.sec-title.light .sub-title {
	color: var(--bg-theme-color2, #ffaa17);
}

.sec-title.light h2 {
	color: #fff;
}

.sec-title.light .text {
	color: rgba(255, 255, 255, 0.72);
	font-weight: var(--fw-regular);
}

.about-section-six .sec-title .text strong {
	color: var(--heading-color);
}

/* دکمه‌ها — فارسی بدون uppercase */
.theme-btn .btn-title {
	font-weight: var(--fw-bold);
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 0.9375rem;
}

.btn-style-one .btn-title,
.btn-style-two .btn-title {
	letter-spacing: 0 !important;
}

/* خدمات */
.services-section-three {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}

.services-section-three:after {
	right: auto;
	left: 0;
	border-radius: 0 0 500px 0;
	max-width: 55vw;
}

.services-section-three .sec-title {
	margin-bottom: 36px;
}

.services-section-three {
	overflow-x: clip;
}

.services-section-three .services-row,
#features.services-section-three > .auto-container > .row {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: clamp(16px, 2vw, 28px);
	align-items: stretch;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}

.services-section-three .services-row > .col,
.services-section-three .auto-container > .row.services-row > .col,
#features.services-section-three > .auto-container > .row > .col {
	display: flex !important;
	flex: unset !important;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* fadeInUp روی ستون گرید — translateY باعث ناهم‌ترازی دیده می‌شود */
#features.services-section-three .services-row > .col.wow {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
	visibility: visible !important;
}

/* لغو عرض‌های flex قدیمی قالب (responsive.css) */
.services-section-three .service-block-three,
.services-section-three .services-row > .col > .service-block-three,
.services-section-three .auto-container > .row.services-row > .col > .service-block-three,
#features.services-section-three > .auto-container > .row > .col > .service-block-three {
	flex: 1 1 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 0 !important;
	display: flex;
	min-width: 0;
}

/* لغو عرض flex قالب در همه breakpointها */
@media only screen and (max-width: 1199px) {
	.services-section-three .service-block-three {
		flex: 1 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.services-section-three .service-block-three .inner-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
	min-height: 240px;
	box-sizing: border-box;
	padding: 28px 16px 24px;
	background: #fff !important;
	border-top: 4px solid var(--bg-theme-color2, #ffaa17);
	box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
	overflow: visible;
}

/* لایه تیره قالب — باعث نوار سیاه و عنوان گم‌شده می‌شد */
.services-section-three .service-block-three .inner-box:before {
	display: none !important;
}

.services-section-three .service-block-three .inner-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
}

.services-section-three .service-block-three .inner-box:hover .title,
.services-section-three .service-block-three .inner-box:hover .text {
	color: inherit;
}

.services-section-three .service-block-three .icon {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	height: 76px;
	width: 76px;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 16px;
}

.services-section-three .service-block-three h3.title {
	position: relative;
	z-index: 1;
	font-size: 1.0625rem;
	line-height: 1.45;
	min-height: calc(1.45em * 2);
	margin: 0 0 10px;
	color: var(--headings-color, #222429);
}

.services-section-three .service-block-three .text {
	position: relative;
	z-index: 1;
	flex: 1;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.65;
	color: #6b6e74;
}

/* درباره */
.about-section-six {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}

.about-section-six .sec-title .text {
	line-height: 1.85;
}

.about-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
}

.about-stats .stat-item {
	flex: 1;
	min-width: 120px;
	padding: 20px 24px;
	background: #f5f7fa;
	border-radius: 8px;
	text-align: center;
}

.about-stats .stat-item strong {
	display: block;
	font-size: 2rem;
	color: var(--theme-color, #ff6b35);
	line-height: 1;
	margin-bottom: 8px;
}

.about-stats .stat-item span {
	font-size: 14px;
	font-weight: var(--fw-medium);
	color: #555;
}

/* حوزه‌ها */
.industries-section {
	margin-top: 0;
}

.industries-grid .feature-block-two {
	margin-bottom: 0;
}
.industries-section .feature-block-two .inner-box {
	transition: transform 0.25s ease;
}

.industries-section .feature-block-two .inner-box:hover {
	transform: translateY(-4px);
}

.industries-section .feature-block-two h3.title {
	font-size: 0.9375rem;
	margin-bottom: 0;
	line-height: 1.45;
}

a.ilya-industry-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

a.ilya-industry-link:hover .title {
	color: var(--bg-theme-color2, #ffaa17);
}

a.ilya-service-page-link {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

a.ilya-service-page-link:hover .title {
	color: var(--bg-theme-color1, #ff6b35);
}

.pricing-ilya-card__name a {
	color: inherit;
	text-decoration: none;
}

.pricing-ilya-card__name a:hover {
	color: var(--bg-theme-color1, #ff6b35);
}

#services .sec-title > .text a {
	color: var(--bg-theme-color1, #ff6b35);
	text-decoration: underline;
	text-underline-offset: 3px;
}

#services .sec-title > .text a:hover {
	color: var(--heading-color);
}

.about-section-six .sec-title h2 {
	font-size: clamp(1.25rem, 2.6vw, 1.75rem);
}

.about-section-six .sec-title .text {
	font-size: 1rem;
	line-height: 1.85;
	max-width: none;
}

.contact-section-three .sec-title h2 {
	font-size: clamp(1.25rem, 2.8vw, 1.875rem);
}

.contact-section-three .contact-info-box-two h3.title {
	font-size: 1rem;
	margin-bottom: 6px;
	color: #fff;
}

.contact-section-three .contact-info-box-two .text,
.contact-section-three .contact-info-box-two .text a {
	font-weight: var(--fw-medium);
	line-height: 1.7;
}

.contact-section-three .contact-info-box-two .text a[href^="tel:"] {
	font-weight: var(--fw-bold);
	font-size: 1.0625rem;
	letter-spacing: 0.02em;
}

.contact-form-two .form-group input:not([type=submit]),
.contact-form-two .form-group textarea {
	font-weight: var(--fw-regular);
	font-size: 15px;
}

.contact-form-two .form-group input::placeholder,
.contact-form-two .form-group textarea::placeholder {
	font-weight: var(--fw-regular);
	color: #9aa0a8;
}

/* تماس */
.contact-section-three {
	margin-bottom: 0;
}

.contact-section-three .contact-info-box-two {
	padding-left: 0;
	padding-right: 90px;
	text-align: right;
}

.contact-section-three .contact-info-box-two .icon {
	left: auto;
	right: 0;
}

.contact-section-three .contact-info-box-two .address-note {
	display: block;
	margin-top: 10px;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: #ffb366;
	font-weight: 500;
}

.contact-section-three .sec-title,
.contact-section-three .form-column .inner-column {
	text-align: right;
}

.contact-form-two .form-group input:not([type=submit]),
.contact-form-two .form-group textarea {
	text-align: right;
	direction: rtl;
}

.contact-form-two .form-group input[type="email"] {
	text-align: right;
	direction: rtl;
}

.contact-form-two .form-group input::placeholder,
.contact-form-two .form-group textarea::placeholder {
	text-align: right;
}

/* فوتر مینیمال */
.site-footer-minimal {
	background: #1a1d24;
	color: rgba(255, 255, 255, 0.75);
	padding: 24px 0;
	text-align: center;
	font-size: 14px;
}

.site-footer-minimal a {
	color: #fff;
}

.site-footer-minimal a:hover {
	opacity: 0.85;
}

@media (max-width: 1199px) {
	.header-phones .info-btn {
		display: none;
	}

	.services-section-three .service-block-three h3.title {
		font-size: 1rem;
	}

	.services-section-three .service-block-three .text {
		font-size: 0.8125rem;
	}
}

@media (max-width: 991px) {
	.services-section-three {
		padding-bottom: 56px;
	}
}

@media (max-width: 767px) {
	.header-phones {
		gap: 0;
	}

	.banner-section-three .content-box {
		padding: 120px 16px 72px;
	}

	.banner-section-three .banner-btns {
		flex-direction: column;
		align-items: stretch;
	}

	.banner-section-three .banner-btns .theme-btn {
		width: 100%;
		justify-content: center;
	}

	.services-section-three .auto-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.services-section-three:after {
		width: 220px;
		height: 220px;
	}

	.services-section-three .sec-title {
		padding: 0 4px;
	}

	.services-section-three .sec-title h2 {
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.services-section-three .services-row > .col,
	#features.services-section-three > .auto-container > .row > .col {
		width: auto !important;
		max-width: none !important;
	}

	.services-section-three .services-row,
	#features.services-section-three > .auto-container > .row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.services-section-three .service-block-three .inner-box {
		min-height: auto;
		padding: 22px 16px 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.about-stats {
		margin-top: 24px;
	}

	.about-stats .stat-item {
		min-width: calc(50% - 12px);
	}

	.seo-content-block {
		padding: 36px 16px 44px;
	}

	.seo-content-block p {
		font-size: 14px;
		text-align: right;
	}
}

@media (max-width: 575px) {
	.about-stats .stat-item {
		min-width: 100%;
	}
}

/* مراحل همکاری */
.ilya-process-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-process-section .sec-title {
	margin-bottom: 40px;
}

.ilya-steps {
	counter-reset: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.ilya-step {
	position: relative;
	height: 100%;
	padding: 22px 14px 18px;
	text-align: center;
	background: #f8f9fc;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ilya-step:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	border-color: rgba(255, 170, 23, 0.35);
}

.ilya-step__num {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}

.ilya-step__icon {
	display: block;
	font-size: 1.75rem;
	color: var(--bg-theme-color2, #ffaa17);
	margin: 8px auto 12px;
}

.ilya-step__title {
	font-size: 0.9375rem;
	margin: 0 0 8px;
	line-height: 1.4;
	color: var(--heading-color);
}

.ilya-step__text {
	font-size: 0.8125rem;
	line-height: 1.65;
	margin: 0;
	color: var(--text-color);
}

@media (min-width: 992px) {
	.ilya-steps::before {
		content: "";
		position: absolute;
		top: 42%;
		right: 8%;
		left: 8%;
		height: 2px;
		background: linear-gradient(90deg, transparent, rgba(255, 170, 23, 0.35), transparent);
		pointer-events: none;
		z-index: 0;
	}

	.ilya-steps > li {
		position: relative;
		z-index: 1;
	}
}

/* چرا ایلیاوب */
.ilya-why-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-why-section .sec-title {
	margin-bottom: 36px;
}

.ilya-why-card {
	height: 100%;
	padding: 26px 22px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ilya-why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.09);
}

.ilya-why-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 14px;
	background: rgba(255, 170, 23, 0.15);
	color: #c87f00;
	font-size: 1.35rem;
}

.ilya-why-card__title {
	font-size: 1.0625rem;
	margin: 0 0 10px;
	line-height: 1.4;
	color: var(--heading-color);
}

.ilya-why-card__text {
	font-size: 0.875rem;
	line-height: 1.75;
	margin: 0;
	color: var(--text-color);
}

.ilya-why-cta {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.ilya-process-section {
		padding: 48px 0 32px;
	}

	.ilya-why-section {
		padding: 40px 0 56px;
	}

	.ilya-step {
		padding: 18px 12px 14px;
	}
}

/* نظرات مشتریان */
.ilya-reviews-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-reviews-section .sec-title {
	margin-bottom: 40px;
}

.ilya-review-card {
	margin: 0;
	height: 100%;
	padding: 24px 20px;
	background: #f8f9fc;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	border-right: 4px solid var(--bg-theme-color2, #ffaa17);
	display: flex;
	flex-direction: column;
}

.ilya-review-card__stars {
	color: var(--bg-theme-color2, #ffaa17);
	font-size: 0.875rem;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.ilya-review-card__quote {
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.8;
	color: var(--text-color);
	margin: 0 0 16px;
}

.ilya-review-card__author {
	margin: 0;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-review-card__author cite {
	display: block;
	font-style: normal;
	font-size: 0.9375rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	margin-bottom: 4px;
}

.ilya-review-card__author span {
	display: block;
	font-size: 0.75rem;
	color: #888;
	line-height: 1.5;
}

/* سوالات متداول */
.ilya-faq-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-faq-section .sec-title {
	margin-bottom: 0;
}

.ilya-faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ilya-faq-item {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ilya-faq-item[open] {
	border-color: rgba(255, 170, 23, 0.4);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.ilya-faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 20px 16px 52px;
	font-size: 0.9375rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	line-height: 1.5;
	position: relative;
	user-select: none;
}

.ilya-faq-item summary::-webkit-details-marker {
	display: none;
}

.ilya-faq-item summary::before {
	content: "+";
	position: absolute;
	left: 16px;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border-radius: 6px;
	background: rgba(255, 170, 23, 0.15);
	color: #b8860b;
	font-size: 1.125rem;
	font-weight: 700;
	flex-shrink: 0;
}

.ilya-faq-item[open] summary::before {
	content: "−";
}

.ilya-faq-item__body {
	padding: 0 20px 16px;
}

.ilya-faq-item__body p {
	margin: 0 0 10px;
	font-size: 0.875rem;
	line-height: 1.8;
	color: var(--text-color);
}

.ilya-faq-item__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.ilya-faq-section .sec-title {
		margin-bottom: 28px;
		text-align: center;
	}

	.ilya-faq-section .sec-title .text {
		margin-left: auto;
		margin-right: auto;
	}

	.ilya-faq-section .btm-box {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.ilya-reviews-section,
	.ilya-faq-section {
		padding: 48px 0 56px;
	}
}

/* قیمت‌گذاری */
.pricing-ilya-section {
	position: relative;
	padding: var(--ilya-section-pad) 0;
	overflow-x: clip;
}

.pricing-ilya-section .sec-title {
	margin-bottom: 28px;
}

.pricing-ilya-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 880px;
	margin: 0 auto 32px;
	padding: 16px 20px;
	background: rgba(255, 170, 23, 0.1);
	border: 1px solid rgba(255, 170, 23, 0.35);
	border-radius: 12px;
	text-align: right;
}

.pricing-ilya-disclaimer .fa-info-circle {
	flex-shrink: 0;
	margin-top: 3px;
	font-size: 1.25rem;
	color: #c87f00;
}

.pricing-ilya-disclaimer p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #4a4d52;
}

.pricing-ilya-disclaimer strong {
	color: var(--heading-color);
}

.pricing-ilya-path {
	height: 100%;
	background: #fff;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.pricing-ilya-path--featured {
	border-color: rgba(255, 170, 23, 0.45);
	box-shadow: 0 16px 56px rgba(255, 107, 53, 0.12);
}

.pricing-ilya-path__head {
	padding: 28px 24px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-ilya-path--wp .pricing-ilya-path__head {
	background: linear-gradient(135deg, #f0f4f8 0%, #fff 100%);
}

.pricing-ilya-path--custom .pricing-ilya-path__head {
	background: linear-gradient(135deg, #1a1d24 0%, #2d3340 100%);
	color: #fff;
}

.pricing-ilya-path--custom .pricing-ilya-path__desc,
.pricing-ilya-path--custom .pricing-ilya-path__highlights {
	color: rgba(255, 255, 255, 0.82);
}

.pricing-ilya-path__badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(34, 36, 41, 0.08);
	color: var(--heading-color);
	margin-bottom: 12px;
}

.pricing-ilya-path__badge--accent {
	background: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24;
}

.pricing-ilya-path__title {
	font-size: 1.35rem;
	margin: 0 0 10px;
	line-height: 1.35;
}

.pricing-ilya-path--custom .pricing-ilya-path__title {
	color: #fff;
}

.pricing-ilya-path__desc {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0 0 14px;
	color: var(--text-color);
}

.pricing-ilya-path__highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.pricing-ilya-path__highlights li {
	font-size: 0.8125rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}

.pricing-ilya-path__highlights .fa-check {
	color: var(--bg-theme-color2, #ffaa17);
	font-size: 0.7rem;
}

.pricing-ilya-products {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.pricing-ilya-card {
	background: #fafbfc;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 14px;
	padding: 18px 18px 16px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-ilya-path--featured .pricing-ilya-card {
	background: #fff;
}

.pricing-ilya-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	border-color: rgba(255, 170, 23, 0.35);
}

.pricing-ilya-card__top {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 4px 12px;
	align-items: center;
	margin-bottom: 12px;
}

.pricing-ilya-card__top .icon {
	grid-row: 1 / span 2;
	font-size: 2rem;
	color: var(--bg-theme-color2, #ffaa17);
	line-height: 1;
}

.pricing-ilya-card__name {
	grid-column: 2;
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--heading-color);
}

.pricing-ilya-card__price {
	grid-column: 2;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	line-height: 1.2;
}

.pricing-ilya-card__price span {
	font-size: 0.75rem;
	font-weight: 600;
	color: #888;
	margin-left: 4px;
}

.pricing-ilya-card__price small {
	font-size: 0.75rem;
	font-weight: 600;
	color: #666;
}

.pricing-ilya-card__features {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.pricing-ilya-card__features li {
	position: relative;
	padding-right: 18px;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: var(--text-color);
	margin-bottom: 4px;
}

.pricing-ilya-card__features li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bg-theme-color2, #ffaa17);
}

.pricing-ilya-card__btn {
	display: block;
	text-align: center;
	padding: 10px 16px;
	border-radius: 10px;
	font-size: 0.875rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.08);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pricing-ilya-card__btn:hover {
	border-color: var(--bg-theme-color2, #ffaa17);
	color: var(--heading-color);
	background: rgba(255, 170, 23, 0.08);
}

.pricing-ilya-card__btn--primary {
	background: var(--bg-theme-color2, #ffaa17);
	border-color: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24 !important;
}

.pricing-ilya-card__btn--primary:hover {
	background: #e89a10;
	border-color: #e89a10;
	color: #1a1d24 !important;
}

.pricing-ilya-footnote {
	margin-top: 40px;
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.pricing-ilya-footnote p {
	font-size: 0.875rem;
	line-height: 1.75;
	color: #777;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.pricing-ilya-section {
		padding: 56px 0 64px;
	}

	.pricing-ilya-path--featured {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.pricing-ilya-path__head {
		padding: 22px 18px 16px;
	}

	.pricing-ilya-products {
		padding: 12px;
	}
}

/* بلوک متنی SEO — پس‌زمینه در بلوک ریتم بصری */
.seo-content-block {
	padding: var(--ilya-section-pad) 0;
}

.seo-content-block p {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.9;
	color: #555;
	font-size: 15px;
}

.seo-content-block strong {
	color: var(--heading-color);
	font-weight: var(--fw-bold);
}

.site-footer-minimal {
	font-weight: var(--fw-regular);
}

.site-footer-minimal a {
	font-weight: var(--fw-semibold);
}

.site-footer-minimal small {
	font-weight: var(--fw-regular);
	opacity: 0.85;
}

.mobile-menu .navigation a {
	font-weight: var(--fw-medium);
}

.mobile-menu .navigation li.current > a {
	font-weight: var(--fw-bold);
}

.mobile-menu .contact-list-one li .contact-info-box .title {
	font-weight: var(--fw-semibold);
	text-transform: none;
}

.mobile-menu .contact-list-one li .contact-info-box a {
	font-weight: var(--fw-bold);
}

/* ─── ریتم بصری بخش‌ها: سفید ↔ خاکستری ↔ تیره ─── */
#main-content > section {
	position: relative;
}

#main-content > section:not(#home):not(#industries):not(#contact) {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#services.services-section-three {
	background-color: var(--ilya-surface) !important;
}

#pricing.pricing-ilya-section {
	background-color: var(--ilya-surface-muted) !important;
}

#process.ilya-process-section {
	background-color: var(--ilya-surface) !important;
}

#why-ilyaweb.ilya-why-section {
	background-color: var(--ilya-surface-muted) !important;
}

#about.about-section-six {
	background-color: var(--ilya-surface) !important;
}

#about.about-section-six::before {
	opacity: 0.35;
}

#industries.industries-section {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
	box-shadow: inset 0 4px 0 0 var(--bg-theme-color2, #ffaa17);
}

#industries.industries-section .auto-container {
	position: relative;
	z-index: 2;
}

#testimonials.ilya-reviews-section {
	background-color: var(--ilya-surface-muted) !important;
}

#faq.ilya-faq-section {
	background-color: var(--ilya-surface) !important;
}

#contact.contact-section-three {
	box-shadow: inset 0 4px 0 0 var(--bg-theme-color2, #ffaa17);
	margin-top: 0;
}

.seo-content-block {
	background-color: var(--ilya-surface) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* کارت‌ها روی پس‌زمینه خاکستری */
#pricing.pricing-ilya-section .pricing-ilya-path,
#why-ilyaweb .ilya-why-card,
#testimonials .ilya-review-card {
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
}

#process .ilya-step {
	background: var(--ilya-surface);
}

#why-ilyaweb .ilya-why-card {
	background: var(--ilya-surface);
}

@media (max-width: 767px) {
	:root {
		--ilya-section-pad: 52px;
	}

	.ilya-process-section,
	.ilya-why-section,
	.ilya-reviews-section,
	.ilya-faq-section {
		padding: var(--ilya-section-pad) 0;
	}
}

/* ─── صفحات تخصصی (بیمه / فروشگاه / حوزه‌ها) ─── */

/* منوی دسکتاپ — فشرده‌تر از صفحه اصلی (۷ آیتم) */
@media (min-width: 1024px) {
	.ilya-ins-page .header-style-four .header-lower,
	.ilya-shop-page .header-style-four .header-lower,
	.ilya-ind-page .header-style-four .header-lower {
		padding-right: clamp(16px, 2.5vw, 56px);
		padding-left: clamp(16px, 2.5vw, 56px);
	}

	.ilya-ins-page .header-style-four .header-lower .main-menu .navigation > li,
	.ilya-shop-page .header-style-four .header-lower .main-menu .navigation > li,
	.ilya-ind-page .header-style-four .header-lower .main-menu .navigation > li {
		margin: 0 14px;
		padding: 22px 0;
	}

	.ilya-ins-page .header-style-four .main-menu .navigation > li > a,
	.ilya-shop-page .header-style-four .main-menu .navigation > li > a,
	.ilya-ind-page .header-style-four .main-menu .navigation > li > a {
		font-size: 14px;
	}

	.ilya-ins-page .sticky-header .main-menu .navigation > li,
	.ilya-shop-page .sticky-header .main-menu .navigation > li,
	.ilya-ind-page .sticky-header .main-menu .navigation > li {
		margin-inline-start: 1.1rem !important;
	}

	.ilya-ins-page .sticky-header .main-menu .navigation > li > a,
	.ilya-shop-page .sticky-header .main-menu .navigation > li > a,
	.ilya-ind-page .sticky-header .main-menu .navigation > li > a {
		font-size: 14px;
	}
}

.ilya-hero-crumb {
	margin: 0 0 10px;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.75);
}

.ilya-hero-crumb a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: var(--fw-medium);
}

.ilya-hero-crumb a:hover {
	color: var(--bg-theme-color2, #ffaa17);
}

.ilya-hero-crumb span {
	margin: 0 6px;
	opacity: 0.6;
}

.ilya-ins-page main [id],
.ilya-shop-page main [id],
.ilya-ind-page main [id] {
	scroll-margin-top: 100px;
}

/* بنر صفحات حوزه — چیدمان متن راست / تصویر چپ (مثل فروشگاه) */
.ilya-ind-page .ilya-ind-hero.banner-section-three:before {
	opacity: 0.18;
}

.ilya-ind-page .ilya-ind-hero .slide-item .bg-image {
	background-position: left center;
}

.ilya-ind-page .ilya-ind-hero .slide-item:before {
	background: linear-gradient(
		to left,
		rgba(18, 22, 30, 0.96) 0%,
		rgba(18, 22, 30, 0.85) 20%,
		rgba(18, 22, 30, 0.4) 42%,
		transparent 54%
	);
}

.ilya-ind-page .ilya-ind-hero .slide-item .auto-container {
	display: grid;
	grid-template-columns: minmax(300px, 44%) 1fr;
	align-items: center;
	gap: clamp(16px, 3vw, 40px);
}

.ilya-ind-page .ilya-ind-hero .content-box {
	grid-column: 1;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {
	.ilya-ind-page .ilya-ind-hero .slide-item .auto-container {
		display: block;
	}

	.ilya-ind-page .ilya-ind-hero .slide-item:before {
		background: linear-gradient(
			to bottom,
			rgba(18, 22, 30, 0.92) 0%,
			rgba(18, 22, 30, 0.55) 45%,
			transparent 75%
		);
	}
}

.ilya-ins-page .ilya-ins-hero .slide-item:before {
	background: linear-gradient(
		270deg,
		rgba(15, 40, 68, 0.94) 0%,
		rgba(18, 22, 30, 0.78) 42%,
		rgba(18, 22, 30, 0.4) 72%,
		rgba(18, 22, 30, 0.22) 100%
	);
}

/* بنر فروشگاه: موضوع تصویر چپ، متن راست — گرادیان فقط پشت نوشته */
.ilya-shop-page .ilya-shop-hero.banner-section-three:before {
	opacity: 0.18;
}

.ilya-shop-page .ilya-shop-hero .slide-item .bg-image {
	background-position: left center;
}

.ilya-shop-page .ilya-shop-hero .slide-item:before {
	background: linear-gradient(
		to left,
		rgba(18, 22, 30, 0.96) 0%,
		rgba(34, 18, 12, 0.9) 22%,
		rgba(18, 22, 30, 0.45) 40%,
		transparent 52%
	);
}

/* RTL: ستون اول = راست صفحه (متن) | ستون دوم = چپ (فضای تصویر) */
.ilya-shop-page .ilya-shop-hero .slide-item .auto-container {
	display: grid;
	grid-template-columns: minmax(300px, 44%) 1fr;
	align-items: center;
	gap: clamp(16px, 3vw, 40px);
}

.ilya-shop-page .ilya-shop-hero .content-box {
	grid-column: 1;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.ilya-shop-page .ilya-shop-hero .content-box .title,
.ilya-shop-page .ilya-shop-hero .content-box .banner-eyebrow,
.ilya-shop-page .ilya-shop-hero .content-box .sub-title {
	max-width: 100%;
}

@media (max-width: 991px) {
	.ilya-shop-page .ilya-shop-hero .slide-item .auto-container {
		grid-template-columns: minmax(260px, 52%) 1fr;
	}

	.ilya-shop-page .ilya-shop-hero .slide-item .bg-image {
		background-position: 18% center;
	}
}

@media (max-width: 767px) {
	.ilya-shop-page .ilya-shop-hero .slide-item .auto-container {
		display: block;
	}

	.ilya-shop-page .ilya-shop-hero .slide-item .bg-image {
		background-position: center 28%;
	}

	.ilya-shop-page .ilya-shop-hero .slide-item:before {
		background: linear-gradient(
			to bottom,
			rgba(18, 22, 30, 0.92) 0%,
			rgba(18, 22, 30, 0.6) 38%,
			rgba(18, 22, 30, 0.25) 62%,
			transparent 76%
		);
	}
}

.ilya-ins-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.ilya-ins-hero-badges li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: var(--fw-medium);
	color: rgba(255, 255, 255, 0.88);
}

.ilya-ins-hero-badges i {
	color: var(--bg-theme-color2, #ffaa17);
}

.ilya-ins-audience {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}

.ilya-ins-audience-card {
	height: 100%;
	padding: 28px 22px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	text-align: center;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.ilya-ins-audience-card:hover {
	transform: translateY(-4px);
	border-color: var(--bg-theme-color2, #ffaa17);
}

.ilya-ins-audience-card .icon {
	display: block;
	font-size: 2.5rem;
	color: var(--bg-theme-color2, #ffaa17);
	margin-bottom: 14px;
}

.ilya-ins-audience-card h3 {
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 10px;
}

.ilya-ins-audience-card p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72);
}

.ilya-ins-case {
	padding: var(--ilya-section-pad) 0;
	background: var(--ilya-surface);
}

.ilya-ins-case-list {
	margin: 20px 0 24px;
	padding: 0;
	list-style: none;
}

.ilya-ins-case-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	font-weight: var(--fw-medium);
}

.ilya-ins-case-list i {
	color: var(--bg-theme-color1, #ff6b35);
	margin-top: 4px;
}

.ilya-ins-case-quote {
	margin: 0;
	height: 100%;
}

.ilya-ins-pricing-row {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.ilya-ins-pricing-row .pricing-ilya-card__features a {
	color: var(--bg-theme-color1, #ff6b35);
	font-weight: var(--fw-semibold);
}

.ilya-ins-pricing-card {
	height: 100%;
}

.ilya-ins-pricing-card--featured {
	border: 2px solid var(--bg-theme-color1, #ff6b35);
	box-shadow: 0 14px 40px rgba(255, 107, 53, 0.12);
}

.ilya-ins-pricing-note {
	margin: 8px 0 0;
	font-size: 0.8125rem;
	opacity: 0.85;
}

.ilya-ins-pricing-price--consult {
	font-size: 1.125rem !important;
	font-weight: var(--fw-bold) !important;
	line-height: 1.4;
	margin: 8px 0 0;
}

.ilya-ins-page #features.ilya-ins-features {
	background: var(--ilya-surface) !important;
}

.ilya-ins-page #pricing.ilya-ins-pricing {
	background: var(--ilya-surface-muted) !important;
}

.ilya-ins-page #process.ilya-process-section {
	background: var(--ilya-surface) !important;
}

.ilya-ins-page #why.ilya-why-section {
	background: var(--ilya-surface-muted) !important;
}

.ilya-ins-page #faq.ilya-faq-section {
	background: var(--ilya-surface) !important;
}

.ilya-ins-page #contact.contact-section-three,
.ilya-shop-page #contact.contact-section-three {
	box-shadow: inset 0 4px 0 0 var(--bg-theme-color2, #ffaa17);
}

.ilya-shop-page #features.ilya-shop-features {
	background: var(--ilya-surface) !important;
}

.ilya-shop-page #pricing.ilya-shop-pricing {
	background: var(--ilya-surface-muted) !important;
}

.ilya-shop-page #process.ilya-process-section {
	background: var(--ilya-surface) !important;
}

.ilya-shop-page #why.ilya-why-section {
	background: var(--ilya-surface-muted) !important;
}

.ilya-shop-page #faq.ilya-faq-section,
.ilya-ind-page #faq.ilya-faq-section,
.ilya-corp-page #faq.ilya-faq-section {
	background: var(--ilya-surface) !important;
}

/* صفحه شرکتی — هم‌تراز با فروشگاه/بیمه */
.ilya-corp-page .ilya-corp-features {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}
