/* ── nFusion Testimonials 2eadfe97 ── */

/* Local box-sizing reset (safety against theme overrides) */
.nft-2eadfe97-wrap,
.nft-2eadfe97-wrap *,
.nft-2eadfe97-wrap *::before,
.nft-2eadfe97-wrap *::after {
    box-sizing: border-box;
}

.nft-2eadfe97-wrap {
    background-color: #0B1E2D;
    /* No internal padding — control spacing from the parent Elementor container */
    padding: 0;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.nft-2eadfe97-inner {
    display: flex;
    gap: clamp(40px, 6vw, 100px);
    /* No max-width — fill parent container fully */
    width: 100%;
    margin: 0;
    align-items: stretch;
}

/* ── LEFT COLUMN ── */
.nft-2eadfe97-left {
    flex: 1 1 45%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.nft-2eadfe97-label {
    color: #E8740C;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: clamp(20px, 2.5vw, 32px);
}

.nft-2eadfe97-heading {
    color: #FFFFFF;
    font-size: clamp(28px, 4.6vw, 58px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin: 0 0 clamp(32px, 4vw, 56px) 0;
    padding: 0;
}

.nft-2eadfe97-italic-word {
    font-style: italic;
    color: #5A7A8A;
    font-weight: 400;
    font-family: Georgia, 'Times New Roman', serif;
}

/* ── CLIENT LIST ── */
.nft-2eadfe97-list {
    display: flex;
    flex-direction: column;
}

.nft-2eadfe97-list-item {
    display: flex;
    align-items: center;
    padding: 18px 14px;
    cursor: pointer;
    border-top: 1px solid rgba(255,255,255,0.10);
    position: relative;
    transition: background-color 0.3s ease;
}

.nft-2eadfe97-list-item:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.nft-2eadfe97-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.nft-2eadfe97-list-item.is-active {
    background-color: rgba(255,255,255,0.04);
}

.nft-2eadfe97-list-item.is-active::before {
    background-color: #E8740C;
}

.nft-2eadfe97-list-item:hover:not(.is-active) {
    background-color: rgba(255,255,255,0.02);
}

.nft-2eadfe97-num {
    color: #5A7A8A;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    min-width: 50px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.nft-2eadfe97-list-item.is-active .nft-2eadfe97-num {
    color: #E8740C;
}

.nft-2eadfe97-client-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.nft-2eadfe97-client-name {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.nft-2eadfe97-client-cat {
    color: #5A7A8A;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nft-2eadfe97-dash {
    width: 60px;
    height: 2px;
    background-color: transparent;
    flex-shrink: 0;
    margin-left: 16px;
    transition: background-color 0.3s ease;
}

.nft-2eadfe97-list-item.is-active .nft-2eadfe97-dash {
    background-color: #E8740C;
}

/* ── MOBILE CHIP STRIP ── */
/* Hidden on desktop; shown in place of the vertical list below the stack breakpoint */
.nft-2eadfe97-strip {
    display: none;
}

/* Chip styling — heavy specificity to override theme button styles */
.nft-2eadfe97-wrap .nft-2eadfe97-chip,
.nft-2eadfe97-wrap button.nft-2eadfe97-chip {
    flex: 0 0 auto !important;
    scroll-snap-align: center;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 9px 14px !important;
    background: rgba(255,255,255,0.04) !important;
    background-color: rgba(255,255,255,0.04) !important;
    background-image: none !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 0 !important;
    color: rgba(255,255,255,0.62) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: -0.005em !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    text-transform: none !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.nft-2eadfe97-wrap .nft-2eadfe97-chip:hover,
.nft-2eadfe97-wrap button.nft-2eadfe97-chip:hover {
    background: rgba(255,255,255,0.04) !important;
    background-color: rgba(255,255,255,0.04) !important;
    border-color: rgba(255,255,255,0.32) !important;
    color: #FFFFFF !important;
}

.nft-2eadfe97-wrap .nft-2eadfe97-chip.is-active,
.nft-2eadfe97-wrap button.nft-2eadfe97-chip.is-active,
.nft-2eadfe97-wrap .nft-2eadfe97-chip.is-active:hover,
.nft-2eadfe97-wrap button.nft-2eadfe97-chip.is-active:hover {
    background: #E8740C !important;
    background-color: #E8740C !important;
    border-color: #E8740C !important;
    color: #FFFFFF !important;
}

.nft-2eadfe97-chip-num {
    font-size: 10.5px;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.45);
    font-variant-numeric: tabular-nums;
    transition: color 0.18s ease;
}

.nft-2eadfe97-wrap .nft-2eadfe97-chip:hover .nft-2eadfe97-chip-num {
    color: rgba(255,255,255,0.7);
}

.nft-2eadfe97-wrap .nft-2eadfe97-chip.is-active .nft-2eadfe97-chip-num {
    color: rgba(255,255,255,0.85);
}

.nft-2eadfe97-chip-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── RIGHT COLUMN ── */
.nft-2eadfe97-right {
    flex: 1 1 55%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer; /* whole right column advances on click */
}

.nft-2eadfe97-right-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(24px, 3vw, 40px);
    gap: 20px;
    flex-wrap: wrap;
}

.nft-2eadfe97-counter {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.nft-2eadfe97-counter-current {
    color: #E8740C;
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 700;
    line-height: 1;
}

.nft-2eadfe97-counter-total {
    color: #5A7A8A;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ── NAVIGATION BUTTONS ── */
/* Aggressive overrides — most themes/Elementor inject button bg/radius/etc. */
.nft-2eadfe97-nav {
    display: flex;
    gap: 10px;
}

.nft-2eadfe97-wrap .nft-2eadfe97-nav-btn,
.nft-2eadfe97-wrap button.nft-2eadfe97-nav-btn {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid rgba(255,255,255,0.28) !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    padding: 13px 22px !important;
    cursor: pointer !important;
    font-family: inherit !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: border-color 0.25s ease, color 0.25s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.nft-2eadfe97-wrap .nft-2eadfe97-nav-btn:hover,
.nft-2eadfe97-wrap .nft-2eadfe97-nav-btn:focus,
.nft-2eadfe97-wrap .nft-2eadfe97-nav-btn:focus-visible,
.nft-2eadfe97-wrap .nft-2eadfe97-nav-btn:active,
.nft-2eadfe97-wrap button.nft-2eadfe97-nav-btn:hover,
.nft-2eadfe97-wrap button.nft-2eadfe97-nav-btn:focus,
.nft-2eadfe97-wrap button.nft-2eadfe97-nav-btn:focus-visible,
.nft-2eadfe97-wrap button.nft-2eadfe97-nav-btn:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #E8740C !important;
    color: #E8740C !important;
    box-shadow: none !important;
    outline: none !important;
}

.nft-2eadfe97-nav-btn svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
}

/* ── QUOTE ICON ── */
.nft-2eadfe97-quote-icon {
    color: #E8740C;
    font-size: clamp(52px, 6vw, 84px);
    line-height: 1;
    margin-bottom: 8px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
}

/* ── SLIDES AREA ── */
.nft-2eadfe97-slides-area {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nft-2eadfe97-slides {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 280px;
    flex: 1;
}

.nft-2eadfe97-slide {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.nft-2eadfe97-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nft-2eadfe97-quote-highlight {
    color: #FFFFFF;
    font-size: clamp(22px, 3vw, 42px);
    font-weight: 400;
    font-style: italic;
    line-height: 1.28;
    letter-spacing: -0.01em;
    margin: 0 0 24px 0;
    font-family: Georgia, 'Times New Roman', serif;
}

.nft-2eadfe97-quote-body {
    color: rgba(255,255,255,0.7);
    font-size: clamp(14px, 1.15vw, 17px);
    line-height: 1.7;
    margin: 0;
    max-width: 640px;
}

/* ── BOTTOM AREA ── */
.nft-2eadfe97-bottom-area {
    margin-top: clamp(32px, 4vw, 56px);
}

.nft-2eadfe97-attribution {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.nft-2eadfe97-attr-line {
    width: 40px;
    height: 2px;
    background-color: #E8740C;
    flex-shrink: 0;
}

.nft-2eadfe97-attr-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nft-2eadfe97-attr-name {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.nft-2eadfe97-attr-cat {
    color: #5A7A8A;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

/* ── SEGMENT INDICATOR — 2px lines, non-interactive ── */
.nft-2eadfe97-dots {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.nft-2eadfe97-wrap .nft-2eadfe97-dot,
.nft-2eadfe97-wrap span.nft-2eadfe97-dot {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: 2px !important;
    background-color: rgba(255,255,255,0.18) !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
    cursor: default !important;
    display: block !important;
    transition: background-color 0.3s ease !important;
}

.nft-2eadfe97-wrap .nft-2eadfe97-dot.is-active,
.nft-2eadfe97-wrap span.nft-2eadfe97-dot.is-active {
    background-color: #E8740C !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .nft-2eadfe97-inner {
        flex-direction: column;
        gap: 48px;
    }
    .nft-2eadfe97-left,
    .nft-2eadfe97-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    /* Hide the vertical list, show the chip strip instead */
    .nft-2eadfe97-list {
        display: none;
    }

    .nft-2eadfe97-strip {
        display: flex;
        gap: 8px;
        padding: 4px 0 14px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        /* Fade the edges so users can see there's more content to scroll to */
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
                mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
    }
    .nft-2eadfe97-strip::-webkit-scrollbar {
        display: none;
    }
    /* Spacers so the first/last chip can scroll-snap-center without clipping */
    .nft-2eadfe97-strip::before,
    .nft-2eadfe97-strip::after {
        content: '';
        flex: 0 0 16px;
    }
}

@media (max-width: 640px) {
    .nft-2eadfe97-list-item {
        padding: 16px 10px;
    }
    .nft-2eadfe97-num {
        min-width: 38px;
        font-size: 12px;
    }
    .nft-2eadfe97-client-name {
        font-size: 15px;
    }
    .nft-2eadfe97-dash {
        width: 30px;
        margin-left: 10px;
    }
    .nft-2eadfe97-right-header {
        align-items: center;
    }
    .nft-2eadfe97-wrap .nft-2eadfe97-nav-btn,
    .nft-2eadfe97-wrap button.nft-2eadfe97-nav-btn {
        padding: 10px 16px !important;
        font-size: 11px !important;
        letter-spacing: 1.5px !important;
        gap: 8px !important;
    }
    .nft-2eadfe97-slides {
        min-height: 240px;
    }
    .nft-2eadfe97-attribution {
        gap: 14px;
    }
    .nft-2eadfe97-attr-line {
        width: 30px;
    }
    .nft-2eadfe97-quote-body {
        line-height: 1.6;
    }
}

@media (max-width: 380px) {
    .nft-2eadfe97-nav-btn .nft-2eadfe97-nav-label {
        display: none;
    }
    .nft-2eadfe97-wrap .nft-2eadfe97-nav-btn,
    .nft-2eadfe97-wrap button.nft-2eadfe97-nav-btn {
        padding: 10px 14px !important;
    }
}
