/* Elementor testimonial grid */
.mw-etg-section {
  width: 100%;
  padding: 34px 0 24px;
  background: transparent;
  overflow: visible;
}

.mw-etg-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mw-etg-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: stretch;
}

.mw-etg-card {
  position: relative;
  background: #f5f3f2;
  border-radius: 20px;
  padding: 86px 44px 48px;
  min-height: 520px;
  text-align: center;
  box-sizing: border-box;
  overflow: visible;
}

.mw-etg-quote-badge {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: #66a9b0;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -52%);
  overflow: hidden;
  z-index: 2;
}

.mw-etg-quote-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mw-etg-quote-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}


.mw-etg-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-bottom: 26px;
}

.mw-etg-star {
  width: 28px;
  height: 28px;
  fill: #1c335b;
  display: block;
}

.mw-etg-content {
  color: #101010;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.78;
  font-weight: 400;
}

.mw-etg-content p {
  margin: 0 0 18px;
}

.mw-etg-content p:last-child {
  margin-bottom: 0;
}

.mw-etg-name-wrap {
  margin-top: 42px;
}

.mw-etg-name {
  margin: 0;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.mw-etg-role {
  margin-top: 10px;
  color: #5d5d5d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .mw-etg-grid {
    gap: 28px;
  }

  .mw-etg-card {
    min-height: 0;
    padding: 78px 34px 40px;
  }

  .mw-etg-content {
    font-size: 20px;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .mw-etg-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mw-etg-card {
    padding: 72px 24px 34px;
    border-radius: 16px;
  }

  .mw-etg-quote-badge {
    width: 74px;
    height: 74px;
  }

  .mw-etg-quote-icon {
    width: 34px;
    height: 34px;
  }

  .mw-etg-star {
    width: 24px;
    height: 24px;
  }

  .mw-etg-content {
    font-size: 18px;
    line-height: 1.65;
  }

  .mw-etg-name {
    font-size: 17px;
    letter-spacing: 0.14em;
  }
}

/* Original carousel style */
.mw-tc-section {
  --mw-bg: #ece8e2;
  --mw-card-bg: #ffffff;
  --mw-text: #14273a;
  --mw-muted: #657484;
  --mw-accent: #5f9f9b;
  --mw-accent-soft: #d8e5e2;
  --mw-border-soft: #ddd6ce;
  --mw-dot: #d7d1ca;
  --mw-shadow: 0 14px 40px rgba(20, 39, 58, 0.04);
  position: relative;
  width: 100%;
  background: var(--mw-bg);
  padding: clamp(38px, 5vw, 64px) 20px 56px;
  overflow: hidden;
}

.mw-tc-shell {
  width: min(100%, 1050px);
  margin: 0 auto;
}

.mw-tc-slider {
  position: relative;
}

.mw-tc-track {
  position: relative;
  min-height: 330px;
}

.mw-tc-slide {
  width: 100%;
}

.mw-tc-slide[hidden] {
  display: none !important;
}

.mw-tc-card {
  position: relative;
  background: var(--mw-card-bg);
  border-radius: 32px;
  box-shadow: var(--mw-shadow);
  padding: clamp(34px, 4vw, 56px) clamp(26px, 4vw, 58px) clamp(28px, 4vw, 42px);
  min-height: 335px;
}

.mw-tc-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.mw-tc-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mw-tc-star {
  width: 22px;
  height: 22px;
  fill: var(--mw-accent);
  display: block;
}

.mw-tc-quote-mark {
  color: var(--mw-accent-soft);
  font-family: Georgia, serif;
  font-size: clamp(60px, 6vw, 88px);
  line-height: 0.7;
  font-weight: 700;
  user-select: none;
  transform: translateY(-2px);
}

.mw-tc-quote {
  margin: 0;
  max-width: 760px;
}

.mw-tc-quote p {
  margin: 0;
  color: var(--mw-text);
  font-family: Georgia, serif;
  font-size: clamp(25px, 3vw, 31px);
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.mw-tc-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: clamp(34px, 4vw, 42px);
}

.mw-tc-avatar-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 56px;
  background: linear-gradient(145deg, #76b2ad, #34686f);
}

.mw-tc-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mw-tc-avatar-fallback {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.mw-tc-name,
.mw-tc-role {
  margin: 0;
}

.mw-tc-name {
  color: var(--mw-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mw-tc-role {
  margin-top: 8px;
  color: var(--mw-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.mw-tc-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 42px;
}

.mw-tc-nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--mw-border-soft);
  background: rgba(255, 255, 255, 0.72);
  color: var(--mw-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.mw-tc-nav:hover,
.mw-tc-nav:focus-visible {
  background: #ffffff;
  border-color: #cfc6bc;
  transform: translateY(-1px);
  outline: none;
}

.mw-tc-nav svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mw-tc-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mw-tc-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: var(--mw-dot);
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.9;
}

.mw-tc-dot.is-active {
  width: 30px;
  background: var(--mw-accent);
  opacity: 1;
}

.mw-tc-dot:focus-visible {
  outline: 2px solid rgba(95, 159, 155, 0.35);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .mw-tc-section {
    padding: 34px 18px 48px;
  }

  .mw-tc-track {
    min-height: 300px;
  }

  .mw-tc-card {
    border-radius: 26px;
    min-height: 300px;
  }

  .mw-tc-name {
    font-size: 24px;
  }

  .mw-tc-role {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .mw-tc-section {
    padding: 28px 14px 40px;
  }

  .mw-tc-track {
    min-height: 0;
  }

  .mw-tc-card {
    border-radius: 22px;
    padding: 26px 20px 24px;
  }

  .mw-tc-card-top {
    margin-bottom: 10px;
  }

  .mw-tc-stars {
    gap: 3px;
  }

  .mw-tc-star {
    width: 18px;
    height: 18px;
  }

  .mw-tc-quote p {
    font-size: 18px;
    line-height: 1.45;
  }

  .mw-tc-quote-mark {
    font-size: 48px;
  }

  .mw-tc-author {
    gap: 12px;
    margin-top: 24px;
  }

  .mw-tc-avatar-wrap {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .mw-tc-name {
    font-size: 20px;
  }

  .mw-tc-role {
    margin-top: 5px;
    font-size: 15px;
  }

  .mw-tc-controls {
    gap: 16px;
    margin-top: 28px;
  }

  .mw-tc-nav {
    width: 42px;
    height: 42px;
  }
}
