
.couter-vertion1 .stat-item h2 {
    font-size: 41px;
    font-weight: 800;
    margin: 0px;
    margin-bottom: 5px;
    line-height: initial;
    color: #ffffff;
}
.couter-vertion1 .stats-section::after {
        content: '';
        position: absolute;
        inset: 0;
        background: #00000070;
        z-index: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
}

.couter-vertion1 .stat-item {
    color: #Fff;
    font-size: 18px;
}
.couter-vertion1 .stats-section {
    position: relative;
    width: 100%;
    min-height: 200px;
    background: #0b1e3d;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.couter-vertion1 .stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    filter: blur(3px);
}

.couter-vertion1 .binary-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0.18;
    pointer-events: none;
}

.couter-vertion1 .binary-overlay span {
    position: absolute;
    font-family: 'Barlow Condensed', monospace;
    font-size: 13px;
    color: #4a9eff;
    letter-spacing: 3px;
    white-space: nowrap;
    font-weight: 400;
}

.couter-vertion1 .binary-overlay span:nth-child(1) {
    top: 8%;
    left: 0;
    width: 100%;
}

.couter-vertion1 .binary-overlay span:nth-child(2) {
    top: 22%;
    left: 0;
    width: 100%;
}

.couter-vertion1 .binary-overlay span:nth-child(3) {
    top: 36%;
    left: 0;
    width: 100%;
}

.couter-vertion1 .binary-overlay span:nth-child(4) {
    top: 50%;
    left: 0;
    width: 100%;
}

.couter-vertion1 .binary-overlay span:nth-child(5) {
    top: 64%;
    left: 0;
    width: 100%;
}

.couter-vertion1 .binary-overlay span:nth-child(6) {
    top: 78%;
    left: 0;
    width: 100%;
}

.couter-vertion1 .binary-overlay span:nth-child(7) {
    top: 90%;
    left: 0;
    width: 100%;
}

.couter-vertion1 .network-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.couter-vertion1 .stats-container {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1400px;
    gap: 20px;
}

.couter-vertion1 .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    min-width: 180px;
}

.couter-vertion1 .stat-number {
    font-family: 'Barlow', sans-serif;
    font-size: 39px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.couter-vertion1 .stat-label {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

.couter-vertion1 .stat-divider {
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .couter-vertion1 .stat-item h2 {
    font-size: 30px;
}
    .couter-vertion1 .stats-section {
        padding: 50px 30px;
    }

    .couter-vertion1 .stats-container {
        flex-wrap: wrap;
        gap: 40px 30px;
    }

    .couter-vertion1 .stat-divider {
        display: none;
    }

    .couter-vertion1 .stat-item {
        flex: 0 0 calc(50% - 30px);
        min-width: 140px;
        font-size: 14px;
    }

    .couter-vertion1 .stat-number {
        font-size: 48px;
    }

    .couter-vertion1 .stat-label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .couter-vertion1 .stats-section {
        padding: 40px 20px;
    }

    .couter-vertion1 .stat-item {
        flex: 0 0 calc(50% - 20px);
    }

    .couter-vertion1 .stat-number {
        font-size: 38px;
    }

    .couter-vertion1 .stat-label {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}


















































/* couter v2  */


.couter-vertion2 .stats {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 52px 48px;
}

.couter-vertion2 .stats::before {
    background: #04122b;
}

.couter-vertion2 .stats-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #c8d6e8 1px, transparent 1px);
    background-size: 24px 24px;
    background-position: 12px 12px;
    opacity: 0.4;
    pointer-events: none;
}


.couter-vertion2 .stats-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.couter-vertion2 .stat-card {
    background: #f4f7fc;
    border-radius: 16px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border: 1.5px solid #e2e9f4;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}

.couter-vertion2 .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(26, 93, 232, 0.1);
    border-color: #b5ccf5;
}

.couter-vertion2 .stat-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #1a5de8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.couter-vertion2 .stat-icon-wrap svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.couter-vertion2 .stat-num {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #0d1b40;
    line-height: 1;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.couter-vertion2 .stat-num sup {
    font-size: 20px;
    font-weight: 700;
    vertical-align: super;
    color: #1a5de8;
}

.couter-vertion2 .stat-bar {
    width: 100%;
    height: 3px;
    background: #e2e9f4;
    border-radius: 2px;
    overflow: hidden;
}

.couter-vertion2 .stat-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #1a5de8, #5c9fff);
    border-radius: 2px;
    transition: width 1s ease;
}

.couter-vertion2 .stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #8a9abf;
    margin-top: 4px;
}

@media (max-width: 960px) {
    .couter-vertion2 .hero-inner {
        flex-direction: column;
        gap: 36px;
        text-align: center;
        padding: 48px 32px;
    }

    .couter-vertion2 .hero-desc {
        margin: 0 auto;
    }

    .couter-vertion2 .hero-divider {
        margin: 20px auto;
    }

    .couter-vertion2 .hero-title {
        font-size: 30px;
    }

    .couter-vertion2 .stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .couter-vertion2 .stats {
        padding: 48px 32px;
    }
}

@media (max-width: 600px) {
    .couter-vertion2 .hero-inner {
        padding: 40px 20px;
    }

    .couter-vertion2 .hero-title {
        font-size: 24px;
    }

    .couter-vertion2 .hero-desc {
        font-size: 14px;
    }

    .couter-vertion2 .stats {
        padding: 40px 16px;
    }

    .couter-vertion2 .stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .couter-vertion2 .stat-card {
        padding: 20px 16px;
        gap: 10px;
    }

    .couter-vertion2 .stat-num {
        font-size: 32px;
    }

    .couter-vertion2 .stat-icon-wrap {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .couter-vertion2 .stat-icon-wrap svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 380px) {
    .couter-vertion2 .stats-inner {
        grid-template-columns: 1fr;
    }

    .couter-vertion2 .stat-card {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .couter-vertion2 .stat-info {
        display: flex;
        flex-direction: column;
    }
}



















































/* couter v3  */

.couter-vertion3 .hero-section {
    position: relative;
    width: 100%;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #0d2a6e 40%, #1565c0 70%, #1e88e5 100%);
}

.couter-vertion3 .hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0000009c;
    z-index: 9;
}

.couter-vertion3 .hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(https://images.bivaco.com/img/CHEAP_WEBSITE_TEST/bg_form_index_1772785127.webp);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
}

.couter-vertion3 .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 872px;
    position: relative;
    z-index: 9;
}

.couter-vertion3 .play-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #1565c0;
    border: 5px solid rgba(180, 200, 255, 0.35);
    outline: 4px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0 0 8px rgba(21, 101, 192, 0.25), 0 8px 32px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.couter-vertion3 .play-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 0 0 12px rgba(21, 101, 192, 0.3), 0 12px 40px rgba(0, 0, 0, 0.5);
}

.couter-vertion3 .play-btn svg {
    width: 32px;
    height: 32px;
    fill: #fff;
    margin-left: 5px;
}

.couter-vertion3 .play-btn-wrapper {
    position: relative;
}

.couter-vertion3 .play-btn-wrapper::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(180, 200, 255, 0.2);
}

.couter-vertion3 .hero-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.couter-vertion3 .hero-desc {
    font-size: 15px;
    color: #Fff;
    line-height: 1.7;
    max-width: 713px;
}

.couter-vertion3 .stats-section {
    background: #f8f9fc;
    width: 100%;
    padding: 48px 40px;
    position: relative;
}

.couter-vertion3 .stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #c5cee0 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.55;
    z-index: 0;
}

.couter-vertion3 .stats-grid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.couter-vertion3 .stat-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 180px;
}

.couter-vertion3 .stat-icon {
    width: 85px;
    height: 86px;
    border-radius: 50%;
    background: #01796f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(21, 101, 192, 0.3);
}

.couter-vertion3 .stat-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.couter-vertion3 .stat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 15px;
    font-weight: 600;
}

.couter-vertion3 .stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
}
.couter-vertion3 .stat-icon img {
    padding: 18px;
    display: block;
}

.couter-vertion3 .stat-text h2 {
    font-size: 33px;
    color: #01796f;
    font-weight: 700;
    margin-bottom: 0px;
}
.couter-vertion3 .stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #7a8aa0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .couter-vertion3 .stats-grid {
        gap: 24px;
    }
}

@media (max-width: 860px) {
    .couter-vertion3 .hero-title {
        font-size: 28px;
    }

    .couter-vertion3 .hero-section {
        min-height: 180px;
        padding: 50px 24px;
    }

    .couter-vertion3 .stats-section {
        padding: 40px 24px;
    }

    .couter-vertion3 .stats-grid {
        justify-content: center;
        gap: 28px 40px;
    }

    .couter-vertion3 .stat-item {
        min-width: 160px;
    }

    .couter-vertion3 .stat-number {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .couter-vertion3 .hero-title {
        font-size: 32px;
    }

    .couter-vertion3 .hero-desc {
        font-size: 13px;
    }

    .couter-vertion3 .play-btn {
        width: 72px;
        height: 72px;
    }

    .couter-vertion3 .play-btn svg {
        width: 24px;
        height: 24px;
    }

    .couter-vertion3 .stats-section {
        padding: 36px 16px;
    }

    .couter-vertion3 .stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
        justify-items: center;
    }

    .couter-vertion3 .stat-item {
        min-width: unset;
        width: 100%;
        max-width: 160px;
        display: block;
        text-align: center;
    }

    .couter-vertion3 .stat-number {
        font-size: 28px;
    }

    .couter-vertion3 .stat-icon {
        width: 52px;
        margin: 0 auto 8px;
        height: 52px;
    }

    .couter-vertion3 .stat-icon svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 380px) {
    .couter-vertion3 .hero-title {
        font-size: 19px;
    }

    .couter-vertion3 .stats-grid {
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: start;
        padding: 0 16px;
    }

    .couter-vertion3 .stat-item {
        max-width: 100%;
    }
}