span.title-span{
    color: #77DD77;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
span.title-span::after {
    content: "";
    display: inline-block;
    background: url("../images/title-span.png") no-repeat center center;
    background-size: contain; /* میشه cover هم بذاری */
    width: 33px;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: 5px;
}
section.about-us-page{
    margin-top: 64px;
    text-align: right;
}
section.about-us-page h1{
    color: #104E92;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 40px 0;
}
section.about-us-page p{
    text-align: justify;
    direction: rtl;
    color: #919191;
    font-size: 16px;
    line-height: 28px;
    margin: 48px 0 0 0;
}
section.about-us{
   margin: 24px 0;

}
section.about-us h2{
    font-size: 28px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: right;
}
section.about-us p{
    color: #919191;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    font-size: 12px;
    direction: rtl;
}
section.about-us div.why{
    background: #77DD77;
    border-radius: 8px;
    margin-bottom: 48px;
}
section.about-us div.why div{
    text-align: center;
    border-left: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    padding: 16px;
}
section.about-us div.why div:nth-child(2){
 border-left: none;
}
section.about-us div.why div h2{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    direction: rtl;
}
section.about-us div.why span{
    font-size: 48px;
    color: #fff;
    margin-bottom: 16px;
    display: block;
}
section.about-us div.why p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
section.about-us div.why span.why-span{
    font-size: 32px !important;
    color: #000;
    font-weight: 900;
    direction: rtl;
    text-align: right;
    display: block;
}
section.gallery{
    margin-top: 40px;
    background: #F8F8F8;
    padding-top: 32px;
    padding-bottom: 64px;

}
section.gallery h2{
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 48px;
}

section.gallery .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;

}
.carousel-indicators [data-bs-target]{
    background-color: #000;
}
.carousel-indicators .active{
    background-color: #77DD77;
    width: 50px;
}
.bg-blue {
    background: #104E92;
    height: 470px;
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
    top: 140px;
    width: 92%;
    left: 50%;              /* قرارگیری نقطه شروع در وسط */
    transform: translateX(-50%); /* جابجایی برای مرکز کردن کامل */

}
section.our-team{
    background: #F8F8F8;
    padding: 64px 0 64px 0;
}
section.our-team h2{
    font-size: 28px;
    font-weight: 700;
    color: #104E92;
    margin: 20px 0 48px 0;
}
section.our-team .member{
    background: #fff;
    border-radius: 10px;
    padding: 16px;
}
section.our-team .member img{
    display: flex;
    margin: auto;
    margin: auto auto 24px;
}
section.our-team .member  .member-name {
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #104E92;
    font-weight: 700;
    margin-bottom: 16px;
}
section.our-team .member  .member-position {
    display: flex;
    justify-content: center;
    color: #3FCF3F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
section.our-team .member p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #6A6A6A;
}
section.our-team .member ul.member-social-media{
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
section.our-team .member ul.member-social-media li{
     margin-right: 20px;
 }
section.our-team .member ul.member-social-media li:last-child{
    margin-right: 0;
}
section.our-team .member ul.member-social-media li a{
    color: #92BBE7;
}
/* === ساختار کلی === */
.timeline {
    position: relative;
    margin: 60px auto;
    width: 80%;
}

/* خط عمودی وسط */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: #dcdcdc;
    z-index: 0;
}

/* آیتم‌ها */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
    cursor: pointer;
}

/* سمت چپ */
.timeline-item.left {
    left: 0;
}

/* سمت راست */
.timeline-item.right {
    left: 50%;
    text-align: right;
}

/* === شماره مرحله (دایره روی خط) === */
.timeline-number {
    position: absolute;
    top: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #dcdcdc;
    background: #f5f5f5;
    color: #999;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* موقعیت شماره در هر سمت */
.timeline-item.left .timeline-number {
    right: -30px; /* نصف عرض دایره برای قرار گرفتن روی خط */
}

.timeline-item.right .timeline-number {
    left: -30px;
}

/* === آیکون === */
.timeline-icon {
    position: absolute;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #aaa;
    z-index: 2;
    transition: all 0.3s ease;
    padding: 14px;
}

/* آیکون‌ها روی خط */
.timeline-item.left .timeline-icon {
    left: -25px;
}

.timeline-item.right .timeline-icon {
    right: -25px;
}

/* === محتوای توضیحات === */
.timeline-content {
    background: #fff;
    padding: 20px 60px;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
}

/* فاصله محتوا از خط برای هر سمت */
.timeline-item.left .timeline-content {
    margin-left: auto;
}



/* === تیتر و لیست === */
.timeline-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    transition: color 0.3s ease;
    text-align: right;
}

.timeline-content ul {
    margin: 10px 30px 0 0;
    padding: 0;
    direction: rtl;
    text-align: right;

}

.timeline-content ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #777;
    line-height: 1.6;
    transition: color 0.3s ease;
}

/* === حالت فعال === */
.timeline-item.active .timeline-number {
    border-color: #4dbd90;
    background: #e6f8f2;
    color: #219653;
    box-shadow: 0 4px 10px rgba(77,189,144,0.2);
}

.timeline-item.active .timeline-icon {
    background: #e6f8f2;
    color: #4dbd90;
    transform: scale(1.1);
}
.timeline .timeline-item.left .timeline-content h3 {
    margin-right: 40px !important;
}

.timeline .timeline-item.left .timeline-content ul {
    margin-right: 60px !important;
}

.timeline-item.active .timeline-content h3 {
    color: #1a3c67;
}

.timeline-item.active .timeline-content ul li {
    color: #333;
}

/* === حالت موبایل === */
@media (max-width: 768px) {
    .timeline::before {
        left: 8px;
        transform: none;
    }

    .timeline-item {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .timeline-item.right,
    .timeline-item.left {
        left: 21px;
    }

    .timeline-number {
        left:-42px !important;
        right: auto !important;
        transform: translateY(-50%);
    }

    .timeline-icon {
        left: 0 !important;
        right: auto !important;
        display: none;
    }

    .timeline-item .timeline-content {
        margin: 0;
        text-align: right;
    }
    .timeline-content {
        padding: 0;
    }
    section.our-team .member {
        margin-bottom: 26px;
    }
    .bg-blue {
        height: 130px;

    }
}
