.elementor-2539 .elementor-element.elementor-element-26926cf{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1d6fe5e *//* فونت مناسب فارسی */
body {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif;
    background: #f8f9fa;
    color: #222;
    direction: rtl;
    margin: 0;
    padding: 0;
}

.pillar-page {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 32px 24px;
}

.page-section {
    margin-bottom: 40px;
}

h1, h2, h3, h4 {
    color: #1a6d7d;
    font-weight: bold;
    margin-top: 0;
}

h1 {
    font-size: 2.2rem;
    margin-bottom: 18px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 14px;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.intro-paragraph,
.page-section p,
.faq-answer p,
li,
.cta-section p {
    font-size: 1.08rem;
    line-height: 2.1;
    margin-bottom: 18px;
    text-align: justify;
}

ul {
    padding-right: 24px;
    margin-bottom: 18px;
}

li {
    margin-bottom: 10px;
    line-height: 2;
}

.service-item {
    display: flex;
    align-items: flex-start;
    background: #f1f7fa;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(26,109,125,0.05);
}

a {
    color: #0077b6;      /* رنگ دلخواه لینک */
    font-weight: bold;   /* پررنگ شدن */
    text-decoration: underline; /* خط زیر لینک */
    transition: color 0.2s;
}

a:hover {
    color: #005073;      /* رنگ لینک هنگام هاور */
    text-decoration: none;
}

.service-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 18px;
    background: #e3e3e3;
}

.process-steps-container {
    display: flex;
    gap: 18px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.step {
    background: #eaf6f8;
    border-radius: 10px;
    padding: 18px;
    flex: 1 1 220px;
    box-shadow: 0 1px 6px rgba(26,109,125,0.07);
    margin-bottom: 10px;
}

.step-number {
    display: inline-block;
    background: #1a6d7d;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
    font-size: 1.1rem;
}

.faq-section {
    background: #f7f7fa;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(26,109,125,0.04);
}

.faq-container {
    margin-top: 18px;
}

details.faq-item {
    margin-bottom: 14px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 10px 16px;
    transition: box-shadow 0.2s;
}

details.faq-item[open] {
    box-shadow: 0 2px 8px rgba(26,109,125,0.08);
}

summary.faq-question {
    font-weight: bold;
    color: #1a6d7d;
    cursor: pointer;
    outline: none;
    font-size: 1.05rem;
}

.faq-answer {
    margin-top: 10px;
    color: #333;
    font-size: 0.98rem;
    text-align: justify;
}

.cta-section {
    text-align: center;
    background: linear-gradient(90deg,#1a6d7d 0%,#3ec6c6 100%);
    color: #fff;
    border-radius: 14px;
    padding: 32px 18px;
    margin-top: 32px;
}

.cta-section h2 {
    color: #fff;
}

.cta-button {
    display: inline-block;
    margin-top: 18px;
    background: #fff;
    color: #1a6d7d;
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(26,109,125,0.08);
    transition: background 0.2s, color 0.2s;
}

.cta-button:hover {
    background: #1a6d7d;
    color: #fff;
}

/* ریسپانسیو برای تبلت و موبایل */
@media (max-width: 900px) {
    .pillar-page {
        max-width: 98vw;
        padding: 18px 8px;
    }
    h1 { font-size: 1.6rem; }
    h2 { font-size: 1.2rem; }
    h3 { font-size: 1rem; }
    .intro-paragraph,
    .page-section p,
    .faq-answer p,
    li,
    .cta-section p {
        font-size: 0.98rem;
    }
    .service-item {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
    }
    .service-item img {
        width: 70px;
        height: 70px;
        margin: 0 0 12px 0;
    }
    .process-steps-container {
        flex-direction: column;
        gap: 10px;
    }
    .step {
        padding: 12px;
        font-size: 0.95rem;
    }
    .faq-section {
        padding: 12px;
    }
    .cta-section {
        padding: 18px 8px;
    }
    .cta-button {
        padding: 10px 18px;
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    h1 { font-size: 1.2rem; }
    h2 { font-size: 1rem; }
    h3 { font-size: 0.95rem; }
    .intro-paragraph,
    .page-section p,
    .faq-answer p,
    li,
    .cta-section p {
        font-size: 0.92rem;
    }
    .pillar-page {
        padding: 8px 2px;
    }
    .service-item img {
        width: 56px;
        height: 56px;
    }
}/* End custom CSS */