/* Arax native Elementor homepage — every block remains editable in Elementor. */
:root {
	--arax-blue: #1A86C0;
	--arax-deep: #0E3A5B;
	--arax-navy: #08283f;
	--arax-copper: #B87343;
	--arax-copper-light: #d8a06f;
	--arax-ink: #102331;
	--arax-mist: #f2f7fa;
	--arax-white: #ffffff;
}

.arax-native-section,
.arax-native-section .elementor-widget,
.arax-native-section .elementor-heading-title,
.arax-native-section .elementor-button,
.arax-native-section .elementor-icon-box-title,
.arax-native-section .elementor-icon-list-text {
	font-family: "Rokh", Tahoma, Arial, sans-serif !important;
}

.arax-native-section {
	position: relative;
	direction: rtl;
	color: var(--arax-ink);
	overflow: hidden;
}

.arax-native-section > .elementor-container {
	width: min(1200px, calc(100% - 40px));
	max-width: 1200px !important;
	margin-inline: auto;
}

.arax-native-section .elementor-widget-text-editor,
.arax-native-section .elementor-icon-box-description {
	font-size: 17px !important;
	font-weight: 500 !important;
	line-height: 2;
	color: #496575 !important;
}

.arax-native-section .elementor-heading-title {
	line-height: 1.45;
}

.arax-native-eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: .02em;
	color: var(--arax-blue) !important;
}

.arax-native-eyebrow .elementor-heading-title::before,
.arax-native-eyebrow .elementor-heading-title::after {
	content: "";
	display: block;
	width: 24px;
	height: 3px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--arax-blue), var(--arax-copper));
}

.arax-native-title .elementor-heading-title {
	font-size: clamp(29px, 3.3vw, 48px) !important;
	font-weight: 900;
	color: var(--arax-deep) !important;
	letter-spacing: -.025em;
}

.arax-native-subtitle {
	max-width: 760px;
	margin-inline: auto;
	color: #547080;
}

.arax-native-subtitle .elementor-widget-container,
.arax-native-title + .elementor-widget-text-editor .elementor-widget-container,
.arax-page-lead .elementor-widget-container {
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 2.05 !important;
}

.arax-native-section .elementor-button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 25px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 800;
	background: var(--arax-blue);
	box-shadow: 0 10px 24px rgba(26, 134, 192, .22);
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.arax-native-section .elementor-button:hover {
	transform: translateY(-3px);
	background: var(--arax-deep);
	box-shadow: 0 16px 34px rgba(14, 58, 91, .25);
}

/* Curved copper pipe separator at the beginning of the generated homepage. */
.arax-native-categories::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 220px;
	height: 42px;
	transform: translateX(-50%);
	border-right: 7px solid var(--arax-copper);
	border-bottom: 7px solid var(--arax-copper);
	border-left: 7px solid var(--arax-copper);
	border-radius: 0 0 44px 44px;
	background: transparent;
	box-shadow:
		inset 0 -2px 0 rgba(255, 220, 180, .75),
		0 5px 10px rgba(93, 47, 19, .20);
}

.arax-native-categories::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 119px);
	width: 18px;
	height: 13px;
	border-radius: 2px 2px 6px 6px;
	background: linear-gradient(90deg, #7d431f, #efb77e 38%, #a55b30 70%, #6d371c);
	box-shadow: 220px 0 0 #a86135, 0 4px 8px rgba(82, 40, 16, .2);
}

.arax-native-card > .elementor-column-wrap,
.arax-native-card > .elementor-widget-wrap {
	height: 100%;
	background: var(--arax-white);
	border: 1px solid rgba(14, 58, 91, .08);
	border-radius: 26px;
	box-shadow: 0 15px 45px rgba(14, 58, 91, .08);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.arax-native-card > .elementor-column-wrap > .elementor-widget-wrap,
.arax-native-card > .elementor-widget-wrap {
	padding: 24px;
}

.arax-native-card:hover > .elementor-column-wrap,
.arax-native-card:hover > .elementor-widget-wrap {
	transform: translateY(-8px);
	border-color: rgba(26, 134, 192, .28);
	box-shadow: 0 24px 55px rgba(14, 58, 91, .14);
}

.arax-native-category-card .elementor-widget-image img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	filter: drop-shadow(0 14px 12px rgba(14, 58, 91, .10));
}

.arax-native-category-card .elementor-heading-title,
.arax-native-product-card .elementor-heading-title,
.arax-native-article-card .elementor-heading-title {
	font-size: 20px !important;
	font-weight: 900;
	color: var(--arax-deep) !important;
}

.arax-native-products,
.arax-native-process,
.arax-native-journal {
	background:
		radial-gradient(circle at 8% 5%, rgba(26, 134, 192, .09), transparent 22%),
		var(--arax-mist);
}

.arax-native-product-card .elementor-widget-image {
	position: relative;
	border-radius: 20px;
	background: linear-gradient(145deg, #f7fbfd, #e8f1f6);
	overflow: hidden;
}

.arax-native-product-card .elementor-widget-image::after {
	content: "ساخت آراکس";
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 7px 11px;
	border-radius: 99px;
	color: #fff;
	background: var(--arax-blue);
	font-family: "Rokh", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.arax-native-product-card .elementor-widget-image img {
	width: 100%;
	height: 290px;
	object-fit: contain;
	padding: 14px;
}

.arax-native-product-chip .elementor-heading-title {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 99px;
	font-size: 13px !important;
	font-weight: 600;
	color: var(--arax-blue) !important;
	background: rgba(26, 134, 192, .09);
}

.arax-native-price .elementor-heading-title {
	font-size: 19px !important;
	font-weight: 700 !important;
	color: var(--arax-copper) !important;
}

/* Reusable price fix. Add `arax-price-fix` to any Elementor widget if needed. */
.arax-price-fix,
.arax-price-fix .elementor-heading-title,
.arax-price-fix .price,
.arax-price-fix .woocommerce-Price-amount,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.elementor-widget-woocommerce-product-price .price,
.jet-woo-product-price,
.jet-woo-product-price .price,
.jet-listing-grid .price,
.jet-listing-grid .woocommerce-Price-amount {
	font-family: "Rokh", Tahoma, Arial, sans-serif !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	line-height: 1.7 !important;
	color: var(--arax-copper) !important;
}

.arax-native-why::after {
	content: "";
	position: absolute;
	left: -90px;
	top: -90px;
	width: 300px;
	height: 300px;
	border: 38px solid rgba(184, 115, 67, .12);
	border-radius: 50%;
}

.arax-native-light-title .elementor-heading-title,
.arax-native-light-heading .elementor-heading-title,
.arax-native-light-text,
.arax-native-light-text .elementor-widget-container {
	color: #fff !important;
}

.arax-native-why-image .elementor-widget-image img {
	max-width: 430px;
	max-height: 430px;
	object-fit: contain;
	filter: drop-shadow(0 24px 34px rgba(14, 58, 91, .18));
}

.arax-native-why .arax-native-title .elementor-heading-title,
.arax-native-why .arax-native-eyebrow .elementor-heading-title,
.arax-native-why .arax-native-light-text,
.arax-native-why .elementor-icon-list {
	text-align: right;
}

.arax-native-why .elementor-icon-list-items {
	direction: rtl;
}

.arax-native-why .elementor-icon-list-text {
	color: var(--arax-deep);
}

/* Emergency legacy-color guard: old Elementor data stored white text here. */
body .elementor .arax-native-section.arax-native-why .arax-native-title .elementor-heading-title {
	color: var(--arax-deep) !important;
	-webkit-text-fill-color: var(--arax-deep) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body .elementor .arax-native-section.arax-native-why .arax-native-eyebrow .elementor-heading-title {
	color: var(--arax-blue) !important;
	-webkit-text-fill-color: var(--arax-blue) !important;
}

body .elementor .arax-native-section.arax-native-why .elementor-widget-text-editor,
body .elementor .arax-native-section.arax-native-why .elementor-widget-text-editor .elementor-widget-container,
body .elementor .arax-native-section.arax-native-why .elementor-widget-text-editor p {
	color: #496575 !important;
	-webkit-text-fill-color: #496575 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body .elementor .arax-native-section.arax-native-why .elementor-icon-list-text {
	color: var(--arax-deep) !important;
	-webkit-text-fill-color: var(--arax-deep) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.arax-native-light-text {
	color: rgba(255,255,255,.78) !important;
}

.arax-native-stat > .elementor-column-wrap,
.arax-native-stat > .elementor-widget-wrap {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 20px;
	backdrop-filter: blur(8px);
}

.arax-native-stat > .elementor-column-wrap > .elementor-widget-wrap,
.arax-native-stat > .elementor-widget-wrap {
	padding: 20px 16px;
}

.arax-native-stat-number .elementor-heading-title {
	font-size: 35px !important;
	font-weight: 900;
	color: var(--arax-copper-light) !important;
}

.arax-native-stat-label .elementor-heading-title {
	font-size: 13px !important;
	font-weight: 700;
	color: rgba(255,255,255,.8) !important;
}

.arax-native-industry .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border-radius: 24px;
	color: var(--arax-blue);
	background: rgba(26, 134, 192, .10);
	transform: rotate(4deg);
	transition: transform .25s ease, color .25s ease, background .25s ease;
}

.arax-native-industry:hover .elementor-icon {
	color: #fff;
	background: linear-gradient(145deg, var(--arax-blue), var(--arax-deep));
	transform: rotate(0) translateY(-4px);
}

.arax-native-industry .elementor-icon-box-title {
	font-size: 18px;
	font-weight: 900;
	color: var(--arax-deep);
}

.arax-native-process-row,
.arax-native-process-grid {
	position: relative;
}

.arax-native-process-grid {
	background-image: linear-gradient(180deg, #f2c290, #9e5b32 55%, #e5aa72);
	background-repeat: no-repeat;
	background-position: center 47px;
	background-size: 76% 5px;
}

.arax-native-process-row::before,
.arax-native-process-grid::before {
	content: "";
	position: absolute;
	top: 47px;
	right: 12%;
	left: 12%;
	height: 5px;
	border-radius: 99px;
	background: linear-gradient(180deg, #f2c290, #9e5b32 55%, #e5aa72);
	box-shadow: 0 3px 8px rgba(121, 66, 32, .18);
}

.arax-native-step {
	position: relative;
	z-index: 1;
}

.arax-native-step > .elementor-column-wrap,
.arax-native-step > .elementor-widget-wrap {
	background: transparent;
}

.arax-native-step-number .elementor-heading-title,
.arax-native-process-number .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border: 8px solid var(--arax-mist);
	border-radius: 50%;
	font-size: 24px !important;
	font-weight: 900;
	color: #fff !important;
	background: linear-gradient(145deg, var(--arax-copper-light), var(--arax-copper));
	box-shadow: 0 10px 25px rgba(184, 115, 67, .25);
}

.arax-native-step-title .elementor-heading-title,
.arax-native-process-card h3.elementor-heading-title {
	font-size: 18px !important;
	font-weight: 900;
	color: var(--arax-deep) !important;
}

.arax-native-offer {
	width: min(1200px, calc(100% - 40px)) !important;
	margin: 44px auto !important;
	border-radius: 38px;
	box-shadow: 0 30px 70px rgba(8, 40, 63, .28);
}

.arax-native-offer > .elementor-background-overlay {
	border-radius: inherit;
}

.arax-native-offer .elementor-widget-wrap {
	position: relative;
}

.arax-native-offer .elementor-heading-title,
.arax-native-offer .elementor-widget-text-editor {
	color: #fff !important;
}

.arax-native-offer .arax-native-title .elementor-heading-title {
	font-size: clamp(30px, 4vw, 52px) !important;
}

.arax-native-offer-content .elementor-heading-title,
.arax-native-offer-content .elementor-widget-text-editor {
	text-align: right;
}

.arax-native-offer-actions > .elementor-column-wrap > .elementor-widget-wrap,
.arax-native-offer-actions > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.arax-native-offer .elementor-button {
	color: var(--arax-deep);
	background: #fff;
	box-shadow: 0 14px 35px rgba(0,0,0,.18);
}

.arax-native-global {
	background: #fff;
}

.arax-native-globe .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	font-size: 115px;
	color: var(--arax-blue);
	background:
		radial-gradient(circle at 35% 30%, #fff 0, #e7f4fa 45%, #c9e5f2 100%);
	box-shadow: inset 0 0 0 18px #fff, 0 28px 70px rgba(26,134,192,.18);
}

.arax-native-global-art img {
	width: min(100%, 470px);
	max-height: 470px;
	object-fit: contain;
	filter: drop-shadow(0 24px 38px rgba(14, 58, 91, .18));
}

/* Elementor fallback: some saved pages keep the original globe icon widget. */
.arax-native-global .elementor-widget-icon .elementor-icon {
	display: block !important;
	width: 470px !important;
	max-width: 100% !important;
	height: 470px !important;
	margin-inline: auto;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: url("../images/arax-global-flags.webp") center / contain no-repeat !important;
	box-shadow: none !important;
}

.arax-native-global .elementor-widget-icon .elementor-icon i,
.arax-native-global .elementor-widget-icon .elementor-icon svg {
	display: none !important;
}

.arax-native-checks .elementor-icon-list-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #fff !important;
	background: var(--arax-blue);
}

.arax-native-checks .elementor-icon-list-text {
	font-weight: 700;
	color: var(--arax-deep);
}

.arax-native-article-card > .elementor-column-wrap,
.arax-native-article-card > .elementor-widget-wrap {
	border-top: 4px solid var(--arax-blue);
}

.arax-native-article-meta .elementor-heading-title,
.arax-native-article-number .elementor-heading-title {
	font-size: 13px !important;
	font-weight: 600;
	color: var(--arax-copper) !important;
}

/* Journal/category typography: lift the smallest archive copy without changing titles. */
.category-arax-journal .elementor-widget-text-editor,
.category-arax-journal .elementor-post__excerpt,
.category-arax-journal .elementor-post-info,
.category-arax-journal .elementor-post-info__item,
.category-arax-journal .jet-listing-dynamic-field__content,
.category-arax-journal .jet-listing-dynamic-terms__link,
.category-arax-journal .jet-listing-not-found {
	font-family: "Rokh", Tahoma, Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.9 !important;
}

/* About and Contact pages. */
.arax-page-hero {
	background:
		radial-gradient(circle at 12% 15%, rgba(26, 134, 192, .14), transparent 30%),
		linear-gradient(145deg, #ffffff 0%, #f1f7fa 100%);
}

.arax-page-hero::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(180deg, var(--arax-blue), var(--arax-copper));
}

.arax-page-h1 .elementor-heading-title {
	font-size: clamp(36px, 4.6vw, 66px) !important;
	font-weight: 900;
	line-height: 1.35;
	color: var(--arax-deep) !important;
	letter-spacing: -.035em;
}

.arax-page-lead .elementor-widget-container {
	font-size: 18px;
	line-height: 2.1;
	color: #526f80;
}

.arax-page-align-right,
.arax-page-align-right .elementor-heading-title,
.arax-page-align-right .elementor-widget-container {
	text-align: right !important;
}

.arax-page-button-right .elementor-button-wrapper {
	text-align: right;
}

.arax-page-visual img {
	width: min(100%, 520px);
	max-height: 610px;
	object-fit: contain;
	filter: drop-shadow(0 28px 42px rgba(14, 58, 91, .18));
}

.arax-company-story,
.arax-contact-cards,
.arax-contact-faq {
	background: #fff;
}

.arax-about-custom,
.arax-contact-map-form {
	background:
		radial-gradient(circle at 90% 10%, rgba(184, 115, 67, .10), transparent 25%),
		var(--arax-mist);
}

.arax-page-logo-visual img {
	width: min(100%, 390px);
	max-height: 390px;
	object-fit: contain;
	filter: drop-shadow(0 24px 36px rgba(14, 58, 91, .16));
}

.arax-about-custom .elementor-icon-list-items {
	direction: rtl;
}

.arax-about-custom .elementor-icon-list-text {
	color: var(--arax-deep) !important;
}

.arax-about-global {
	background: linear-gradient(135deg, #eef7fb, #ffffff 65%);
}

.arax-page-global-visual img {
	width: min(100%, 500px);
	max-height: 500px;
	object-fit: contain;
	filter: drop-shadow(0 25px 42px rgba(14, 58, 91, .16));
}

.arax-contact-info-card .elementor-icon {
	color: var(--arax-blue);
}

.arax-contact-info-card .elementor-icon-box-description {
	min-height: 84px;
	direction: rtl;
}

.arax-map-frame {
	width: 100%;
	height: 460px;
	border: 7px solid #fff;
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(14, 58, 91, .12);
}

.arax-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.arax-map-note {
	margin: 14px 8px 0;
	font-family: "Rokh", Tahoma, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #647d8c;
}

.arax-native-contact-form .elementor-field {
	min-height: 50px;
	border: 1px solid rgba(14, 58, 91, .13) !important;
	border-radius: 13px !important;
	padding-inline: 15px !important;
}

.arax-native-contact-form textarea.elementor-field {
	min-height: 145px;
	padding-top: 13px !important;
}

.arax-native-contact-form .elementor-field-label {
	margin-bottom: 7px;
	font-weight: 700;
	color: var(--arax-deep);
}

.arax-native-contact-form .elementor-button {
	width: 100%;
}

.arax-faq-card .elementor-heading-title {
	font-size: 18px !important;
	font-weight: 900;
	color: var(--arax-deep) !important;
}

.arax-faq-card::before {
	content: "؟";
	position: absolute;
	top: -16px;
	right: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	font-family: "Rokh", Tahoma, sans-serif;
	font-weight: 900;
	color: #fff;
	background: linear-gradient(145deg, var(--arax-blue), var(--arax-deep));
	box-shadow: 0 9px 20px rgba(26, 134, 192, .22);
}

@media (max-width: 1024px) {
	.arax-native-section > .elementor-container {
		width: min(100% - 32px, 920px);
	}

	.arax-native-categories::before {
		width: 150px;
		height: 32px;
		border-width: 0 6px 6px;
	}

	.arax-native-categories::after {
		left: calc(50% - 84px);
		width: 16px;
		box-shadow: 150px 0 0 #a86135, 0 4px 8px rgba(82, 40, 16, .2);
	}

	.arax-native-card > .elementor-column-wrap > .elementor-widget-wrap,
	.arax-native-card > .elementor-widget-wrap {
		padding: 20px;
	}

	.arax-native-globe .elementor-icon {
		width: 210px;
		height: 210px;
		font-size: 90px;
	}

	.arax-native-global .elementor-widget-icon .elementor-icon {
		height: 360px !important;
	}
}

@media (max-width: 767px) {
	.arax-native-section > .elementor-container {
		width: calc(100% - 28px);
	}

	.arax-native-title .elementor-heading-title {
		font-size: 29px !important;
	}

	.arax-native-section .elementor-widget-text-editor,
	.arax-native-section .elementor-icon-box-description {
		font-size: 16px !important;
		font-weight: 500 !important;
		color: #496575 !important;
		line-height: 1.9;
	}

	.arax-price-fix,
	.arax-price-fix .price,
	.arax-price-fix .woocommerce-Price-amount,
	.woocommerce ul.products li.product .price,
	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.elementor-widget-woocommerce-product-price .price,
	.jet-woo-product-price,
	.jet-listing-grid .price,
	.jet-listing-grid .woocommerce-Price-amount {
		font-size: 17px !important;
	}

	.arax-native-subtitle .elementor-widget-container,
	.arax-native-title + .elementor-widget-text-editor .elementor-widget-container,
	.arax-page-lead .elementor-widget-container {
		font-size: 16px !important;
		font-weight: 500 !important;
	}

	.arax-native-card,
	.arax-native-stat,
	.arax-native-industry,
	.arax-native-step {
		width: 100% !important;
		margin-bottom: 18px;
	}

	.arax-native-category-card .elementor-widget-image img {
		height: 190px;
	}

	.arax-native-product-card .elementor-widget-image img {
		height: 250px;
	}

	.arax-native-process-row::before,
	.arax-native-process-grid::before {
		top: 25px;
		bottom: 25px;
		right: 50%;
		left: auto;
		width: 5px;
		height: auto;
		transform: translateX(50%);
	}

	.arax-native-process-grid {
		background-image: linear-gradient(90deg, #f2c290, #9e5b32 55%, #e5aa72);
		background-position: center;
		background-size: 5px calc(100% - 50px);
	}

	.arax-native-offer {
		width: calc(100% - 28px) !important;
		margin: 55px auto !important;
		border-radius: 26px;
	}

	.arax-native-globe .elementor-icon {
		width: 180px;
		height: 180px;
		font-size: 74px;
	}

	.arax-page-h1 .elementor-heading-title {
		font-size: 34px !important;
	}

	.arax-page-lead .elementor-widget-container {
		font-size: 16px;
	}

	.arax-page-visual img,
	.arax-page-global-visual img {
		max-height: 390px;
	}

	.arax-map-frame {
		height: 360px;
	}

	.arax-contact-info-card,
	.arax-faq-card {
		width: 100% !important;
		margin-bottom: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.arax-native-section *,
	.arax-native-section *::before,
	.arax-native-section *::after {
		transition: none !important;
	}
}
