/* Start custom CSS for text-editor, class: .elementor-element-4cbe065 *//* ================================
   Roadmap - Global Section Styles
   ================================ */

.ms-roadmap-section {
    background: linear-gradient(135deg, #f6fbff 0%, #e9f3ff 100%);
    padding: 60px 20px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 85, 185, 0.12);
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* کانتینر عمومی برای وسط‌چین کردن محتوا */
.ms-roadmap-inner,
.ms-roadmap-container,
.ms-package-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ================================
   Hero / بخش بالای نقشه راه
   ================================ */

.ms-roadmap-container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* تصویر اصلی نقشه راه */
.ms-roadmap-image img {
    width: 380px;
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform .35s ease, box-shadow .35s ease;
    display: block;
}

.ms-roadmap-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

/* محتوای متنی هدر */
.ms-roadmap-content {
    flex: 1;
    min-width: 320px;
}

/* عنوان اصلی صفحه */
.ms-roadmap-title {
    font-size: 28px;
    font-weight: 800;
    color: #0a2a4d;
    margin-bottom: 18px;
    line-height: 1.6;
}

.ms-roadmap-title span {
    display: block;
    font-size: 16px;
    color: #0077ff;
    font-weight: 600;
    margin-top: 4px;
}

/* متن توضیحی هدر */
.ms-roadmap-text {
    font-size: 16px;
    color: #253b52;
    line-height: 1.9;
    margin-bottom: 26px;
}

/* ویژگی‌های کلی نقشه راه (چهارتایی) */
.ms-roadmap-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 22px;
    margin-bottom: 28px;
}

.ms-feature-item {
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #0a3b66;
    box-shadow: 0 4px 12px rgba(0, 89, 185, 0.10);
    border-right: 4px solid #0077ff;
    transition: all .3s ease;
}

.ms-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 120, 255, 0.20);
    border-right-color: #0095ff;
}

/* دکمه عمومی */
.ms-roadmap-btn {
    display: inline-block;
    background: linear-gradient(90deg, #0077ff, #00a8ff);
    color: #fff !important;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 140, 255, 0.35);
    transition: all .3s ease;
    margin-top: 5px;
}

.ms-roadmap-btn:hover {
    background: linear-gradient(90deg, #005fd4, #0091e6);
    box-shadow: 0 10px 25px rgba(0, 115, 230, 0.45);
    transform: translateY(-2px);
}

/* ================================
   بخش عنوان و توضیح هر سکشن
   ================================ */

.ms-section-header {
    text-align: right;
    margin-bottom: 28px;
}

.ms-section-title {
    font-size: 24px;
    font-weight: 800;
    color: #0a2a4d;
    margin-bottom: 10px;
}

.ms-section-subtitle {
    font-size: 15px;
    color: #3b4e63;
    line-height: 1.9;
}

/* ================================
   بخش سوالات شروع‌کنندگان
   ================================ */

.ms-roadmap-questions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.ms-question-item {
    background: #ffffff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    color: #0a3b66;
    box-shadow: 0 4px 14px rgba(0, 120, 255, 0.10);
    border: 1px solid rgba(0, 119, 255, 0.18);
}

/* ================================
   Steps Grid - مراحل ۱ تا ۶
   ================================ */

.ms-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;
}

.ms-step-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 6px 18px rgba(0, 89, 185, 0.08);
    border-top: 4px solid #0077ff;
    position: relative;
    overflow: hidden;
}

.ms-step-item::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at center, rgba(0, 153, 255, 0.22), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.ms-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0a2a4d;
    margin-bottom: 8px;
}

.ms-step-desc {
    font-size: 14px;
    color: #3b4e63;
    line-height: 1.9;
    margin-bottom: 10px;
}

.ms-step-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.ms-step-list li {
    font-size: 14px;
    color: #28415a;
    line-height: 1.8;
    padding-right: 18px;
    position: relative;
    margin-bottom: 4px;
}

.ms-step-list li::before {
    content: "•";
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 16px;
    color: #0077ff;
}

.ms-step-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #0050a3;
    background: rgba(0, 119, 255, 0.08);
    border-radius: 999px;
    padding: 5px 12px;
    margin-top: 4px;
}

/* ================================
   Summary Section
   ================================ */

.ms-roadmap-summary {
    /* از استایل پایه section استفاده می‌کند */
}

.ms-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 10px;
}

.ms-summary-column {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 6px 18px rgba(0, 89, 185, 0.08);
}

.ms-summary-title {
    font-size: 16px;
    font-weight: 700;
    color: #0a2a4d;
    margin-bottom: 8px;
}

.ms-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-summary-list li {
    font-size: 14px;
    color: #2c4057;
    line-height: 1.8;
    padding-right: 16px;
    position: relative;
    margin-bottom: 4px;
}

.ms-summary-list li::before {
    content: "✓";
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 13px;
    color: #00a86b;
}

/* ================================
   Package Highlight Section
   ================================ */

.ms-roadmap-package {
    /* از استایل پایه section استفاده می‌کند */
}

.ms-package-wrapper {
    display: flex;
    gap: 26px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.ms-package-content {
    flex: 2;
    min-width: 320px;
}

.ms-package-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 12px 0;
}

.ms-package-list li {
    font-size: 14px;
    color: #243a52;
    line-height: 1.9;
    padding-right: 18px;
    position: relative;
    margin-bottom: 4px;
}

.ms-package-list li::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0077ff, #00c6ff);
}

.ms-package-note {
    font-size: 14px;
    color: #3a4a60;
    line-height: 1.9;
    margin-bottom: 16px;
}

/* ستون کناری تاکید پکیج */
.ms-package-aside {
    flex: 1;
    min-width: 260px;
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 16px 14px;
    box-shadow: 0 6px 18px rgba(0, 89, 185, 0.10);
    border: 1px solid rgba(0, 119, 255, 0.12);
    box-sizing: border-box;
}

.ms-package-aside-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(90deg, #ff9f1c, #ff6f00);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 10px;
}

.ms-package-aside-text {
    font-size: 14px;
    color: #26364c;
    line-height: 1.9;
}

/* ================================
   Responsive Styles
   ================================ */

@media (max-width: 992px) {
    .ms-roadmap-section {
        padding: 45px 18px;
    }

    .ms-roadmap-container {
        flex-direction: column;
        text-align: center;
    }

    .ms-roadmap-content {
        text-align: right;
    }

    .ms-roadmap-image img {
        width: 80%;
        margin: 0 auto 20px auto;
    }

    .ms-steps-grid {
        grid-template-columns: 1fr;
    }

    .ms-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-package-wrapper {
        flex-direction: column;
    }

    /* مهم: جلوگیری از اسکرول افقی روی تبلت/موبایل */
    .ms-roadmap-content,
    .ms-package-content,
    .ms-package-aside {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .ms-roadmap-section {
        padding: 35px 16px;
        border-radius: 18px;
    }

    .ms-roadmap-title {
        font-size: 24px;
    }

    .ms-section-title {
        font-size: 20px;
    }

    .ms-roadmap-features {
        grid-template-columns: 1fr;
    }

    .ms-feature-item {
        border-right: none;
        border-bottom: 4px solid #0077ff;
    }

    .ms-roadmap-questions {
        flex-direction: column;
    }

    .ms-summary-grid {
        grid-template-columns: 1fr;
    }

    .ms-roadmap-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .ms-roadmap-title {
        font-size: 22px;
    }

    .ms-roadmap-image img {
        width: 100%;
    }

    .ms-step-item,
    .ms-summary-column,
    .ms-package-aside {
        padding: 14px 12px;
    }
}/* End custom CSS */