/* WM Testimonials Tabs */
.wm-testi-wrap, .wm-testi-wrap *{ box-sizing:border-box !important; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important; }
.wm-testi-wrap{ background:var(--wm-bg,#000) !important; padding:60px 0 !important; width:100% !important; }
.wm-testi-inner{ max-width:1200px !important; width:100% !important; margin:0 auto !important; padding:0 14px !important; }

.wm-tabs{ display:flex !important; justify-content:center !important; gap:64px !important; margin-bottom:32px !important; flex-wrap:wrap !important; }
.wm-tab{ background:transparent !important; border:0 !important; padding:8px 2px !important; font-size:18px !important; font-weight:700 !important; color:rgba(255,255,255,.6) !important; cursor:pointer !important; position:relative !important; }
.wm-tab.is-active{ color:#fff !important; }
.wm-tab.is-active::after{ content:"" !important; position:absolute !important; left:0; right:0; bottom:-10px !important; height:2px !important; background:var(--wm-accent,#4380FD) !important; border-radius:2px !important; }

.wm-grid{ display:flex !important; flex-wrap:wrap !important; gap:26px !important; width:100% !important; }
.wm-card{ flex:0 0 calc(33.333% - 18px) !important; max-width:calc(33.333% - 18px) !important; background:#fff !important; border:1px solid #ececec !important; border-radius:18px !important; padding:24px 22px 22px !important; min-height:210px !important; margin:0 !important; }
@media(max-width:1024px){ .wm-tabs{ gap:34px !important; } .wm-card{ flex-basis:calc(50% - 13px) !important; max-width:calc(50% - 13px) !important; } }
@media(max-width:640px){ .wm-card{ flex-basis:100% !important; max-width:100% !important; } }

.wm-card-head{ display:flex !important; align-items:center !important; gap:14px !important; margin-bottom:10px !important; }
.wm-avatar{ width:56px !important; height:56px !important; border-radius:999px !important; object-fit:cover !important; border:2px solid rgba(67,128,253,0.15) !important; }
.wm-name{ margin:0 !important; font-size:19px !important; font-weight:800 !important; color:#111 !important; }
.wm-role{ margin:4px 0 0 !important; font-size:13.5px !important; font-weight:700 !important; color:#9a9a9a !important; }

.wm-badge{ margin-left:auto !important; width:36px !important; height:36px !important; border-radius:999px !important; display:grid !important; place-items:center !important; }
.wm-badge--fiverr{ background:#1dbf73 !important; }
.wm-badge--upwork{ background:#14a800 !important; }
.wm-badge--google{ background:#fff !important; }

.wm-logo{ width:18px !important; height:18px !important; filter:invert(1) !important; }
.wm-google-svg{ width:22px !important; height:22px !important; display:block !important; }

.wm-stars{ margin:8px 0 14px !important; display:flex !important; gap:5px !important; }
.wm-star{ color:#f5c542 !important; font-size:18px !important; }
.wm-text{ margin:0 !important; font-size:16px !important; line-height:1.65 !important; color:#222 !important; white-space:pre-line !important; }

.wm-card.is-hidden{ display:none !important; }
