/*
 * فایل راست‌چین (RTL) برای قالب فولاد نورد میلاد
 * این فایل استایل‌های LTR (چپ‌چین) فایل main.css را لغو می‌کند.
*/

/* ----------------------------------------
    1. فونت و جهت‌دهی کلی
---------------------------------------- */
body,
html {
	direction: rtl;
}


body, h1, h2, h3, h4, h5, h6, a, span, p, button, input, textarea, label {
	font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
	text-align: right;
}


body {
	/* !مهم: یک فونت فارسی مناسب مثل 'Vazirmatn' یا 'IRANSans' را 
      که فایل‌های آن را در پوشه assets/fonts دارید، اینجا فراخوانی کنید.
      اگر فونت ندارید، از فونت‌های پیش‌فرض استفاده می‌شود.
    */
	/* @font-face { ... } */
	font-family: 'Vazirmatn', 'Tahoma', sans-serif;
	text-align: right;
}

/* لغو کلاس‌های تراز چپ */
.text-left {
	text-align: right !important;
}

/* ----------------------------------------
    2. فلیپ کردن آیکون‌های جهت‌دار
---------------------------------------- */

/* تبدیل تمام آیکون‌های "fa-angle-right" به "fa-angle-left" */
.fa-angle-right:before,
.fa-solid.fa-angle-right:before {
	content: "\f104"; /* کد آیکون fa-angle-left */
}

/* تبدیل تمام آیکون‌های "fa-angle-left" به "fa-angle-right" */
.fa-angle-left:before,
.fa-solid.fa-angle-left:before {
	content: "\f105"; /* کد آیکون fa-angle-right */
}

/* تبدیل "fa-arrow-right" به "fa-arrow-left" (برای منوی offcanvas) */
.fa-arrow-right:before,
.fa-solid.fa-arrow-right:before {
	content: "\f060"; /* کد آیکون fa-arrow-left */
}


/* ----------------------------------------
    3. هدر (Header)
---------------------------------------- */

.fx-header-5-logo-box {
	float: right;
}

.fx-header-2-right {
	float: left;
}

.fx-contact-list li {
	float: right;
	margin-right: 0;
	margin-left: 25px; /* این مقدار قبلاً margin-right بود */
}

.fx-social-icon {
	float: left; /* قبلا در سمت راست لیست تماس بود */
}

.fx-header-5-action-link {
	float: left;
	justify-content: flex-start !important;
}

.fx-search-btn-1 i {
	margin-right: 0;
	margin-left: 8px; /* قبلاً margin-right بود */
}

/* منوی اصلی */
.main-navigation ul#main-nav > li {
	float: right;
}

/* زیرمنوها */
.main-navigation ul ul {
	left: auto;
	right: 0; /* قبلاً left: 0 بود */
	text-align: right;
}

.main-navigation ul ul ul {
	left: auto;
	right: 100%; /* قبلاً left: 100% بود */
}

/* ----------------------------------------
    4. بخش‌های اصلی (Main Sections)
---------------------------------------- */

/* اسلایدر هیرو */
.fx-hero-5-slider-item .left {
	float: right;
}

.fx-hero-5-slider-item .right {
	float: left;
	text-align: right;
}

.fx-hero-2-slider-item-btn {
	text-align: right;
}

.fx-hero-5-social {
	left: 50px;
	right: auto; /* قبلاً right: 50px بود */
}

/* اسلایدر مشتریان */
.fx-client-1-slider-btn-left {
	left: auto;
	right: -30px; /* قبلاً left: -30px بود */
}

.fx-client-1-slider-btn-right {
	right: auto;
	left: -30px; /* قبلاً right: -30px بود */
}

/* بخش درباره ما */
.fx-about-5-scn-title .left {
	float: right;
}

.fx-about-5-scn-title .right {
	float: left;
}

.fx-about-5-wrap .fx-about-5-left {
	float: right;
}

.fx-about-5-wrap .fx-about-5-right {
	float: left;
}

/* نظرات مشتریان */
.fx-testimonial-2-slider-item .img-flex .item-img {
	float: right;
}

.fx-testimonial-2-slider-item .img-flex .content {
	float: right;
	margin-left: 0;
	margin-right: 20px; /* قبلاً margin-left بود */
	text-align: right;
}

/* وبلاگ */
.fx-blog-4-item-date span {
	margin-right: 0;
	margin-left: 15px; /* قبلاً margin-right بود */
}

.fx-blog-4-item .iner-content .item-btn {
	float: left; /* قبلاً float: right بود */
}

/* ----------------------------------------
    5. فرم تماس
---------------------------------------- */
.fx-form-1-label {
	text-align: right;
}

.fx-contact-us-1-info-box ul.info-list li {
	padding-left: 0;
	padding-right: 30px; /* قبلاً padding-left بود */
}

.fx-contact-us-1-info-box ul.info-list li i {
	margin-right: 0;
	margin-left: 10px;
	left: auto;
	right: 0; /* قبلاً left: 0 بود */
}


/* ----------------------------------------
    6. فوتر (Footer)
---------------------------------------- */

.fx-footer-1-widget-single {
	float: right;
	/* اگر عرض مشخصی داشتند، باید margin-left هم بگیرند */
}

.fx-footer-1-menu-2 li,
.fx-footer-1-contact li {
	text-align: right;
}

.fx-footer-1-contact li i {
	margin-right: 0;
	margin-left: 10px; /* قبلاً margin-right بود */
}

.fx-footer-1-disc .btn-posi {
	left: auto;
	right: auto; /* قبلاً right: 50px بود */
}

.fx-footer-1-copyright-text {
	float: right;
}

.fx-footer-1-copyright-menu {
	float: left;
}

.fx-footer-1-copyright-menu li {
	float: right;
	margin-right: 0;
	margin-left: 20px; /* قبلاً margin-right بود */
}


/* ----------------------------------------
    7. منوی کناری (Offcanvas)
---------------------------------------- */

/* این بخش مهم است و جهت اسلاید شدن منو را برعکس می‌کند */
.txa-offcanvas-box {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

.offcanvas_box_active {
	/* این کلاس باید کلاس فعال‌کننده باشد */
	transform: translateX(0);
}

.txa-offcanvas-box-close {
	left: 30px;
	right: auto; /* قبلاً right: 30px بود */
}

.txa-offcanvas-services-item {
	text-align: right;
	padding: 10px 40px 10px 10px; /* قبلاً padding-right نداشت */
}

.txa-offcanvas-services-item i {
	left: auto;
	right: 10px; /* قبلاً left: 10px بود */
}

.txa-offcanvas-contact li,
.txa-offcanvas-social-item {
	text-align: right;
}

.txa-offcanvas-contact li i,
.txa-offcanvas-social-item i {
	margin-right: 0;
	margin-left: 10px; /* قبلاً margin-right بود */
}





/* اعمال رنگ اصلی در بخش‌های مختلف قالب */

/* رنگ متن‌های هایلایت شده */
.pr-clr,
.fx-subtitle-1 span:first-child {
	color: var(--color-primary) !important;
}

/* رنگ پس‌زمینه دکمه‌ها */
.fx-pr-btn-1::before,
.fx-pr-btn-1::after,
.fx-pr-btn-1.has-btn-5:hover,
.fx-cta-1-form-btn {
	background-color: var(--color-primary) !important;
}

/* رنگ حاشیه دکمه‌ها */
.fx-pr-btn-1.has-btn-5 {
	border-color: var(--color-primary) !important;
}
.fx-pr-btn-1.has-btn-5:hover {
	color: #fff !important;
}

/* رنگ آیکون‌ها و دکمه‌های خاص */
.fx-playbtn-2,
.fx-search-tag-item:hover,
.fx-menu-btn-1:hover span {
	background-color: var(--color-primary) !important;
}

/* رنگ دکمه "برو بالا" در فوتر */
.fx-back-top-1 svg path {
	stroke: var(--color-primary) !important;
}

/* رنگ منوی فعال */
.main-navigation ul#main-nav > li > a.is-active,
.main-navigation ul#main-nav > li:hover > a {
	color:red !important;
}


.fx-language-switcher.fx-social-icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex; /* پرچم‌ها را در یک ردیف قرار می‌دهد */
	align-items: center;
	height: 100%;
}
.fx-language-switcher.fx-social-icon ul li {
	display: inline-block;
	margin: 0 4px; /* فاصله بین پرچم‌ها */
	float: right; 
}
.fx-language-switcher.fx-social-icon ul li a {
	display: block;
	opacity: 0.7;
	transition: all .3s ease;
}
.fx-language-switcher.fx-social-icon ul li a:hover {
	opacity: 1;
	transform: translateY(-2px);
}
.fx-language-switcher.fx-social-icon ul li img {
	max-height: 16px; /* اندازه پرچم‌ها */
	border: 1px solid #ddd;
	border-radius: 2px;
	vertical-align: middle;
}
/* مخفی کردن پرچم زبان فعلی (اختیاری) */
.fx-language-switcher.fx-social-icon ul li.current-lang {
	display: none;
}



/*
=========================================
    اصلاحات بخش ابزارک‌های فوتر
=========================================
*/

/* ۱. اعمال فونت فارسی به عناوین و لینک‌های ابزارک فوتر */
.fx-footer-1-widget .widget-title,
.fx-footer-1-widget ul li a,
.fx-footer-1-contact li {
	font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
}

/* ۲. بزرگتر کردن و وسط‌چین کردن لوگوی فوتر */

/* وسط‌چین کردن محتوای ستون اول (که لوگو در آن است) */
.fx-footer-1-widget .fx-footer-1-widget-single:first-child {
	text-align: center;
	border-left: 1px solid #5c3026;
}

.fx-footer-1-widget-single .fx-footer-5-logo {
	float: none; /* لغو float احتمالی */
	display: inline-block; /* اجازه می‌دهد تا text-align:center والد کار کند */
	margin-bottom: 20px; /* ایجاد کمی فاصله پایینی */
}

.fx-footer-1-widget-single .fx-footer-5-logo img {
	width: 100%; /* <<< اندازه جدید لوگو (این را تغییر دهید) */
	max-width: 100%; /* مطمئن می‌شود که از ستون بیرون نمی‌زند */
	height: auto; /* حفظ نسبت تصویر */
	margin-top:25px;
}


#left_about{
	top: -80px;
  margin-top: -200px;
  position: relative;
}

.fx-pr-btn-1.has-btn-5:hover {
  color: #fff !important;
  background: #434569 !important;
}

.fx-footer-1-widget h6 {
  color: #fff !important;
  opacity: 100% !important;
}

.fx-footer-1-menu.fx-footer-5 {
  list-style: none !important;
  color: #fff !important;
}

.fx-footer-1-menu li a {
  color: #fff !important;
}


/*
=========================================
    اصلاحات صفحه تکی محصول (single-product.php)
=========================================
*/

/* ۱. افکت تیره روی هدر صفحه محصول */
.product-header-banner {
	position: relative;
	background-size: cover; /* باعث فیت شدن تصویر می‌شود */
	background-position: center center;
	z-index: 1;
}
.product-header-banner .product-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* افکت تیره (تیرگی را کم و زیاد کنید) */
	z-index: -1;
}

/* ۲. استایل‌دهی به بخش‌های محتوا */
.product-section-title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--color-primary, #005A9A); /* از رنگ اصلی قالب استفاده می‌کند */
	display: inline-block;
}

/* ۳. استایل‌دهی به جدول مشخصات فنی */
.product-specs-wrapper table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 16px;
}

.product-specs-wrapper table tbody tr {
    transition: all 0.2s ease;
    border-right: 3px solid transparent; /* حاشیه نامرئی اولیه */
}

.product-specs-wrapper table tbody tr:hover {
    background-color: #f9f9f9; /* خاکستری خیلی روشن */
    border-right: 3px solid #FCA804; /* نوار نارنجی سمت راست */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* سایه خیلی نرم */
    transform: translateX(-5px); /* کمی حرکت به سمت چپ برای تاکید */
}

/* تغییر رنگ سلول‌ها هنگام هاور (برای خوانایی بهتر) */
.product-specs-wrapper table tbody tr:hover td {
    color: #005A9A; /* متن آبی می‌شود */
    font-weight: 600; /* کمی ضخیم‌تر */
}
.product-specs-wrapper table th,
.product-specs-wrapper table td {
	border: 1px solid #ddd;
	padding: 12px;
	text-align: right;
	vertical-align: top;
}
.product-specs-wrapper table th {
	background-color: #f9f9f9;
	font-weight: 700;
}
.product-specs-wrapper table tbody tr:nth-child(even) {
	background-color: #fdfdfd;
}


/* =========================================
   استایل اختصاصی توضیحات محصول (Justify و مرتب‌سازی)
=========================================
*/

.product-content-wrapper {
    text-align: justify;       /* تراز متن از هر دو طرف */
    text-justify: inter-word;  /* توزیع فاصله بین کلمات برای زیبایی بیشتر */
}

/* تنظیم پاراگراف‌ها برای خوانایی بهتر */
.product-content-wrapper p {
    line-height: 2;            /* افزایش فاصله بین خطوط (خیلی مهم برای خوانایی) */
    margin-bottom: 25px;       /* فاصله مناسب بین هر پاراگراف */
    color: #444;               /* رنگ خاکستری تیره (چشم را کمتر خسته می‌کند تا مشکی خالص) */
    font-size: 16px;           /* اندازه فونت استاندارد */
}

/* تنظیم لیست‌ها (اگر در توضیحات از بولت‌لیست استفاده کنید) */
.product-content-wrapper ul, 
.product-content-wrapper ol {
    margin-bottom: 20px;
    padding-right: 20px;       /* تورفتگی لیست در حالت راست‌چین */
    line-height: 1.8;
}

.product-content-wrapper li {
    margin-bottom: 10px;
}

/* تنظیم تیترهای داخلی متن (h3, h4, ...) */
.product-content-wrapper h3, 
.product-content-wrapper h4 {
    margin-top: 30px;          /* فاصله از بالا برای جدا شدن از متن قبلی */
    margin-bottom: 15px;
    font-weight: 700;
    color: #005A9A;            /* همرنگ با تم سایت */
    font-size: 22px;
}

/* حل مشکل برعکس شدن اعداد و ضربدر در جدول مشخصات فنی */
.product-specs-wrapper table td {
    direction: ltr;       /* جهت خواندن متن: چپ به راست (برای اصلاح اعداد) */
    text-align: right;    /* تراز متن: راست (برای حفظ زیبایی فارسی) */
    unicode-bidi: embed;  /* کمک به تشخیص صحیح جهت */
}




/*
=========================================
    اصلاحات صفحه تکی اخبار (single.php)
=========================================
*/

/* ۱. بزرگتر کردن فونت متن اصلی خبر */
.fx-blog-details-area .fx-blog-details-content p {
	font-size: 18px; /* فونت بزرگتر (پیش‌فرض معمولاً 16px است) */
	line-height: 1.8;  /* فاصله خطوط بیشتر برای خوانایی */
	color: #333;      /* رنگ تیره‌تر برای کنتراست بهتر (اختیاری) */
	margin-bottom: 25px; /* فاصله بیشتر بین پاراگراف‌ها */
}

/* ۲. استایل‌دهی به سایر اجزای متن (اختیاری) */
.fx-blog-details-area .fx-blog-details-content ul li {
	font-size: 17px;
	line-height: 1.7;
}

.fx-blog-details-area .fx-blog-details-content blockquote p {
	font-size: 20px;
	font-style: italic;
	line-height: 1.7;
}

/* ۳. استایل‌دهی به تصویر شاخص که داخل متن قرار گرفت */
.fx-blog-details-content-img {
	border-radius: 8px; /* کمی گرد کردن گوشه‌ها */
	overflow: hidden;   /* اطمینان از اعمال border-radius */
}



/*
=========================================
    اصلاحات هدر (Breadcrumb) صفحات داخلی
=========================================
*/

/* رنگ‌بندی هدرهای ساده (بدون تصویر پس‌زمینه)
   که در page.php و page-contact.php استفاده شد 
*/
.breadcrumb-area.bg-default {
	background-color: #f8f9fa; /* یک رنگ پس‌زمینه خاکستری خیلی روشن */
	border-bottom: 1px solid #eee;
}

.breadcrumb-area.bg-default .breadcrumb-list a,
.breadcrumb-area.bg-default .breadcrumb-list span {
	color: #f2f2f2; /* رنگ تیره برای لینک‌های مسیر */
}

.breadcrumb-area.bg-default .breadcrumb-list a:hover {
	color: var(--color-primary, #005A9A); /* رنگ اصلی قالب */
}

.breadcrumb-area.bg-default .breadcrumb-title {
	color: #fff; /* رنگ تیره برای عنوان اصلی */
}

.breadcrumb-area.bg-default .breadcrumb-disc {
	color: #555; /* رنگ تیره برای توضیحات */
}


/*
=========================================
    اصلاح استایل نقل قول (Blockquote)
    برای page.php و single.php
=========================================
*/

/* این کد استایل نقل قول را که با حذف .fx-blog-details-content 
   از بین رفته بود، دوباره اعمال می‌کند.
*/
.fx-blog-details-area blockquote {
	position: relative;
	padding: 30px 80px 30px 40px; /* پدینگ برای راست‌چین */
	margin: 30px 0;
	background-color: #f8f9fa; /* یک پس‌زمینه خاکستری روشن */
	border-right: 5px solid var(--color-primary, #005A9A); /* نوار رنگی کنار نقل قول */
	border-left: none; /* حذف نوار چپ */
}

/* استایل دادن به علامت نقل قول "
   (در HTML اصلی، اینها با <span> اضافه شده بودند)
*/
.fx-blog-details-area blockquote span {
	position: absolute;
	font-size: 100px;
	font-family: 'Times New Roman', Times, serif;
	color: var(--color-primary, #005A9A);
	line-height: 1;
	opacity: 0.2;
}

/* علامت " شروع */
.fx-blog-details-area blockquote span:first-child {
	top: 15px;
	right: 20px; /* موقعیت در راست‌چین */
	left: auto;
}

/* علامت " پایان (اگر وجود داشته باشد) */
.fx-blog-details-area blockquote span:last-of-type {
	bottom: -15px;
	left: 20px; /* موقعیت در راست‌چین */
	right: auto;
	transform: rotate(180deg);
}

/* استایل متن اصلی نقل قول */
.fx-blog-details-area blockquote p {
	font-size: 20px !important; /* مهم */
	font-style: italic;
	font-weight: 500;
	color: #333;
	line-height: 1.7 !important; /* مهم */
	margin-bottom: 20px;
}

/* استایل نویسنده نقل قول (تگ cite) */
.fx-blog-details-area blockquote cite {
	font-style: normal;
	font-weight: 600;
	color: #111;
	font-size: 18px;
}

.fx-blog-details-area blockquote cite::before {
	content: "— "; /* اضافه کردن خط تیره قبل از نام */
}

/*
=========================================
    استایل‌های برگه گالری (page-gallery.php)
=========================================
*/
.gallery-grid .gallery-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.gallery-grid .gallery-item a {
	display: block;
	position: relative;
}

.gallery-grid .gallery-item img {
	width: 100%;
	height: 300px; /* ارتفاع ثابت برای همه‌ی تصاویر */
	object-fit: cover; /* تصاویر را برش می‌دهد تا فیت شوند */
	transition: transform 0.4s ease;
}

.gallery-grid .gallery-item .gallery-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-grid .gallery-item .gallery-item-overlay i {
	font-size: 40px;
	color: #fff;
	transform: scale(0.8);
	transition: transform 0.3s ease;
}

.gallery-grid .gallery-item a:hover .gallery-item-overlay {
	opacity: 1;
}

.gallery-grid .gallery-item a:hover .gallery-item-overlay i {
	transform: scale(1);
}

.gallery-grid .gallery-item a:hover img {
	transform: scale(1.05); /* افکت زوم روی هاور */
}

/* استایل لایت‌باکس Magnific Popup */
.mfp-title {
	font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}



.product-header-banner {
    position: relative;
    z-index: 1;
}
.product-header-banner .product-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* افکت تیره */
    z-index: -1;
}

/* استایل کارت‌های کاتالوگ */
.catalog-item {
    position: relative;
    margin-bottom: 40px;
    perspective: 1000px; /* برای افکت سه بعدی */
}

.catalog-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid #eee;
}

/* افکت هاور: بالا آمدن کارت */
.catalog-item:hover .catalog-card {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 90, 154, 0.15); /* سایه آبی رنگ */
    border-color: var(--color-primary, #005A9A);
}

/* تصویر کاتالوگ */
.catalog-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

/* افکت زوم تصویر */
.catalog-item:hover .catalog-img img {
    transform: scale(1.05);
}

/* لایه رویی (Overlay) */
.catalog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 90, 154, 0.85); /* رنگ سازمانی با شفافیت */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.catalog-item:hover .catalog-overlay {
    opacity: 1;
}

/* دکمه‌های دانلود */
.catalog-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #005A9A;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    margin: 5px 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    opacity: 0;
}

.catalog-btn:hover {
    background: #FCA804;
    color: #fff;
}

.catalog-item:hover .catalog-btn {
    transform: translateY(0);
    opacity: 1;
}

/* عنوان کاتالوگ (پایین کارت) */
.catalog-title {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}



.pr-clr.d-inline-block {
  display: none !important;
}

.fx-services-5-card-content .card-title span {
  display: none;
}

#left_about .fx-scn-title-3 {
  text-align: right;
}

.d-inline-block.pr-clr {
  display: none !important;
}


.d-inline-block.pr-clr {
  display: none !important;
}



/* Media Query فقط برای موبایل - دسکتاپ دست نخورده باقی میمونه */
@media (max-width: 768px) {
    
    
    .fx-blog-details-tag-share {
      display: none;
    }


    
    .fx-blog-details-area h2, h3, h4 {
      font-size: 20px;
    }


    .fx-blog-details-area {
      font-size: 14px;
      text-align: justify;
      text-justify: inter-word;
    }


    
    .breadcrumb-area:is(.has-details) {
      padding-top: 140px;
    }

    .fx-pr-btn-1 .text {
      position: relative;
      z-index: 1;
      overflow: hidden;
      line-height: 1;
      margin-bottom: -2px;
      font-size: 12px !important;
    }


    .fx-services-5-card-img {
        height: 202px !important; /* ارتفاع جدید برای موبایل */
        
        /* تغییر شکل به مستطیل با گوشه‌های گرد (سریع‌تر و تمیزتر برای موبایل) */
        clip-path: none !important; 
        border-radius: 15px; /* یا هر مقدار گردی که دوست دارید */
        
        /* اگر حتماً می‌خواهید شکل خاصی داشته باشد، از یک پولیگان ساده‌تر استفاده کنید: */
        /* clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%); */
    }
    
    /* تنظیم تصویر داخل کادر */
    .fx-services-5-card-img img {
        height: 100%;
        object-fit: cover;
    }
    
    
    .fx-hero-5-area{
        padding-top: 120px;
    }
    
    /* هیرو اسلایدر */
    .fx-hero-5-slider-item {
        flex-direction: column !important;
        text-align: center;
        padding: 20px 15px !important;
    }
    
    .fx-hero-5-slider-item .left,
    .fx-hero-5-slider-item .right {
        width: 100% !important;
        margin-bottom: 25px;
    }
    
    .fx-hero-2-slider-item-title {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }
    
    .fx-hero-5-slider-item-pera {
        font-size: 14px !important;
    }
    
    /* ویدیو */
    .fx-hero-5-video {
        height: 250px;
    }
    
    .fx-hero-5-video video {
        object-fit: cover;
        height: 100%;
    }
    
    /* محصولات */
    .fx-services-5-wrap {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
    
    .fx-services-5-card {
        flex-direction: column !important;
        text-align: center;
    }
    
    .fx-services-5-card-img {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .fx-services-5-card-content {
        width: 100% !important;
    }
    
    .card-title {
        font-size: 18px !important;
    }
    
    /* درباره ما */
    .fx-about-5-wrap {
        flex-direction: column !important;
    }
    
    .fx-about-5-left,
    .fx-about-5-right {
        width: 100% !important;
    }
    
    .fx-about-5-scn-title {
        flex-direction: column !important;
    }
    
    .fx-about-5-scn-title .left,
    .fx-about-5-scn-title .right {
        width: 100% !important;
    }
    
    /* استانداردها */
    .certificate-logo-box {
        min-height: 200px !important;
        padding: 20px !important;
    }
    
    /* اخبار */
    .fx-blog-4-wrap {
        grid-template-columns: 1fr !important;
    }
    
    /* تایپوگرافی */
    .fx-heading-2 {
        font-size: 24px !important;
    }
    
    .fx-para-1 {
        font-size: 14px !important;
    }
    
    /* اسپیسینگ */
    .pt-200, .pb-200 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .pt-160, .pb-160 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .mb-70 {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 480px) {
    .fx-hero-2-slider-item-title {
        font-size: 20px !important;
    }
    
    .fx-services-5-card-img img,
    .fx-blog-4-item .item-img img {
        height: 150px;
        object-fit: cover;
    }
}



/* =========================================
   استایل منوی آکاردئونی موبایل (Accordion)
========================================= */

.fancy-navbar {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fancy-navbar li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* استایل لینک اصلی */
.fancy-navbar a {
    display: flex;              /* استفاده از فلکس برای تراز کردن متن و فلش */
    justify-content: space-between; /* متن راست، فلش چپ */
    align-items: center;
    padding: 15px 0;
    color: #e5e7eb;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.fancy-navbar a:hover {
    color: #FCA804;
    padding-right: 5px;
}


/* وقتی منو باز است، فلش بچرخد */
.fancy-navbar li.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
    color: #FCA804;
}

/* وقتی منو باز است، رنگ متن هم عوض شود */
.fancy-navbar li.menu-item-has-children.active > a {
    color: #FCA804;
}

/* استایل زیرمنو (کشویی) */
.fancy-navbar .sub-menu {
    display: none; /* پیش‌فرض بسته */
    background: rgba(0, 0, 0, 0.2); /* پس‌زمینه تیره‌تر */
    padding-right: 15px; /* تورفتگی برای زیرمنو */
    border-top: 1px solid rgba(255,255,255,0.03);
}

.fancy-navbar .sub-menu li {
    border-bottom: none; /* خط زیرین حذف شود */
}

.fancy-navbar .sub-menu a {
    font-size: 14px;
    color: #9ca3af;
    padding: 12px 0;
}

.fancy-navbar .sub-menu a::after {
    content: none; /* حذف فلش برای زیرمنوها (اگر خودشان زیرمنو ندارند) */
}


/* =========================================
   استایل منوی آکاردئونی موبایل (بدون تداخل)
========================================= */

.fancy-navbar {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.fancy-navbar li {
    position: relative; /* مهم برای کانتینر */
    border-bottom: 1px solid rgba(255,255,255,0.05);
    width: 100%;
}


.dropdown-btn {
  float: left;
  margin-top: -40px;
}



/* چرخش فلش در حالت باز */
.fancy-navbar li.menu-item-has-children.opened > a::after {
    transform: rotate(180deg);
    color: #FCA804;
}

.fancy-navbar li.menu-item-has-children.opened > a {
    color: #FCA804;
}

/* =========================================
   بخش مهم: فیکس کردن زیرمنو (جلوگیری از افتادن روی هم)
========================================= */
.fancy-navbar .sub-menu {
    display: none; /* پیش‌فرض مخفی */
    
    /* این خطوط زیرمنو را از حالت شناور خارج می‌کند و هل می‌دهد پایین */
    position: static !important; 
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    float: none !important;
    
    width: 100%;
    background: rgba(0, 0, 0, 0.2); /* پس‌زمینه تیره‌تر */
    padding-right: 15px; /* تورفتگی */
    box-shadow: none !important;
    border-top: 1px solid rgba(255,255,255,0.05);
    margin: 0;
}

.fancy-navbar .sub-menu li {
    border-bottom: none; 
}

.fancy-navbar .sub-menu a {
    font-size: 14px;
    color: #bbb;
    padding: 12px 0;
    display: block;
}

.fancy-navbar .sub-menu a::after {
    content: none !important; /* حذف فلش برای زیرمنوها */
}

.fancy-navbar .sub-menu a:hover {
    color: #fff;
    padding-right: 5px;
}


/* =========================================
   استایل منوی آکاردئونی موبایل (بدون تداخل)
========================================= */

.fancy-navbar {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.fancy-navbar li {
    position: relative; /* مهم برای کانتینر */
    border-bottom: 1px solid rgba(255,255,255,0.05);
    width: 100%;
}





/* چرخش فلش در حالت باز */
.fancy-navbar li.menu-item-has-children.opened > a::after {
    transform: rotate(180deg);
    color: #FCA804;
}

.fancy-navbar li.menu-item-has-children.opened > a {
    color: #FCA804;
}

/* =========================================
   بخش مهم: فیکس کردن زیرمنو (جلوگیری از افتادن روی هم)
========================================= */
.fancy-navbar .sub-menu {
    display: none; /* پیش‌فرض مخفی */
    
    /* این خطوط زیرمنو را از حالت شناور خارج می‌کند و هل می‌دهد پایین */
    position: static !important; 
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    float: none !important;
    
    width: 100%;
    background: rgba(0, 0, 0, 0.2); /* پس‌زمینه تیره‌تر */
    padding-right: 15px; /* تورفتگی */
    box-shadow: none !important;
    border-top: 1px solid rgba(255,255,255,0.05);
    margin: 0;
}

.fancy-navbar .sub-menu li {
    border-bottom: none; 
}

.fancy-navbar .sub-menu a {
    font-size: 14px;
    color: #bbb;
    padding: 12px 0;
    display: block;
}

.fancy-navbar .sub-menu a::after {
    content: none !important; /* حذف فلش برای زیرمنوها */
}

.fancy-navbar .sub-menu a:hover {
    color: #fff;
    padding-right: 5px;
}



/* =========================================
   استایل اصلاح‌شده منوی موبایل (Fancy Dark)
========================================= */

.fancy-offcanvas {
    background: #111827; /* رنگ پس‌زمینه تیره یکدست */
    color: #fff;
}

/* استایل لیست منو */
.fancy-navbar {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fancy-navbar li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* لینک‌های اصلی */
.fancy-navbar a {
    display: block;
    padding: 15px 0;
    color: #e5e7eb;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fancy-navbar a:hover {
    color: #FCA804; /* رنگ نارنجی هنگام هاور */
    padding-right: 10px;
}

/* دکمه‌ی باز کردن زیرمنو (که با JS اضافه می‌کنیم) */
.submenu-toggle {
    position: absolute;
    left: 0; /* دکمه سمت چپ قرار می‌گیرد (چون فارسی است) */
    top: 0;
    width: 50px;
    height: 54px; /* هم‌ارتفاع با لینک */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,0.5);
    font-size: 18px;
    transition: all 0.3s;
    z-index: 10;
    border-right: 1px solid rgba(255,255,255,0.05); /* خط جداکننده ظریف */
}

.submenu-toggle:hover,
.submenu-toggle.active {
    color: #FCA804;
    background: rgba(255,255,255,0.03);
}

/* آیکون داخل دکمه */
.submenu-toggle i {
    transition: transform 0.3s ease;
}

/* چرخش آیکون وقتی فعال است */
.submenu-toggle.active i {
    transform: rotate(180deg);
}

/* استایل زیرمنوها */
.fancy-navbar .sub-menu {
    display: none; /* پیش‌فرض مخفی */
    background: rgba(0,0,0,0.2); /* پس‌زمینه تیره‌تر برای زیرمنو */
    padding-right: 20px; /* تورفتگی از راست */
    border-top: 1px solid rgba(255,255,255,0.05);
}

.fancy-navbar .sub-menu li {
    border-bottom: none; /* حذف خط زیرین برای آیتم‌های زیرمنو */
}

.fancy-navbar .sub-menu a {
    font-size: 14px;
    color: #9ca3af;
    padding: 12px 0;
}

.fancy-navbar .sub-menu a:hover {
    color: #fff;
}


/* =========================================
   استایل جدید و زیبای منوی موبایل (Offcanvas)
========================================= */

/* 1. پس‌زمینه و کلیات */
.fancy-offcanvas.txa-offcanvas-box {
    /* گرادینت تیره و شیک */
    background: linear-gradient(145deg, #0a1520 0%, #14283c 100%);
    color: #fff;
}

.txa-offcanvas-box-close {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px; /* دکمه بستن سمت راست */
    right: auto;
    transition: 0.3s;
}

.txa-offcanvas-box-close:hover {
    background: var(--color-primary, #FCA804) !important; /* رنگ تاکیدی هنگام هاور */
    transform: rotate(90deg);
}

.txa-offcanvas-box-container {
    padding: 30px;
}

/* 2. استایل فرم جستجو */
.fancy-search-form {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.fancy-search-form input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
}

.fancy-search-form input::placeholder {
    color: rgba(255,255,255,0.5);
}

.fancy-search-form button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--color-primary, #FCA804);
    font-size: 18px;
}

/* 3. استایل منوها (مهم) */
.fancy-navbar li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.fancy-navbar li a {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    display: block;
    transition: 0.3s;
    position: relative;
}

.fancy-navbar li a:hover {
    color: var(--color-primary, #FCA804);
    padding-right: 10px; /* حرکت کوچک هنگام هاور */
}


/* چرخش فلش وقتی منو باز است */
.fancy-navbar li.menu-item-has-children.opened > a::after {
    transform: rotate(180deg);
    color: var(--color-primary, #FCA804);
}

/* استایل زیرمنوها */
.fancy-navbar .sub-menu {
    display: none;
    background: rgba(0,0,0,0.15); /* کمی تیره‌تر برای تمایز */
    padding-right: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.fancy-navbar .sub-menu li:last-child {
    border-bottom: none;
}

.fancy-navbar .sub-menu a {
    font-size: 14px;
    padding: 12px 0;
    color: rgba(255,255,255,0.7);
}

/* 4. استایل فوتر و تماس */
.offcanvas-footer {
    margin-top: auto; /* هل دادن به پایین */
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-title {
    color: var(--color-primary, #FCA804);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #fff;
}

.accent-icon {
    color: var(--color-primary, #FCA804);
    margin-left: 15px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.footer-contact-list a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* شبکه‌های اجتماعی */
.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: var(--color-primary, #FCA804);
    transform: translateY(-3px);
}








/* استایل جدید کارت گواهینامه */
.certificate-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    border-bottom: 4px solid #005A9A; /* خط رنگی پایین */
    height: 100%;
    position: relative;
}

.certificate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-bottom-color: #FCA804; /* تغییر رنگ در هاور */
}

.cert-img-wrapper {
    padding: 40px;
    background: #f9f9f9;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: relative;
}

.cert-img-wrapper img {
    height: 120px;
    object-fit: contain;
    transition: transform 0.4s;
}

.certificate-card:hover .cert-img-wrapper img {
    transform: scale(1.1);
}

.cert-content {
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

/* آیکون دایره‌ای وسط */
.cert-icon {
    width: 50px;
    height: 50px;
    background: #005A9A;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: -25px; /* نصف بیرون، نصف داخل */
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #fff;
    transition: 0.4s;
}

.certificate-card:hover .cert-icon {
    background: #FCA804;
    transform: translateX(-50%) rotate(360deg);
}

.cert-content h4 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.cert-content p {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}



/* =============================================
استایل اختصاصی برای گالری تصاویر وردپرس
============================================= 
*/

/* حذف استایل‌های پیش‌فرض و مزاحم وردپرس */
.styled-wp-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; /* جبران فاصله بین ستون‌ها */
    width: auto;
}

.styled-wp-gallery .gallery-item {
    padding: 15px; /* فاصله بین عکس‌ها */
    margin: 0 !important; /* حذف مارجین پیش‌فرض وردپرس */
    float: none !important;
    max-width: none !important;
    width: 33.333%; /* پیش‌فرض: ۳ ستونه */
    position: relative;
}

/* تنظیمات ریسپانسیو (موبایل و تبلت) */
@media (max-width: 992px) {
    .styled-wp-gallery .gallery-item { width: 50%; } /* تبلت: ۲ ستونه */
}
@media (max-width: 576px) {
    .styled-wp-gallery .gallery-item { width: 100%; } /* موبایل: ۱ ستونه */
}

/* استایل تصاویر */
.styled-wp-gallery .gallery-icon img {
    width: 100%;
    height: 300px; /* ارتفاع ثابت برای هم‌اندازه شدن */
    object-fit: cover; /* برش عکس برای پر کردن قاب */
    border-radius: 10px;
    border: 1px solid #eee;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: block;
}

/* افکت هاور (موس روی عکس) */
.styled-wp-gallery .gallery-icon img:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 90, 154, 0.2); /* سایه آبی */
    border-color: #005A9A;
}

/* مخفی کردن کپشن‌های زشت پیش‌فرض وردپرس (اختیاری) */
.styled-wp-gallery .gallery-caption {
    display: none; 
}

/* =========================================
   استایل امضای انگلیسی (Powered by)
========================================= */

.hami-signature.power-style {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #ccc;
    /* اجبار به استفاده از فونت انگلیسی برای زیبایی بیشتر */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    direction: ltr; /* چپ‌چین کردن امضا */
}

/* استایل آیکون رعد و برق */
.hami-icon i {
    font-size: 16px;
    color: #FCA804;
    /* انیمیشن تپش الکتریکی */
    animation: electric-pulse 2s infinite ease-in-out;
    filter: drop-shadow(0 0 2px rgba(252, 168, 4, 0.5));
}

/* استایل متن لینک */
.hami-link-power {
    color: #fff;
    font-weight: 800; /* خیلی ضخیم */
    text-transform: uppercase; /* تمام حروف بزرگ */
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* افکت هاور روی لینک */
.hami-link-power:hover {
    color: #FCA804; /* تغییر رنگ به نارنجی سازمانی */
    letter-spacing: 1.5px; /* باز شدن حروف از هم */
    text-shadow: 0 0 10px rgba(252, 168, 4, 0.6); /* سایه درخشان */
}

/* تعریف انیمیشن تپش */
@keyframes electric-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; text-shadow: 0 0 8px #FCA804; }
    100% { transform: scale(1); opacity: 0.8; }
}

