:root { --bg: #f7f7ff; --primary: #1450de; --navy: #102c6d; --muted: #475569; --faint: #94a3b8; }
.svc-hero { background-color: #f7f7ff; background-image: linear-gradient(rgba(20, 80, 222, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 80, 222, 0.05) 1px, transparent 1px); background-size: 56px 56px; position: relative; overflow: hidden; padding: 80px 0 64px; }
.svc-hero-wrap { display: flex; align-items: center; flex-wrap: wrap; max-width: 1290px; margin: 0 auto; width: 100%; }
.svc-hero-content { padding-right: 32px; }
.d-flex { display: flex; }
.justify-center { justify-content: center; }
.align-center { align-items: center; }
.flex-wrap { flex-wrap: wrap; }
.justify-between { justify-content: space-between; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(20, 80, 222, 0.07); border: 1px solid rgba(20, 80, 222, 0.22); border-radius: 50px; padding: 6px 16px; font-size: 12.5px; color: var(--primary); font-weight: 500; letter-spacing: 0.03em; margin-bottom: 1.4rem; text-transform: uppercase; }
.badge-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 7px rgba(20, 80, 222, 0.6); animation: pulse-dot 1.8s ease-in-out infinite; }
.svc-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.72; max-width: 460px; margin-top: 1.2rem; margin-bottom: 0; }
.svc-hero-visual { display: flex; align-items: center; justify-content: center; min-height: 340px; }
.svc-canvas-wrap { width: 100%; display: flex; align-items: center; justify-content: center; padding-left: 20px; }
h1 { margin: auto; }
.t-gradient { background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.t-accent { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.72); } }
.journey-wrap { width: 100%; display: flex; flex-direction: column; gap: 0; }
.jrow { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.jconn-v { display: flex; align-items: center; justify-content: center; height: 47px; }
.jconn-v.right { justify-content: flex-end; padding-right: calc(22% + 2px); }
.jconn-v.left { justify-content: flex-start; padding-left: calc(22% + 2px); }
.jconn-h { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; height: 4px; }
.jconn-h::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: rgba(20, 80, 222, 0.15); transform: translateY(-50%); }
.jconn-h .jline { position: absolute; top: 50%; left: 0; height: 2px; width: 0%; background: linear-gradient(90deg, #1450de, #102c6d); transform: translateY(-50%); transition: width 0.7s ease; }
.jrow.rtl .jconn-h .jline { left: auto; right: 0; background: linear-gradient(270deg, #1450de, #102c6d); }
.jconn-h.done .jline { width: 100%; }
.jarrow { position: absolute; width: 0; height: 0; opacity: 0; transition: opacity 0.3s ease 0.6s; }
.jrow:not(.rtl) .jarrow { right: -1px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid #102c6d; }
.jrow.rtl .jarrow { left: -1px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 9px solid #1450de; }
.jconn-h.done .jarrow { opacity: 1; }
.jvline-wrap { display: flex; flex-direction: column; align-items: center; height: 36px; position: relative; }
.jvline-wrap::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(20, 80, 222, 0.15); transform: translateX(-50%); }
.jvline { position: absolute; left: 50%; top: 0; width: 2px; height: 0%; background: linear-gradient(180deg, #1450de, #102c6d); transform: translateX(-50%); transition: height 0.5s ease; }
.jvline-wrap.done .jvline { height: 100%; }
.jvarrow { position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 9px solid #102c6d; opacity: 0; transition: opacity 0.3s ease 0.45s; }
.jvline-wrap.done .jvarrow { opacity: 1; }
.jstep { width: 44%; flex-shrink: 0; background: #fff; border: 1.5px solid rgba(20, 80, 222, 0.12); border-radius: 14px; padding: 11px 13px 10px; box-shadow: 0 4px 16px rgba(16, 44, 109, 0.08); opacity: 0; transform: translateY(8px); transition: opacity 0.42s ease, transform 0.42s ease, box-shadow 0.24s ease, border-color 0.24s ease; cursor: default; }
.jstep.active { opacity: 1; transform: translateY(0); }
.jstep:hover { box-shadow: 0 8px 28px rgba(20, 80, 222, 0.18); border-color: rgba(20, 80, 222, 0.38); transform: translateY(-3px) !important; z-index: 2; }
.jstep-head { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.jstep-icon { width: 30px; height: 30px; flex-shrink: 0; border-radius: 8px; background: linear-gradient(135deg, rgba(20, 80, 222, 0.10) 0%, rgba(16, 44, 109, 0.07) 100%); display: flex; align-items: center; justify-content: center; transition: background 0.24s ease; }
.jstep:hover .jstep-icon { background: linear-gradient(135deg, rgba(20, 80, 222, 0.22) 0%, rgba(16, 44, 109, 0.15) 100%); }
.jstep-icon svg { width: 15px; height: 15px; color: var(--primary); }
.jstep-meta { display: flex; flex-direction: column; gap: 1px; }
.jstep-num { font-size: 0.6rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.72; line-height: 1; }
.jstep-label { font-size: 0.82rem; font-weight: 700; color: var(--navy); line-height: 1.1; }
.jstep-sub { font-size: 0.67rem; color: var(--muted); line-height: 1.45; margin: 0; }
@media (min-width: 1310px) { .w-col { padding: 0 !important; } }
@media (max-width: 992px) { .svc-canvas-wrap { padding-left: 0; } .journey-wrap { margin-top: 25px; } }
@media (max-width: 767px) { .svc-hero { padding: 52px 0 44px; } .svc-hero-content { padding-right: 10px; margin-bottom: 24px; } }

.wwa-identity-section { background: #fff; padding-block: 88px; overflow: hidden; position: relative; }
.wwa-identity-section > * { max-width: 1300px; margin-left: auto; margin-right: auto; }
.wwa-identity-eyebrow { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 32px; width: 100%; }
.wwa-eyebrow-line { flex: 1; max-width: 120px; height: 1.5px; background: linear-gradient(90deg, transparent, rgba(20,80,222,0.25)); }
.wwa-eyebrow-line:last-child { background: linear-gradient(270deg, transparent, rgba(20,80,222,0.25)); }
.wwa-eyebrow-text { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary); background: rgba(20,80,222,0.06); border: 1px solid rgba(20,80,222,0.18); border-radius: 50px; padding: 5px 18px; }
.wwa-identity-headline { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.wwa-id-h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--navy); line-height: 1.15; margin: 0 0 16px; letter-spacing: -0.02em; }
.wwa-id-em { font-style: normal; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.wwa-id-sub { font-size: 1rem; color: var(--muted); line-height: 1.7; margin: 0; padding-inline: 10px; }
.wwa-id-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-inline: 10px; }
.wwa-id-card { position: relative; border-radius: 20px; padding: 36px 32px 40px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; display: flex; justify-content: space-between; flex-direction: column; }
.wwa-id-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(20,80,222,0.13); border-color: rgba(20,80,222,0.28); }
.wwa-id-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--navy)); border-radius: 20px 20px 0 0; opacity: 0; transition: opacity 0.3s ease; }
.wwa-id-card:hover::before { opacity: 1; }
.wwa-id-card-glow { position: absolute; width: 200px; height: 200px; border-radius: 50%; pointer-events: none; bottom: -70px; right: -70px; background: var(--primary); filter: blur(72px); opacity: 0; transition: opacity 0.4s ease; }
.wwa-id-card:hover .wwa-id-card-glow { opacity: 0.06; }
.wwa-id-card-icon { width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; padding: 10px; background-color: transparent; box-shadow: 0 0 20px #d0d9f9; }
.wwa-id-card-num { font-size: 5rem; font-weight: 900; line-height: 1; position: absolute; top: 20px; right: 24px; letter-spacing: -0.04em; user-select: none; color: rgba(20,80,222,0.06); }
.wwa-id-card-title { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin: 0 0 12px; line-height: 1.25; }
.wwa-id-card-body { font-size: 0.9rem; line-height: 1.72; color: var(--muted); margin: 0; }
.wwa-id-card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.wwa-id-card-tags span { font-size: 0.72rem; font-weight: 600; color: var(--primary); background: rgba(20,80,222,0.07); border: 1px solid rgba(20,80,222,0.15); border-radius: 50px; padding: 4px 13px; letter-spacing: 0.02em; }
.wwa-id-card-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.wwa-id-card-list li { display: flex; align-items: flex-start; gap: 12px; padding-bottom: 14px; }
.wwa-id-card-list li:last-child { padding-bottom: 0; }
.wwa-id-card-list-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: rgba(20,80,222,0.08); display: flex; align-items: center; justify-content: center; }
.wwa-id-card-list-icon svg { width: 15px; height: 15px; color: var(--primary); }
.wwa-id-card-list li div { display: flex; flex-direction: column; gap: 2px; }
.wwa-id-card-list li strong { font-size: 1rem; font-weight: 700; color: var(--navy); line-height: 1.2; }
.wwa-id-card-list li p { font-size: 0.9rem; color: var(--muted); margin: 0; line-height: 1.5; }
.wwa-list-timeline { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 14px; align-self: stretch; }
.wwa-list-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); border: 2px solid rgba(20,80,222,0.25); flex-shrink: 0; margin-top: 11px; }
.wwa-list-line { flex: 1; width: 2px; background: linear-gradient(180deg, rgba(20,80,222,0.35), rgba(20,80,222,0.12)); margin-bottom: -30px; border-radius: 2px; }
.wwa-id-card-steps { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 11px; }
.wwa-id-card-steps li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; font-weight: 500; color: var(--navy); }
.wwa-step-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); flex-shrink: 0; opacity: 0.8; }
.wwa-id-people-stats { display: flex; align-items: center; gap: 0; margin-top: 24px; background: var(--bg); border: 1px solid rgba(20,80,222,0.1); border-radius: 14px; padding: 16px 0; }
.wwa-id-stat { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.wwa-id-stat-num { font-size: 1.65rem; font-weight: 900; color: var(--primary); line-height: 1; }
.wwa-id-stat-num sup { font-size: 0.85rem; vertical-align: super; }
.wwa-id-stat-lbl { font-size: 0.67rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.wwa-id-stat-divider { width: 1px; height: 34px; background: rgba(20,80,222,0.12); }
.wwa-id-banner { margin-top: 56px; background: var(--navy); overflow: hidden; position: relative; }
.wwa-id-banner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(20,80,222,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(20,80,222,0.12) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.wwa-id-banner-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; padding: 22px 32px; max-width: 1200px; margin: 0 auto; position: relative; }
.wwa-id-banner-text { display: flex; align-items: center; gap: 9px; font-size: 0.87rem; font-weight: 500; color: rgba(255,255,255,0.78); white-space: nowrap; padding: 0 16px; }
.wwa-id-banner-text svg { flex-shrink: 0; color: var(--faint); }
.wwa-id-banner-text strong { color: #fff; font-weight: 700; }
.wwa-id-banner-dots { display: flex; align-items: center; gap: 4px; padding: 0 4px; }
.wwa-id-banner-dots span { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.25); }
@media (max-width: 1024px) { .wwa-id-cards { grid-template-columns: 1fr 1fr; } .wwa-id-card--glass { grid-column: span 2; } }
@media (max-width: 768px) { .wwa-identity-section { padding: 56px 10px 56px; } .wwa-id-cards { padding-inline: 0; } .wwa-id-h2 { font-size: 2rem; } .wwa-id-card-num { font-size: 3.5rem; } .wwa-id-banner-inner { flex-direction: column; gap: 14px; padding: 20px 16px; } .wwa-id-banner-dots { display: none; } .wwa-id-banner-text { white-space: normal; text-align: center; justify-content: center; } }
@media (max-width: 576px) { .wwa-id-cards { grid-template-columns: 1fr; } .wwa-id-card--glass { grid-column: auto; } #testimonial_data .testimonial-card::after { right: 10px !important; } }

.ztw-section { background: var(--bg); padding: 26px 0 60px; overflow: hidden; }
.ztw-header { text-align: center; max-width: 640px; margin: 0 auto 52px; padding-inline: 24px; }
.ztw-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary); background: rgba(20,80,222,0.06); border: 1px solid rgba(20,80,222,0.18); border-radius: 50px; padding: 6px 20px; margin-bottom: 20px; }
.ztw-eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--primary); opacity: 0.6; }
.ztw-heading { font-size: clamp(2rem, 3.6vw, 2.9rem); color: var(--navy); letter-spacing: -0.02em; line-height: 1.12; margin: 0 0 14px; }
.ztw-em { font-style: normal; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ztw-sub { font-size: 1rem; color: var(--muted); line-height: 1.7; margin: 0; }
.ztw-wrap { max-width: 1300px; margin: 0 auto; padding-inline: 10px; position: relative; }
.ztw-top-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 0; }
.ztw-milestone { display: flex; flex-direction: column; align-items: center; gap: 12px; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.22,.68,0,1.2); }
.ztw-milestone.ztw-visible { opacity: 1; transform: translateY(0); z-index: 1; }
.ai-svg { width: 32px !important; height: 32px !important; }
.ztw-year { font-size: 1.45rem; font-weight: 900; letter-spacing: -0.03em; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ztw-icon-ring { width: 88px; height: 88px; border-radius: 50%; border: 1.5px dashed rgba(20,80,222,0.3); display: flex; align-items: center; justify-content: center; position: relative; background: transparent; }
.ztw-icon-ring::before { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2.5px solid transparent; border-top-color: var(--primary); border-right-color: var(--primary); transform: rotate(-30deg); pointer-events: none; }
.ztw-icon-circle { width: 64px; height: 64px; border-radius: 50%; background: #fff; border: 1.5px solid rgba(20,80,222,0.12); box-shadow: 0 4px 20px rgba(20,80,222,0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); transition: box-shadow 0.3s ease, border-color 0.3s ease; }
.ztw-icon-circle svg { width: 24px; height: 24px; }
.ztw-milestone:hover .ztw-icon-circle { box-shadow: 0 6px 28px rgba(20,80,222,0.22); border-color: rgba(20,80,222,0.3); }
.ztw-wave-wrap { position: relative; width: 100%; margin-top: -8px; }
.ztw-svg { width: 100%; height: 90px; display: block; overflow: visible !important; }
.ztw-path-fill { stroke-dasharray: 1400; stroke-dashoffset: 1400; transition: stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1); }
.ztw-wrap.ztw-drawn .ztw-path-fill { stroke-dashoffset: 0; }
.ztw-arrow { opacity: 0; transition: opacity 0.4s ease 1.3s; }
.ztw-wrap.ztw-drawn .ztw-arrow { opacity: 1; }
.ztw-drop { opacity: 0; transition: opacity 0.3s ease; }
.ztw-wrap.ztw-drawn .ztw-drop { opacity: 1; }
.ztw-dot { opacity: 0; transform-origin: center; transform: scale(0); transition: opacity 0.3s ease, transform 0.3s cubic-bezier(.22,.68,0,1.6); }
.ztw-wrap.ztw-drawn .ztw-dot { opacity: 1; transform: scale(1); }
.ztw-wrap.ztw-drawn .ztw-dot:nth-child(1) { transition-delay: 0.4s; }
.ztw-wrap.ztw-drawn .ztw-dot:nth-child(2) { transition-delay: 0.7s; }
.ztw-wrap.ztw-drawn .ztw-dot:nth-child(3) { transition-delay: 1.0s; }
.ztw-wrap.ztw-drawn .ztw-dot:nth-child(4) { transition-delay: 1.3s; }
.ztw-dots-row { display: none; }
.ztw-bottom-dot { display: flex; justify-content: center; }
.ztw-bottom-dot::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 3px rgba(20,80,222,0.15); opacity: 0; transform: scale(0); transition: opacity 0.3s ease, transform 0.3s cubic-bezier(.22,.68,0,1.6); }
.ztw-wrap.ztw-drawn .ztw-bottom-dot::after { opacity: 1; transform: scale(1); }
.ztw-wrap.ztw-drawn .ztw-bottom-dot:nth-child(1)::after { transition-delay: 0.3s; background: var(--primary); }
.ztw-wrap.ztw-drawn .ztw-bottom-dot:nth-child(2)::after { transition-delay: 0.6s; background: var(--primary); }
.ztw-wrap.ztw-drawn .ztw-bottom-dot:nth-child(3)::after { transition-delay: 0.9s; background: #5b31d1; }
.ztw-wrap.ztw-drawn .ztw-bottom-dot:nth-child(4)::after { transition-delay: 1.2s; background: #6a3de8; }
.ztw-bottom-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 28px; }
.ztw-info { padding: 0 24px; border-right: 1px solid rgba(20,80,222,0.08); text-align: center; opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.ztw-info:first-child { padding-left: 0; }
.ztw-info:last-child { padding-right: 0; border-right: none; }
.ztw-info.ztw-visible { opacity: 1; transform: translateY(0); }
.ztw-title { font-size: 1rem; font-weight: 800; color: var(--navy); margin: 0 0 8px; line-height: 1.3; }
.ztw-title-bar { width: 28px; height: 2.5px; background: linear-gradient(90deg, var(--primary), var(--navy)); border-radius: 99px; margin: 0 auto 10px; }
.ztw-body { font-size: 0.83rem; color: var(--muted); line-height: 1.7; margin: 0; }

/* responsive */
@media (max-width: 900px) { .ztw-top-row, .ztw-bottom-row { grid-template-columns: repeat(2, 1fr); gap: 32px 0; } .ztw-wave-wrap { display: none; } .ztw-info { border-right: none; border-bottom: 1px solid rgba(20,80,222,0.08); padding-bottom: 24px; } .ztw-info:nth-child(2), .ztw-info:last-child { border-bottom: none; } .ztw-milestone.ztw-visible, .ztw-info.ztw-visible { opacity: 1; transform: none; } }
@media (max-width: 560px) { .ztw-section { padding: 26px 0 48px; } .ztw-top-row, .ztw-bottom-row { grid-template-columns: 1fr 1fr; } .ztw-wrap { padding-inline: 16px; } .ztw-milestone { opacity: 1; transform: none; } }

/* mobile timeline */
.ztw-mobile { display: none; }

@media (max-width: 992px) {
  .ztw-wrap { display: none; }
  .ztw-mobile { display: flex; flex-direction: column; gap: 0; padding: 0 10px; max-width: 560px; margin: 0 auto; }
  .ztw-mobile-item { display: grid; grid-template-columns: 52px 1fr; gap: 0 16px; position: relative; }
  .ztw-mobile-icon { width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 1.5px dashed rgba(20,80,222,0.3); box-shadow: 0 0 0 4px rgba(20,80,222,0.06); display: flex; align-items: center; justify-content: center; color: #1450de; flex-shrink: 0; position: relative; z-index: 2; }
  .ztw-mobile-item:not(.ztw-mobile-last) { position: relative; }
  .ztw-mobile-item:not(.ztw-mobile-last)::before { content: ''; position: absolute; top: 52px; left: 25px; width: 2px; height: 100%; background: linear-gradient(to bottom, #1450de, #6a3de8); z-index: 0; }
  .ztw-mobile-line { display: none !important; }
  .ztw-mobile-content { padding: 4px 0 32px; }
  .ztw-mobile-year { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: #1450de; text-transform: uppercase; display: block; margin-bottom: 4px; }
  .ztw-mobile-title { font-size: 16px; font-weight: 700; color: #0e1b3d; margin: 0 0 6px; }
  .ztw-mobile-body { font-size: 14px; color: #5a6480; line-height: 1.6; margin: 0; }
}

/* ===========================
   MISSION & VISION
   =========================== */

.mv-identity-section { background: linear-gradient(to top, #f7f7ff, #fff 50%); padding-block: 68px; overflow: hidden; position: relative; }
.mv-identity-section > * { max-width: 1300px; margin-left: auto; margin-right: auto; }
.mv-id-cards { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; padding-inline: 10px; }
.mv-id-cards-divider { width: 1px; align-self: stretch; background: linear-gradient(to bottom, transparent, rgba(60, 85, 246, 0.25) 20%, rgba(60, 85, 246, 0.25) 80%, transparent); }
.mv-id-card--mission .wwa-id-card-tags span { background: rgba(13,148,136,0.08); color: #0d9488; border-color: rgba(13,148,136,0.18); }
@media (max-width: 768px) { .mv-identity-section { padding: 56px 10px 56px; } .mv-id-cards { padding-inline: 0; grid-template-columns: 1fr; gap: 0; } .mv-id-cards-divider { display: none; } }

#testimonial_data .testimonial-section { overflow: hidden; }
#testimonial_data .slider-container { overflow: hidden; width: 100%; }
#testimonial_data .slider-track { display: flex; gap: 24px; transition: transform 0.5s ease; will-change: transform; }
#testimonial_data .slider-track .relative { flex: 0 0 calc(50% - 12px); min-width: 0; position: relative; }
@media (max-width: 991px) { #testimonial_data .slider-track .relative { flex: 0 0 100%; } }
#testimonial_data .testimonial-card { width: 100%; position: relative; background: #fff; border-radius: 20px; padding: 36px 36px 28px !important; box-shadow: 0 8px 32px rgba(60, 47, 192, 0.07); display: flex !important; flex-direction: column !important; justify-content: space-between !important; column-gap: 0 !important; min-height: 260px; overflow: hidden; height: 100%; }
#testimonial_data .testimonial-card::before { content: '\201C'; position: absolute; top: 16px; left: 24px; font-size: 72px; line-height: 1; color: rgba(20, 80, 222, 0.12); font-family: Georgia, serif; font-weight: 700; }
.relative { position: relative; }
.w-full { width: 100%; }
#testimonial_data .testimonial-card::after { content: '\201D'; position: absolute; bottom: -10px; right: 60px; font-size: 120px; line-height: 1; color: rgba(20, 80, 222, 0.12); font-family: Georgia, serif; font-weight: 700; }
.testimonial-obj { width: 100px; height: 120px; border-radius: 20px; background-color: #1450de; position: absolute; left: 0; top: 7px; }
#testimonial_data .testimonial_desc { display: flex !important; flex-direction: column !important; justify-content: space-between !important; height: 100% !important; gap: 20px; }
#testimonial_data .review { font-size: 14.5px !important; line-height: 1.75 !important; color: #3a3a4a !important; margin: 0 !important; padding-top: 28px; flex-grow: 1; }
#testimonial_data .testimonial_review { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 16px; }
#testimonial_data .testimonial_name { display: flex !important; align-items: center !important; gap: 12px !important; }
#testimonial_data .client-img { width: 70px !important; height: 70px !important; border-radius: 50% !important; object-fit: cover !important; border: 2px solid rgba(20, 80, 222, 0.15) !important; box-shadow: 0 2px 8px rgba(20, 80, 222, 0.12) !important; margin-bottom: 0 !important; }
#testimonial_data .testimonial_name_role .name { font-size: 15px !important; font-weight: 700 !important; color: #102c6d !important; margin: 0 0 2px !important; }
#testimonial_data .testimonial_name_role .role { font-size: 12.5px !important; color: #7b8ca8 !important; margin: 0 !important; }
#testimonial_data .stars { display: flex !important; align-items: center !important; gap: 4px !important; color: #f59e0b !important; font-size: 14px !important; margin-bottom: 0 !important; }
#testimonial_data .stars img { width: 80px; height: auto; }
#testimonial_data .stars span { font-size: 14px !important; font-weight: 700 !important; color: #102c6d !important; }
