/* اندازه و چیدمان بولت‌ها */
.elementor-widget-loop-carousel .swiper-pagination-bullet{
  width: 4px;
  height: 4px;
  opacity: 1;
  background: #fff;         /* رنگ نقطه */
  position: relative;
  margin: 0 10px !important;
}

/* حلقه‌ی دور نقطه (SVG) */
.elementor-widget-loop-carousel .swiper-pagination-bullet .pg-ring{
  position: absolute;
  inset: -9px;              /* فاصله حلقه از نقطه */
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  pointer-events: none;
  transform: rotate(-90deg); /* شروع از بالا */
}

.elementor-widget-loop-carousel .swiper-pagination-bullet .pg-ring circle{
  fill: none;
  stroke: #fff;             /* رنگ حلقه */
  stroke-width: 1;
  stroke-linecap: round;
  opacity: .9;
}

/* بولت فعال: نقطه پررنگ‌تر (اختیاری) */
.elementor-widget-loop-carousel .swiper-pagination-bullet-active{
  background: #fff;
}

/* اگر خواستی نقطه‌ی غیر فعال کم‌رنگ‌تر باشه (اختیاری) */
/*
.elementor-widget-loop-carousel .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
  opacity: .35;
}
*/

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 15px;
}
