/* DEVASA MEDIA — circular “DEVASA ÇÖZÜMLER” (Paralucent; layout/animation unchanged) */

.dm-circle-brand-text__label {
  fill: #ffffff;
  font-family: "Paralucent", "DM Noto Sans TR", sans-serif;
  font-weight: 500;
}

.hero-1 .hero-content .content-items .circle-box .dm-circle-brand-text.ani-circle {
  display: block;
}

/* Müşteri yorumları: dönen metin + tırnak ikonu aynı merkez (eşit boşluk) */
.testimonial-one .left-content .circle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 241px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-one .left-content .circle-box .dm-circle-brand-text.ani-circle {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  display: block;
}

.testimonial-one .left-content .circle-box > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  z-index: 1;
  line-height: 0;
}

.testimonial-one .left-content .circle-box > .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 469.98px) {
  .testimonial-one .left-content .circle-box {
    max-width: min(100%, 241px);
  }
}
