
.by2-impact-single {
    position: relative;
    overflow: hidden;
    padding: 35px 0;
    background: #07111f;
}

.by2-impact-single:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/world-map.png') center center no-repeat;
    background-size: 65%;
    opacity: .04;
}

.by2-impact-single .container {
    position: relative;
    z-index: 2;
}

.by2-tag-single {
    color: #d4af37;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.by2-title-single {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
}

.by2-subtitle-single {
    color: #9fb4c8;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.stat-box-row {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 2px solid #d4af37;
    padding: 18px 12px;
    border-radius: 10px;
    transition: 0.3s ease;
    height: 100%;
}

.stat-box-row:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.04);
}

.stat-box-row i {
    color: #d4af37;
    font-size: 20px;
    margin-bottom: 8px;
}

.stat-box-row h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 2px;
}

.stat-box-row p {
    color: #9db0c4;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
