.bobservices-seo-breadcrumbs {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

.bobservices-ngos-grid,
.bobservices-chambers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.bobservices-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.bobservices-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.bobservices-card-content {
    padding: 25px;
}

.bobservices-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e1e1e;
}

.bobservices-b2b-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bobservices-pakistan-flag {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(135deg, #01411c 0%, #006c2c 100%);
    color: white;
    border-radius: 30px;
    font-size: 14px;
}

.seo-keywords-section {
    background: #f8f9fa;
    padding: 60px 0;
    margin-top: 60px;
}

.keyword-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.keyword-cloud-item {
    background: white;
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    color: #2271b1;
    font-weight: 500;
    transition: all 0.3s ease;
}

.keyword-cloud-item:hover {
    background: #2271b1;
    color: white;
}