.elementor-756 .elementor-widget-testimonial-carousel {
  --testimonial-purple: #4c248a;
  --testimonial-deep: #310058;
  --testimonial-pink: #f975b8;
  --testimonial-surface: #faf7fc;
  margin-top: 26px;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-swiper {
  position: relative;
  padding: 4px 56px 58px;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-main-swiper {
  width: 100% !important;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(49, 0, 88, .1);
  transition: height .3s ease;
}

.elementor-756 .elementor-widget-testimonial-carousel .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.elementor-756 .elementor-widget-testimonial-carousel .swiper-slide {
  flex: 0 0 100%;
  width: 100% !important;
  height: auto;
  box-sizing: border-box;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial {
  display: grid;
  grid-template-columns: minmax(210px, 30%) 1fr;
  min-height: 390px;
  height: 100%;
  background: var(--testimonial-surface);
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__footer {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 36px 28px !important;
  background: linear-gradient(145deg, var(--testimonial-deep), var(--testimonial-purple));
  text-align: center;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__content {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 64px !important;
  background: #fff;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__content::before {
  content: "“";
  margin-bottom: 4px;
  color: var(--testimonial-pink);
  font-family: Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: .55;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__text {
  color: #555f64 !important;
  font-size: 17px;
  line-height: 1.75;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: 150px !important;
  height: 150px !important;
  border: 4px solid rgba(255, 255, 255, .85);
  border-radius: 50% !important;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__cite {
  display: flex;
  flex-direction: column;
  font-style: normal;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__name {
  color: #fff !important;
  font-family: var(--bmga-heading-font) !important;
  font-size: 20px;
  font-weight: 600;
}

.elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__title {
  margin-top: 2px;
  color: rgba(255, 255, 255, .76) !important;
  font-family: var(--bmga-body-font) !important;
  font-size: 14px;
}

.bmga-slider-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--testimonial-purple);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(49, 0, 88, .2);
  cursor: pointer;
  transform: translateY(-70%);
  transition: background .2s ease, transform .2s ease;
}

.bmga-slider-button:hover,
.bmga-slider-button:focus-visible {
  background: var(--testimonial-deep);
  transform: translateY(-70%) scale(1.06);
}

.bmga-slider-prev { left: 0; }
.bmga-slider-next { right: 0; }

.bmga-slider-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.bmga-slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d8cce3;
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.bmga-slider-dot.is-active {
  width: 28px;
  border-radius: 8px;
  background: var(--testimonial-purple);
}

@media (max-width: 1024px) {
  .elementor-756 .elementor-widget-testimonial-carousel .elementor-swiper {
    padding: 4px 22px 56px;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__footer {
    order: 1;
    padding: 30px 24px 22px !important;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__content {
    order: 2;
    padding: 38px 34px 42px !important;
    text-align: left;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    width: 112px !important;
    height: 112px !important;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__content .elementor-testimonial__cite {
    margin-top: 22px;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__content .elementor-testimonial__name {
    color: var(--testimonial-deep) !important;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__content .elementor-testimonial__title {
    color: #767078 !important;
  }

  .bmga-slider-button {
    top: 132px;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .elementor-756 .elementor-element-576f47ca {
    margin-top: 0;
    padding: 0 12px;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-swiper {
    padding-inline: 10px;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__content {
    padding: 34px 24px 38px !important;
  }

  .elementor-756 .elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .bmga-slider-prev { left: -8px; }
  .bmga-slider-next { right: -8px; }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-756 .elementor-widget-testimonial-carousel .swiper-wrapper,
  .elementor-756 .elementor-widget-testimonial-carousel .elementor-main-swiper {
    transition: none;
  }
}

/* Archived Elementor animations depended on missing runtime chunks. Keep their
   content visible and use stable, contained spacing instead. */
.elementor-756 .elementor-invisible {
  visibility: visible !important;
  animation: none !important;
}

.elementor-756 :is(
  .elementor-element-ef751c4,
  .elementor-element-d4d7646,
  .elementor-element-fd3c6ae,
  .elementor-element-82c070b
) > .elementor-container {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding: 54px 32px;
}

.elementor-756 :is(
  .elementor-element-6ee6c30,
  .elementor-element-7c16d44,
  .elementor-element-3d2659a,
  .elementor-element-c327d4e
) {
  margin: 0 !important;
}

.elementor-756 .elementor-element-cfb4e10 {
  display: none;
}

.elementor-756 .elementor-element-576f47ca {
  display: none;
}

/* The archived flip-carousel runtime is unavailable. Remove its empty half-column
   instead of reserving a large blank canvas beside this callout. */
.elementor-756 .elementor-element-34a22052 {
  display: none;
}

.elementor-756 .elementor-element-43e508df {
  width: min(100%, 720px) !important;
  margin-inline: auto;
}

.elementor-756 .elementor-element-43e508df > .elementor-widget-wrap {
  padding: 46px 48px !important;
  border: 1px solid rgba(76, 36, 138, .09);
  border-radius: 18px;
  background: #faf7fc;
}

.elementor-756 :is(
  .elementor-element-34fc0e8f,
  .elementor-element-23e26830,
  .elementor-element-6ac53429,
  .elementor-element-ced820c,
  .elementor-element-2c98094a,
  .elementor-element-6fc73fbe
) > .elementor-container {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
}

.elementor-756 :is(
  .elementor-element-23e26830,
  .elementor-element-6ac53429,
  .elementor-element-ced820c,
  .elementor-element-2c98094a,
  .elementor-element-6fc73fbe
) {
  margin-top: 36px !important;
}

@media (max-width: 767px) {
  .elementor-756 :is(
    .elementor-element-ef751c4,
    .elementor-element-d4d7646,
    .elementor-element-fd3c6ae,
    .elementor-element-82c070b
  ) > .elementor-container {
    padding: 40px 20px;
  }

  .elementor-756 :is(
    .elementor-element-34fc0e8f,
    .elementor-element-23e26830,
    .elementor-element-6ac53429,
    .elementor-element-ced820c,
    .elementor-element-2c98094a,
    .elementor-element-6fc73fbe
  ) > .elementor-container {
    width: calc(100% - 36px);
  }

  .elementor-756 :is(
    .elementor-element-23e26830,
    .elementor-element-6ac53429,
    .elementor-element-ced820c,
    .elementor-element-2c98094a,
    .elementor-element-6fc73fbe
  ) {
    margin-top: 24px !important;
  }

  .elementor-756 .elementor-element-43e508df > .elementor-widget-wrap {
    padding: 32px 26px !important;
  }
}
