.mwt-hologram-testi-sec {
    position: relative;
    width: 100%;
    background: #ffffff;
    background-image: radial-gradient(rgba(11, 49, 103, 0.02) 1px, transparent 0);
    background-size: 32px 32px;
    padding: 30px;
    overflow: hidden;
}

.mwt-testi-full-container {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
}

.mwt-testi-main-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 85px auto;
}

.mwt-testi-mini-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* background: rgba(11, 49, 103, 0.05);
    border: 1px solid rgba(11, 49, 103, 0.1); */
    padding: 8px 18px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.mwt-testi-flash-node {
    width: 6px;
    height: 6px;
    background: #ff9f1c;
    border-radius: 50%;
    box-shadow: 0 0 10px #ff9f1c;
    animation: beaconPulseWave 1.8s infinite;
}

@keyframes beaconPulseWave {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.4); opacity: 1; }
    100% { transform: scale(1); opacity: 0.4; }
}

.mwt-testi-string {
    font-size: 20px;
    color: #0b3167;
    font-weight: 900;
    letter-spacing: 2px;
}

.mwt-testi-sec-title {
    color: #0b3167;
    font-size: clamp(26px, 3.4vw, 35px);
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.mwt-orange-neon {
    color: #ff9f1c;
    text-shadow: 0 4px 15px rgba(255, 159, 28, 0.2);
}

.mwt-testi-sub-txt {
    color: #475569;
    font-size: clamp(14px, 1.15vw, 16px);
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 1px;
}

/* .mwt-testi-bar-deco {
    width: 60px;
    height: 3px;
    background: #ff9f1c;
    margin: 22px auto 0 auto;
    border-radius: 2px;
} */

/* --- THE QUANTUM HOLOGRAPHIC ACCENTED POD FRAME --- */
.mwt-holo-testi-pod {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    /* Slanted geometric micro edge frame mapping */
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%);
    border-radius: 0 0 16px 16px;
    width: 100%;
    height: 100%;
    transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mwt-pod-inner-structure {
    position: relative;
    z-index: 5;
    padding: 50px 30px 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

.mwt-pod-wireframe-bg {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(11, 49, 103, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 49, 103, 0.012) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity: 0.9;
    pointer-events: none;
}

.mwt-pod-back-aura {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 159, 28, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.mwt-pod-laser-pulse-top {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2.5px;
    background: linear-gradient(90deg, transparent, #ff9f1c, transparent);
    transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- FLOATING AVATAR CAPSULE DOCK HUB --- */
.mwt-pod-avatar-capsule {
    position: absolute;
    top: 10px;
    right: 30px;
    display: flex;
    align-items: center;
    background: #0b3167;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 14px 4px 5px;
    border-radius: 30px;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(11, 49, 103, 0.15);
    transition: background 0.4s, transform 0.4s ease;
    z-index: 10;
}

.mwt-avatar-icon-core {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b3167;
    font-size: 15px;
    transition: background 0.3s, color 0.3s;
}

.mwt-avatar-node-tag {
    font-family: monospace;
    font-size: 10px;
    font-weight: 800;
    color: #ff9f1c;
    letter-spacing: 1px;
}

/* --- MIDDLE DATA COPY TEXT CONSOLE --- */
.mwt-pod-text-vault {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mwt-pod-quote-vector {
    font-size: 26px;
    color: rgba(11, 49, 103, 0.08);
    line-height: 1;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.mwt-pod-feedback-statement {
    color: #334155;
    font-size: 13.5px;
    line-height: 1.50;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* --- BOTTOM DETAILS MATRIX TERMINAL --- */
.mwt-pod-meta-anchor {
    width: 100%;
    text-align: left;
    border-top: 1px dashed #e2e8f0;
    padding-top: 18px;
    margin-top: auto;
}

.mwt-pod-client-name {
    color: #0b3167;
    font-size: 16px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.mwt-pod-client-title {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-top: 2px;
}

/* ================= MOTION INTERACTIONscience EVENTS ================= */
.mwt-holo-testi-pod:hover {
    border-color: rgba(255, 159, 28, 0.25);
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(11, 49, 103, 0.05);
}

.mwt-holo-testi-pod:hover .mwt-pod-back-aura {
    opacity: 1;
}

.mwt-holo-testi-pod:hover .mwt-pod-laser-pulse-top {
    left: 100%;
}

.mwt-holo-testi-pod:hover .mwt-pod-avatar-capsule {
    background: #ff9f1c;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 159, 28, 0.3);
}

.mwt-holo-testi-pod:hover .mwt-avatar-icon-core {
    background: #0b3167;
    color: #ffffff;
}

.mwt-holo-testi-pod:hover .mwt-avatar-node-tag {
    color: #0b3167;
}

.mwt-holo-testi-pod:hover .mwt-pod-quote-vector {
    color: rgba(255, 159, 28, 0.3);
}

.mwt-holo-testi-pod:hover .mwt-pod-client-name {
    color: #ff9f1c;
}

/* ================= UNBREAKABLE HARDCORE MEDIA QUERY BREAKPOINTS ================= */
@media (max-width: 991px) {
    .mwt-testi-main-head { margin-bottom: 65px; }
    .mwt-holo-testi-pod {
        clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 0% 100%);
    }
}

@media (max-width: 768px) {
    .mwt-hologram-testi-sec { padding: 55px 0; }
    .mwt-pod-inner-structure { padding: 45px 20px 25px 20px; }
    .mwt-pod-feedback-statement { text-align: left; line-height: 1.65; }
    .mwt-pod-avatar-capsule { left: 20px; }
}

/* ==========================================================================
   PREMIUM MINIMALIST CLIENTS GRID MODULE (CLEAN BLUE & ORANGE THEME)
   ========================================================================== */
.mwt-minimal-clients-sec {
    position: relative;
    width: 100%;
    background: #F4F7FF; /* Matches the exact soft light blue tone from the corporate asset image */
    padding: 30px;
    overflow: hidden;
}

.mwt-minimal-clients-container {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
}

/* Header Text Alignments Architecture */
.mwt-minimal-clients-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px auto;
}

.mwt-minimal-clients-tag {
    color: #ff9f1c; /* Brand corporate orange tone alignment */
    font-size: clamp(12px, 1.1vw, 15px);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.mwt-minimal-clients-title {
    color: #0b3167; /* Royal corporate deep navy blueprint tone */
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.mwt-brand-blue-txt {
    color: #0b3167;
}

.mwt-minimal-clients-desc {
    color: #334155;
    font-size: clamp(14px, 1.15vw, 16.5px);
    line-height: 1.75;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

/* .mwt-minimal-clients-bar {
    width: 50px;
    height: 3px;
    background: #ff9f1c;
    margin: 20px auto 0 auto;
    border-radius: 2px;
} */

/* --- THE RIGID 6-COLUMN FLEXIBLE RESPONSIVE GRID GRID --- */
.mwt-minimal-clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 Columns responsive rail setup for desktops */
    gap: 24px;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto 50px auto;
}

.mwt-client-logo-node {
    position: relative;
    width: 100%;
    padding-top: 75%; /* Maintains consistent horizontal rectangular card distribution */
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 15px rgba(11, 49, 103, 0.02);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.mwt-client-logo-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.mwt-client-logo-inner img {
    max-width: 110%;
    max-height: 150%;
    object-fit: contain;
    /* filter: grayscale(1);  */
    /* opacity: 0.65;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease; */
}

/* --- BOTTOM CENTRAL ACTION CAPSULE LINK BUTTON --- */
.mwt-minimal-clients-action {
    text-align: center;
    width: 100%;
}

.mwt-minimal-view-all-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 44px;
    background: linear-gradient(135deg, #ff9f1c 0%, #ffb703 100%);
    color: #0b3167;
    font-size: 14.5px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 30px; /* Clean rounded capsule profile */
    box-shadow: 0 8px 25px rgba(255, 159, 28, 0.22);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, background 0.3s;
}

.mwt-minimal-view-all-btn i {
    font-size: 14px;
    color: #0b3167;
    transition: transform 0.3s ease;
}

/* ==========================================================================
   MICRO-INTERACTION TRIGGERS & UNBREAKABLE RESPONSIVE MATRIX
   ========================================================================== */
.mwt-client-logo-node:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 159, 28, 0.3);
    box-shadow: 0 12px 30px rgba(11, 49, 103, 0.06);
}

.mwt-client-logo-node:hover .mwt-client-logo-inner img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

.mwt-minimal-view-all-btn:hover {
    background: #0b3167;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(11, 49, 103, 0.3);
}

.mwt-minimal-view-all-btn:hover i {
    color: #ff9f1c;
    transform: translateX(4px);
}

/* --- RESPONSIVE BREAKPOINT GRID LAYOUTS ADAPTERS --- */
@media (max-width: 1200px) {
    .mwt-minimal-clients-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 Columns on smaller desktop viewports */
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .mwt-minimal-clients-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 Columns on standard tablet layouts */
        gap: 16px;
    }
    .mwt-minimal-clients-sec {
        padding: 55px 0;
    }
}

@media (max-width: 600px) {
    .mwt-minimal-clients-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns crisp view on phone devices */
        gap: 12px;
    }
    .mwt-minimal-clients-head {
        margin-bottom: 35px;
    }
    .mwt-minimal-clients-desc {
        text-align: left; /* Enhances typography legibility on mobile viewport frames */
        line-height: 1.65;
    }
    .mwt-minimal-view-all-btn {
        padding: 13px 32px;
        width: 100%;
        max-width: 290px;
        font-size: 13.5px;
    }
}