@charset "utf-8";
/* CSS Document */
/* ==========================================================
   FONTS
   ========================================================== */

@font-face {
    font-family: Vazir-Bold-FD;
    src: url("FONTS/Vazir-Bold-FD.woff") format("woff");
}

@font-face {
    font-family: Shabnam-Bold;
    src: url("FONTS/Shabnam-Bold.woff") format("woff");
}

	@font-face {
    font-family: "Lalezar-ExtraBold";
    src: url("FONTS/Lalezar-ExtraBold.woff2") format("woff2"),
         url("FONTS/Lalezar-ExtraBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face{font-family:'Shabnam';src:url('Fonts/Shabnam-Bold-P.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Gandom';src:url('Fonts/Gandom.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'IRANSansWeb';src:url('Fonts/IRANSansWeb.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'koosha-Bold';src:url('Fonts/koosha-Bold.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Parastoo';src:url('Fonts/Parastoo.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Samim';src:url('Fonts/Samim.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}


/* ==========================================================
   THEME VARIABLES
   ========================================================== */


:root {

    

    --text-color: #444444;
    --heading-color: #46443D;

    --background: #ffffff;
    --backgroundSection: #d1bac5;

    --shadow-sm: 0 2px 15px rgba(0, 0, 0, .1);
    --shadow-md: 0 6px 20px rgba(0, 0, 0, .1);
    --radius: 10px;
	--font-secondary: Vazir-Bold-FD;
	--font-main: Vazir-Bold-FD;
	--font-titel: Lalezar-ExtraBold;

  }

/* ==========================================================
   RESET
   ========================================================== */

.sectionBack {
    background: var(--site-color);
    border: 2px solid var(--site-color);
    text-align: center;
    width: 95%; /* یا هر عرض دلخواه، مثلاً 600px یا 80% */
    max-width: 1320px; /* برای جلوگیری از بزرگ‌تر شدن بیش از حد */
    padding: 5px 2px; /* برای فاصله داخلی بهتر */
    margin: auto; /* فقط برای سنتر افقی در حالت عادی */
    border-radius: var(--radius,10px); /* برای زیبایی */
}
.htm {

     color: var(--text-color);
    font-family: var(--font-main);
    background: var(--brand-color);

}

	.titleLogo {
    font-family:var(--font-titel), sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--site-color);
    -webkit-text-stroke: 3px #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    paint-order: stroke fill;
		width: 350px;
}	
		
		
.headerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	width: 550px;
   
}





* {
    box-sizing: border-box;
}

body {

    margin: 0;
    color: var(--text-color);
    font-family: var(--font-main);
}

img {

    max-width: 100%;
    border-radius: var(--radius);
}

a {

    color: var(--site-color);
    text-decoration: none;
    transition: .3s;
}

a:hover {

    color: var(--site-color-hover);
}

p {

    direction: rtl;
    text-align: justify;
    font-family: var(--font-main);
}

h1 {

    color: var(--site-color);
    font-size: 25px;
    font-weight: 500;
    direction: rtl;
}

h2 {

    color: var(--heading-color);
    font-size: 20px;
    font-weight: 500;
    direction: rtl;
}

h3 {

    color: var(--heading-color);
    font-family: var(--font-secondary);
    font-size: 20px;
}

h4 {

    color: var(--site-color);
    font-family: var(--font-secondary);
    font-size: 25px;
}

/* ==========================================================
   TOP BAR
   ========================================================== */

#topbar {

    height: 40px;
    color: #fff;
    background: var(--site-color);
}

.topbar {

    height: 40px;
    color: #fff;
    background: var(--site-color);
}

  #li{
          font-family:Vazir-Bold-FD;
            direction:rtl;
             font-size: 18px;
              color:#3E3C53;
          
      }

/* ==========================================================
   HEADER
   ========================================================== */

#header {

    top: 40px;
    z-index: 997;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

#header.header-scrolled {

    top: 0;
}

/* ==========================================================
   LOGO
   ========================================================== */

.site-logo img {

    height: 80px;
    width: 150px;
    margin-right: 30px;
    display:flex;
}

@media (max-width:768px) {

    .site-logo img {

        height: 45px;
        width: auto;
    }
}

@media (max-width:480px) {

    .site-logo img {

        height: 35px;
    }
}

/* ==========================================================
   MENU
   ========================================================== */

.nav-menu ul {

    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {

    display: flex;
}

.nav-menu>ul>li {

    padding: 10px 0 10px 28px;
}

.nav-menu a {

    color: #423F57;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .active>a {

    color: var(--site-color);
}

/* ==========================================================
   SECTION TITLE
   ========================================================== */

.section-title {
    text-align: center;
    padding-bottom: 15px;
}

.section-title h2 {
    display: inline-flex; /* باعث می‌شود عرض h2 دقیقاً برابر با عرض متن شود */
    align-items: center;  /* تراز کردن خط‌ها با مرکز متن در راستای عمودی */
    position: relative;
    padding: 0 10px;      /* ایجاد فاصله ۵ پیکسلی از متن برای خط‌ها */
}

/* خط سمت چپ */
.section-title h2::before {
    content: "";
    display: inline-block;
    width: 50px;          /* طول خط */
    height: 4px;          /* ضخامت خط */
    background: var(--site-color);
    margin-right: 10px;    /* فاصله ثابت از متن (۵ پیکسل) */
}

/* خط سمت راست */
.section-title h2::after {
    content: "";
    display: inline-block;
    width: 50px;          /* طول خط */
    height: 4px;          /* ضخامت خط */
    background: var(--site-color);
    margin-left: 10px;    /* فاصله ثابت از متن (۵ پیکسل) */
}


.section-title p {

    text-align: center;
}

/*.section-title h2::after {

    content: "";

    position: absolute;

    width: 50px;
    height: 3px;

    left: calc(50% - 25px);
    bottom: 0;

    background: var(--site-color);
}*/


/* ==========================================================
   INTRO
   ========================================================== */

.intro p {

    text-align: center;
}

/* ==========================================================
   BRANDS
   ========================================================== */

.featured-services {

    text-align: center;
}

.featured-services .icon-box-bb {

    padding: 30px;

    position: relative;

    overflow: hidden;

    background: #fff;

    border-radius: 8px;

    box-shadow: 0 0 29px rgba(68, 88, 144, .12);

    transition: .3s;
	
	font-size: 35px;
	
	color:var(--site-color) 
}

.featured-services .icon-box-bb::before {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 0;

    background: var(--site-color);

    transition: .3s;

    z-index: -1;
}

.featured-services .icon-box-bb:hover::before {

    height: 100%;
}

.featured-services .icon-box-bb:hover * {

    color: #fff !important;
}

/* ==========================================================
   CTA
   ========================================================== */

.cta {

    padding: 60px 0;

    color: #fff;

    background: var(--site-color);

    text-align: center;
}

/* ==========================================================
   SERVICES
   ========================================================== */

.services {

    text-align: center;
}

.descriptionB {

    line-height: 2;

    font-size: 14px;

    text-align: justify;
	
	color:var(--text-color)
}

/* ==========================================================
   CARD
   ========================================================== */

.cardXX {

    width: 95%;

    margin: auto;

    padding: 30px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: #fff;

    border-radius: 12px;

    box-shadow: var(--shadow-md);

    transition: .3s;
}

.cardXX:hover {

    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);


@media (max-width: 768px) {
   .cardXX{
     width: 600PX;
   }
    
}






}

/* ==========================================================
   POPUP
   ========================================================== */

.popup-overlay {

    position: fixed;

    inset: 0;

    display: none;

    justify-content: center;

    align-items: center;

    background: rgba(0, 0, 0, .6);

    z-index: 9999;
}

.popup {

    width: 90%;

    max-width: 400px;

    padding: 20px;

    text-align: center;

    background: #fff;

    border-radius: 10px;

    animation: popup .4s;
}

@keyframes popup {

    from {

        transform: scale(.7);

        opacity: 0;
    }

    to {

        transform: scale(1);

        opacity: 1;
    }
}

/* ==========================================================
   PRELOADER
   ========================================================== */

#preloader {

    position: fixed;

    inset: 0;

    background: #fff;

    z-index: 9999;
}

/* ==========================================================
   BACK TO TOP
   ========================================================== */

.back-to-top {

    position: fixed;

    right: 15px;

    bottom: 15px;

    display: none;

    z-index: 99999;
}

.back-to-top i {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    background: var(--site-color);

    border-radius: 4px;
}

/* ==========================================================
   FOOTER
   ========================================================== */

.footer {

    padding: 50px 20px;

    background: #f6f7fb;

    color: #3E3C53;
}

.footer-map-section {

    text-align: center;

    margin-top: 40px;
}

.map-wrapper {

    display: inline-block;

    overflow: hidden;

    border-radius: 14px;
}

.map-wrapper img {

    transition: .4s;
}

.map-wrapper:hover img {

    transform: scale(1.03);
}



#topbar{
    background:var(--site-color)!important;
}

#header{
    border-top:4px solid var(--site-color)!important;
}

.nav-menu a:hover,
.nav-menu .active>a{
    color:var(--site-color)!important;
}

.section-title h2{
    font-size: 28px;
    color: var(--site-color, #8B1538);
    margin-bottom: 10px;
    font-family: var(--font-titel, 'Lalezar-ExtraBold', sans-serif);;
}

.btn-primary,
button,
.cta{
    background:var(--site-color)!important;
}

a{
    color:var(--site-color);
}

a:hover{
    color:var(--site-color-hover);
}

.back-to-top{
    background:var(--site-color)!important;
}






/* ==========================================================
   header hamber menu
   ========================================================== */



.header-wrapper {
    display: flex;
    align-items: center;
    direction: rtl;
	color: aliceblue;
    padding-right: 30px;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

@media (max-width: 768px) {

    .header-wrapper {
        justify-content: flex-start;
        gap: 10px;
    }

    .menu-toggle {
        order: 1;
        display: block;
		
    }

    .logo-link {
        order: 2;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nav-menu {
        order: 3;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        display: none;
    }

    .nav-menu.active {
        display: block;
    }
}

@media (max-width: 768px) {

    .logo-link img {
        width: 60px;
        height: 60px;
    }

    .titleLogo {
        font-size: 21px;
    }

    .header-wrapper {
        gap: 5px;
       
    }

    .menu-toggle {
        font-size: 20px;
		background: #FBF4F4;
    }

    .topbar {

   font-size: 11px;
  
}
}

/* به‌صورت پیش‌فرض در دسکتاپ مخفی باشد */
.menu-toggle {
    display: none;
}

/* فقط در موبایل نمایش داده شود */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
    }

    .nav-menu.active {
        display: block;
    }
}

.mobile-nav-toggle {
    display: none !important;
}

#topbar {
    display: none !important;
}

@media (max-width: 768px) {

    .mobile-nav-toggle,
    .bi-list,
    .bi-x,
    #topbar {
        display: none !important;
    }
}




/* ==========================================================
   بخش سرویس‌ها - کاملاً مستقل و راست‌چین
   ========================================================== */

/* محفظه اصلی */
.my-service-section {
    padding: 30px 0 50px 0;
    background: var(--background, #ffffff);
    width: 100%;
    direction: rtl; /* راست‌چین کردن کل بخش */
}

/* کانتینر داخلی با پهنای مشخص */
.my-service-container {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
    direction: rtl;
}

/* هدر بخش */
.my-service-header {
    text-align: center;
    margin-bottom: 35px;
}
.my-service-header h2 {
    font-size: 28px;
    color: var(--site-color, #8B1538);
    margin-bottom: 10px;
    font-family: var(--font-titel, 'Lalezar-ExtraBold', sans-serif);
}
.my-service-header p {
    color: var(--text-color, #444444);
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

/* ===== گرید کارت‌ها (چهار ستونه و راست‌چین) ===== */
.my-service-grid {
    display: grid !important; /* با !important برای غلبه بر سایر استایل‌ها */
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
    direction: rtl !important; /* راست‌چین شدن ترتیب کارت‌ها */
    width: 100% !important;
}

/* ===== هر کارت ===== */
.my-service-card {
    background: #ffffff;
    border-radius: var(--radius, 10px);
    padding: 28px 18px 22px;
    text-align: center;
    box-shadow: var(--shadow-sm, 0 2px 15px rgba(0,0,0,0.08));
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md, 0 8px 25px rgba(0,0,0,0.12));
    border-color: var(--site-color, #8B1538);
}


/* ===== آیکون ===== */
.my-service-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f0f0;
    color: var(--site-color, #8B1538);
    font-size: 38px;  /* اندازه آیکون را کمی بزرگتر کردم تا لوگو بهتر دیده شود */
    margin-bottom: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    
    /* ===== خطوط حیاتی برای نمایش آیکون ===== */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.my-service-card:hover .my-service-icon {
    background: var(--site-color, #8B1538);
    color: #ffffff;
    transform: scale(1.08);
}
.my-service-card:hover .my-service-icon {
    background: var(--site-color, #8B1538);
    color: #ffffff;
    transform: scale(1.08);
}

/* ===== نام سرویس (فونت 22px) ===== */
.my-service-name {
    font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif);
    font-size: 22px !important;
    font-weight: 700;
    color: var(--heading-color, #46443D);
    margin: 0 0 10px 0;
    line-height: 1.5;
    text-align: center;
}

/* ===== توضیحات (فونت پیش‌فرض) ===== */
.my-service-desc {
    font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color, #444444);
    line-height: 1.9;
    margin: 0;
    text-align: center;
    flex-grow: 1;
}

/* ==========================================================
   واکنش‌گرایی (Responsive)
   ========================================================== */

@media (max-width: 1024px) {
    .my-service-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .my-service-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }
    .my-service-card {
        padding: 22px 14px 18px;
    }
    .my-service-name {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .my-service-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    .my-service-card {
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
    }
    .my-service-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    .my-service-name {
        font-size: 19px !important;
    }
}

@media (max-width: 360px) {
    .my-service-card {
        padding: 14px 8px;
    }
    .my-service-name {
        font-size: 17px !important;
    }
    .my-service-desc {
        font-size: 13px;
    }
}

/* کاهش حرکت برای کاربران ویژه */
@media (prefers-reduced-motion: reduce) {
    .my-service-card,
    .my-service-card * {
        transition: none !important;
        transform: none !important;
    }
}
/* ==========================================================
   بخش پرسش و پاسخ (FAQ) - هماهنگ با استایل سایت
   ========================================================== */

.my-faq-section {
    padding: 30px 0 50px 0;
    background: var(--background, #ffffff);
    direction: rtl;
}

.my-faq-container {
    max-width: 850px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
    direction: rtl;
}

.my-faq-header {
    text-align: center;
    margin-bottom: 35px;
}
.my-faq-header h2 {
    font-size: 28px;
    color: var(--site-color, #8B1538);
    margin-bottom: 8px;
    font-family: var(--font-titel, 'Lalezar-ExtraBold', sans-serif);
}
.my-faq-header p {
    color: var(--text-color, #444444);
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

/* ===== لیست سوالات ===== */
.my-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ===== هر آیتم ===== */
.my-faq-item {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: var(--radius, 10px);
    overflow: hidden;
    box-shadow: var(--shadow-sm, 0 2px 15px rgba(0,0,0,0.05));
    transition: all 0.3s ease;
}

.my-faq-item:hover {
    border-color: var(--site-color, #8B1538);
    box-shadow: var(--shadow-md, 0 4px 20px rgba(0,0,0,0.08));
}

/* ===== قسمت سوال (قابل کلیک) ===== */
.my-faq-question {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.2s ease;
    direction: rtl;
    user-select: none;
}

.my-faq-question:hover {
    background: #f9f6f6;
}

.my-faq-question-text {
    font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif);
    font-size: 17px;
    font-weight: 600;
    color: var(--heading-color, #46443D);
    flex: 1;
    margin-left: 15px;
    line-height: 1.6;
}

/* ===== آیکون باز/بسته ===== */
.my-faq-toggle-icon {
    font-family: 'icomoon' !important;
    font-size: 22px;
    color: var(--site-color, #8B1538);
    flex-shrink: 0;
    transition: transform 0.3s ease;
    line-height: 1;
}

.my-faq-toggle-icon.icon-plus::before {
    content: "\f1dc";  /* آیکون plus از icomoon */
}
.my-faq-toggle-icon.icon-minus::before {
    content: "\f1de";  /* آیکون minus از icomoon */
}

/* ===== پاسخ (با slide باز می‌شود) ===== */
.my-faq-answer {
    display: none;  /* توسط جی‌کوئری کنترل می‌شود */
    border-top: 1px solid #f0f0f0;
    background: #fcfcfc;
    direction: rtl;
}

.my-faq-answer-content {
    padding: 22px 25px 25px;
    font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif);
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color, #444444);
    line-height: 2;
    text-align: justify;
}

/* ==========================================================
   واکنش‌گرایی
   ========================================================== */

@media (max-width: 768px) {
    .my-faq-question {
        padding: 15px 16px;
    }
    .my-faq-question-text {
        font-size: 15px;
    }
    .my-faq-answer-content {
        padding: 18px 18px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .my-faq-container {
        width: calc(100% - 16px);
        padding: 0 8px;
    }
    .my-faq-question {
        padding: 13px 12px;
    }
    .my-faq-question-text {
        font-size: 14px;
    }
    .my-faq-toggle-icon {
        font-size: 18px;
    }
    .my-faq-answer-content {
        padding: 14px 14px 18px;
        font-size: 13px;
        line-height: 1.9;
    }
}

/* کاهش حرکت */
@media (prefers-reduced-motion: reduce) {
    .my-faq-question,
    .my-faq-answer,
    .my-faq-item {
        transition: none !important;
    }
    .my-faq-answer {
        display: none !important;
    }
    .my-faq-item.active .my-faq-answer {
        display: block !important;
    }
}


/* ==========================================================
   اسلایدر Hero - کارت در پایین و وسط
   ========================================================== */

.hero-slider-section {
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--background, #ffffff);
    direction: rtl;
    overflow: hidden;
    position: relative;
}

.hero-slider-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    direction: rtl;
}

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

/* ===== هر اسلاید با تصویر پس‌زمینه ===== */
.hero-slide {
    display: none;
    position: relative;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    direction: rtl;
    /* ---- موقعیت کارت: وسط افقی، پایین با فاصله 20px ---- */
    display: flex;
    align-items: flex-end;      /* چسبیدن به پایین */
    justify-content: center;    /* وسط افقی */
    padding-bottom: 0;
}

/* ===== کارت نوشته‌ها (پایین و وسط) ===== */
.hero-slide-card {
    position: relative;
    z-index: 2;
    max-width: 70%;
    padding: 35px 45px;
    margin-bottom: 40px;        /* فاصله ۲۰ پیکسل از پایین */
    direction: rtl;
    text-align: center;
    
    /* ---- مشخصات کارت ---- */
    background: rgba(0, 0, 0, 0.4);        /* شفافیت 0.4 */
    border: 2px solid var(--site-color ) ;/* کادر دور با تیرگی بیشتر */
    border-radius: 16px;
    
    /* ---- لایه زیرین برای برجستگی (Shadow) ---- */
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.5),     /* سایه اصلی */
        inset 0 1px 0 rgba(255, 255, 255, 0.15); /* بازتاب نور داخلی */
    
    /* ---- انیمیشن ورود ---- */
    animation: heroCardFadeUp 0.6s ease 0.2s both;
}

/* انیمیشن ورود کارت از پایین */
@keyframes heroCardFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== تیتر ===== */
.hero-slide-title {
    font-family: var(--font-titel, 'Lalezar-ExtraBold', sans-serif);
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

/* ===== توضیحات ===== */
.hero-slide-desc {
    font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif);
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 2.1;
    text-align: center;
    margin: 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

/* ===== دکمه‌های قبلی/بعدی ===== */
.hero-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.hero-btn:hover {
    background: var(--site-color, #8B1538);
    border-color: var(--site-color, #8B1538);
    transform: translateY(-50%) scale(1.08);
}

.hero-btn i {
    font-family: 'icomoon' !important;
    line-height: 1;
}

.hero-btn-prev {
    right: 20px;
}
.hero-btn-next {
    left: 20px;
}

/* ===== Thumbnail‌ها ===== */
.hero-thumbnails {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    padding: 5px 0;
    direction: rtl;
}

.hero-thumbnail {
    width: 70px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.6;
    flex-shrink: 0;
}

.hero-thumbnail:hover {
    opacity: 0.9;
    transform: scale(1.04);
}

.hero-thumbnail.active {
    border-color: var(--site-color, #8B1538);
    opacity: 1;
    box-shadow: 0 0 0 2px rgba(139, 21, 56, 0.3);
}

.hero-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== شمارنده ===== */
.hero-slide-counter {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif);
    z-index: 5;
    direction: ltr;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ==========================================================
   واکنش‌گرایی
   ========================================================== */

@media (max-width: 1024px) {
    .hero-slide,
    .hero-slider-wrapper {
        height: 450px;
    }
    .hero-slide-card {
        max-width: 80%;
        padding: 28px 35px;
        margin-bottom: 18px;
    }
    .hero-slide-title {
        font-size: 32px;
    }
    .hero-slide-desc {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-slide,
    .hero-slider-wrapper {
        height: 380px;
    }
    .hero-slide-card {
        max-width: 90%;
        padding: 22px 25px;
        margin-bottom: 15px;
        border-width: 1.5px;
    }
    .hero-slide-title {
        font-size: 26px;
    }
    .hero-slide-desc {
        font-size: 15px;
    }
    .hero-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .hero-btn-prev {
        right: 10px;
    }
    .hero-btn-next {
        left: 10px;
    }
    .hero-thumbnail {
        width: 55px;
        height: 40px;
    }
    .hero-slide-counter {
        bottom: 18px;
        right: 15px;
        font-size: 11px;
        padding: 4px 12px;
    }
}

@media (max-width: 576px) {
    .hero-slide,
    .hero-slider-wrapper {
        height: 300px;
    }
    .hero-slide-card {
        max-width: 94%;
        padding: 16px 15px;
        margin-bottom: 12px;
        border-width: 1.5px;
        border-radius: 12px;
    }
    .hero-slide-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .hero-slide-desc {
        font-size: 13px;
        line-height: 1.8;
    }
    .hero-btn {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
    .hero-btn-prev {
        right: 5px;
    }
    .hero-btn-next {
        left: 5px;
    }
    .hero-thumbnail {
        width: 45px;
        height: 32px;
    }
    .hero-slide-counter {
        bottom: 14px;
        right: 10px;
        font-size: 10px;
        padding: 3px 10px;
    }
}

@media (max-width: 360px) {
    .hero-slide,
    .hero-slider-wrapper {
        height: 260px;
    }
    .hero-slide-card {
        padding: 14px 12px;
        margin-bottom: 10px;
    }
    .hero-slide-title {
        font-size: 18px;
    }
    .hero-slide-desc {
        font-size: 12px;
    }
}

/* کاهش حرکت */
@media (prefers-reduced-motion: reduce) {
    .hero-slide,
    .hero-btn,
    .hero-thumbnail,
    .hero-slide-card {
        transition: none !important;
        animation: none !important;
    }
    .hero-slide {
        display: flex !important;
    }
    .hero-slide:not(:first-child) {
        display: none !important;
    }
    .hero-thumbnail {
        cursor: default;
    }
    .hero-btn {
        display: none !important;
    }
}






/* ===== بخش مقالات ===== */
.art-article-section { padding: 30px 0 50px; background: #fff; direction: rtl; overflow: hidden; }
.art-article-container { max-width: 1200px; width: calc(100% - 30px); margin: 0 auto; padding: 0 15px; direction: rtl; }
.art-article-header { text-align: center; margin-bottom: 30px; }
.art-article-header h2 { font-size: 28px; color: var(--site-color, #8B1538); margin-bottom: 8px; font-family: var(--font-titel, 'Lalezar-ExtraBold', sans-serif); }
.art-article-header p { color: var(--text-color, #444); font-size: 16px; max-width: 500px; margin: 0 auto; text-align: center; }
.art-article-slider-wrapper { position: relative; display: flex; align-items: center; gap: 10px; }
.art-article-btn { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--site-color, #8B1538); color: #fff; font-size: 22px; border: none; cursor: pointer; transition: all 0.3s; z-index: 5; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.art-article-btn:hover { background: var(--site-color-hover, #6B1029); transform: scale(1.05); }
.art-article-btn i { font-family: 'icomoon' !important; line-height: 1; }
.art-article-scroll-container { flex: 1; overflow: hidden; position: relative; border-radius: var(--radius, 10px); }
.art-article-track { display: flex; gap: 20px; transition: transform 0.5s ease; will-change: transform; direction: rtl; }
.art-article-card { min-width: 260px; max-width: 280px; flex: 0 0 auto; background: #fff; border-radius: var(--radius, 10px); border: 1px solid #f0f0f0; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); transition: all 0.3s; cursor: pointer; direction: rtl; }
.art-article-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); border-color: var(--site-color, #8B1538); }
.art-article-image { width: 100%; height: 180px; overflow: hidden; background: #f3f3f3; }
.art-article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.art-article-card:hover .art-article-image img { transform: scale(1.04); }
.art-article-info { padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.art-article-title { font-size: 16px !important; font-weight: 700; color: var(--heading-color, #46443D); margin: 0; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif); }
.art-article-date { font-size: 13px; color: var(--text-color, #666); display: flex; align-items: center; gap: 5px; direction: rtl; }
.art-article-date i { font-family: 'icomoon' !important; font-size: 14px; color: var(--site-color, #8B1538); }
.art-article-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.art-article-dot { width: 10px; height: 10px; border-radius: 50%; background: #d0d0d0; cursor: pointer; transition: all 0.3s; }
.art-article-dot:hover { background: var(--site-color, #8B1538); opacity: 0.6; }
.art-article-dot.active { background: var(--site-color, #8B1538); width: 24px; border-radius: 6px; }

/* مودال */
.art-article-modal { display: none; position: fixed; inset: 0; z-index: 99999; direction: rtl; }
.art-article-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.art-article-modal-box { position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); width: 92%; max-width: 700px; max-height: 90vh; background: #fff; border-radius: 16px; box-shadow: 0 25px 60px rgba(0,0,0,0.3); overflow: hidden; display: flex; flex-direction: column; animation: modalSlideIn 0.3s ease; }
@keyframes modalSlideIn { from { transform: translate(50%, -45%) scale(0.95); opacity: 0; } to { transform: translate(50%, -50%) scale(1); opacity: 1; } }
.art-article-modal-close { position: absolute; top: 12px; left: 12px; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,0.05); border: none; font-size: 22px; color: #333; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.art-article-modal-close:hover { background: rgba(0,0,0,0.12); transform: rotate(90deg); }
.art-article-modal-close i { font-family: 'icomoon' !important; }
.art-article-modal-content { padding: 30px; overflow-y: auto; max-height: 85vh; direction: rtl; }
.modal-article-image { width: 100%; max-height: 300px; overflow: hidden; border-radius: 10px; margin-bottom: 20px; }
.modal-article-image img { width: 100%; height: 100%; max-height: 300px; object-fit: cover; }
.modal-article-title { font-family: var(--font-titel, 'Lalezar-ExtraBold', sans-serif); font-size: 28px; color: var(--site-color, #8B1538); margin: 0 0 12px; line-height: 1.4; }
.modal-article-meta { display: flex; gap: 18px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: var(--text-color, #666); }
.modal-article-meta i { font-family: 'icomoon' !important; color: var(--site-color, #8B1538); margin-left: 5px; }
.modal-article-body { font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif); font-size: 15px; font-weight: 400; color: var(--text-color, #444); line-height: 2.1; text-align: justify; }

/* واکنش‌گرایی */
@media (max-width: 1024px) { .art-article-card { min-width: 220px; max-width: 240px; } .art-article-image { height: 150px; } }
@media (max-width: 768px) { .art-article-card { min-width: 190px; max-width: 210px; } .art-article-image { height: 130px; } .art-article-title { font-size: 18px !important; } .art-article-btn { width: 36px; height: 36px; font-size: 18px; } }
@media (max-width: 576px) { .art-article-card { min-width: 160px; max-width: 180px; } .art-article-image { height: 110px; } .art-article-title { font-size: 16px !important; } .art-article-info { padding: 12px; } .art-article-btn { width: 32px; height: 32px; font-size: 16px; } .art-article-slider-wrapper { gap: 5px; } }
@media (prefers-reduced-motion: reduce) { .art-article-track, .art-article-card, .art-article-card *, .art-article-modal-box { transition: none !important; animation: none !important; } .art-article-card:hover { transform: none !important; } }








/* ==========================================================
   منوی هدر - بدون بک‌گراند (پیشوند Me)
   ========================================================== */

.me-menu-nav {
    display: flex;
    align-items: center;
    direction: rtl;
    width: 100%;
    position: relative;
}

/* ===== دکمه همبرگر (موبایل) ===== */
.me-menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    font-family: var(--font-main, 'Vazir-Bold-FD', sans-serif);
    font-size: 16px;
    color: var(--heading-color, #46443D);
    z-index: 1001;
}

.me-menu-toggle-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 20px;
}

.me-menu-toggle-icon span {
    display: block;
    height: 2.5px;
    background: var(--heading-color, #46443D);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.me-menu-toggle-text {
    font-weight: 600;
}

/* ===== لیست منو ===== */
.me-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    direction: rtl;
    width: 100%;
}

/* ===== آیتم منو ===== */
.me-menu-item {
    position: relative;
    list-style: none;
}

.me-menu-item.me-level-0 > .me-menu-link {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color, #46443D);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.me-menu-item.me-level-0 > .me-menu-link:hover {
    color: var(--site-color, #8B1538);
}

/* ===== آیکون‌ها در منو ===== */
.me-menu-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.me-menu-title {
    display: inline-block;
}

.me-menu-desc {
    font-size: 11px;
    font-weight: 400;
    color: var(--text-color, #777777);
    display: block;
    margin-top: 2px;
}

.me-menu-arrow {
    font-family: 'icomoon' !important;
    font-size: 12px;
    color: var(--text-color, #999999);
    transition: transform 0.3s ease;
    margin-right: 4px;
}

.me-has-child:hover > .me-menu-link .me-menu-arrow {
    transform: rotate(180deg);
}

/* ===== زیرمنوها ===== */
.me-menu-sub {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background: #ffffff;
    border-radius: var(--radius, 8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
    padding: 8px 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.me-menu-item.me-has-child:hover > .me-menu-sub {
    display: block;
}

.me-menu-sub .me-menu-item {
    display: block;
}

.me-menu-sub .me-menu-link {
    padding: 8px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color, #444444);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
    text-decoration: none;
}

.me-menu-sub .me-menu-link:hover {
    background: var(--site-color-soft, #f8f0f0);
    color: var(--site-color, #8B1538);
}

.me-menu-sub .me-menu-link .me-menu-arrow {
    margin-right: auto;
}

/* ===== زیرمنوهای سطح دوم و بیشتر ===== */
.me-menu-sub .me-menu-sub {
    top: -8px;
    right: 100%;
    margin-right: 2px;
}

/* ===== منوی مگا ===== */
.me-mega > .me-menu-sub {
    min-width: 600px;
    padding: 20px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.me-mega:hover > .me-menu-sub {
    display: grid;
}

.me-mega .me-menu-sub .me-menu-item {
    display: block;
}

.me-mega .me-menu-sub .me-menu-link {
    padding: 6px 12px;
    border-radius: 4px;
}

/* ==========================================================
   حالت موبایل (همبرگر)
   ========================================================== */

@media (max-width: 768px) {
    .me-menu-toggle {
        display: flex;
    }

    .me-menu-list {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 340px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        padding: 70px 20px 30px;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
        transition: right 0.3s ease;
        overflow-y: auto;
        z-index: 1000;
        gap: 0;
    }

    .me-menu-list.me-menu-open {
        display: flex;
        right: 0;
    }

    .me-menu-item {
        width: 100%;
    }

    .me-menu-item.me-level-0 > .me-menu-link {
        padding: 12px 8px;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
        justify-content: space-between;
    }

    .me-menu-sub {
        position: static !important;
        display: block !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
        box-shadow: none;
        background: #fafafa;
        border-radius: 0;
        padding: 0 15px;
        min-width: auto;
    }

    .me-menu-item.me-sub-open > .me-menu-sub {
        max-height: 800px;
        opacity: 1;
        visibility: visible;
        padding: 8px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .me-menu-sub .me-menu-link {
        padding: 10px 8px;
        font-size: 14px;
        border-bottom: 1px solid #f5f5f5;
    }

    .me-menu-sub .me-menu-sub {
        padding-right: 15px;
    }

    .me-menu-arrow {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .me-sub-open > .me-menu-link .me-menu-arrow {
        transform: rotate(180deg);
    }

    .me-mega > .me-menu-sub {
        min-width: auto;
        padding: 0 15px;
        display: block !important;
        grid-template-columns: 1fr;
    }

    .me-mega .me-menu-sub .me-menu-item {
        display: block;
    }

    /* پس‌زمینه تیره پشت منو */
    .me-menu-list.me-menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
    }
}

/* ==========================================================
   دسکتاپ (بزرگتر از 768px)
   ========================================================== */

@media (min-width: 769px) {
    .me-menu-list {
        display: flex !important;
        position: static;
        width: auto;
        height: auto;
        background: none;
        box-shadow: none;
        padding: 0;
        overflow: visible;
        flex-direction: row;
        gap: 0;
        right: auto;
        transition: none;
    }

    .me-menu-sub {
        display: none;
    }

    .me-menu-item.me-has-child:hover > .me-menu-sub {
        display: block;
    }

    .me-menu-item.me-has-child:hover > .me-menu-sub {
        animation: meMenuFadeIn 0.2s ease;
    }

    @keyframes meMenuFadeIn {
        from { opacity: 0; transform: translateY(-6px); }
        to { opacity: 1; transform: translateY(0); }
    }
}

/* ==========================================================
   کاهش حرکت
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
    .me-menu-sub,
    .me-menu-arrow,
    .me-menu-toggle-icon span,
    .me-menu-list {
        transition: none !important;
        animation: none !important;
    }
}









