.elementor-12691 .elementor-element.elementor-element-81fab40{--display:flex;}.elementor-12691 .elementor-element.elementor-element-2700370 > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12691 .elementor-element.elementor-element-2700370{text-align:justify;font-size:20px;}.elementor-12691 .elementor-element.elementor-element-e97ed83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-2700370 *//*
 * کد CSS اختصاصی برای استایل‌دهی به مقالات
 * تاریخ: 1404/08/18
 * به‌روزرسانی: 1404/08/30
*/

/* --- بخش ۱: استایل تیترها (h1, h2, ...) --- */
/* این قانون، رنگ تمام تیترهای استاندارد را به نارنجی تغییر می‌دهد. */
h1, h2, h3, h4, h5, h6 {
    color: #D97706 !important;
}


/* --- بخش ۲: استایل باکس‌های نقل قول (Blockquote) --- */
/* 
 * این قانون برای تمام تگ‌های blockquote یک پس‌زمینه زرد-نارنجی ملایم
 * و یک نوار عمودی نارنجی در سمت راست ایجاد می‌کند.
*/
blockquote {
    background-color: #FEFBEB !important; 
    border-right: 5px solid #D97706 !important; 
    border-left: none !important;
    padding: 20px 25px !important;
    margin: 30px 0 !important;
    border-radius: 5px !important;
}

/* استایل متن داخل باکس نقل قول برای خوانایی بهتر */
blockquote p {
    color: #4B5563 !important;
    font-style: italic !important;
}


/* --- بخش ۳ (اختیاری): استایل دادن به تیترهای خاص --- */
.faq-question {
    color: #D97706 !important;
    font-weight: bold !important;
}


/* --- بخش ۴: استایل لینک‌ها (Hyperlinks) --- */
a {
    color: #065FD4 !important; /* رنگ آبی برای هایپرلینک‌ها */
}


/* ---------------------------------------------------------- */
/* --- بخش ۵: رفع مشکل شکسته نشدن لینک‌ها در نسخه موبایل --- */
/* ---------------------------------------------------------- */
/* این کد باعث می‌شود لینک‌های طولانی در موبایل باعث اسکرول افقی نشوند
   و در هر نقطه‌ای بشکنند و متن به هم نریزد. */

a {
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-a936fc0 */.elementor-12691 .elementor-element.elementor-element-a936fc0 .elementor-button {
    background: linear-gradient(45deg, #ff0057, #e64a19);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 0, 87, 0.3);
}

.elementor-12691 .elementor-element.elementor-element-a936fc0 .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.5s;
}

.elementor-12691 .elementor-element.elementor-element-a936fc0 .elementor-button:hover::before {
    left: 100%;
}

.elementor-12691 .elementor-element.elementor-element-a936fc0 .elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 0, 87, 0.5);
}/* End custom CSS */