.elementor-154478 .elementor-element.elementor-element-f45db50{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-154478 .elementor-element.elementor-element-0853ceb{--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-154478 .elementor-element.elementor-element-500d1d5{--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 .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-154478 .elementor-element.elementor-element-0853ceb{--width:50%;}.elementor-154478 .elementor-element.elementor-element-500d1d5{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-9bb6484 */:root {
    --active-color: #2ecc71;
    --hover-color: #2ecc71;
    --default-gray: #95a5a6;
    --line-color: #e0e0e0;
    --bg-header: #f5f5f5;
    --text-color: #333;
    --link-color: #444;
    --link-hover-text: #c0392b;
}

.roadmap-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    max-width: 800px;
    margin: 20px auto;
    direction: rtl;
}

.roadmap-header {
    background: var(--bg-header);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-size: 0.95em;
    color: #000;
    text-align: right;
}

.roadmap-list {
    list-style: none;
    counter-reset: roadmap-counter;
    padding: 20px 30px 20px 20px;
    margin: 0;
    position: relative;
}

.roadmap-item {
    position: relative;
    padding-right: 50px; 
    margin-bottom: 0;   
    padding-bottom: 25px;
padding-top: 5px;
    font-size: 1em;
    line-height: 1.6;
    cursor: pointer; 
    transition: all 0.3s ease;
}

.roadmap-item:last-child {
    padding-bottom: 0;
}

.roadmap-item::before {
    counter-increment: roadmap-counter;
    content: counter(roadmap-counter, persian);
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 20%;
    background-color: var(--default-gray);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
    z-index: 2;
    font-weight: 400;
    transition: background-color 0.3s ease, transform 0.2s;
}

.roadmap-item::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 32px;
    bottom: 0;
    width: 2px;
    background-color: var(--line-color);
    z-index: 1;
}

.roadmap-item:last-child::after {
    display: none; 
}

.roadmap-item a, 
.roadmap-item .text {
    text-decoration: none;
    color: var(--link-color);
    transition: color 0.3s;
    display: block;
}


.roadmap-item.active .text {
    color: var(--active-color);
    font-weight: bold;
}

.roadmap-item.active::before {
    background-color: var(--active-color); 
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.2); 
}

.roadmap-item:hover::before {
    background-color: var(--hover-color);
    transform: scale(1.1); 
}

.roadmap-item:hover a {
    color: var(--link-hover-text);
}




.show-more-container {
    text-align: center;
    padding: 10px;
    display: none; /* در دسکتاپ مخفی باشد */
    border-top: 1px solid #eee;
}

/* استایل خود دکمه */
#showMoreBtn {
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

#showMoreBtn:hover {
    background: #f9f9f9;
    color: #000;
    border-color: #999;
}

/* === مدیا کوئری برای موبایل === */
@media (max-width: 768px) {
    
    /* 1. نمایش دکمه در موبایل */
    .show-more-container {
        display: block;
    }

    /* 2. مخفی کردن آیتم‌های اضافه وقتی کلاس collapsed وجود دارد */
    /* نکته: عدد 6 یعنی از پنجمی به بعد مخفی شود. برای نمایش 3 آیتم، بنویسید n+4 */
    .roadmap-list.collapsed .roadmap-item:nth-child(n+6) {
        display: none;
    }
    
    /* حذف خط اتصال آخرین آیتم نمایشی (آیتم پنجم) تا زشت نشود */
    .roadmap-list.collapsed .roadmap-item:nth-child(5)::after {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1fb03c8 */:root {
    --active-color: #2ecc71;
    --hover-color: #2ecc71;
    --default-gray: #95a5a6;
    --line-color: #e0e0e0;
    --bg-header: #f5f5f5;
    --text-color: #333;
    --link-color: #444;
    --link-hover-text: #c0392b;
}

.roadmap-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    max-width: 800px;
    margin: 20px auto;
    direction: rtl;
}

.roadmap-header {
    background: var(--bg-header);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-size: 0.95em;
    color: #000;
    text-align: right;
}

.roadmap-list {
    list-style: none;
    counter-reset: roadmap-counter;
    padding: 20px 30px 20px 20px;
    margin: 0;
    position: relative;
}

.roadmap-item {
    position: relative;
    padding-right: 50px; 
    margin-bottom: 0;   
    padding-bottom: 25px;
padding-top: 5px;
    font-size: 1em;
    line-height: 1.6;
    cursor: pointer; 
    transition: all 0.3s ease;
}

.roadmap-item:last-child {
    padding-bottom: 0;
}

.roadmap-item::before {
    counter-increment: roadmap-counter;
    content: counter(roadmap-counter, persian);
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 20%;
    background-color: var(--default-gray);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
    z-index: 2;
    font-weight: 400;
    transition: background-color 0.3s ease, transform 0.2s;
}

.roadmap-item::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 32px;
    bottom: 0;
    width: 2px;
    background-color: var(--line-color);
    z-index: 1;
}

.roadmap-item:last-child::after {
    display: none; 
}

.roadmap-item a, 
.roadmap-item .text {
    text-decoration: none;
    color: var(--link-color);
    transition: color 0.3s;
    display: block;
}


.roadmap-item.active .text {
    color: var(--active-color);
    font-weight: bold;
}

.roadmap-item.active::before {
    background-color: var(--active-color); 
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.2); 
}

.roadmap-item:hover::before {
    background-color: var(--hover-color);
    transform: scale(1.1); 
}

.roadmap-item:hover a {
    color: var(--link-hover-text);
}




.show-more-container {
    text-align: center;
    padding: 10px;
    display: none; /* در دسکتاپ مخفی باشد */
    border-top: 1px solid #eee;
}

/* استایل خود دکمه */
#showMoreBtn {
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

#showMoreBtn:hover {
    background: #f9f9f9;
    color: #000;
    border-color: #999;
}

/* === مدیا کوئری برای موبایل === */
@media (max-width: 768px) {
    
    /* 1. نمایش دکمه در موبایل */
    .show-more-container {
        display: block;
    }

    /* 2. مخفی کردن آیتم‌های اضافه وقتی کلاس collapsed وجود دارد */
    /* نکته: عدد 6 یعنی از پنجمی به بعد مخفی شود. برای نمایش 3 آیتم، بنویسید n+4 */
    .roadmap-list.collapsed .roadmap-item:nth-child(n+6) {
        display: none;
    }
    
    /* حذف خط اتصال آخرین آیتم نمایشی (آیتم پنجم) تا زشت نشود */
    .roadmap-list.collapsed .roadmap-item:nth-child(5)::after {
        display: none;
    }
}/* End custom CSS */