.ma-testimonials-widget,
.ma-testimonials-widget * {
  box-sizing: border-box;
}

.ma-testimonials-widget {
  --ma-bg: #f9f6f1;
  --ma-navy: #1a2d4d;
  --ma-brown: #cc9a79;
  --ma-btn: #b18266;
  --ma-text: #4f5663;
  --ma-gap: 24px;
  --ma-cols: 2;
  --ma-nav-offset: -22px;
  width: 100%;
  direction: rtl;
  font-family: "Yekan Bakh", "YekanBakh", "Vazirmatn", "IRANSans", Tahoma, sans-serif;
}

.ma-testimonials__stage {
  position: relative;
  width: 100%;
}

.ma-testimonials__viewport {
  width: 100%;
  overflow: hidden;
  padding: 8px 2px 26px;
}

.ma-testimonials__track {
  display: flex;
  align-items: stretch;
  gap: var(--ma-gap);
  transition-property: transform;
  transition-timing-function: ease;
  will-change: transform;
}

.ma-testimonials__card {
  position: relative;
  flex: 0 0 calc((100% - ((var(--ma-cols) - 1) * var(--ma-gap))) / var(--ma-cols));
  min-width: 0;
  min-height: 265px;
  padding: 30px 30px 24px;
  border: 1px solid rgba(177, 130, 102, .16);
  border-radius: 30px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 60px rgba(26, 45, 77, .10);
  overflow: hidden;
  isolation: isolate;
}


.ma-testimonials__accent {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: var(--ma-navy);
}

.ma-testimonials__quote {
  position: absolute;
  left: 22px;
  bottom: -55px;
  color: rgba(204,154,121,.15);
  font-family: Georgia, serif;
  font-size: 155px;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.ma-testimonials__main {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 12px;
}

.ma-testimonials__avatar {
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 999px !important;
  object-fit: cover;
  border: 7px solid rgba(204,154,121,.24);
  box-shadow: 0 14px 26px rgba(26,45,77,.12);
  flex: 0 0 auto;
}

.ma-testimonials__identity {
  min-width: 0;
}

.ma-testimonials__stars {
  color: var(--ma-brown);
  direction: ltr;
  text-align: right;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.ma-testimonials__stars .is-muted {
  opacity: .26;
}

.ma-testimonials__name {
  margin: 0;
  color: var(--ma-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ma-testimonials__course {
  color: var(--ma-btn);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.8;
  margin-top: 3px;
}

.ma-testimonials__text {
  position: relative;
  z-index: 2;
  color: var(--ma-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  margin: 12px 0 0;
}

.ma-testimonials__video-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 10px 15px;
  border-radius: 999px;
  text-decoration: none !important;
  color: var(--ma-navy);
  background: rgba(26,45,77,.06);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(26, 45, 77, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ma-testimonials__video-btn:hover {
  color: var(--ma-navy);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(26, 45, 77, .08);
}

.ma-testimonials__play {
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid currentColor;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
}

.ma-testimonials__play::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid currentColor;
}

.ma-testimonials__nav {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(26,45,77,.12);
  border-radius: 999px !important;
  background: #fff;
  color: var(--ma-navy);
  box-shadow: 0 14px 28px rgba(26,45,77,.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 0;
  line-height: 1;
  appearance: none;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.ma-testimonials__nav:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 18px 34px rgba(26,45,77,.16);
}

.ma-testimonials__nav:disabled {
  opacity: .35;
  cursor: default;
}

.ma-testimonials__nav-icon {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}

.ma-testimonials__nav--prev { right: var(--ma-nav-offset); }
.ma-testimonials__nav--next { left: var(--ma-nav-offset); }

.ma-testimonials__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: -4px;
}

.ma-testimonials__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(26,45,77,.18);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.ma-testimonials__dots button.is-active {
  width: 26px;
  background: var(--ma-navy);
}

.ma-testimonials-video-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(26,45,77,.72);
}

.ma-testimonials-video-modal.is-open { display: flex; }

.ma-testimonials-video-modal__box {
  position: relative;
  width: min(900px, 100%);
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.ma-testimonials-video-modal video {
  display: block;
  width: 100%;
  max-height: 78vh;
  background: #000;
}

.ma-testimonials-video-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #1a2d4d;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .ma-testimonials-widget {
    --ma-cols: 1;
    --ma-nav-offset: -4px;
  }
  .ma-testimonials__viewport {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .ma-testimonials-widget {
    --ma-cols: 1;
    --ma-gap: 18px;
    --ma-nav-offset: -2px;
  }
  .ma-testimonials__viewport {
    padding: 8px 14px 23px;
  }
  .ma-testimonials__card {
    min-height: 218px;
    padding: 20px 16px 16px;
    border-radius: 22px;
  }
  .ma-testimonials__accent {
    top: 16px;
    left: 16px;
    width: 28px;
    height: 3px;
  }
  .ma-testimonials__main {
    gap: 13px;
    margin-bottom: 7px;
  }
  .ma-testimonials__avatar {
    width: 68px;
    height: 68px;
    border-width: 5px;
  }
  .ma-testimonials__stars {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .ma-testimonials__name {
    font-size: 17px;
  }
  .ma-testimonials__course {
    font-size: 11px;
    line-height: 1.6;
  }
  .ma-testimonials__text {
    font-size: 12px;
    line-height: 1.85;
    max-height: 70px;
    overflow: hidden;
    margin-top: 7px;
  }
  .ma-testimonials__video-btn {
    font-size: 12px;
    padding: 7px 10px;
    margin-top: 10px;
  }
  .ma-testimonials__play {
    width: 27px;
    height: 27px;
  }
  .ma-testimonials__play::after {
    top: 6px;
    right: 8px;
  }
  .ma-testimonials__quote {
    font-size: 106px;
    bottom: -36px;
  }
  .ma-testimonials__nav {
    width: 38px;
    height: 38px;
  }
  .ma-testimonials__nav-icon {
    font-size: 24px;
  }
}

/* v4 fixes: Elementor/theme-safe arrows and dots */
.elementor-widget-mirzai_testimonials .ma-testimonials-widget,
.ma-testimonials-widget {
  --ma-nav-top: 50%;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__stage,
.ma-testimonials-widget .ma-testimonials__stage {
  position: relative !important;
  overflow: visible !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__viewport,
.ma-testimonials-widget .ma-testimonials__viewport {
  position: relative !important;
  overflow: hidden !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav,
.ma-testimonials-widget .ma-testimonials__nav {
  position: absolute !important;
  top: var(--ma-nav-top, 50%) !important;
  z-index: 50 !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(26,45,77,.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ma-navy) !important;
  box-shadow: 0 14px 28px rgba(26,45,77,.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transform: translateY(-50%) !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav--prev,
.ma-testimonials-widget .ma-testimonials__nav--prev {
  right: var(--ma-nav-offset, -22px) !important;
  left: auto !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav--next,
.ma-testimonials-widget .ma-testimonials__nav--next {
  left: var(--ma-nav-offset, -22px) !important;
  right: auto !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav-icon,
.ma-testimonials-widget .ma-testimonials__nav-icon {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: -2px 0 0 0 !important;
  padding: 0 !important;
  font-family: Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: inherit !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots,
.ma-testimonials-widget .ma-testimonials__dots {
  direction: ltr !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-height: 10px !important;
  line-height: 0 !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots button,
.ma-testimonials-widget .ma-testimonials__dots button,
.elementor-widget-mirzai_testimonials .ma-testimonials__dot,
.ma-testimonials-widget .ma-testimonials__dot {
  all: unset;
  box-sizing: border-box !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  max-width: 8px !important;
  max-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(26,45,77,.18) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  transition: width .2s ease, max-width .2s ease, background .2s ease !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots button.is-active,
.ma-testimonials-widget .ma-testimonials__dots button.is-active,
.elementor-widget-mirzai_testimonials .ma-testimonials__dot.is-active,
.ma-testimonials-widget .ma-testimonials__dot.is-active {
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  background: var(--ma-navy) !important;
}

@media (max-width: 767px) {
  .elementor-widget-mirzai_testimonials .ma-testimonials-widget,
  .ma-testimonials-widget {
    --ma-nav-offset: -7px;
  }
  .elementor-widget-mirzai_testimonials .ma-testimonials__nav,
  .ma-testimonials-widget .ma-testimonials__nav {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
  }
  .elementor-widget-mirzai_testimonials .ma-testimonials__nav-icon,
  .ma-testimonials-widget .ma-testimonials__nav-icon {
    font-size: 27px !important;
  }
  .elementor-widget-mirzai_testimonials .ma-testimonials__dots,
  .ma-testimonials-widget .ma-testimonials__dots {
    margin-top: 14px !important;
  }
}


/* v5 fixes: strict RTL arrows, transparent widget background, stronger dots reset, infinite-fill safe layout */
.elementor-widget-mirzai_testimonials,
.elementor-widget-mirzai_testimonials .elementor-widget-container,
.elementor-widget-mirzai_testimonials .ma-testimonials-widget,
.ma-testimonials-widget,
.ma-testimonials-widget .ma-testimonials__stage,
.ma-testimonials-widget .ma-testimonials__viewport,
.ma-testimonials-widget .ma-testimonials__track {
  background: transparent !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__stage::before,
.elementor-widget-mirzai_testimonials .ma-testimonials__stage::after,
.ma-testimonials-widget .ma-testimonials__stage::before,
.ma-testimonials-widget .ma-testimonials__stage::after,
.elementor-widget-mirzai_testimonials .ma-testimonials__viewport::before,
.elementor-widget-mirzai_testimonials .ma-testimonials__viewport::after,
.ma-testimonials-widget .ma-testimonials__viewport::before,
.ma-testimonials-widget .ma-testimonials__viewport::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* RTL visual rule: right button points right, left button points left. */
.elementor-widget-mirzai_testimonials .ma-testimonials__nav--next,
.ma-testimonials-widget .ma-testimonials__nav--next {
  right: var(--ma-nav-offset, -22px) !important;
  left: auto !important;
}
.elementor-widget-mirzai_testimonials .ma-testimonials__nav--prev,
.ma-testimonials-widget .ma-testimonials__nav--prev {
  left: var(--ma-nav-offset, -22px) !important;
  right: auto !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots,
.ma-testimonials-widget .ma-testimonials__dots {
  direction: ltr !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  margin: 20px auto 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-height: 12px !important;
  height: 12px !important;
  line-height: 0 !important;
  list-style: none !important;
  background: transparent !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots .ma-testimonials__dot,
.ma-testimonials-widget .ma-testimonials__dots .ma-testimonials__dot,
.elementor-widget-mirzai_testimonials .ma-testimonials__dots button.ma-testimonials__dot,
.ma-testimonials-widget .ma-testimonials__dots button.ma-testimonials__dot {
  all: unset !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  max-width: 8px !important;
  max-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 999px !important;
  background: rgba(26,45,77,.18) !important;
  color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  opacity: 1 !important;
  transition: width .22s ease, min-width .22s ease, max-width .22s ease, background-color .22s ease !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots .ma-testimonials__dot.is-active,
.ma-testimonials-widget .ma-testimonials__dots .ma-testimonials__dot.is-active,
.elementor-widget-mirzai_testimonials .ma-testimonials__dots button.ma-testimonials__dot.is-active,
.ma-testimonials-widget .ma-testimonials__dots button.ma-testimonials__dot.is-active {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  background: var(--ma-navy, #1a2d4d) !important;
}

@media (max-width: 767px) {
  .elementor-widget-mirzai_testimonials .ma-testimonials-widget,
  .ma-testimonials-widget {
    --ma-nav-offset: -4px;
  }
  .elementor-widget-mirzai_testimonials .ma-testimonials__dots,
  .ma-testimonials-widget .ma-testimonials__dots {
    margin-top: 16px !important;
  }
}

/* v6 hard fixes: real RTL side arrows, span-based dots, no grey widget background */
.elementor-widget-mirzai_testimonials,
.elementor-widget-mirzai_testimonials > .elementor-widget-container,
.elementor-widget-mirzai_testimonials .elementor-widget-container,
.ma-testimonials-widget,
.ma-testimonials-widget .ma-testimonials__stage,
.ma-testimonials-widget .ma-testimonials__viewport,
.ma-testimonials-widget .ma-testimonials__track {
  background-color: transparent !important;
  background-image: none !important;
}

.elementor-widget-mirzai_testimonials > .elementor-widget-container,
.ma-testimonials-widget {
  overflow: visible !important;
}

.ma-testimonials-widget .ma-testimonials__stage {
  position: relative !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ma-testimonials-widget .ma-testimonials__viewport {
  position: relative !important;
  overflow: hidden !important;
  padding: 8px 0 18px !important;
  margin: 0 !important;
}

.ma-testimonials-widget .ma-testimonials__track {
  direction: rtl !important;
}

/* Visual RTL rule: right side button points RIGHT, left side button points LEFT */
.elementor-widget-mirzai_testimonials .ma-testimonials__nav,
.ma-testimonials-widget .ma-testimonials__nav {
  position: absolute !important;
  top: var(--ma-nav-top, 50%) !important;
  transform: translateY(-50%) !important;
  z-index: 999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(26,45,77,.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ma-navy, #1a2d4d) !important;
  box-shadow: 0 14px 28px rgba(26,45,77,.12) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav--prev,
.ma-testimonials-widget .ma-testimonials__nav--prev {
  right: var(--ma-nav-offset, -22px) !important;
  left: auto !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav--next,
.ma-testimonials-widget .ma-testimonials__nav--next {
  left: var(--ma-nav-offset, -22px) !important;
  right: auto !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav-icon,
.ma-testimonials-widget .ma-testimonials__nav-icon {
  display: none !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav::before,
.ma-testimonials-widget .ma-testimonials__nav::before {
  content: "" !important;
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  border: solid currentColor !important;
  border-width: 0 3px 3px 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav--prev::before,
.ma-testimonials-widget .ma-testimonials__nav--prev::before {
  transform: rotate(-45deg) !important; /* right arrow */
  margin-left: -4px !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__nav--next::before,
.ma-testimonials-widget .ma-testimonials__nav--next::before {
  transform: rotate(135deg) !important; /* left arrow */
  margin-right: -4px !important;
}

/* Dots are spans, not buttons, so theme button styles cannot break them */
.elementor-widget-mirzai_testimonials .ma-testimonials__dots,
.ma-testimonials-widget .ma-testimonials__dots {
  direction: ltr !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: 100% !important;
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
  padding: 0 !important;
  margin: 18px auto 0 !important;
  line-height: 0 !important;
  list-style: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots .ma-testimonials__dot,
.ma-testimonials-widget .ma-testimonials__dots .ma-testimonials__dot {
  all: unset !important;
  box-sizing: border-box !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  max-width: 8px !important;
  max-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 999px !important;
  background-color: rgba(26,45,77,.18) !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  color: transparent !important;
  opacity: 1 !important;
  transform: none !important;
  overflow: hidden !important;
  transition: width .22s ease, min-width .22s ease, max-width .22s ease, background-color .22s ease !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots .ma-testimonials__dot::before,
.elementor-widget-mirzai_testimonials .ma-testimonials__dots .ma-testimonials__dot::after,
.ma-testimonials-widget .ma-testimonials__dots .ma-testimonials__dot::before,
.ma-testimonials-widget .ma-testimonials__dots .ma-testimonials__dot::after {
  content: none !important;
  display: none !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__dots .ma-testimonials__dot.is-active,
.ma-testimonials-widget .ma-testimonials__dots .ma-testimonials__dot.is-active {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  background-color: var(--ma-navy, #1a2d4d) !important;
}

@media (max-width: 767px) {
  .elementor-widget-mirzai_testimonials .ma-testimonials-widget,
  .ma-testimonials-widget {
    --ma-nav-offset: -5px;
  }
  .elementor-widget-mirzai_testimonials .ma-testimonials__viewport,
  .ma-testimonials-widget .ma-testimonials__viewport {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 16px !important;
  }
  .elementor-widget-mirzai_testimonials .ma-testimonials__nav,
  .ma-testimonials-widget .ma-testimonials__nav {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
  }
  .elementor-widget-mirzai_testimonials .ma-testimonials__nav::before,
  .ma-testimonials-widget .ma-testimonials__nav::before {
    width: 9px !important;
    height: 9px !important;
  }
}

/* v7 fix: remove the unwanted grey panel/background behind testimonial cards */
.elementor-widget-mirzai_testimonials,
.elementor-widget-mirzai_testimonials > .elementor-widget-container,
.elementor-widget-mirzai_testimonials .elementor-widget-container,
.elementor-widget-mirzai_testimonials .ma-testimonials-widget,
.elementor-widget-mirzai_testimonials .ma-testimonials__stage,
.elementor-widget-mirzai_testimonials .ma-testimonials__viewport,
.elementor-widget-mirzai_testimonials .ma-testimonials__track,
.ma-testimonials-widget,
.ma-testimonials-widget .ma-testimonials__stage,
.ma-testimonials-widget .ma-testimonials__viewport,
.ma-testimonials-widget .ma-testimonials__track {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.elementor-widget-mirzai_testimonials::before,
.elementor-widget-mirzai_testimonials::after,
.elementor-widget-mirzai_testimonials > .elementor-widget-container::before,
.elementor-widget-mirzai_testimonials > .elementor-widget-container::after,
.elementor-widget-mirzai_testimonials .ma-testimonials-widget::before,
.elementor-widget-mirzai_testimonials .ma-testimonials-widget::after,
.elementor-widget-mirzai_testimonials .ma-testimonials__stage::before,
.elementor-widget-mirzai_testimonials .ma-testimonials__stage::after,
.elementor-widget-mirzai_testimonials .ma-testimonials__viewport::before,
.elementor-widget-mirzai_testimonials .ma-testimonials__viewport::after,
.elementor-widget-mirzai_testimonials .ma-testimonials__track::before,
.elementor-widget-mirzai_testimonials .ma-testimonials__track::after,
.ma-testimonials-widget::before,
.ma-testimonials-widget::after,
.ma-testimonials-widget .ma-testimonials__stage::before,
.ma-testimonials-widget .ma-testimonials__stage::after,
.ma-testimonials-widget .ma-testimonials__viewport::before,
.ma-testimonials-widget .ma-testimonials__viewport::after,
.ma-testimonials-widget .ma-testimonials__track::before,
.ma-testimonials-widget .ma-testimonials__track::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Remove the merged grey haze that was created by big shadows under/between cards */
.elementor-widget-mirzai_testimonials .ma-testimonials__card,
.ma-testimonials-widget .ma-testimonials__card {
  box-shadow: none !important;
}

.elementor-widget-mirzai_testimonials .ma-testimonials__viewport,
.ma-testimonials-widget .ma-testimonials__viewport {
  padding-bottom: 8px !important;
}

/* v8 fix: seamless loop movement; prevent native/theme direction from flipping the track animation */
.elementor-widget-mirzai_testimonials .ma-testimonials__track,
.ma-testimonials-widget .ma-testimonials__track {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden !important;
}
