.elementor-2845 .elementor-element.elementor-element-e5c60fe{--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;}.elementor-2845 .elementor-element.elementor-element-4ef2fe2{--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;}.elementor-2845 .elementor-element.elementor-element-a37529a{--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;}.elementor-2845 .elementor-element.elementor-element-8f02574{--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;}.elementor-2845 .elementor-element.elementor-element-61d7b2d{--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;}.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-2845 .elementor-element.elementor-element-7b048a8{--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;}.elementor-2845 .elementor-element.elementor-element-0132456{--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;}.elementor-2845 .elementor-element.elementor-element-de9448b{--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 html, class: .elementor-element-630819c */.cnc-article-container {
    direction: rtl;
    text-align: right;
    font-family: 'Vazirmatn', Tahoma, sans-serif; /* فونت پیش‌فرض، قابل تغییر با فونت سایت شما */
    background-color: #ffffff;
    border-top: 5px solid #ff7a00; /* حاشیه نارنجی بالای باکس */
    padding: 30px;
    max-width: 900px;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.cnc-title {
    color: #0a192f; /* سورمه‌ای */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 2px solid #0a192f;
    padding-bottom: 12px;
    line-height: 1.5;
}

.cnc-text {
    color: #000000; /* مشکی */
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

.cnc-cta-wrapper {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}

.cnc-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff7a00; /* نارنجی */
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 122, 0, 0.3);
}

.cnc-cta-button:hover {
    background-color: #0a192f; /* تغییر رنگ به سورمه‌ای هنگام هاور */
    box-shadow: 0 6px 15px rgba(10, 25, 47, 0.3);
    transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a83f0c *//* تنظیمات کلی باکس */
.arak-cnc-container {
    direction: rtl;
    text-align: right;
    font-family: 'IRANSans', 'Tahoma', sans-serif;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fcfcfc;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* بخش هدر و H2 */
.arak-cnc-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.arak-title {
    color: #0b1a30; /* سورمه ای شیک */
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.arak-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 4px;
    background-color: #ff6b00; /* نارنجی */
    border-radius: 5px;
}

.arak-description {
    color: #4a5568;
    font-size: 16px;
    line-height: 2;
    max-width: 900px;
    margin: 0 auto;
}

/* تنظیمات شبکه ای برای کارت ها */
.arak-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 10px;
}

/* استایل کارت های H3 */
.arak-card {
    background: #ffffff;
    border-top: 5px solid #0b1a30;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.arak-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(11, 26, 48, 0.1);
    border-top-color: #ff6b00;
}

/* آیکون تزئینی کوچک برای هر کارت */
.card-icon {
    width: 40px;
    height: 40px;
    background-color: #e6f0ff;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
}

.card-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: #ff6b00;
    border-radius: 3px;
}

.card-title {
    color: #0b1a30;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.6;
}

.card-text {
    color: #5a6473;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

/* استایل لینک فراتک صنعت */
.card-text a {
    color: #ff6b00;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #ff6b00;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.card-text a:hover {
    color: #0b1a30;
    border-bottom: 1px solid #0b1a30;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ff9dd8 *//* کانتینر اصلی */
.cnc-services-container {
    direction: rtl;
    text-align: right;
    font-family: 'IRANSans', 'Tahoma', sans-serif;
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #eaedf2;
    border-radius: 16px;
}

/* هدر و توضیحات */
.cnc-services-header {
    margin-bottom: 40px;
    border-bottom: 2px solid #f0f2f5;
    padding-bottom: 25px;
}

.cnc-title {
    color: #0b1a30;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    padding-right: 15px;
}

.cnc-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background-color: #ff6b00;
    border-radius: 4px;
}

.cnc-description {
    color: #4a5568;
    font-size: 16px;
    line-height: 2.1;
    margin: 0;
}

/* استایل لینک شیک در متن */
.highlight-link {
    display: inline-block;
    color: #ffffff;
    background-color: #ff6b00;
    padding: 0 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 107, 0, 0.2);
}

.highlight-link:hover {
    background-color: #0b1a30;
    box-shadow: 0 4px 10px rgba(11, 26, 48, 0.2);
    transform: translateY(-2px);
}

/* شبکه بندی خدمات */
.cnc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

/* استایل باکس های H3 */
.cnc-feature-box {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.cnc-feature-box:hover {
    background: #ffffff;
    border-color: #ff6b00;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* شماره گذاری دکوری */
.feature-number {
    font-size: 32px;
    font-weight: 900;
    color: #eaedf2;
    margin-bottom: -15px;
    text-align: left;
    transition: color 0.3s ease;
}

.cnc-feature-box:hover .feature-number {
    color: #ffcead;
}

.feature-title {
    color: #0b1a30;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.6;
}

.feature-text {
    color: #5a6473;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-660c804 *//* کانتینر اصلی */
.faratech-challenges-container {
    direction: rtl;
    text-align: right;
    font-family: 'IRANSans', 'Tahoma', sans-serif;
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px;
    background: linear-gradient(135deg, #0b1a30 0%, #152b4d 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(11, 26, 48, 0.15);
    overflow: hidden;
    position: relative;
}

/* افکت پس زمینه دکوراتیو */
.faratech-challenges-container::after {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 0, 0.05);
    border-radius: 50%;
    z-index: 0;
}

/* هدر بخش */
.challenges-header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}

.challenges-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.challenges-description {
    color: #a0aec0;
    font-size: 16px;
    line-height: 2.2;
    max-width: 850px;
    margin: 0 auto;
}

/* شبکه کارت ها */
.challenges-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* استایل کارت های چالش */
.challenge-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 35px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.challenge-card:hover {
    background: #ffffff;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* نشانگر بالای کارت */
.card-indicator {
    margin-bottom: 20px;
}

.icon-warning {
    display: inline-block;
    background: rgba(255, 107, 0, 0.15);
    color: #ff6b00;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.challenge-card:hover .icon-warning {
    background: #ff6b00;
    color: #ffffff;
}

/* تیتر کارت ها */
.challenge-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.challenge-card:hover .challenge-title {
    color: #0b1a30;
}

/* متن کارت ها */
.challenge-text {
    color: #cbd5e0;
    font-size: 15px;
    line-height: 2;
    margin: 0;
    transition: color 0.3s ease;
}

.challenge-card:hover .challenge-text {
    color: #4a5568;
}

/* استایل بخش راه حل */
.challenge-text strong {
    color: #ff6b00;
    font-weight: 800;
    margin-right: 5px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c61f00f *//* بخش راهنمای انتخاب کارگاه ماشین کاری */
.arak-workshop-guide {
    --navy: #102a43;
    --navy-dark: #071b2e;
    --orange: #f28c28;
    --orange-dark: #d96f0b;
    --light: #f7f9fc;
    --border: #dbe3eb;

    direction: rtl;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    background: #ffffff;
    font-family: inherit;
}

/* عنوان H2 */
.arak-workshop-guide > h2,
.arak-workshop-guide .section-title {
    position: relative;
    margin: 0 0 18px;
    padding: 0 18px 12px 0;
    color: var(--navy-dark);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0;
}

.arak-workshop-guide > h2::before,
.arak-workshop-guide .section-title::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 30px;
    border-radius: 2px;
    background: var(--orange);
}

.arak-workshop-guide > h2::after,
.arak-workshop-guide .section-title::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 90px;
    height: 3px;
    background: var(--orange);
}

/* متن معرفی زیر عنوان */
.arak-workshop-guide > p,
.arak-workshop-guide .section-intro {
    max-width: 950px;
    margin: 0 0 30px;
    color: #46586a;
    font-size: 16px;
    line-height: 2;
}

/* کانتینر والد سه کارت */
.arak-workshop-guide .guide-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

/* کارت ها */
.arak-workshop-guide .guide-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    height: 100%;
    padding: 28px 24px 24px;
    border: 1px solid var(--border);
    border-top: 4px solid var(--orange);
    border-radius: 6px;
    background: var(--light);
    box-shadow: 0 8px 24px rgba(7, 27, 46, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.arak-workshop-guide .guide-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 4px;
    background: var(--navy);
}

.arak-workshop-guide .guide-card:hover {
    transform: translateY(-5px);
    border-color: rgba(242, 140, 40, 0.65);
    box-shadow: 0 14px 32px rgba(7, 27, 46, 0.14);
}

/* عنوان H3 کارت */
.arak-workshop-guide .guide-card h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
}

/* متن کارت */
.arak-workshop-guide .guide-card p {
    margin: 0;
    color: #405264;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}

/* تبلت */
@media (max-width: 1024px) {
    .arak-workshop-guide .guide-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* موبایل */
@media (max-width: 767px) {
    .arak-workshop-guide {
        padding: 32px 16px;
    }

    .arak-workshop-guide > h2,
    .arak-workshop-guide .section-title {
        font-size: 23px;
    }

    .arak-workshop-guide .guide-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .arak-workshop-guide .guide-card {
        padding: 23px 19px 20px;
    }

    .arak-workshop-guide .guide-card h3 {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6029b9d *//* بخش هزینه خدمات فرزکاری در اراک */
.arak-milling-cost {
    --navy: #102a43;
    --navy-dark: #081c33;
    --orange: #f28c28;
    --orange-dark: #d96f0b;
    --text: #425466;
    --muted-bg: #f8fafc;
    --border: #d9e2ec;
    --white: #ffffff;

    direction: rtl;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    background: var(--white);
    font-family: inherit;
}

/* عنوان اصلی */
.arak-milling-cost > h2,
.arak-milling-cost .section-title {
    position: relative;
    margin: 0 0 18px;
    padding: 0 18px 12px 0;
    color: var(--navy-dark);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
}

.arak-milling-cost > h2::before,
.arak-milling-cost .section-title::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 5px;
    height: 30px;
    border-radius: 2px;
    background: var(--orange);
}

.arak-milling-cost > h2::after,
.arak-milling-cost .section-title::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 92px;
    height: 3px;
    background: var(--orange);
}

/* متن معرفی */
.arak-milling-cost > p,
.arak-milling-cost .section-intro {
    max-width: 960px;
    margin: 0 0 30px;
    color: var(--text);
    font-size: 16px;
    line-height: 2;
}

/* ردیف کارت ها */
.arak-milling-cost .cost-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 30px;
    align-items: stretch;
}

/* کارت */
.arak-milling-cost .cost-card {
    position: relative;
    min-width: 0;
    height: 100%;
    padding: 28px 22px 24px;
    background: var(--muted-bg);
    border: 1px solid var(--border);
    border-top: 4px solid var(--orange);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(8, 28, 51, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.arak-milling-cost .cost-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 4px;
    background: var(--navy);
}

.arak-milling-cost .cost-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(8, 28, 51, 0.13);
}

/* عنوان های H3 */
.arak-milling-cost .cost-card h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
}

/* متن داخل کارت */
.arak-milling-cost .cost-card p {
    margin: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}

/* جدول */
.arak-milling-cost .cost-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 8px 22px rgba(8, 28, 51, 0.06);
}

.arak-milling-cost table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.arak-milling-cost thead th {
    padding: 16px 14px;
    background: var(--navy);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.arak-milling-cost thead th:last-child {
    border-left: 0;
}

.arak-milling-cost tbody td {
    padding: 15px 14px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    background: #ffffff;
}

.arak-milling-cost tbody td:last-child {
    border-left: 0;
}

.arak-milling-cost tbody tr:nth-child(even) td {
    background: #fdf4ec;
}

.arak-milling-cost tbody tr:hover td {
    background: #fff1e3;
}

/* تبلت */
@media (max-width: 1024px) {
    .arak-milling-cost .cost-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* موبایل */
@media (max-width: 767px) {
    .arak-milling-cost {
        padding: 32px 16px;
    }

    .arak-milling-cost > h2,
    .arak-milling-cost .section-title {
        font-size: 23px;
    }

    .arak-milling-cost .cost-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .arak-milling-cost .cost-card {
        padding: 22px 18px 20px;
    }

    .arak-milling-cost .cost-card h3 {
        font-size: 18px;
    }

    .arak-milling-cost > p,
    .arak-milling-cost .section-intro,
    .arak-milling-cost .cost-card p,
    .arak-milling-cost tbody td,
    .arak-milling-cost thead th {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8363cf6 *//* بخش روند سفارش کار */
.arak-order-process {
    --navy: #102a43;
    --navy-dark: #081c33;
    --orange: #f28c28;
    --text: #425466;
    --muted-bg: #f8fafc;
    --border: #d9e2ec;
    --white: #ffffff;

    direction: rtl;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    background: var(--white);
    font-family: inherit;
}

.arak-order-process > h2,
.arak-order-process .section-title {
    position: relative;
    margin: 0 0 18px;
    padding: 0 18px 12px 0;
    color: var(--navy-dark);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
}

.arak-order-process > h2::before,
.arak-order-process .section-title::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 5px;
    height: 30px;
    border-radius: 2px;
    background: var(--orange);
}

.arak-order-process > h2::after,
.arak-order-process .section-title::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 92px;
    height: 3px;
    background: var(--orange);
}

.arak-order-process > p,
.arak-order-process .section-intro {
    max-width: 960px;
    margin: 0 0 30px;
    color: var(--text);
    font-size: 16px;
    line-height: 2;
}

.arak-order-process .order-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.arak-order-process .order-card {
    position: relative;
    min-width: 0;
    height: 100%;
    padding: 28px 22px 24px;
    background: var(--muted-bg);
    border: 1px solid var(--border);
    border-top: 4px solid var(--orange);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(8, 28, 51, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.arak-order-process .order-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 4px;
    background: var(--navy);
}

.arak-order-process .order-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(8, 28, 51, 0.13);
}

.arak-order-process .order-card h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
}

.arak-order-process .order-card p {
    margin: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}

@media (max-width: 1024px) {
    .arak-order-process .order-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .arak-order-process {
        padding: 32px 16px;
    }

    .arak-order-process > h2,
    .arak-order-process .section-title {
        font-size: 23px;
    }

    .arak-order-process .order-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .arak-order-process .order-card {
        padding: 22px 18px 20px;
    }

    .arak-order-process .order-card h3 {
        font-size: 18px;
    }

    .arak-order-process > p,
    .arak-order-process .section-intro,
    .arak-order-process .order-card p {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3992001 */.faq-cnc-box {
  background-color: #fcfcfc;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 31, 63, 0.05);
  padding: 30px;
  direction: rtl;
  margin: 20px 0;
  font-family: inherit;
}

.faq-cnc-main-title {
  color: #001f3f; /* سرمه ای */
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.faq-cnc-main-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #d4af37; /* طلایی */
  border-radius: 2px;
}

.faq-cnc-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0; /* خاکستری روشن */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-cnc-item:hover {
  border-color: #d4af37; /* طلایی */
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}

.faq-cnc-question {
  padding: 18px 20px 18px 50px;
  font-size: 17px;
  font-weight: bold;
  color: #001f3f; /* سرمه ای */
  cursor: pointer;
  list-style: none;
  position: relative;
  margin: 0;
}

.faq-cnc-question::-webkit-details-marker {
  display: none;
}

.faq-cnc-question::after {
  content: '+';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #d4af37; /* طلایی */
  font-weight: normal;
  transition: transform 0.3s ease;
}

.faq-cnc-item[open] .faq-cnc-question::after {
  content: '−';
  color: #001f3f; /* سرمه ای */
}

.faq-cnc-answer {
  padding: 0 20px 20px 20px;
  color: #555555;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  margin: 0;
  border-top: 1px dashed #e0e0e0;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .faq-cnc-box {
    padding: 20px;
  }
  .faq-cnc-main-title {
    font-size: 20px;
  }
  .faq-cnc-question {
    font-size: 15px;
    padding: 15px 15px 15px 40px;
  }
  .faq-cnc-answer {
    font-size: 14px;
  }
}/* End custom CSS */