.elementor-kit-6{--e-global-color-primary:#083A9D;--e-global-color-secondary:#2984FF;--e-global-color-text:#626570;--e-global-color-accent:#01D7BD;--e-global-color-375ef81:#FFFFFF;--e-global-color-b3abef2:#FFDE5F;--e-global-color-5b787de:#FF08A0;--e-global-color-b63cd81:#0080FF;--e-global-color-17180f8:#281771;--e-global-color-fdca294:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Kara", Sans-serif;font-feature-settings:"numr";font-size:16px;line-height:30px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#0CAE9B;color:var( --e-global-color-375ef81 );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-b3abef2 );color:var( --e-global-color-primary );border-radius:4px 4px 4px 4px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:14px;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Sahel", Sans-serif;font-feature-settings:"numr";font-size:34px;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-theme-post-content h2 {
    color: #ffffff;
    font-family: "Estedad", Sans-serif;
    background: linear-gradient(97deg, #fff 0%, #45bcd7 50%, #73caef00 100%);
    padding: 15px;
    border-radius: 10px;
    background-size: 200% 400%;
    animation: gradient 3s ease infinite;
    position: relative;
    padding-right: 40px;

}
.elementor-widget-theme-post-content h3 {
    color: #000000;
    font-family: "Estedad", Sans-serif;
    background: linear-gradient(71deg, #fff 0%, #e7bb81 50%, #73caef00 100%);
    padding: 15px;
    border-radius: 10px;
    background-size: 200% 400%;
    animation: gradient 3s ease infinite;
    position: relative;
    padding-right: 40px;
    font-size: 19px !important;
  

}
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.modern-button {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(135deg, #6C63FF, #39A9DB); /* گرادیان مدرن */
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.modern-button:hover {
    transform: translateY(-3px); /* حرکت ظریف به بالا */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.modern-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transition: left 0.4s ease;
    z-index: 1;
}

.modern-button:hover::before {
    left: 100%; /* ایجاد افکت درخشش */
}

@media (max-width: 768px) {
    .modern-button {
        width: 100%;
        text-align: center;
    }
}
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.modern-button {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(135deg, #6C63FF, #39A9DB); /* گرادیان مدرن */
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.modern-button:hover {
    transform: translateY(-3px); /* حرکت ظریف به بالا */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.modern-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transition: left 0.4s ease;
    z-index: 1;
}

.modern-button:hover::before {
    left: 100%; /* ایجاد افکت درخشش */
}

@media (max-width: 768px) {
    .modern-button {
        width: 100%;
        text-align: center;
    }
}




/* استایل کلی برای ظرف (container) جدول */
.table-container {
    font-family: 'Vazirmatn', 'B Yekan', sans-serif;
    direction: rtl;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
    max-width: 1000px;
}

/* استایل برای عنوان و توضیحات جدول */
.table-container .table-title {
    font-size: 1.5rem;
    color: #343a40;
    text-align: center;
    margin-bottom: 0.5rem;
}

.table-container .table-description {
    font-size: 1rem;
    color: #6c757d;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* استایل اصلی جدول */
.wp-block-table__table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

/* استایل سربرگ‌های جدول */
.wp-block-table__table thead {
    background-color: #007bff;
    color: #fff;
}

.wp-block-table__table th {
    padding: 1rem;
    text-align: right;
    font-weight: bold;
    font-size: 1.1rem;
    border: none;
}

/* استایل بدنه جدول */
.wp-block-table__table tbody tr {
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.3s ease;
}

.wp-block-table__table tbody tr:last-child {
    border-bottom: none;
}

/* استایل hover برای ردیف‌ها */
.wp-block-table__table tbody tr:hover {
    background-color: #e9ecef;
}

.wp-block-table__table td {
    padding: 1rem;
    vertical-align: top;
    color: #495057;
    border: none;
}

/* استایل‌های ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    /* مخفی کردن سربرگ اصلی جدول در موبایل */
    .wp-block-table__table thead {
        display: none;
    }

    /* نمایش جدول به صورت بلوکی و ردیفی در موبایل */
    .wp-block-table__table,
    .wp-block-table__table tbody,
    .wp-block-table__table tr {
        display: block;
        width: 100%;
    }

    .wp-block-table__table tr {
        margin-bottom: 1rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .wp-block-table__table td {
        display: flex;
        justify-content: space-between;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #f8f9fa;
        text-align: left;
    }

    .wp-block-table__table td:last-child {
        border-bottom: none;
    }

    /* نمایش برچسب‌ها (data-label) در موبایل */
    .wp-block-table__table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #007bff;
        text-align: right;
    }
}

.elementor-44186 .elementor-element.elementor-element-1503096 {
    background-color: transparent;
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 12px 18px 12px 12px;
    background-image: linear-gradient(295deg, #0048a6 26%, #04c3c4 63%);
    border-style: solid;
    border-radius: 0px 0px 22px 24px;
    border-color: #7cfb98;
    margin-top: 5px !important;
}
.elementor-widget-theme-post-content h2 {
    color: #ffffff; /* رنگ متن به سفید تغییر یافت تا خوانایی روی بک‌گراند تیره حفظ شود */
    font-family: "Estedad", Sans-serif;
    padding: 15px 25px;
    border-radius: 12px;
    position: relative;
    font-weight: bold;
    line-height: 1.5;
    background: linear-gradient(135deg, #016ccc 0%, #13d8d7 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.elementor-widget-theme-post-content h2:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #13d8d7 0%, #016ccc 100%); /* تغییر جهت گرادیان هنگام هاور */
}

.elementor-widget-theme-post-content h2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 0;
    background: #fee995;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.elementor-widget-theme-post-content h2:hover::after {
    width: 100%;
}

/* بهینه‌سازی برای دستگاه‌های موبایل */
@media (max-width: 768px) {
    .elementor-widget-theme-post-content h2 {
        font-size: 20px;
        padding: 12px 20px;
        line-height: 1.4;
    }
}
.elementor-widget-theme-post-content h2 {
    color: #fffeff;
    font-family: "Estedad", Sans-serif;
    padding: 15px 25px;
    border-radius: 12px;
    position: relative;
    font-weight: bold;
    line-height: 1.5;
    background: linear-gradient(135deg, #016ccc 0%, #13d8d7 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.elementor-widget-theme-post-content h2:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #13d8d7 0%, #016ccc 100%);
}

.elementor-widget-theme-post-content h2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 0;
    background: #fee995;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.elementor-widget-theme-post-content h2:hover::after {
    width: 100%;
}

/* بهینه‌سازی برای دستگاه‌های موبایل */
@media (max-width: 768px) {
    .elementor-widget-theme-post-content h2 {
        font-size: 20px;
        padding: 12px 20px;
        line-height: 1.4;
    }
}
.elementor-widget-theme-post-content h3 {
    color: #ec38ff;
    font-family: "Estedad", Sans-serif;
    position: relative;
    font-weight: bold;
    padding: 12px 20px 12px 30px; /* اضافه شدن پدینگ برای فضای بیشتر */
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.5;
    background: #f0f4f8; /* پس‌زمینه خاکستری ملایم */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.elementor-widget-theme-post-content h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fee995; /* نقطه دایره‌ای با رنگ زرد */
}

.elementor-widget-theme-post-content h3:hover {
    color: #016ccc;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.elementor-widget-theme-post-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #13d8d7 0%, #016ccc 100%); /* زیرخط گرادیان */
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.elementor-widget-theme-post-content h3:hover::after {
    width: 100%;
}

/* بهینه‌سازی برای دستگاه‌های موبایل */
@media (max-width: 768px) {
    .elementor-widget-theme-post-content h3 {
        font-size: 16px !important;
        padding: 10px 15px 10px 25px;
        margin-top: 25px;
    }
    .elementor-widget-theme-post-content h3::before {
        width: 8px;
        height: 8px;
        left: 8px;
    }
}
.modern-button {
    /* display: inline-block; */
    padding: 14px 30px;
    background: linear-gradient(228deg, #f96508, #ffbd59);
    color: #fffbfb !important;
    text-decoration: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease; */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;}

.modern-button:hover {
    transform: translateY(-3px); /* حرکت ظریف به سمت بالا هنگام هاور */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #13d8d7, #016ccc); /* تغییر جهت گرادیان هنگام هاور */
}

.modern-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    gap: 1px !important;
}

.modern-button:hover::before {
    width: 200px;
    height: 200px;
}

/* بهینه‌سازی برای دستگاه‌های موبایل */
@media (max-width: 768px) {
    .modern-button {
        padding: 12px 25px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .modern-button {
        display: block; /* دکمه‌ها زیر هم قرار می‌گیرند */
        width: 100%; /* عرض کامل صفحه را می‌گیرند */
        box-sizing: border-box; /* برای جلوگیری از پرش محتوا */
        margin-bottom: 10px !important; /* فاصله بین دکمه‌ها را تعیین می‌کند */
        padding: 12px 15px !important;;
        font-size: 16px;
        gap: 0px !important;
    }
}
.button-container {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 !important;
}


@media (max-width: 768px) {
    .entry-content h2 {
        line-height: 32px;}

}

/* کلاس المان اصلی برای کل محتوا (مانند ویجت Text Editor) */
.elementor-44186 .elementor-element.elementor-element-9582b07 {
    /* تنظیمات پایه برای دسکتاپ و بالاتر */
    background-color: #FFFEF7E8; /* رنگ پس‌زمینه */
    padding: 18px 20px; /* پدینگ بیشتر برای زیبایی و فضای داخلی بهتر */
    color: #4A4A4A; /* رنگ متن: تیره‌تر و خواناتر */
    font-family: "VazirMatn", Sans-serif; /* فونت اصلی */
    font-size: 17px; /* اندازه فونت برای دسکتاپ */
    font-weight: 500; /* وزن فونت */
    line-height: 1.8em; /* ارتفاع خط ریسپانسیو برای دسکتاپ */
    text-align: justify; /* تراز بندی برای دسکتاپ (اختیاری) */
    margin-bottom: 30px; /* فاصله از المان بعدی (مثلاً پاراگراف یا ویجت بعدی) */
}

/* ------------------------------------------- */
/* Media Query برای موبایل (صفحات نمایش با عرض کمتر از 768px) */
/* ------------------------------------------- */
@media (max-width: 767px) {
    .elementor-44186 .elementor-element.elementor-element-9582b07 {
        font-size: 16px; /* اندازه فونت مناسب‌تر برای موبایل (حداقل 16px) */
        line-height: 1.7em; /* ارتفاع خط کمی کمتر برای موبایل (بسته به خوانایی) */
        padding: 14px 16px; /* پدینگ کمی کمتر در موبایل برای استفاده بهینه از فضا */
        text-align: right; /* تراز راست (راست به چپ) برای خوانایی بهتر در موبایل */
        margin-bottom: 20px; /* فاصله از المان بعدی در موبایل */
    }

    /* اگر متن شامل تگ‌های p است (مثل پاراگراف‌ها) */
    .elementor-44186 .elementor-element.elementor-element-9582b07 p {
        margin-bottom: 1em; /* فاصله بین پاراگراف‌ها */
    }

    /* اگر متن شامل آیتم‌های لیست (ul, ol, li) است */
    .elementor-44186 .elementor-element.elementor-element-9582b07 ul li,
    .elementor-44186 .elementor-element.elementor-element-9582b07 ol li {
        margin-bottom: 0.7em; /* فاصله بین آیتم‌های لیست */
    }

    /* استایل برای عنوان در موبایل (مثلاً H2 یا H3 داخل این ویجت) */
    .elementor-44186 .elementor-element.elementor-element-9582b07 h2,
    .elementor-44186 .elementor-element.elementor-element-9582b07 h3 {
        font-size: 24px !important; /* اندازه فونت بزرگ‌تر برای عناوین در موبایل */
        line-height: 1.3em !important;
        margin-bottom: 1.2em !important; /* فاصله از متن زیر عنوان */
        text-align: right !important; /* تراز راست برای عنوان */
    }

    /* رنگ پس‌زمینه زرد برای عنوان */
    .elementor-44186 .elementor-element.elementor-element-9582b07 .yellow-highlight-title {
        background-color: #FFECB3; /* یک زرد کمی تیره‌تر و خواناتر */
        padding: 8px 12px; /* پدینگ برای بخش هایلایت شده */
        border-radius: 5px; /* گوشه‌های گرد */
        display: inline-block; /* برای اینکه پدینگ و بک‌گراند درست اعمال بشن */
        /* اگر این عنوان با تگ h استفاده شده: */
        margin-bottom: 15px; /* فاصله از پاراگراف زیر */
    }
}
@media (max-width: 767px) {
    .elementor-44186 .elementor-element.elementor-element-9582b07 h2, .elementor-44186 .elementor-element.elementor-element-9582b07 h3 {
        font-size: 24px !important;
        line-height: 1.48em
35.52px
 !important;
        margin-bottom: 1.2em !important;
        text-align: right !important;
    }
 .elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
    color: var(--e-global-color-375ef81);
    background-color: #0CAE9B;
    background: #14e1d8 !important;
    border-radius: 12px;
    color: #010000 !important;
    width: 100%;
    padding: 15px 0;
} 
.elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
    color: var(--e-global-color-375ef81);
    background-color: #0CAE9B;
    background: #14e1d8 !important;
    border-radius: 12px;
    color: #010000 !important;
    width: 100%;
    padding: 15px 0;
}
@media (max-width: 767px) {
    .elementor-44186 .elementor-element.elementor-element-9582b07 h2, .elementor-44186 .elementor-element.elementor-element-9582b07 h3 {
        font-size: 15px !important;
        line-height: 1.48em 35.52px !important;
        margin-bottom: 1.2em !important;
        text-align: right !important;
    }
    @media (max-width: 767px) {
    .elementor-44186 .elementor-element.elementor-element-9582b07 {
        font-size: 14px;
        line-height: 29px !important;
        padding: 8px 16px 8px 6px !important;
        text-align: right;
        margin-bottom: 20px;
        text-align: justify;
    }
}
/* اصلاح کد CSS برای لینک‌های داخل محتوای بلاگ با المنتور */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a { {
    /* رنگ و ظاهر متن لینک */
    color: #222 !important; /* رنگ متن، مهم است تا اعمال شود */
    font-size: 1rem; /* اندازه فونت */
    font-weight: 500; /* وزن فونت (ضخامت) */
    text-decoration: none; /* حذف زیرخط پیش‌فرض لینک */
    
    /* پس‌زمینه و حاشیه‌ها */
    background-color: #F3F4F6; /* رنگ پس‌زمینه لینک */
    padding: 10px 18px; /* پدینگ داخلی برای فاصله متن از لبه‌ها */
    border-radius: 9999px; /* گرد کردن کامل گوشه‌ها برای ظاهری شبیه دکمه pill */
    border: 1px solid transparent; /* حاشیه نامرئی برای حالت hover */

    /* تنظیمات فلکس‌باکس برای تراز کردن متن و فلش */
    display: inline-flex; /* نمایش به صورت اینلاین فلکس برای قرارگیری کنار هم */
    align-items: center; /* تراز عمودی آیتم‌ها در مرکز */
    gap: 0.5rem; /* فاصله بین متن و فلش */
    white-space: nowrap; /* جلوگیری از شکستن متن به خط بعدی */
    
    /* جلوه‌های بصری و انیمیشن */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* سایه ملایم برای عمق دادن */
    transition: all 0.2s ease-in-out; /* انیمیشن نرم برای تغییرات در حالت hover */
    outline: none; /* حذف خط دور پس از کلیک (فوکوس) */
    height: 40px; /* ارتفاع ثابت برای لینک */
    
    /* موقعیت‌دهی نسبی برای فلش (مهم برای ::after) */
    position: relative; 
    overflow: hidden; /* برای اینکه فلش در حالت هاور از دکمه بیرون نزند */
}

/* استایل‌دهی فلش کوچک با استفاده از شبه‌عنصر ::after */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a::after {
    content: '\2192'; /* کد یونیکد فلش به سمت راست (→) */
    font-size: 1.2rem; /* اندازه فلش */
    line-height: 1; /* اطمینان از تراز صحیح عمودی فلش */
    margin-left: 0.25rem; /* فاصله فلش از متن لینک */
    opacity: 0; /* فلش به صورت پیش‌فرض نامرئی است */
    transform: translateX(-5px); /* فلش کمی به چپ جابجا شده تا هنگام هاور به راست حرکت کند */
    transition: all 0.2s ease-in-out; /* انیمیشن برای ظهور و حرکت فلش */
}

/* تغییرات در حالت هاور (hover) */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a:hover {
    background-color: #e0e0e0; /* تغییر رنگ پس‌زمینه در هاور */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* سایه بیشتر در هاور */
    transform: translateY(-1px); /* کمی جابجایی به سمت بالا برای حس تعاملی */
}

/* ظاهر فلش در حالت هاور (hover) */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a:hover::after {
    opacity: 1; /* فلش در هاور ظاهر شود */
    transform: translateX(0); /* فلش به موقعیت اصلی خود برگردد (حرکت به راست) */
}
/* استایل‌های اصلی برای لینک‌های داخل المنت خاص */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a {
    color: #000 !important; /* رنگ متن لینک */
    background-color: #f31fff5c; /* رنگ پس‌زمینه لینک */
    padding: 10px 18px; /* پدینگ داخلی */
    border-radius: 9999px; /* کاملاً گرد برای ظاهر دکمه‌ای */
    text-decoration: none; /* حذف زیرخط پیش‌فرض */
    font-weight: 500; /* وزن فونت */
    font-size: 1rem; /* اندازه فونت */
    height: 40px; /* ارتفاع ثابت */
    display: inline-flex; /* برای تراز کردن متن و فلش در کنار هم */
    align-items: center; /* تراز عمودی آیتم‌ها در مرکز */
    gap: 0.5rem; /* فاصله بین متن و فلش */
    white-space: nowrap; /* جلوگیری از شکستن متن به خط بعدی */
    border: 1px solid transparent; /* حاشیه نامرئی برای حالت هاور */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* سایه ملایم */
    outline: none; /* حذف خط دور پس از کلیک (فوکوس) */
    position: relative; /* برای موقعیت‌دهی شبه‌عنصر فلش */
    overflow: hidden; /* برای مخفی کردن فلش در حالت عادی */
    transition: all 0.3s ease; /* انیمیشن نرم برای همه تغییرات */
}

/* استایل‌دهی فلش کوچک با استفاده از شبه‌عنصر ::after */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a::after {
    content: '\2192'; /* کد یونیکد فلش به سمت راست (→) */
    font-size: 1.2rem; /* اندازه فلش */
    line-height: 1; /* اطمینان از تراز صحیح عمودی فلش */
    opacity: 0; /* فلش به صورت پیش‌فرض نامرئی است */
    transform: translateX(-5px); /* فلش کمی به چپ جابجا شده */
    transition: all 0.2s ease-in-out; /* انیمیشن برای ظهور و حرکت فلش */
}

/* تغییرات در حالت هاور (hover) روی لینک */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a:hover {
    color: #1a1a1a !important; /* تغییر رنگ متن در هاور */
    background-color: #fee995; /* تغییر رنگ پس‌زمینه به زرد در هاور */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* سایه بیشتر در هاور */
    transform: translateY(-2px); /* حرکت ظریف به سمت بالا */
}

/* ظاهر فلش در حالت هاور (hover) روی لینک */
.elementor-44186 .elementor-element.elementor-element-9582b07.elementor-element a:hover::after {
    opacity: 1; /* فلش در هاور ظاهر شود */
    transform: translateX(0); /* فلش به موقعیت اصلی خود برگردد (حرکت به راست) */
}/* End custom CSS */