﻿.section-title {
    display: flex;
    align-items: center;
    justify-content: right;
    direction: rtl;
}

    .section-title h2 {
        font-weight: bold;
        font-size: 24px;
        margin: 0;
    }

.dots {
    position: relative;
    width: 48px; /* کمی افزایش برای accommodate سایز جدید */
    height: 38px;
    margin-left: 10px;
}

.dot {
    font-size: 28px; /* ← آیکون بزرگ‌تر شد */
    color: #6AB291;
    position: absolute;
}

.dot1 {
    right: 0;
    opacity: 1;
}

.dot2 {
    right: 12px;
    opacity: 0.6;
}

.dot3 {
    right: 24px;
    opacity: 0.3;
}

/* خط بنفش زیر آیکون فقط */
.dots::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 36px;
    height: 3px;
    background-color: #5A4FCF;
    border-radius: 4px;
}

.pDescription{
    color:#808080;
    font-size:16px;
    margin-bottom:60px;
}