.elementor-25437 .elementor-element.elementor-element-f90fdc2{overflow:visible;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-25437 .elementor-element.elementor-element-714d817{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-ca0f189{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-d2ac87c{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-2e23bf1{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-aec0553{overflow:visible;}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-25437 .elementor-element.elementor-element-9bd170b{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-f029977{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-7047c0a{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-9424070{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-5b7f7b4{overflow:visible;}.elementor-25437 .elementor-element.elementor-element-5f29e28{overflow:visible;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25437 .elementor-element.elementor-element-e4f73a3{overflow:visible;}.elementor-widget-elementskit-faq .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-elementskit-faq .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-25437 .elementor-element.elementor-element-21aa426 .elementskit-single-faq .elementskit-faq-title{font-size:20px;font-weight:900;}.elementor-25437 .elementor-element.elementor-element-21aa426 .elementskit-single-faq .elementskit-faq-header{padding:21px 40px 21px 40px;}.elementor-25437 .elementor-element.elementor-element-21aa426 .elementskit-single-faq .elementskit-faq-body{padding:30px 40px 30px 40px;}/* Start custom CSS for text-editor, class: .elementor-element-42a4160 */.inshot-download-box {
    margin: 28px 0;
    padding: 22px;

    background: linear-gradient(
        135deg,
        #faf9fc 0%,
        #f4f0ff 100%
    );

    border: 1px solid #e2d9f7;
    border-radius: 16px;

    text-align: center;

    box-shadow: 0 8px 24px rgba(96, 72, 160, 0.07);
}

.inshot-download-title {
    margin-bottom: 8px;

    color: #332f3d;
    font-size: 19px;
    font-weight: 800;
}

.inshot-download-text {
    margin-bottom: 17px;

    color: #6b6873;
    font-size: 14px;
    line-height: 1.9;
}

.inshot-download-actions {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;
    flex-wrap: wrap;
}

.inshot-download-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 170px;
    padding: 10px 18px;

    background: #7656d6;
    color: #fff !important;

    border: 1px solid #7656d6;
    border-radius: 10px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow: 0 5px 14px rgba(118, 86, 214, 0.18);

    transition: all 0.2s ease;
}

.inshot-download-actions a:hover {
    background: #6849c7;
    border-color: #6849c7;

    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 18px rgba(118, 86, 214, 0.25);
}

/* دکمه دوم کمی متفاوت */
.inshot-download-actions a:nth-child(2) {
    background: #fff;
    color: #7656d6 !important;
}

.inshot-download-actions a:nth-child(2):hover {
    background: #f4f0ff;
    color: #6849c7 !important;
}

/* موبایل */
@media (max-width: 600px) {

    .inshot-download-box {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .inshot-download-title {
        font-size: 17px;
    }

    .inshot-download-actions {
        flex-direction: column;
    }

    .inshot-download-actions a {
        width: 100%;
        min-width: 0;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bdeaf05 *//* فقط آیتمی که داخلش لینک دارد */
.resanato-list ul > li:has(a) {
    grid-column: 1 / -1;

    padding: 18px 20px !important;

    background: linear-gradient(
        135deg,
        rgba(118, 86, 214, 0.10),
        rgba(118, 86, 214, 0.03)
    ) !important;

    border: 1px solid #d9cff4 !important;
    border-radius: 14px !important;

    box-shadow: 0 8px 24px rgba(96, 72, 160, 0.08);

    font-size: 15px;
    line-height: 2;
}


/* آیکن کارت معمولی برای CTA حذف شود */
.resanato-list ul > li:has(a)::before {
    display: none !important;
}


/* خود لینک تبدیل به دکمه */
.resanato-list ul > li:has(a) a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 6px 5px;
    padding: 8px 15px;

    background: #7656d6;
    color: #fff !important;

    border-radius: 9px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow: 0 4px 12px rgba(118, 86, 214, 0.22);

    transition: all 0.2s ease;
}


/* هاور دکمه */
.resanato-list ul > li:has(a) a:hover {
    background: #6849c7;
    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 18px rgba(118, 86, 214, 0.28);
}


/* خود کارت CTA */
.resanato-list ul > li:has(a):hover {
    transform: none;
    border-color: #cfc0f1 !important;
}


/* موبایل */
@media (max-width: 600px) {

    .resanato-list ul > li:has(a) {
        padding: 16px !important;
    }

    .resanato-list ul > li:has(a) a {
        display: flex;
        width: 100%;

        margin: 10px 0 3px;
        padding: 10px 14px;
    }
}
.resanato-list ul > li:has(a) {
    text-align: center;
}

.resanato-list ul > li:has(a) a {
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */
/* Start custom CSS */.resanato-list ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 24px 0 !important;

    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.resanato-list ul > li {
    list-style: none !important;
    position: relative;

    padding: 15px 44px 15px 16px !important;
    margin: 0 !important;

    background: #faf9fc !important;
    border: 1px solid #eeeaf5 !important;
    border-radius: 12px !important;

    color: #444;
    line-height: 1.9;

    min-height: 58px;

    transition: all 0.2s ease;
}

.resanato-list ul > li::marker {
    content: "" !important;
}

/* آیکن مینیمال */
.resanato-list ul > li::before {
    content: "✦" !important;

    position: absolute;
    right: 14px;
    top: 15px;

    width: 23px;
    height: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1ebff;
    color: #7656d6;

    border-radius: 8px;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.resanato-list ul > li:hover {
    background: #fff !important;
    border-color: #d8cdf3 !important;
    box-shadow: 0 5px 18px rgba(96, 72, 160, 0.08);
    transform: translateY(-2px);
}

.resanato-list ul > li span {
    color: inherit;
}

/* تبلت */
@media (max-width: 1024px) {
    .resanato-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* موبایل */
@media (max-width: 600px) {
    .resanato-list ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .resanato-list ul > li {
        padding: 12px 40px 12px 13px !important;
        min-height: auto;
    }

    .resanato-list ul > li::before {
        right: 11px;
        top: 12px;
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
}/* End custom CSS */