.nirweb-progress-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nirweb-progress-svg {
    width: 160px;
    height: 160px;
    transform: scaleX(-1);
}
.nirweb-progress-svg path{
    stroke-width:13px;
}

.nirweb-bg {
    fill: none;
    stroke: #cccccc;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 328.484;
}

.nirweb-bar {
    fill: none;
    stroke: #00c0e6;  /* بعداً از المنتور تغییر می‌گیرد */
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 328.484;
    stroke-dashoffset: 328.484;
    transition: stroke-dashoffset 1.5s ease-out;
}
.nirweb-progress-circle-bg {
    /* رنگ اصلی از المنتور تنظیم می‌شود */
}
.nirweb-progress{
    position:relative;
}

.nirweb-progress-number {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.nirweb-progress-number-suffix {
    margin-right: 4px;
}

.nirweb-progress-text .nirweb-progress-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}

.nirweb-progress-text .nirweb-progress-subtitle {
    font-size: 14px;
}
.nirweb-progress-bottom-mask {
    position: absolute;
    bottom: -2px;           /* کمی پایین‌تر از مرکز دایره */
    left: 50%;
    transform: translateX(-50%);
    width: 120px;           /* عرض ماسک؛ هرچقدر بیشتر، قوس کمتر می‌شود */
    height: 70px;           /* ارتفاع ماسک؛ برای شبیه‌تر شدن به تصویر تنظیم کن */
    background: #ffffff;    /* رنگ پس‌زمینه سکشن/سایتت – اگر سکشن آبی است، این را آبی کن */
    border-radius: 70px 70px 0 0;  /* لبه‌ها گرد شوند تا شبیه تصویر شود */
}

/* === Nirweb Testimonial Slider === */

.nirweb-testimonial-slider-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.nirweb_comment_swiper {
    padding: 30px 0;
}

.nirweb-testimonial-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    text-align: right;
    overflow: visible;
    width: 90%;
    max-width: 380px;
}

.nirweb-testimonial-avatar {
    position: absolute;
    top: -33px;
    right: -14px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 0 8px 18px rgba(0,0,0,0.2); */
    border: solid 10px #fff;
}

.nirweb-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nirweb-testimonial-inner {
    /* margin-top: 20px; */
}

.nirweb-testimonial-rating {
    display: flex;
    flex-direction: row-reverse;
}

.nirweb-star {
    font-size: 20px;
    margin-left: 2px;
}

.nirweb-testimonial-name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.nirweb-testimonial-text {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    font-weight: 300 !important;
}

/* فلش‌ها */
.nirweb-testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    user-select: none;
}

.nirweb-testimonial-prev {
    right: 100%;
    margin-right: 12px;
}

.nirweb-testimonial-next {
    left: 100%;
    margin-left: 12px;
}
/* ساختار اصلی اسلایدر */
.nirweb_comment_swiper {
    overflow: hidden;
}

/* اطمینان از چیدمان افقی اسلایدها */
.nirweb_comment_swiper .swiper-wrapper {
    display: flex;
    box-sizing: border-box;
}

.nirweb_comment_swiper .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 35px 0;
}
.nirweb-testimonial-head{
    display:flex;
    justify-content: space-between;
    padding-right: 47px;
    align-items: center;
}
.nirweb_navigation_swiper::after {
    color: #0f355b;
    font-size: 26px !important;
    font-weight: 800 !important;
}

/*********/
.nirweb-video-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    max-width: 700px;
    height: 90%;
    max-height: 400px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.nirweb-video-popup.active{
    display: flex;
}
.nirweb-video-popup-back{
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(150, 150, 150, 0.25);
    backdrop-filter: blur(5px);
    display: none;
}
.nirweb-video-popup video{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.nirweb-video-popup svg{
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.nirweb-video-image-open-popup{
    width: max-content;
}
.nirweb-video-image-open-popup img{
    width: 126px;
    height: 126px;
    cursor: pointer;
}