.et_pb_code_inner .vl-testi,
.et_pb_code .vl-testi,
section.vl-testi {
  --vl-site-width: 100%;
  --vl-teal: var(--gcid-secondary-color, #1c7293);
  --vl-navy: var(--gcid-primary-color, #0b132b);
  --vl-slate: var(--gcid-s2m8jwzk3w, #2e4057);
  --vl-muted: var(--gcid-pei7cat8hq, #5f7086);
  --vl-white: var(--gcid-y43rzvjcdl, #ffffff);
  --vl-bg: var(--gcid-fu30duvrcn, #f5f5f5);
  --vl-card-bg: #ffffff;
  --vl-card-border: rgba(11, 19, 43, 0.08);
  --vl-card-shadow: 0 14px 42px rgba(11, 19, 43, 0.07);
  --vl-gold: #f2bb05;
  --vl-radius: 22px;

  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(2rem, 4vw, 3rem) 0 !important;
  font-family: "Inter", var(--et_global_body_font, "Work Sans"), Helvetica, Arial, sans-serif;
  color: var(--vl-slate);
  box-sizing: border-box;
}

.vl-testi * {
  box-sizing: border-box;
}

.vl-testi__kicker {
  display: block;
  margin: 0 0 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vl-teal);
}

.vl-testi__heading {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
  font-family: "Poppins", var(--et_global_heading_font, "Urbanist"), Helvetica, Arial, sans-serif;
  font-size: clamp(1.9rem, 1.4vw + 1.5rem, 2.7rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--vl-navy);
}

.vl-testi__card {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(2rem, 3.5vw, 3rem) clamp(1.75rem, 3.5vw, 2.75rem);
  border: 1px solid var(--vl-card-border);
  border-radius: var(--vl-radius);
  background: var(--vl-card-bg);
  box-shadow: var(--vl-card-shadow);
}

.vl-testi__quote-wrap {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 3vw, 24px);
  min-height: 0;
}

.vl-testi__mark {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 3.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  color: var(--vl-teal);
  opacity: 0.35;
  user-select: none;
  transform: translateY(-2px);
}

.vl-testi__quote-col {
  flex: 1 1 auto;
  min-width: 0;
}

.vl-testi__quote {
  margin: 0;
  font-size: clamp(1.1rem, 0.65vw + 1rem, 1.4rem);
  font-weight: 600;
  line-height: 1.65;
  color: var(--vl-navy);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.vl-testi__quote.vl-fade {
  opacity: 0;
  transform: translateY(6px);
}

.vl-testi__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--vl-teal);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.28s ease, transform 0.28s ease, gap 0.2s ease;
}

.vl-testi__more:hover {
  gap: 10px;
}

.vl-testi__more.vl-fade {
  opacity: 0;
  transform: translateY(6px);
}

.vl-testi__more svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.vl-testi__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
  border-top: 1px solid rgba(11, 19, 43, 0.07);
}

.vl-testi__active {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 22px 6px 6px;
  border-radius: 999px;
  background: var(--vl-navy);
  color: var(--vl-white);
}

.vl-testi__active-avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vl-teal);
  color: var(--vl-white);
  font-size: 16px;
  font-weight: 700;
  object-fit: cover;
}

.vl-testi__active-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.vl-testi__active-role {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #c7cbd6;
}

.vl-testi__avatars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 6px;
}

.vl-testi__avatar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  opacity: 0.72;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.vl-testi__avatar-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.vl-testi__avatar-btn:focus-visible {
  outline: none;
  border-color: var(--vl-gold);
  opacity: 1;
}

.vl-testi__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.vl-testi__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: var(--vl-white);
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .vl-testi__card {
    padding: 1.5rem 1.25rem;
  }

  .vl-testi__quote-wrap {
    gap: 10px;
  }

  .vl-testi__mark {
    font-size: 2rem;
  }

  .vl-testi__active {
    padding: 5px 16px 5px 5px;
  }

  .vl-testi__active-role {
    display: none;
  }

  .vl-testi__row {
    gap: 10px;
    padding-top: 1.25rem;
  }
}

.vl-testi-modal {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(11, 19, 43, 0.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: "Inter", var(--et_global_body_font, "Work Sans"), Helvetica, Arial, sans-serif;
  isolation: isolate;
}

.vl-testi-modal.vl-open {
  display: flex;
}

.vl-testi-modal__box {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(85vh, 760px);
  overflow-y: auto;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid rgba(11, 19, 43, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: none;
  animation: vlModalIn 0.25s ease both;
  overscroll-behavior: contain;
}

@keyframes vlModalIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.vl-testi-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f4f6f9;
  color: var(--vl-navy);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.vl-testi-modal__close:hover {
  background: var(--vl-teal);
  color: var(--vl-white);
}

.vl-testi-modal__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 40px 20px 0;
}

.vl-testi-modal__avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  color: var(--vl-white);
  font-size: 18px;
  font-weight: 700;
}

.vl-testi-modal__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.vl-testi-modal__name {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--vl-navy);
}

.vl-testi-modal__role {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--vl-teal);
}

.vl-testi-modal__body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--vl-slate);
}

.vl-testi-modal__body p {
  margin: 0 0 14px;
}

.vl-testi-modal__body p:last-child {
  margin-bottom: 0;
}
