.elementor-kit-12{--e-global-color-primary:#024446;--e-global-color-secondary:#EED19E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a4c46d7:#3A4654;--e-global-color-5a493b0:#024446;--e-global-color-7abe026:#EED19E;--e-global-typography-primary-font-family:"لحظه";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"لحظه";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"لحظه";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"لحظه";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{font-family:"لحظه", Sans-serif;}.elementor-kit-12 h1{font-family:"لحظه", Sans-serif;}.elementor-kit-12 h2{font-family:"لحظه", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.scrollToTop.button-show {
    opacity: 1;
    transform: none;
    pointer-events: visible;
    background: #FE7F1B;
    color: white;
    border-radius: 50px 50px 30px 10px
}

.scrollToTop.button-show:hover {
    color: white
}
/* ============================================================
   BASE COMPONENTS — ساختار عمومی باکس‌ها
   ============================================================ */

.section-box {
    background: #faf8f3;
    padding: 32px 28px;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.05);
    margin-top: 50px;
}


.section-header-inside {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.section-header-inside h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #0f5f5c;
}

.section-content {
    font-size: 17px;
    line-height: 1.9;
}

/* ============================================================
   ICON CIRCLE — آیکن‌های ظریف داخل دایره
   ============================================================ */

.icon-circle {
    width: 28px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: rgba(15,95,92,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-circle i {
    font-size: 15px;
    color: #0f5f5c;
    line-height: 1;
}

/* ============================================================
   DIALOGUE — دیالوگ دوطرفه
   ============================================================ */

.dialogue-wrapper {
    background: #faf8f3;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.05);
}

.dialogue-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.avatar {
    width: 34px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: rgba(15,95,92,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f5f5c;
    font-size: 16px;
}

.bubble {
    background: white;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    font-size: 16px;
    line-height: 1.85;
    max-width: 85%;
}

.dialogue-line.female .bubble {
    border-color: rgba(15,95,92,0.08);
}

.dialogue-line.male .bubble {
    border-color: rgba(0,0,0,0.06);
}

/* ============================================================
   ANALYSIS BOX — باکس تحلیل
   ============================================================ */

.analysis-box {
    background: #faf8f3;
    padding: 28px 30px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    line-height: 1.95;
    font-size: 17px;
}

.highlight-line {
    background: rgba(15,95,92,0.06);
    padding: 12px 16px;
    border-radius: 12px;
    margin: 22px 0;
    border: 1px solid rgba(15,95,92,0.10);
    color: #0f5f5c;
    font-weight: 600;
}

/* ============================================================
   RESEARCH BOX — باکس پژوهش
   ============================================================ */

.research-box {
    background: #faf8f3;
    padding: 30px 32px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    line-height: 1.95;
    font-size: 17px;
    position: relative;
}

.research-box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background: rgba(15,95,92,0.18);
    border-radius: 4px;
}

.reference-block {
    background: rgba(15,95,92,0.06);
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid rgba(15,95,92,0.10);
    margin: 25px 0;
    font-size: 15.5px;
    color: #0f5f5c;
}

/* ============================================================
   SUMMARY CARDS — خلاصه سریع
   ============================================================ */

.summary-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.summary-card {
    background: #faf8f3;
    padding: 24px 22px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.summary-card p {
    font-size: 16px;
    line-height: 1.85;
}

@media (min-width: 750px) {
    .summary-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================================
   TOC — فهرست مطالب
   ============================================================ */

.toc-list {
    list-style: none;
    padding: 22px 26px;
    margin: 0;
    background: #faf8f3;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
}

.toc-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    font-size: 17px;
    line-height: 1.85;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.toc-list li:last-child {
    border-bottom: none;
}

.toc-list i {
    font-size: 18px;
    color: #0f5f5c;
}

/* ============================================================
   STEPS — کارت‌های قدم‌ها و چک‌لیست‌ها
   ============================================================ */

.steps-separated .step-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid #f1f1f1;
}

.steps-separated .step-number {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #444;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: inset 0 0 0 1px #ddd;
}

.steps-separated .step-card p {
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
}

.steps-separated .section-header-inside h2 {
    margin-bottom: 25px;
}

/* ============================================================
   RESPONSIVE — ریسپانسیو واقعی موبایل
   ============================================================ */

@media (max-width: 600px) {

    .section-box {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .section-header-inside h2 {
        font-size: 19px;
    }

    .section-content {
        font-size: 0.95rem;
    }

    .icon-circle {
        width: 24px;
    }

    .icon-circle i {
        font-size: 13px;
    }

    .dialogue-wrapper {
        padding: 24px;
    }

    .bubble {
        font-size: 0.95rem;
        padding: 12px 14px;
    }

    .summary-card {
        padding: 20px 18px;
    }

    .toc-list {
        padding: 18px 18px;
    }

    .toc-list li {
        font-size: 0.95rem;
    }

    .steps-separated {
        padding: 0 4px;
    }
}
@media (max-width: 600px) {

    /* کل صفحه بدون فاصله */
    body, html {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* باکس‌ها تا لبه صفحه */
    .section-box,
    .dialogue-wrapper,
    .analysis-box,
    .research-box,
    .summary-card,
    .toc-list {
        padding: 18px 10px !important;   /* پدینگ افقی خیلی کم */
        margin: 0 !important;            /* حذف فاصله چپ/راست */
        width: 100% !important;
        border-radius: 10px;
    }

    /* باکس قدم‌ها */
    .steps-separated .step-card {
        padding: 16px 12px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    /* حباب دیالوگ پهن‌تر */
    .bubble {
        max-width: 100% !important;
        padding: 12px 12px !important;
    }

    /* جلوگیری از باریک شدن متن */
    .section-content,
    .analysis-box,
    .research-box,
    .summary-card p {
        font-size: 16px;
        line-height: 1.85;
    }

    /* گرید خلاصه‌ها */
    .summary-grid {
        padding: 0 !important;
        margin: 0 !important;
    }
}
@media (max-width: 600px) {

    /* فاصله عمودی بین همه باکس‌ها */
    .section-box,
    .dialogue-wrapper,
    .analysis-box,
    .research-box,
    .summary-card,
    .toc-list,
    .steps-separated .step-card {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
}
@media (max-width: 600px) {

    /* فاصله بین سکشن‌ها (خوب است، نگه می‌داریم) */
    .section-box,
    .dialogue-wrapper,
    .analysis-box,
    .research-box,
    .summary-card,
    .toc-list {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }

    /* اما فاصله بین باکس‌های داخل یک سکشن باید کمتر شود */
    .section-box > *:not(:last-child),
    .dialogue-wrapper > *:not(:last-child),
    .analysis-box > *:not(:last-child),
    .research-box > *:not(:last-child),
    .summary-card > *:not(:last-child),
    .toc-list > *:not(:last-child) {
        margin-bottom: 14px !important;   /* فاصله داخلی کم */
    }

    /* مخصوص کارت‌های داخل یک سکشن (مثل مثال آخری که فرستادی) */
    .section-box .summary-card,
    .section-box .analysis-box,
    .section-box .research-box {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'لحظه';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://dkhanevade.com/wp-content/uploads/2025/09/Lahzeh-Regular.woff') format('woff');
}
@font-face {
	font-family: 'لحظه';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://dkhanevade.com/wp-content/uploads/2025/09/Lahzeh-Bold.woff') format('woff');
}
@font-face {
	font-family: 'لحظه';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://dkhanevade.com/wp-content/uploads/2025/09/Lahzeh-Medium.woff') format('woff');
}
@font-face {
	font-family: 'لحظه';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://dkhanevade.com/wp-content/uploads/2025/09/Lahzeh-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'لحظه';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('http://dkhanevade.com/wp-content/uploads/2025/09/Lahzeh-Light.woff') format('woff');
}
/* End Custom Fonts CSS */